summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-02-11 13:36:33 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-02-11 13:36:33 +0000
commit64ca82b757c600bc6e582ff018e2306c06070ed8 (patch)
tree1bc12545df5a7d25740f9ef5c3ede4757b561308 /perl-install/partition_table.pm
parent38c2ce5c558db850d4a85c95255f43d593904d55 (diff)
downloaddrakx-64ca82b757c600bc6e582ff018e2306c06070ed8.tar
drakx-64ca82b757c600bc6e582ff018e2306c06070ed8.tar.gz
drakx-64ca82b757c600bc6e582ff018e2306c06070ed8.tar.bz2
drakx-64ca82b757c600bc6e582ff018e2306c06070ed8.tar.xz
drakx-64ca82b757c600bc6e582ff018e2306c06070ed8.zip
handle 0x7 partition table id specially since it can be both hpfs or ntfs.
so adding 0x107 being really ntfs. hopefully this change won't break too much things (but things were already broken, since it assigned a mount point with type ntfs to some hpfs partitions) (fixes bug #1455)
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r--perl-install/partition_table.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm
index 5e26718ab..8051142a8 100644
--- a/perl-install/partition_table.pm
+++ b/perl-install/partition_table.pm
@@ -37,6 +37,7 @@ if_(arch() =~ /^ppc/,
0x401 => 'Apple Bootstrap',
0x402 => 'Apple HFS Partition',
), if_(arch() =~ /^i.86/,
+ 0x107 => 'NTFS',
0x183 => 'Journalised FS: ReiserFS',
0x283 => 'Journalised FS: XFS',
0x383 => 'Journalised FS: JFS',
@@ -62,7 +63,7 @@ if_(arch() =~ /^ppc/,
0x4 => 'DOS 16-bit FAT (up to 32M)',
0x5 => 'DOS 3.3+ Extended Partition',
0x6 => 'DOS FAT16',
- 0x7 => 'NTFS',
+ 0x7 => 'NTFS (or HPFS)',
0x8 => 'OS/2 (v1.0-1.3 only) / AIX boot partition / SplitDrive / Commodore DOS / DELL partition spanning multiple drives / QNX 1.x and 2.x ("qny")',
),
0x9 => 'AIX data partition / Coherent filesystem / QNX 1.x and 2.x ("qnz")',
@@ -199,6 +200,7 @@ arch() !~ /sparc/ ? (
0x1e => 'vfat',
0x82 => 'swap',
0x83 => 'ext2',
+ 0x107 => 'ntfs',
0x183 => 'reiserfs',
0x283 => 'xfs',
0x383 => 'jfs',
@@ -235,7 +237,7 @@ sub isExt2 { type2fs($_[0]) eq 'ext2' }
sub isDos { arch() !~ /^sparc/ && ${{ 1 => 1, 4 => 1, 6 => 1 }}{$_[0]{type}} }
sub isWin { ${{ 0xb => 1, 0xc => 1, 0xe => 1, 0x1b => 1, 0x1c => 1, 0x1e => 1 }}{$_[0]{type}} }
sub isFat { isDos($_[0]) || isWin($_[0]) }
-sub isFat_or_NTFS { isDos($_[0]) || isWin($_[0]) || $_[0]{type} == 0x7 }
+sub isFat_or_NTFS { isDos($_[0]) || isWin($_[0]) || $_[0]{type} == 0x107 }
sub isSunOS { arch() =~ /sparc/ && ${{ 0x1 => 1, 0x2 => 1, 0x4 => 1, 0x6 => 1, 0x7 => 1, 0x8 => 1 }}{$_[0]{type}} }
sub isApple { type2fs($_[0]) eq 'apple' && defined $_[0]{isDriver} }
sub isAppleBootstrap { type2fs($_[0]) eq 'apple' && defined $_[0]{isBoot} }
diff/perl-install/share/po/ca.po?h=15.44&id=428664e2fecac5682c5fe09aa83962cd95038405'>perl-install/share/po/ca.po1666
-rw-r--r--perl-install/share/po/cs.po1671
-rw-r--r--perl-install/share/po/cy.po1673
-rw-r--r--perl-install/share/po/da.po1672
-rw-r--r--perl-install/share/po/de.po1686
-rw-r--r--perl-install/share/po/el.po1324
-rw-r--r--perl-install/share/po/eo.po1324
-rw-r--r--perl-install/share/po/es.po1662
-rw-r--r--perl-install/share/po/et.po1678
-rw-r--r--perl-install/share/po/eu.po1679
-rw-r--r--perl-install/share/po/fa.po1656
-rw-r--r--perl-install/share/po/fi.po1664
-rw-r--r--perl-install/share/po/fr.po1652
-rw-r--r--perl-install/share/po/fur.po1324
-rw-r--r--perl-install/share/po/ga.po1324
-rw-r--r--perl-install/share/po/gl.po1328
-rw-r--r--perl-install/share/po/he.po1329
-rw-r--r--perl-install/share/po/hi.po1398
-rw-r--r--perl-install/share/po/hr.po1329
-rw-r--r--perl-install/share/po/hu.po1659
-rw-r--r--perl-install/share/po/id.po1683
-rw-r--r--perl-install/share/po/is.po1674
-rw-r--r--perl-install/share/po/it.po1681
-rw-r--r--perl-install/share/po/ja.po1680
-rw-r--r--perl-install/share/po/ko.po1324
-rw-r--r--perl-install/share/po/ky.po1845
-rw-r--r--perl-install/share/po/lt.po1324
-rw-r--r--perl-install/share/po/ltg.po1324
-rw-r--r--perl-install/share/po/lv.po1324
-rw-r--r--perl-install/share/po/mk.po1329
-rw-r--r--perl-install/share/po/mn.po1324
-rw-r--r--perl-install/share/po/ms.po1329
-rw-r--r--perl-install/share/po/mt.po1662
-rw-r--r--perl-install/share/po/nb.po1657
-rw-r--r--perl-install/share/po/nl.po1658
-rw-r--r--perl-install/share/po/nn.po1328
-rw-r--r--perl-install/share/po/pa_IN.po1329
-rw-r--r--perl-install/share/po/pl.po1675
-rw-r--r--perl-install/share/po/pt.po8775
-rw-r--r--perl-install/share/po/pt_BR.po1679
-rw-r--r--perl-install/share/po/ro.po1329
-rw-r--r--perl-install/share/po/ru.po1677
-rw-r--r--perl-install/share/po/sc.po1324
-rw-r--r--perl-install/share/po/sk.po1676
-rw-r--r--perl-install/share/po/sl.po1662
-rw-r--r--perl-install/share/po/sq.po1700
-rw-r--r--perl-install/share/po/sr.po1324
-rw-r--r--perl-install/share/po/sr@Latn.po1324
-rw-r--r--perl-install/share/po/sv.po1671
-rw-r--r--perl-install/share/po/ta.po1324
-rw-r--r--perl-install/share/po/tg.po1647
-rw-r--r--perl-install/share/po/th.po1324
-rw-r--r--perl-install/share/po/tl.po1681
-rw-r--r--perl-install/share/po/tr.po1329
-rw-r--r--perl-install/share/po/uk.po1663
-rw-r--r--perl-install/share/po/uz.po1330
-rw-r--r--perl-install/share/po/uz@Latn.po1331
-rw-r--r--perl-install/share/po/vi.po1656
-rw-r--r--perl-install/share/po/wa.po1507
-rw-r--r--perl-install/share/po/zh_CN.po1626
-rw-r--r--perl-install/share/po/zh_TW.po1375
71 files changed, 62410 insertions, 51941 deletions
diff --git a/perl-install/share/po/DrakX.pot b/perl-install/share/po/DrakX.pot
index 6834e7068..05d03b5e1 100644
--- a/perl-install/share/po/DrakX.pot
+++ b/perl-install/share/po/DrakX.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -131,7 +131,7 @@ msgstr ""
msgid "Please wait, detecting and configuring devices..."
msgstr ""
-#: ../move/move.pm:604 ../move/move.pm:660 ../move/move.pm:664 diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:113 diskdrake/interactive.pm:231 diskdrake/interactive.pm:244 diskdrake/interactive.pm:405 diskdrake/interactive.pm:423 diskdrake/interactive.pm:560 diskdrake/interactive.pm:565 diskdrake/smbnfs_gtk.pm:41 do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 fsedit.pm:217 install_any.pm:1775 install_any.pm:1827 install_steps.pm:81 install_steps_interactive.pm:37 interactive/http.pm:117 interactive/http.pm:118 modules/interactive.pm:19 network/ndiswrapper.pm:27 network/ndiswrapper.pm:42 network/ndiswrapper.pm:89 network/ndiswrapper.pm:101 network/netconnect.pm:837 network/netconnect.pm:866 network/netconnect.pm:965 network/netconnect.pm:969 network/netconnect.pm:973 network/netconnect.pm:978 network/netconnect.pm:1123 network/netconnect.pm:1127 network/netconnect.pm:1246 network/netconnect.pm:1251 network/netconnect.pm:1271 network/netconnect.pm:1428 network/thirdparty.pm:321 network/thirdparty.pm:328 network/thirdparty.pm:372 network/thirdparty.pm:374 network/thirdparty.pm:395 network/thirdparty.pm:419 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:1555 printer/printerdrake.pm:1603 printer/printerdrake.pm:1640 printer/printerdrake.pm:1685 printer/printerdrake.pm:1689 printer/printerdrake.pm:1703 printer/printerdrake.pm:1795 printer/printerdrake.pm:1876 printer/printerdrake.pm:1880 printer/printerdrake.pm:1884 printer/printerdrake.pm:1933 printer/printerdrake.pm:1991 printer/printerdrake.pm:1995 printer/printerdrake.pm:2009 printer/printerdrake.pm:2129 printer/printerdrake.pm:2133 printer/printerdrake.pm:2176 printer/printerdrake.pm:2249 printer/printerdrake.pm:2267 printer/printerdrake.pm:2276 printer/printerdrake.pm:2285 printer/printerdrake.pm:2296 printer/printerdrake.pm:2360 printer/printerdrake.pm:2511 printer/printerdrake.pm:2924 printer/printerdrake.pm:3208 printer/printerdrake.pm:3214 printer/printerdrake.pm:3779 printer/printerdrake.pm:3783 printer/printerdrake.pm:3787 printer/printerdrake.pm:4183 printer/printerdrake.pm:4423 printer/printerdrake.pm:4451 printer/printerdrake.pm:4528 printer/printerdrake.pm:4594 printer/printerdrake.pm:4714 standalone/drakTermServ:414 standalone/drakTermServ:484 standalone/drakTermServ:493 standalone/drakTermServ:801 standalone/drakTermServ:808 standalone/drakTermServ:834 standalone/drakTermServ:883 standalone/drakTermServ:1134 standalone/drakTermServ:1169 standalone/drakTermServ:1622 standalone/drakTermServ:1631 standalone/drakTermServ:1639 standalone/drakTermServ:1644 standalone/drakTermServ:1652 standalone/drakTermServ:1668 standalone/drakTermServ:1688 standalone/drakauth:36 standalone/drakbackup:510 standalone/drakbackup:624 standalone/drakbackup:1104 standalone/drakbackup:1135 standalone/drakbackup:1320 standalone/drakbackup:1652 standalone/drakbackup:1808 standalone/drakbackup:2536 standalone/drakbackup:4446 standalone/drakclock:124 standalone/drakconnect:676 standalone/drakconnect:680 standalone/drakconnect:685 standalone/drakconnect:700 standalone/drakfont:209 standalone/drakfont:222 standalone/drakfont:260 standalone/drakgw:50 standalone/drakgw:188 standalone/drakhosts:98 standalone/drakhosts:246 standalone/drakhosts:253 standalone/drakhosts:260 standalone/draknfs:306 standalone/draknfs:609 standalone/draknfs:616 standalone/draknfs:623 standalone/drakroam:33 standalone/draksambashare:384 standalone/draksambashare:388 standalone/draksambashare:391 standalone/draksambashare:394 standalone/draksambashare:453 standalone/draksambashare:477 standalone/draksambashare:551 standalone/draksambashare:633 standalone/draksambashare:700 standalone/draksambashare:800 standalone/draksambashare:807 standalone/draksambashare:942 standalone/draksambashare:1133 standalone/draksambashare:1142 standalone/draksambashare:1151 standalone/draksambashare:1172 standalone/draksambashare:1181 standalone/draksambashare:1190 standalone/draksambashare:1210 standalone/draksambashare:1218 standalone/draksambashare:1230 standalone/draksplash:162 standalone/drakxtv:107 standalone/finish-install:70 standalone/logdrake:171 standalone/logdrake:439 standalone/logdrake:444 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
+#: ../move/move.pm:604 ../move/move.pm:660 ../move/move.pm:664 diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:113 diskdrake/interactive.pm:231 diskdrake/interactive.pm:244 diskdrake/interactive.pm:405 diskdrake/interactive.pm:423 diskdrake/interactive.pm:560 diskdrake/interactive.pm:565 diskdrake/smbnfs_gtk.pm:41 do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 fsedit.pm:217 install_any.pm:1775 install_any.pm:1827 install_steps.pm:81 install_steps_interactive.pm:37 interactive/http.pm:117 interactive/http.pm:118 modules/interactive.pm:19 network/ndiswrapper.pm:27 network/ndiswrapper.pm:42 network/ndiswrapper.pm:89 network/ndiswrapper.pm:101 network/netconnect.pm:837 network/netconnect.pm:866 network/netconnect.pm:965 network/netconnect.pm:969 network/netconnect.pm:973 network/netconnect.pm:978 network/netconnect.pm:1123 network/netconnect.pm:1127 network/netconnect.pm:1246 network/netconnect.pm:1251 network/netconnect.pm:1271 network/netconnect.pm:1428 network/thirdparty.pm:321 network/thirdparty.pm:328 network/thirdparty.pm:372 network/thirdparty.pm:374 network/thirdparty.pm:395 network/thirdparty.pm:419 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:1555 printer/printerdrake.pm:1603 printer/printerdrake.pm:1640 printer/printerdrake.pm:1685 printer/printerdrake.pm:1689 printer/printerdrake.pm:1703 printer/printerdrake.pm:1795 printer/printerdrake.pm:1876 printer/printerdrake.pm:1880 printer/printerdrake.pm:1884 printer/printerdrake.pm:1933 printer/printerdrake.pm:1991 printer/printerdrake.pm:1995 printer/printerdrake.pm:2009 printer/printerdrake.pm:2129 printer/printerdrake.pm:2133 printer/printerdrake.pm:2176 printer/printerdrake.pm:2249 printer/printerdrake.pm:2267 printer/printerdrake.pm:2276 printer/printerdrake.pm:2285 printer/printerdrake.pm:2296 printer/printerdrake.pm:2360 printer/printerdrake.pm:2512 printer/printerdrake.pm:2947 printer/printerdrake.pm:3231 printer/printerdrake.pm:3237 printer/printerdrake.pm:3802 printer/printerdrake.pm:3806 printer/printerdrake.pm:3810 printer/printerdrake.pm:4206 printer/printerdrake.pm:4446 printer/printerdrake.pm:4474 printer/printerdrake.pm:4551 printer/printerdrake.pm:4617 printer/printerdrake.pm:4737 standalone/drakTermServ:422 standalone/drakTermServ:492 standalone/drakTermServ:501 standalone/drakTermServ:812 standalone/drakTermServ:819 standalone/drakTermServ:845 standalone/drakTermServ:894 standalone/drakTermServ:1146 standalone/drakTermServ:1181 standalone/drakTermServ:1634 standalone/drakTermServ:1643 standalone/drakTermServ:1651 standalone/drakTermServ:1656 standalone/drakTermServ:1664 standalone/drakTermServ:1680 standalone/drakTermServ:1700 standalone/drakauth:36 standalone/drakbackup:510 standalone/drakbackup:624 standalone/drakbackup:1104 standalone/drakbackup:1135 standalone/drakbackup:1320 standalone/drakbackup:1652 standalone/drakbackup:1808 standalone/drakbackup:2536 standalone/drakbackup:4446 standalone/drakclock:124 standalone/drakconnect:676 standalone/drakconnect:680 standalone/drakconnect:685 standalone/drakconnect:700 standalone/drakfont:209 standalone/drakfont:222 standalone/drakfont:260 standalone/drakgw:50 standalone/drakgw:188 standalone/drakhosts:98 standalone/drakhosts:246 standalone/drakhosts:253 standalone/drakhosts:260 standalone/draknfs:306 standalone/draknfs:609 standalone/draknfs:616 standalone/draknfs:623 standalone/drakroam:33 standalone/draksambashare:384 standalone/draksambashare:388 standalone/draksambashare:391 standalone/draksambashare:394 standalone/draksambashare:453 standalone/draksambashare:477 standalone/draksambashare:551 standalone/draksambashare:633 standalone/draksambashare:700 standalone/draksambashare:800 standalone/draksambashare:807 standalone/draksambashare:942 standalone/draksambashare:1133 standalone/draksambashare:1142 standalone/draksambashare:1151 standalone/draksambashare:1172 standalone/draksambashare:1181 standalone/draksambashare:1190 standalone/draksambashare:1210 standalone/draksambashare:1218 standalone/draksambashare:1230 standalone/draksplash:162 standalone/drakxtv:107 standalone/finish-install:70 standalone/logdrake:171 standalone/logdrake:439 standalone/logdrake:444 standalone/scannerdrake:59 standalone/scannerdrake:202 standalone/scannerdrake:261 standalone/scannerdrake:732 standalone/scannerdrake:743 standalone/scannerdrake:882 standalone/scannerdrake:893 standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr ""
@@ -344,7 +344,7 @@ msgstr ""
msgid "Custom"
msgstr ""
-#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14 install_steps_interactive.pm:1303 printer/printerdrake.pm:882 printer/printerdrake.pm:899 printer/printerdrake.pm:4523 printer/printerdrake.pm:4987 standalone/drakhosts:263 standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176 standalone/net_applet:103 standalone/scannerdrake:477
+#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14 install_steps_interactive.pm:1303 printer/printerdrake.pm:882 printer/printerdrake.pm:899 printer/printerdrake.pm:4546 printer/printerdrake.pm:5010 standalone/drakhosts:263 standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176 standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr ""
@@ -480,17 +480,17 @@ msgstr ""
msgid "Graphics card: %s"
msgstr ""
-#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436 interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321 interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143 standalone/drakTermServ:214 standalone/drakTermServ:535 standalone/drakbackup:1360 standalone/drakbackup:4106 standalone/drakbackup:4166 standalone/drakbackup:4210 standalone/drakbackup:4464 standalone/drakconnect:158 standalone/drakconnect:852 standalone/drakconnect:939 standalone/drakconnect:1030 standalone/drakfont:576 standalone/drakfont:586 standalone/draksplash:173 standalone/drakups:210 standalone/net_monitor:339 ugtk2.pm:392 ugtk2.pm:490 ugtk2.pm:899 ugtk2.pm:922
+#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436 interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321 interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143 standalone/drakTermServ:222 standalone/drakTermServ:543 standalone/drakbackup:1360 standalone/drakbackup:4106 standalone/drakbackup:4166 standalone/drakbackup:4210 standalone/drakbackup:4464 standalone/drakconnect:158 standalone/drakconnect:852 standalone/drakconnect:939 standalone/drakconnect:1030 standalone/drakfont:576 standalone/drakfont:586 standalone/draksplash:173 standalone/drakups:210 standalone/net_monitor:339 ugtk2.pm:392 ugtk2.pm:490 ugtk2.pm:899 ugtk2.pm:922
#, c-format
msgid "Ok"
msgstr ""
-#: Xconfig/resolution_and_depth.pm:375 diskdrake/smbnfs_gtk.pm:80 help.pm:89 help.pm:444 install_steps_gtk.pm:455 install_steps_interactive.pm:406 install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437 interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318 interactive/stdio.pm:39 interactive/stdio.pm:142 printer/printerdrake.pm:3859 standalone/drakautoinst:215 standalone/drakbackup:1360 standalone/drakbackup:4035 standalone/drakbackup:4039 standalone/drakbackup:4094 standalone/drakbackup:4464 standalone/drakconnect:157 standalone/drakconnect:937 standalone/drakconnect:1029 standalone/drakfont:586 standalone/drakfont:662 standalone/drakfont:739 standalone/draksplash:173 standalone/drakups:217 standalone/logdrake:176 standalone/net_monitor:338 ugtk2.pm:386 ugtk2.pm:488 ugtk2.pm:497 ugtk2.pm:899
+#: Xconfig/resolution_and_depth.pm:375 diskdrake/smbnfs_gtk.pm:80 help.pm:89 help.pm:444 install_steps_gtk.pm:455 install_steps_interactive.pm:406 install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437 interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318 interactive/stdio.pm:39 interactive/stdio.pm:142 printer/printerdrake.pm:3882 standalone/drakautoinst:215 standalone/drakbackup:1360 standalone/drakbackup:4035 standalone/drakbackup:4039 standalone/drakbackup:4094 standalone/drakbackup:4464 standalone/drakconnect:157 standalone/drakconnect:937 standalone/drakconnect:1029 standalone/drakfont:586 standalone/drakfont:662 standalone/drakfont:739 standalone/draksplash:173 standalone/drakups:217 standalone/logdrake:176 standalone/net_monitor:338 ugtk2.pm:386 ugtk2.pm:488 ugtk2.pm:497 ugtk2.pm:899
#, c-format
msgid "Cancel"
msgstr ""
-#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150 install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567 interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303 standalone/drakbackup:4031 standalone/drakbug:105 standalone/drakconnect:153 standalone/drakconnect:236 standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133 standalone/draksambashare:320 standalone/draksec:344 standalone/draksec:346 standalone/draksec:364 standalone/draksec:366 ugtk2.pm:1031 ugtk2.pm:1032
+#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150 install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567 interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311 standalone/drakbackup:4031 standalone/drakbug:105 standalone/drakconnect:153 standalone/drakconnect:236 standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133 standalone/draksambashare:320 standalone/draksec:344 standalone/draksec:346 standalone/draksec:364 standalone/draksec:366 ugtk2.pm:1031 ugtk2.pm:1032
#, c-format
msgid "Help"
msgstr ""
@@ -701,7 +701,7 @@ msgstr ""
msgid "On Floppy"
msgstr ""
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr ""
@@ -1030,7 +1030,7 @@ msgid ""
"%s"
msgstr ""
-#: any.pm:636 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:4987 standalone/drakbackup:2824 standalone/scannerdrake:668 standalone/scannerdrake:818
+#: any.pm:636 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:5010 standalone/drakbackup:2824 standalone/scannerdrake:685 standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr ""
@@ -1213,7 +1213,7 @@ msgstr ""
msgid "Launch userdrake"
msgstr ""
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065 printer/printerdrake.pm:4066 printer/printerdrake.pm:4067 printer/printerdrake.pm:5305 standalone/drakTermServ:313 standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499 standalone/drakids:64 standalone/drakids:77 standalone/drakids:85 standalone/draknfs:210 standalone/net_monitor:117 standalone/printerdrake:583
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088 printer/printerdrake.pm:4089 printer/printerdrake.pm:4090 printer/printerdrake.pm:5328 standalone/drakTermServ:321 standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499 standalone/drakids:64 standalone/drakids:77 standalone/drakids:85 standalone/draknfs:210 standalone/net_monitor:117 standalone/printerdrake:583
#, c-format
msgid "Close"
msgstr ""
@@ -1365,7 +1365,7 @@ msgstr ""
msgid "Domain"
msgstr ""
-#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146 printer/printerdrake.pm:75 share/compssUsers.pl:82 standalone/drakTermServ:288
+#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146 printer/printerdrake.pm:75 share/compssUsers.pl:82 standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr ""
@@ -1472,7 +1472,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1483,54 +1483,54 @@ msgid ""
""
msgstr ""
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr ""
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr ""
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr ""
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr ""
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid ""
"You can not install the bootloader on a %s partition\n"
""
msgstr ""
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid "Your bootloader configuration must be updated because partition has been renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid "The bootloader can not be installed correctly. You have to boot rescue and choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr ""
@@ -2679,7 +2679,7 @@ msgstr ""
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr ""
@@ -2689,7 +2689,7 @@ msgstr ""
msgid "Mandatory package %s is missing"
msgstr ""
-#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288 keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471 printer/printerdrake.pm:1416 printer/printerdrake.pm:2494 printer/printerdrake.pm:2609 printer/printerdrake.pm:2930 printer/printerdrake.pm:2937 printer/printerdrake.pm:3924 printer/printerdrake.pm:4188 printer/printerdrake.pm:4307 printer/printerdrake.pm:5464 standalone/drakTermServ:346 standalone/drakTermServ:1255 standalone/drakTermServ:1316 standalone/drakTermServ:1985 standalone/drakbackup:509 standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224 standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390 standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527 standalone/localedrake:43 standalone/scannerdrake:51 standalone/scannerdrake:940
+#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288 keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471 printer/printerdrake.pm:1416 printer/printerdrake.pm:2495 printer/printerdrake.pm:2632 printer/printerdrake.pm:2953 printer/printerdrake.pm:2960 printer/printerdrake.pm:3947 printer/printerdrake.pm:4211 printer/printerdrake.pm:4330 printer/printerdrake.pm:5487 standalone/drakTermServ:354 standalone/drakTermServ:1267 standalone/drakTermServ:1328 standalone/drakTermServ:2006 standalone/drakbackup:509 standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224 standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390 standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527 standalone/localedrake:43 standalone/scannerdrake:51 standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr ""
@@ -3437,7 +3437,7 @@ msgid "User name"
msgstr ""
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: help.pm:51 help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176 install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436 interactive/newt.pm:321 network/thirdparty.pm:385 printer/printerdrake.pm:3861 standalone/drakTermServ:404 standalone/drakbackup:4085 standalone/drakbackup:4179 standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
+#: help.pm:51 help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176 install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436 interactive/newt.pm:321 network/thirdparty.pm:385 printer/printerdrake.pm:3884 standalone/drakTermServ:412 standalone/drakbackup:4085 standalone/drakbackup:4179 standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
msgid "Next"
msgstr ""
@@ -3995,7 +3995,7 @@ msgid ""
"bad blocks on the disk."
msgstr ""
-#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437 interactive/newt.pm:318 printer/printerdrake.pm:3859 standalone/drakTermServ:383 standalone/drakbackup:4048 standalone/drakbackup:4084 standalone/drakbackup:4195 standalone/drakbackup:4210 ugtk2.pm:488
+#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437 interactive/newt.pm:318 printer/printerdrake.pm:3882 standalone/drakTermServ:391 standalone/drakbackup:4048 standalone/drakbackup:4084 standalone/drakbackup:4195 standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
msgid "Previous"
msgstr ""
@@ -4637,7 +4637,7 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188 printer/printerdrake.pm:3195 standalone/scannerdrake:182 standalone/scannerdrake:190 standalone/scannerdrake:241 standalone/scannerdrake:248
+#: install_any.pm:422 printer/printerdrake.pm:3211 printer/printerdrake.pm:3218 standalone/scannerdrake:182 standalone/scannerdrake:190 standalone/scannerdrake:241 standalone/scannerdrake:248
#, c-format
msgid "CD-ROM"
msgstr ""
@@ -5976,14 +5976,14 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr ""
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -5997,28 +5997,28 @@ msgid ""
"Dvorak"
msgstr ""
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr ""
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr ""
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr ""
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -6032,828 +6032,828 @@ msgid ""
"Polish"
msgstr ""
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr ""
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr ""
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr ""
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr ""
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr ""
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr ""
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr ""
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr ""
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr ""
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr ""
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr ""
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr ""
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr ""
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr ""
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr ""
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr ""
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr ""
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr ""
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr ""
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr ""
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr ""
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr ""
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr ""
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr ""
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr ""
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr ""
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr ""
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr ""
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr ""
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr ""
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr ""
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr ""
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr ""
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr ""
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr ""
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr ""
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr ""
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr ""
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr ""
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr ""
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr ""
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr ""
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr ""
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr ""
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr ""
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr ""
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr ""
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr ""
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr ""
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr ""
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr ""
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr ""
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr ""
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr ""
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr ""
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr ""
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr ""
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr ""
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr ""
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr ""
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr ""
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr ""
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr ""
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr ""
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr ""
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr ""
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr ""
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr ""
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr ""
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr ""
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr ""
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr ""
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr ""
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr ""
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr ""
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr ""
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr ""
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr ""
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr ""
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr ""
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr ""
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr ""
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr ""
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr ""
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr ""
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr ""
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr ""
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr ""
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr ""
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr ""
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr ""
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr ""
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr ""
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr ""
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr ""
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr ""
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr ""
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr ""
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr ""
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr ""
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr ""
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr ""
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr ""
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr ""
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr ""
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr ""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr ""
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr ""
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr ""
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr ""
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr ""
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr ""
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr ""
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr ""
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -6861,7 +6861,7 @@ msgid ""
"(eg: latin and non latin)"
msgstr ""
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -9146,7 +9146,7 @@ msgstr ""
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906 standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927 standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid ""
"%s already in use\n"
@@ -9743,7 +9743,7 @@ msgstr ""
msgid "Firmware copy failed, file %s not found"
msgstr ""
-#: network/thirdparty.pm:424 standalone/drakautoinst:250 standalone/drakvpn:888 standalone/scannerdrake:405
+#: network/thirdparty.pm:424 standalone/drakautoinst:250 standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr ""
@@ -9868,7 +9868,7 @@ msgstr ""
msgid "On CUPS server \"%s\""
msgstr ""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886 printer/printerdrake.pm:4896 printer/printerdrake.pm:5055 printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909 printer/printerdrake.pm:4919 printer/printerdrake.pm:5078 printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr ""
@@ -9918,7 +9918,7 @@ msgstr ""
msgid "Remote CUPS"
msgstr ""
-#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498 printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692 printer/main.pm:1810 printer/printerdrake.pm:960 printer/printerdrake.pm:1120 printer/printerdrake.pm:2447 printer/printerdrake.pm:3981
+#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498 printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692 printer/main.pm:1815 printer/printerdrake.pm:960 printer/printerdrake.pm:1120 printer/printerdrake.pm:2448 printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr ""
@@ -10163,7 +10163,7 @@ msgstr ""
msgid "URI: %s"
msgstr ""
-#: printer/main.pm:689 printer/printerdrake.pm:1047 printer/printerdrake.pm:3119
+#: printer/main.pm:689 printer/printerdrake.pm:1047 printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr ""
@@ -10193,12 +10193,12 @@ msgstr ""
msgid "%s (Port %s)"
msgstr ""
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -10225,7 +10225,7 @@ msgstr ""
msgid "You can also decide here whether printers on remote machines should be automatically made available on this machine."
msgstr ""
-#: printer/printerdrake.pm:72 printer/printerdrake.pm:506 printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:72 printer/printerdrake.pm:506 printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -10265,7 +10265,7 @@ msgstr ""
msgid "Custom configuration"
msgstr ""
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593 standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610 standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr ""
@@ -10439,17 +10439,17 @@ msgstr ""
msgid "On, Name or IP of remote server:"
msgstr ""
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr ""
-#: printer/printerdrake.pm:566 printer/printerdrake.pm:586 printer/printerdrake.pm:811 printer/printerdrake.pm:880 printer/printerdrake.pm:901 printer/printerdrake.pm:927 printer/printerdrake.pm:1023 printer/printerdrake.pm:1065 printer/printerdrake.pm:1075 printer/printerdrake.pm:1110 printer/printerdrake.pm:2220 printer/printerdrake.pm:2489 printer/printerdrake.pm:2523 printer/printerdrake.pm:2598 printer/printerdrake.pm:2640 printer/printerdrake.pm:2677 printer/printerdrake.pm:2688 printer/printerdrake.pm:2961 printer/printerdrake.pm:2966 printer/printerdrake.pm:3114 printer/printerdrake.pm:3225 printer/printerdrake.pm:3839 printer/printerdrake.pm:3906 printer/printerdrake.pm:3955 printer/printerdrake.pm:3958 printer/printerdrake.pm:4068 printer/printerdrake.pm:4126 printer/printerdrake.pm:4198 printer/printerdrake.pm:4219 printer/printerdrake.pm:4229 printer/printerdrake.pm:4319 printer/printerdrake.pm:4414 printer/printerdrake.pm:4420 printer/printerdrake.pm:4448 printer/printerdrake.pm:4555 printer/printerdrake.pm:4664 printer/printerdrake.pm:4684 printer/printerdrake.pm:4693 printer/printerdrake.pm:4708 printer/printerdrake.pm:4909 printer/printerdrake.pm:5384 printer/printerdrake.pm:5467 standalone/printerdrake:75 standalone/printerdrake:590
+#: printer/printerdrake.pm:566 printer/printerdrake.pm:586 printer/printerdrake.pm:811 printer/printerdrake.pm:880 printer/printerdrake.pm:901 printer/printerdrake.pm:927 printer/printerdrake.pm:1023 printer/printerdrake.pm:1065 printer/printerdrake.pm:1075 printer/printerdrake.pm:1110 printer/printerdrake.pm:2220 printer/printerdrake.pm:2490 printer/printerdrake.pm:2524 printer/printerdrake.pm:2575 printer/printerdrake.pm:2582 printer/printerdrake.pm:2621 printer/printerdrake.pm:2663 printer/printerdrake.pm:2700 printer/printerdrake.pm:2711 printer/printerdrake.pm:2984 printer/printerdrake.pm:2989 printer/printerdrake.pm:3137 printer/printerdrake.pm:3248 printer/printerdrake.pm:3862 printer/printerdrake.pm:3929 printer/printerdrake.pm:3978 printer/printerdrake.pm:3981 printer/printerdrake.pm:4091 printer/printerdrake.pm:4149 printer/printerdrake.pm:4221 printer/printerdrake.pm:4242 printer/printerdrake.pm:4252 printer/printerdrake.pm:4342 printer/printerdrake.pm:4437 printer/printerdrake.pm:4443 printer/printerdrake.pm:4471 printer/printerdrake.pm:4578 printer/printerdrake.pm:4687 printer/printerdrake.pm:4707 printer/printerdrake.pm:4716 printer/printerdrake.pm:4731 printer/printerdrake.pm:4932 printer/printerdrake.pm:5407 printer/printerdrake.pm:5490 standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr ""
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127 printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150 printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr ""
@@ -10566,7 +10566,7 @@ msgid ""
"Printers on remote CUPS servers do not need to be configured here; these printers will be automatically detected."
msgstr ""
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -10765,12 +10765,12 @@ msgstr ""
msgid ")"
msgstr ""
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr ""
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr ""
@@ -10783,12 +10783,12 @@ msgid ""
"Printerdrake could not determine which model your printer %s is. Please choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid "If your printer is not listed, choose a compatible (see printer manual) or a similar one."
msgstr ""
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr ""
@@ -10806,7 +10806,7 @@ msgstr ""
msgid "You can turn it back on again by choosing \"%s\" -> \"%s\" in Printerdrake's main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr ""
@@ -10816,7 +10816,7 @@ msgstr ""
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:1261 printer/printerdrake.pm:1273 printer/printerdrake.pm:1380 printer/printerdrake.pm:2401 printer/printerdrake.pm:2459 printer/printerdrake.pm:2543 printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273 printer/printerdrake.pm:1380 printer/printerdrake.pm:2401 printer/printerdrake.pm:2460 printer/printerdrake.pm:2556 printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr ""
@@ -10919,7 +10919,7 @@ msgid ""
"If you want to add, remove, or rename a printer, or if you want to change the default option settings (paper input tray, printout quality, ...), select \"Printer\" in the \"Hardware\" section of the %s Control Center."
msgstr ""
-#: printer/printerdrake.pm:1417 printer/printerdrake.pm:1641 printer/printerdrake.pm:1704 printer/printerdrake.pm:1796 printer/printerdrake.pm:1934 printer/printerdrake.pm:2010 printer/printerdrake.pm:2177 printer/printerdrake.pm:2268 printer/printerdrake.pm:2277 printer/printerdrake.pm:2286 printer/printerdrake.pm:2297 printer/printerdrake.pm:2495 printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:1417 printer/printerdrake.pm:1641 printer/printerdrake.pm:1704 printer/printerdrake.pm:1796 printer/printerdrake.pm:1934 printer/printerdrake.pm:2010 printer/printerdrake.pm:2177 printer/printerdrake.pm:2268 printer/printerdrake.pm:2277 printer/printerdrake.pm:2286 printer/printerdrake.pm:2297 printer/printerdrake.pm:2496 printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr ""
@@ -11104,7 +11104,7 @@ msgstr ""
msgid "Remote printer name missing!"
msgstr ""
-#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195 printer/printerdrake.pm:2318 standalone/drakTermServ:467 standalone/drakTermServ:796 standalone/drakTermServ:812 standalone/drakTermServ:1641 standalone/drakTermServ:1650 standalone/drakTermServ:1664 standalone/drakbackup:511 standalone/drakbackup:617 standalone/drakbackup:652 standalone/drakbackup:753 standalone/draknfs:203 standalone/draksambashare:627 standalone/draksambashare:794 standalone/harddrake2:276
+#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195 printer/printerdrake.pm:2318 standalone/drakTermServ:475 standalone/drakTermServ:807 standalone/drakTermServ:823 standalone/drakTermServ:1653 standalone/drakTermServ:1662 standalone/drakTermServ:1676 standalone/drakbackup:511 standalone/drakbackup:617 standalone/drakbackup:652 standalone/drakbackup:753 standalone/draknfs:203 standalone/draksambashare:627 standalone/draksambashare:794 standalone/harddrake2:276
#, c-format
msgid "Information"
msgstr ""
@@ -11390,7 +11390,7 @@ msgstr ""
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311 printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334 printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr ""
@@ -11400,154 +11400,164 @@ msgstr ""
msgid "What do you want to do?"
msgstr ""
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427 printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426 printer/printerdrake.pm:2426
-#, c-format
-msgid "Cancel setup"
-msgstr ""
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid "On many HP printers there are special functions available, maintenance (ink level checking, nozzle cleaning. head alignment, ...) on all not too old inkjets, scanning on multi-function devices, and memory card access on printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid "To access these extra functions on HP printers they must be set up with HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr ""
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496 printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497 printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr ""
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr ""
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr ""
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid "HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr ""
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr ""
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962 printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985 printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr ""
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr ""
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid "The printer name \"%s\" has more than 12 characters which can make the printer unaccessible from Windows clients. Do you really want to use this name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid "Every printer needs a name (for example \"printer\"). The Description and Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr ""
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592 standalone/harddrake2:39 standalone/printerdrake:224 standalone/printerdrake:231
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592 standalone/harddrake2:39 standalone/printerdrake:224 standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr ""
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224 standalone/printerdrake:231
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224 standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr ""
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr ""
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr ""
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-detection with the models listed in its printer database to find the best match. This choice can be wrong, especially when your printer is not listed at all in the database. So check whether the choice is correct and click \"The model is correct\" if so and if not, click \"Select model manually\" so that you can choose your printer model manually on the next screen.\n"
@@ -11557,17 +11567,17 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr ""
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101 printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124 printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr ""
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -11575,144 +11585,144 @@ msgid ""
"Please check whether Printerdrake did the auto-detection of your printer model correctly. Find the correct model in the list when a wrong model or \"Raw printer\" is highlighted."
msgstr ""
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid "Every PostScript printer is delivered with a PPD file which describes the printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid "This file is usually somewhere on the CD with the Windows and Mac drivers delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid "If you have Windows installed on your machine, you can find the PPD file on your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid "Installing the printer's PPD file and using it when setting up the printer makes all options of the printer available which are provided by the printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid "Here you can choose the PPD file to be installed on your machine, it will then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr ""
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197 standalone/scannerdrake:183 standalone/scannerdrake:192 standalone/scannerdrake:242 standalone/scannerdrake:250
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220 standalone/scannerdrake:183 standalone/scannerdrake:192 standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr ""
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199 standalone/scannerdrake:184 standalone/scannerdrake:194 standalone/scannerdrake:243 standalone/scannerdrake:252
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222 standalone/scannerdrake:184 standalone/scannerdrake:194 standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr ""
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr ""
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr ""
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr ""
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when connected to the first parallel port. When your printer is connected to another port or to a print server box please connect the printer to the first parallel port before you print a test page. Otherwise the printer will not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr ""
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid "The inkjet printer drivers provided by Lexmark only support local printers, no printers on remote machines or print server boxes. Please connect your printer to a local port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid "To be able to print with your Lexmark inkjet and this configuration, you need the inkjet printer drivers provided by Lexmark (http://www.lexmark.com/). Click on the \"Drivers\" link. Then choose your model and afterwards \"Linux\" as operating system. The drivers come as RPM packages or shell scripts with interactive graphical installation. You do not need to do this configuration by the graphical frontends. Cancel directly after the license agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr ""
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid "The driver for this printer only supports printers locally connected via USB, no printers on remote machines or print server boxes. Please connect your printer to a local USB port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr ""
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid "The driver for this printer only supports printers locally connected on the first parallel port, no printers on remote machines or print server boxes or on other parallel ports. Please connect your printer to the first parallel port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr ""
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr ""
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid "The driver for this printer only supports printers locally connected via USB, no printers on remote machines or print server boxes or on the parallel port. Please connect your printer to the USB or configure it on the machine where it is directly connected to."
msgstr ""
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -11720,86 +11730,86 @@ msgid ""
"You should make sure that the page size and the ink type/printing mode (if available) and also the hardware configuration of laser printers (memory, duplex unit, extra trays) are set correctly. Note that with a very high printout quality/resolution printing can get substantially slower."
msgstr ""
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr ""
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr ""
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr ""
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
"Note: the photo test page can take a rather long time to get printed and on laser printers with too low memory it can even not come out. In most cases it is enough to print the standard test page."
msgstr ""
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr ""
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr ""
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr ""
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr ""
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr ""
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr ""
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr ""
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr ""
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -11810,7 +11820,7 @@ msgid ""
""
msgstr ""
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -11818,38 +11828,38 @@ msgid ""
""
msgstr ""
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr ""
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr ""
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or \"kprinter <file>\". The graphical tools allow you to choose the printer and to modify the option settings easily.\n"
""
msgstr ""
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the printing dialogs of many applications, but here do not supply the file name because the file to print is provided by the application.\n"
""
msgstr ""
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026 printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049 printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
"The \"%s\" command also allows to modify the option settings for a particular printing job. Simply add the desired settings to the command line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the list shown below or click on the \"Print option list\" button.%s%s%s\n"
@@ -11857,7 +11867,7 @@ msgid ""
""
msgstr ""
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -11865,33 +11875,33 @@ msgid ""
""
msgstr ""
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s <file>\".\n"
""
msgstr ""
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033 printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056 printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the printing dialogs of many applications. But here do not supply the file name because the file to print is provided by the application.\n"
""
msgstr ""
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid "To get a list of the options available for the current printer click on the \"Print option list\" button."
msgstr ""
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s <file>\" or \"%s <file>\".\n"
""
msgstr ""
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and handling printing jobs.\n"
@@ -11899,7 +11909,7 @@ msgid ""
""
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -11907,27 +11917,27 @@ msgid ""
""
msgstr ""
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr ""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr ""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr ""
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, c-format
msgid "Printing option list..."
msgstr ""
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special features of your printer are supported.\n"
@@ -11935,12 +11945,12 @@ msgid ""
""
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid "The scanner in your printer can be used with the usual SANE software, for example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to share your scanner on the network.\n"
@@ -11948,12 +11958,12 @@ msgid ""
""
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid "The memory card readers in your printer can be accessed like a usual USB mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on your desktop.\n"
@@ -11961,12 +11971,12 @@ msgid ""
""
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid "The memory card readers in your printer can be accessed using HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) clicking the \"Access Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB card reader is usually faster.\n"
@@ -11974,7 +11984,7 @@ msgid ""
""
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a lot of status monitoring and maintenance functions for your %s:\n"
@@ -11982,40 +11992,40 @@ msgid ""
""
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid ""
" - Ink level/status info\n"
""
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid ""
" - Ink nozzle cleaning\n"
""
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid ""
" - Print head alignment\n"
""
msgstr ""
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid ""
" - Color calibration\n"
""
msgstr ""
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174 printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197 printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr ""
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %s to %s, your current spooler. All the configuration data (printer name, description, location, connection type, and default option settings) is overtaken, but jobs will not be transferred.\n"
@@ -12023,40 +12033,40 @@ msgid ""
""
msgstr ""
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the data into a free-formed command.\n"
""
msgstr ""
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP printers.\n"
""
msgstr ""
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid ""
"LPD and LPRng do not support IPP printers.\n"
""
msgstr ""
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid "In addition, queues not created with this program or \"foomatic-configure\" cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers or with native CUPS drivers cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -12064,17 +12074,17 @@ msgid ""
"\"Transfer\"."
msgstr ""
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr ""
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr ""
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -12082,82 +12092,82 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr ""
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid "You have transferred your former default printer (\"%s\"), Should it be also the default printer under the new printing system %s?"
msgstr ""
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr ""
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr ""
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277 printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300 printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr ""
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr ""
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid "You are going to configure a remote printer. This needs working network access, but your network is not configured yet. If you go on without network configuration, you will not be able to use the printer which you are configuring now. How do you want to proceed?"
msgstr ""
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr ""
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid "The network configuration done during the installation cannot be started now. Please check whether the network is accessible after booting your system and correct the configuration using the %s Control Center, section \"Network & Internet\"/\"Connection\", and afterwards set up the printer, also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr ""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid "The network access was not running and could not be started. Please check your configuration and your hardware. Then try to configure your remote printer again."
msgstr ""
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr ""
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr ""
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr ""
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %s security level.\n"
@@ -12167,12 +12177,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr ""
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine is booted.\n"
@@ -12182,274 +12192,274 @@ msgid ""
"Do you want to have the automatic starting of the printing system turned on again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr ""
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr ""
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr ""
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr ""
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr ""
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid "In this mode there is no local printing system, all printing requests go directly to the server specified below. Note that it is not possible to define local print queues then and if the specified server is down it cannot be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid "Enter the host name or IP of your CUPS server and click OK if you want to use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr ""
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr ""
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr ""
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid "Then locally connected printers can be used and remote printers on other CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid "Disadvantage of this approach is, that more resources on the local machine are needed: Additional software packages need to be installed, the CUPS daemon has to run in the background and needs some memory, and the IPP port (port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid "Here local resource occupation is reduced to a minimum. No CUPS daemon is started or port opened, no software infrastructure for setting up local print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid "Disadvantage is that it is not possible to define local printers then and if the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606 printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629 printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr ""
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr ""
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr ""
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr ""
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr ""
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid "The following printers are configured. Double-click on a printer to change its settings; to make it the default printer; or to view information about it. "
msgstr ""
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr ""
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr ""
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr ""
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr ""
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr ""
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317 printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340 printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr ""
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr ""
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
"What do you want to modify on this printer?"
msgstr ""
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr ""
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr ""
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr ""
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr ""
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr ""
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413 printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436 printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr ""
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418 printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441 printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr ""
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr ""
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr ""
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr ""
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr ""
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr ""
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr ""
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr ""
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr ""
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr ""
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr ""
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
@@ -12486,12 +12496,12 @@ msgstr ""
msgid "Could not set permissions of firmware file %s!"
msgstr ""
-#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70 standalone/scannerdrake:78 standalone/scannerdrake:346 standalone/scannerdrake:382 standalone/scannerdrake:446 standalone/scannerdrake:490 standalone/scannerdrake:494 standalone/scannerdrake:516 standalone/scannerdrake:581
+#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70 standalone/scannerdrake:78 standalone/scannerdrake:321 standalone/scannerdrake:370 standalone/scannerdrake:463 standalone/scannerdrake:507 standalone/scannerdrake:511 standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr ""
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -14096,128 +14106,128 @@ msgstr ""
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid ""
"%s: %s requires a username...\n"
""
msgstr ""
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, 0/1 for Local Config...\n"
""
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid ""
"%s: %s requires hostname...\n"
""
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr ""
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr ""
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr ""
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr ""
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr ""
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr ""
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr ""
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr ""
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr ""
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr ""
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr ""
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -14237,27 +14247,27 @@ msgid ""
""
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr ""
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr ""
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is unchecked).\n"
@@ -14265,27 +14275,27 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796 standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807 standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr ""
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr ""
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -14293,38 +14303,38 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid "In order to enable changes made for thin clients, the display manager must be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr ""
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an include in \n"
" \tdhcpd.conf, you should create the etherboot images for at least one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct image. \n"
@@ -14334,22 +14344,22 @@ msgid ""
" \tA typical dhcpd.conf stanza to support a diskless client looks like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be 'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can either \n"
" be 'true' or 'false'. 'true' enables root login at the client machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' tools. This is enabled \n"
" by creating separate config files associated with the client's IP address and creating \n"
@@ -14359,15 +14369,15 @@ msgid ""
" Note: You must stop/start the server after adding or changing clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -14375,29 +14385,30 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique configuration files\n"
+" \tThrough %s, each diskless client can have its own unique configuration files\n"
" \ton the root filesystem of the server. By allowing local client hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique configuration files\n"
+" \tThrough %s, each diskless client can have its own unique configuration files\n"
" \ton the root filesystem of the server. By allowing local client hardware configuration, \n"
" \tclients can customize files such as /etc/modules.conf, /etc/sysconfig/mouse, \n"
" \t/etc/sysconfig/keyboard on a per-client basis.\n"
@@ -14407,11 +14418,11 @@ msgid ""
" turned back off, retaining the configuration files, once the client machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with the images created\n"
+" \t%s will configure this file to work in conjunction with the images created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up the boot image to \n"
" \teach diskless client.\n"
"\n"
@@ -14433,12 +14444,12 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 manually:\n"
@@ -14446,94 +14457,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr ""
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr ""
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr ""
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr ""
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr ""
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr ""
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr ""
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr ""
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr ""
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr ""
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr ""
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -14541,178 +14552,178 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr ""
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr ""
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr ""
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr ""
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr ""
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr ""
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr ""
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr ""
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr ""
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr ""
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr ""
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr ""
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr ""
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr ""
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr ""
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr ""
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr ""
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr ""
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr ""
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr ""
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr ""
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr ""
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr ""
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr ""
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr ""
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -14720,120 +14731,120 @@ msgid ""
"You can modify as needed."
msgstr ""
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr ""
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr ""
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr ""
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr ""
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr ""
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid ""
"%s passwd bad in Terminal Server - rewriting...\n"
""
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid ""
"%s is not a user..\n"
""
msgstr ""
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid ""
"%s is already a Terminal Server user\n"
""
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid ""
"Addition of %s to Terminal Server failed!\n"
""
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid ""
"%s added to Terminal Server\n"
""
msgstr ""
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid ""
"Deleted %s...\n"
""
msgstr ""
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid ""
"%s not found...\n"
""
msgstr ""
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
msgstr ""
#: standalone/drakautoinst:38 standalone/drakhosts:123 standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105 standalone/draknfs:444 standalone/draknfs:447 standalone/draknfs:539 standalone/draknfs:546 standalone/draksambashare:187 standalone/draksambashare:208 standalone/draksambashare:629 standalone/draksambashare:796
@@ -22120,17 +22131,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr ""
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr ""
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -22267,42 +22278,42 @@ msgid ""
"You can launch printerdrake from the %s Control Center in Hardware section."
msgstr ""
-#: standalone/scannerdrake:308 standalone/scannerdrake:315 standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr ""
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339 standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr ""
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr ""
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr ""
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr ""
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr ""
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr ""
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -22310,39 +22321,39 @@ msgid ""
"Manual adjustments are required. Please edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid "More info in the driver's manual page. Run the command \"man sane-%s\" to read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid "After that you may scan documents using \"XSane\" or \"Kooka\" from Multimedia/Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid "Your %s has been configured, but it is possible that additional manual adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid "If it does not appear in the list of configured scanners in the main window of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
"You may now scan documents using \"XSane\" or \"Kooka\" from Multimedia/Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -22352,7 +22363,7 @@ msgid ""
""
msgstr ""
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -22362,133 +22373,133 @@ msgid ""
""
msgstr ""
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid ""
"There are no scanners found which are available on your system.\n"
""
msgstr ""
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr ""
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr ""
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr ""
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr ""
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr ""
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr ""
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid "Here you can choose whether the scanners connected to this machine should be accessible by remote machines and by which remote machines."
msgstr ""
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid "You can also decide here whether scanners on remote machines should be made available on this machine."
msgstr ""
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr ""
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr ""
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr ""
-#: standalone/scannerdrake:632 standalone/scannerdrake:704 standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721 standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr ""
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid "These are the machines on which the locally connected scanner(s) should be available:"
msgstr ""
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr ""
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr ""
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr ""
-#: standalone/scannerdrake:683 standalone/scannerdrake:691 standalone/scannerdrake:696 standalone/scannerdrake:742 standalone/scannerdrake:833 standalone/scannerdrake:841 standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708 standalone/scannerdrake:713 standalone/scannerdrake:759 standalone/scannerdrake:850 standalone/scannerdrake:858 standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr ""
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid ""
"You must enter a host name or an IP address.\n"
""
msgstr ""
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid ""
"This host is already in the list, it cannot be added again.\n"
""
msgstr ""
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr ""
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -22496,7 +22507,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr ""
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index 0ddf1e853..4b7225b3e 100644
--- a/perl-install/share/po/af.po
+++ b/perl-install/share/po/af.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-af\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-04-21 17:33+0200\n"
"Last-Translator: Dirk van der Walt <dirkvanderwalt@webmail.co.za>\n"
"Language-Team: Afrikaans\n"
@@ -204,21 +204,21 @@ msgstr "Net 'n oomblik, spoor en konfigureer us toestelle"
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -245,9 +245,9 @@ msgstr "Net 'n oomblik, spoor en konfigureer us toestelle"
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Fout"
@@ -489,10 +489,10 @@ msgstr "Aangepaste"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Verlaat"
@@ -652,7 +652,7 @@ msgstr "Videokaart: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -669,7 +669,7 @@ msgstr "OK"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -684,7 +684,7 @@ msgstr "Kanselleer"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -911,7 +911,7 @@ msgstr "Eerste sektor van die 'root'-partisie"
msgid "On Floppy"
msgstr "Op Disket"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Mis hierdie stap"
@@ -1255,9 +1255,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Klaar"
@@ -1457,9 +1457,9 @@ msgstr "U kan uitvoer deur NFS of SMB te gebruik. Kies watter u wil gebruik."
msgid "Launch userdrake"
msgstr "Loods userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1629,7 +1629,7 @@ msgstr "Domein"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Bediener"
@@ -1759,7 +1759,7 @@ msgstr "Kan nie uitsaai sonder 'n NIS-domein nie"
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1774,42 +1774,42 @@ msgstr ""
"vir die verstekopsie.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO met grafiese kieskaart"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO met tekskieskaart"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "nie genoeg spasie in /boot nie"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "U kan nie die herlaaistelsel op 'n %s partisie installeer nie\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1818,7 +1818,7 @@ msgstr ""
"U herlaaistelsel se konfigurasie moet opgedateer word omdat 'n partisie se "
"nommer verander het"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1827,7 +1827,7 @@ msgstr ""
"Die herlaaistelsel kan nie korrek geïnstalleer word nie. U moet in redding-"
"modus laai, kies dan \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Her-installeer herlaaistelsel"
@@ -3033,7 +3033,7 @@ msgstr "Deursoek netnuus-bedieners"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Die pakket %s moet geïnstalleer word. Wil u dit installeer?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Installeer pakket %s"
@@ -3044,19 +3044,19 @@ msgid "Mandatory package %s is missing"
msgstr "Verpligte pakket %s ontbreek"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Waarskuwing"
@@ -3958,7 +3958,7 @@ msgstr "Gebruiker"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4850,8 +4850,8 @@ msgstr ""
"getoets moet word."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5869,8 +5869,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7468,14 +7468,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Dien weer in"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Tseggies (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7489,28 +7489,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Spaans"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finnies"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Fraans"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7524,830 +7524,830 @@ msgid ""
"Polish"
msgstr "Pools"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Russies"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Sweeds"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "VK sleutelbord"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "VSA sleutelbord"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albanies"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armenies (oud)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armenies (tikmasjien)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armenies (Foneties)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arabies"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaidjani (latyns)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgies"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengali (Inscript-uitleg)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengali (Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgaars (Foneties)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgaars (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brasiliaans (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosnies"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Belarussies"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Switsers (Duitse uitleg)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Switsers (Franse uitleg)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Arabies"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Tseggies (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Duits (geen dooie sleutels)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Deens"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (VSA)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Norweegs)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Norweegs)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (VSA)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norweegs)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Sweeds)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Sweeds)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Bosnies"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estoniaans"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Grieks"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgies (Russiese uitleg)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgies (Latynse uitleg)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Grieks"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Grieks (polytonies)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Kroaties"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Hongaars"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Iers"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israelies"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israelies (Foneties)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iranies"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Yslandies"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italiaans"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japanees 106 sleutels"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kanada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Koreaanse sleutelbord"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Arabies"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "VK sleutelbord"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latyns-Amerikaans"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laoties"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lituanies AZERTY (oud)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lituanies AZERTY (nuut)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lituanies \"nommerry\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lituanies \"foneties\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Lets"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malabaars"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Masedonies"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Burmese)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongools (cyrillic)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltese (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltees (VSA)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Nederlands"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Pools (QWERTY uitleg)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Pools (QWERTZ uitleg)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pools"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugees"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanadees (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Romanies (QWERTZ)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Romanies (QWERTY)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Russies (Foneties)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (noorweegs)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (sweeds/fins)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Thai sleutelbord"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Sloveens"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovaaks (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovaaks (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serwies (Kirillies)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Siries"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Siries (Foneties)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (ISCII-uitleg)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamil (Tikmasjien-uitleg)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thai sleutelbord"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thai sleutelbord"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thai sleutelbord"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tajik sleutelbord"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Duits"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turks (tradisionele \"F\" model)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turks (moderne \"Q\" model)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukranies"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Oriya"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "VSA internasionale sleutelbord"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Uzbek (Kirillies)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Viëtnamees \"nommerry\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Jugoslaavs (latynse uitleg)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Regter Alt-sleutel"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Beide Shift-sleutels gelyktydig"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "'Control' en 'Shift' sleutels gelyktydig"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "'Capslock'-sleutel"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, fuzzy, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Ctrl- en Atl-sleutels tegelyk"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl- en Atl-sleutels tegelyk"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt- en Shift-sleutels gelyktydig"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Menu\"-sleutel"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Linker \"Windows\" sleutel"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Regter \"Windows\"-sleutel"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Beide Control-sleutels gelyktydig"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Beide Alt-sleutels gelyktydig"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Linker 'Shift'-sleutel"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Regter 'Shift'-sleutel"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Linker 'Alt'-sleutel"
#
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Linker 'Control'-sleutel"
#
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Regter 'Control'-sleutel"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8358,7 +8358,7 @@ msgstr ""
"die sal help om tussen verskillende sleutelbord-uitlegte te wissel.\n"
"(bv: latyns en iets anders)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10753,8 +10753,8 @@ msgstr "Deurgang IP-adres moet in 1.2.3.4. formaat wees"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Pasop: IP-adres %s is alreeds gebruik !"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s is alreeds in gebruik\n"
@@ -11453,7 +11453,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Probleme met die kopieer van Fermware (Firmware), lêer %s is soek"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Geluk!"
@@ -11587,9 +11587,9 @@ msgstr "Gekonfigureer op ander rekenaars"
msgid "On CUPS server \"%s\""
msgstr "Op CUPS bediener\"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Verstek)"
@@ -11642,9 +11642,9 @@ msgstr "Eksterne CUPS-bediener"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Onbekende model"
@@ -11897,7 +11897,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Onverwerkte (direkte) drukker"
@@ -11929,12 +11929,12 @@ msgstr "Rekenaar %s"
msgid "%s (Port %s)"
msgstr "%s (Poort %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11982,7 +11982,7 @@ msgstr ""
"rekenaar beskikbaar gestel behoort te word."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -12027,8 +12027,8 @@ msgstr "Deel drukkers op rekenaars/netwerke:"
msgid "Custom configuration"
msgstr "Aanpas-konfigurasie"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Geen eksterne masjiene"
@@ -12262,8 +12262,8 @@ msgstr "Poort"
msgid "On, Name or IP of remote server:"
msgstr "Eksterne LPD-drukker"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "Rekenaar/netwerk se IP uitstaande."
@@ -12273,29 +12273,30 @@ msgstr "Rekenaar/netwerk se IP uitstaande."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Drukkerdata word gelees..."
@@ -12423,7 +12424,7 @@ msgstr ""
"Met 'n eksterne CUPS-bediener, hoef u glad nie 'n drukker hier op te stel "
"nie; drukkers word outomaties bespeur."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12648,12 +12649,12 @@ msgstr " on "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Drukkermodelkeuse"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Oor watter tipe drukker beskik u?"
@@ -12671,7 +12672,7 @@ msgstr ""
"Printerdrake kon nie u drukker (%s) se model bepaal nie. Kies asseblief die "
"korrekte model vanaf die lys."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12680,7 +12681,7 @@ msgstr ""
"Indien u drukker nie gelys is nie, kies 'n versoenbare (verwys na u drukker "
"se handleiding) of 'n soortgelyke een."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Konfigureer drukker \"%s\" ..."
@@ -12699,7 +12700,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Eksterne-administrasie"
@@ -12714,8 +12715,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Voeg drukker by"
@@ -12919,8 +12920,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Installeer pakket %s"
@@ -13163,10 +13164,10 @@ msgid "Remote printer name missing!"
msgstr "Eksterne drukkernaam ontbreek!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13545,8 +13546,8 @@ msgstr "Redigeer"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Drukkerkonneksie-tipe"
@@ -13556,22 +13557,18 @@ msgstr "Drukkerkonneksie-tipe"
msgid "What do you want to do?"
msgstr "Wat wil u doen?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Kanselleer"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13580,97 +13577,113 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Installeer %s pakket..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Bekyk die toestel en konfigureer %s ..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Na watter sektor wil u skuif?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Laai USB drukker kernel module ...\n"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Installeer SANE pakkette..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Konfigurasie in aabou..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Stel drukkerpoort tot CUPS se beskikking..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Drukkerdata word gelees..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Voorsien Drukkernaam en Opmerkings"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Die drukkernaam mag slegs letters, syfers en die onderstreep-karakter bevat."
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13679,7 +13692,7 @@ msgstr ""
"Drukker \"%s\" bestaan alreeds,\n"
"Wil u werklik die konfigurasie oorskryf?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13687,7 +13700,7 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13696,36 +13709,36 @@ msgstr ""
"Elke drukker benodig naam (bv. lp). Die Beskrywing- en Liggingvelde is "
"opsioneel. Hulle dien as inligting vir gebruikers."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Drukkernaam"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Beskrywing"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Ligging"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Drukkerdatabasis word voorberei..."
#
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "U model drukker"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13750,19 +13763,19 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Die model is korrek"
#
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Kies model self"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -13777,12 +13790,12 @@ msgstr ""
"verkeerdelik bespeur was, of \"Onverwerkte (direkte) drukker\" verlig is, "
"kies dan die korrekte een vanuit die lys."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Installeer 'n PPD-lêer van 'n vervaardiger."
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -13791,7 +13804,7 @@ msgstr ""
"Elke PostScript-drukker word gelewer met 'n PPD-lêer wat die drukker se "
"opsies en dinge beskryf."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -13800,12 +13813,12 @@ msgstr ""
"Hierdie lêer is gewoonlik iewers op die CD, saam met die Windows en Mac-"
"drywers vir die drukker."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "U behoort die PPD-lêers ook op die vervaardiger se webwerf vind."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -13814,7 +13827,7 @@ msgstr ""
"Sou u Windows ook op die masjie geïnstalleer het, kan u ook daar loer vir "
"die lêer."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13824,7 +13837,7 @@ msgstr ""
"Deur die drukker se PPD-lêer te installeer wanneer u die drukker opstel, sal "
"dit al die opsies van die drukker se hardeware beskikbaar stel."
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -13833,51 +13846,51 @@ msgstr ""
"Hier kan u die PPD-lêer kies om te installeer op die rekenaar. Dit sal dan "
"gebruik word tydens die opstelling van die drukker."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Installeer PPD-lêer vanaf"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Disket"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Ander plek"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Kies PPD-lêer"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "Die PPD-lêer %s bestaan nie, of dis onleesbaar!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "Die PPD-lêer %s is nie volgens die standaarde nie!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Installeer PPD-lêer..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI windrukker-konfigurasie"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13894,12 +13907,12 @@ msgstr ""
"'n toetsbladsy druk. Dit is baie belangrik, anders sal die drukker nie reg "
"werk nie, en die drywer sal u tipe konneksie ignoreer."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjet konfigurasie"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13912,7 +13925,7 @@ msgstr ""
"asseblief die drukker plaaslik en konfigureer dit op daardie (plaaslike) "
"masjien."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13933,12 +13946,12 @@ msgstr ""
"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
"adjust the head alignment settings with this program."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark X125 konfigurasie"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13951,12 +13964,12 @@ msgstr ""
"asseblief die drukker plaaslik en konfigureer dit op daardie (plaaslike) "
"masjien."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Klankkonfigurasie"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -13969,17 +13982,17 @@ msgstr ""
"asseblief die drukker plaaslik en konfigureer dit op daardie (plaaslike) "
"masjien."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Selfdoen TCP/IP-konfigurasie"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Selfdoen TCP/IP-konfigurasie"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13992,12 +14005,12 @@ msgstr ""
"asseblief die drukker plaaslik en konfigureer dit op daardie (plaaslike) "
"masjien."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Laai Fermware (Firmware) Op vir HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14014,27 +14027,27 @@ msgstr ""
"nie, ekstra laaie). Let tog dat baie hoë kwaliteit/resolusie die spoed "
"waarteen gedruk word aansienlik verminder."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Verstek verstellings van drukker"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opsie %s moet 'n heeltal wees!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Opsie %s moet 'n nommer wees!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Opsie %s is buite bereik!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14043,12 +14056,12 @@ msgstr ""
"Wil u hierdie drukker (\"%s\")\n"
"die verstek drukker maak?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Toetsbladsye"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14061,47 +14074,47 @@ msgstr ""
"laserdrukkers met te min geheue, mag dit moontlik nie eens werk nie. Dit is "
"gewoonlik net nodig vir 'n normale toetsbladsy."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Geen toetsbladsye"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Druk"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Standaard toetsbladsy"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternatiewe toetsbladsy (Lettergrootte)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternatiewe toetsbladsy (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Fototoetsbladsy"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Toetsbladsy(e) word gedruk..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Fototoetsbladsy"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14116,7 +14129,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14125,17 +14138,17 @@ msgstr ""
"Toetsbladsy(e) is na die drukker gestuur.\n"
"Dit mag 'n tydjie neem voordat drukwerk begin.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Het dit reg gewerk?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Onverwerkte (direkte) drukker"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14148,7 +14161,7 @@ msgstr ""
"\". Die grafiese programme vergemaklik die kies en verstel van 'n spesifieke "
"drukker.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14159,8 +14172,8 @@ msgstr ""
"dialoogvensters van baie programme gebruik, maar nou hoef u nie die lêernaam "
"te voorsien nie , die program doen dit vir jou.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14173,7 +14186,7 @@ msgstr ""
"Sit net doodeenvoudig die ekstra opsies by die opdragbyvoorbeeld \"%s <lêer>"
"\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14184,7 +14197,7 @@ msgstr ""
"die onderstaande lys of klik op die \"Drukkeropsies\" knoppie.%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14193,7 +14206,7 @@ msgstr ""
"Hier is 'n lys beskikbare drukkeropsies vir die huidige drukker:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14202,8 +14215,8 @@ msgstr ""
"Om 'n lêer uit te druk vanaf die instruksielyn, gebruik die opdrag \"%s "
"<lêernaam>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14214,7 +14227,7 @@ msgstr ""
"dialoogvensters van baie programme gebruik, maar nou hoef u nie die lêernaam "
"te voorsien nie , die program doen dit vir jou.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14223,7 +14236,7 @@ msgstr ""
"Klik op die \"Drukkeropsies\" knoppie, om 'n lys beskikbare opsies vir die "
"huidige drukker te verkry."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14232,7 +14245,7 @@ msgstr ""
"Om 'n lêer uit te druk vanaf die instruksielyn, gebruik die opdrag \"%s "
"<lêernaam>\" of \"%s <lêernaam>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14249,7 +14262,7 @@ msgstr ""
"alle druktake sal stop, sodra u op dit klik. Dit is byvoorbeeld handig as "
"die papier vasdruk.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14262,27 +14275,27 @@ msgstr ""
"verander. Voeg net eenvoudig die verstellings wat u verlang by die opdrag "
"bv. \"%s <lêer>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Drukwerk vir drukker \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Drukwerk vir drukker \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Drukkeropsies"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Drukkeropsies"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14290,14 +14303,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14305,14 +14318,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14320,7 +14333,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14328,7 +14341,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14336,7 +14349,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14344,33 +14357,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "Bestuur Drukkers \n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Kleurkonfigurasie"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Dra drukkerkonfigurasie oor"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14385,7 +14398,7 @@ msgstr ""
"nie oorgeplaas word nie.\n"
"Nie alle druk-rye kan so oorgeplaas word nie a.g.v. die volgende redes:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14394,7 +14407,7 @@ msgstr ""
"CUPS ondersteun nie Novell-bedieners se drukkers nie, ook nie die stuur van "
"data in 'n 'free-formed command' styl nie.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14403,12 +14416,12 @@ msgstr ""
"PDQ ondersteun slegs plaaslike drukkers, eksterne drukkers, en Sok/TCP "
"drukkers.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD en LPRng ondersteun nie IPP-drukkers nie.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14417,7 +14430,7 @@ msgstr ""
"En boonop, druker-rye kan nie oorgedra word nie, indien hulle nie deur "
"hierdie program of \"foomatic-configure\" geskep is nie."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14428,7 +14441,7 @@ msgstr ""
"Let tog dat drukkers wat opgestel is met hulle vervaardiger se PPD lêers of "
"plaaslike CUPS drywers, nie oorgeplaas kan word nie."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14439,17 +14452,17 @@ msgstr ""
"Kies die drukkers wat u wil oordra en klik op\n"
"\"Oordra\""
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Moet nie drukkers oordra nie"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Oordra"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14460,17 +14473,17 @@ msgstr ""
"Klik op \"Oordra\" om dit te oorskryf.\n"
"U kan ook 'n nuwe naam intik of hierdie drukker oorslaan."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Nuwe drukkernaam"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "%s word oorgedra..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14479,28 +14492,28 @@ msgstr ""
"U het die vorige verstek-drukker (\"%s\") oorgeplaas, moet dit ook die "
"verstek-drukker wees onder die nuwe drukkerstelsel %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Drukkerdata word verfris..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Konneksie word begin..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Stel nou die netwerk op"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Netwerk nie gekonfigureer nie"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14512,12 +14525,12 @@ msgstr ""
"netwerk is nog nie opgestel nie. Indien u so voortgaan, sal u nie hierdie "
"drukker kan gebruik nie. Hoe moet ons te werk gaan?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Gaan voort sonder om die netwerk te konfigureer"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, fuzzy, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14530,7 +14543,7 @@ msgstr ""
"nie. Maak tog seker die netwerk is tot u beskikking, en gaan u konfigurasie "
"na deur die 'Mandriva Linux Control Center' te gebruik. "
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14541,27 +14554,27 @@ msgstr ""
"hardeware. Probeer daarna weer om u eksterne drukker te konfigureer."
#
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Drukkerstelsel word herbegin..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "hoog"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoïes"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Installeer 'n drukkerstelsel in die %s sekuriteitsvlak"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14587,12 +14600,12 @@ msgstr ""
"Wil u drukkers opstel op hierdie rekenaar?"
#
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Begin die drukkerstelsel tydens selflaai"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14614,32 +14627,32 @@ msgstr ""
"Wil u graag dat die drukkerstelsel WEER saam met die ander dienste tydens "
"selflaai begin?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Geïnstalleerde sagteware word deursoek..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Verwyder %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Verander die drukkerstelsel"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Installeer %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Verander die drukkerstelsel"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14648,7 +14661,7 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -14656,40 +14669,40 @@ msgid ""
msgstr ""
#
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "Eksterne LPD-drukker"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Stel Verstekdrukker op ...."
#
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Eksterne CUPS-drukker"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14698,12 +14711,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14711,56 +14724,56 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "Konfigureer die CUPS-drukkerstelsel"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Kies drukkerspoelprogram"
#
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Watter drukkerstelsel (spoelprogram) verlang u?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Probleme met die konfigurasie van drukker \" %s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Installeer Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, fuzzy, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Kon nie die pakkete installeer om u skandeerder(s) te deel nie."
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14771,49 +14784,49 @@ msgstr ""
"verstellings te verander, dit die verstek drukker te maak, of inligting "
"omtrent dit te sien."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Vertoon alle beskikbare eksterne CUPS-drukkers"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Verfris die drukkerlys (vertoon alle beskikbare eksterne CUPS-drukkers)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS-konfigurasie"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Verander die drukkerstelsel"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Normale modus"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Kundige bedryfsvlak"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Drukkeropsies"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Verander drukkerkonfigurasie"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -14822,100 +14835,100 @@ msgstr ""
"Drukker %s%s\n"
"Wat wil u aan hierdie drukker verander?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "Hierdie partisie se grootte kan nie verstel word nie"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Gaan voort!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Drukkernaam, beskrywing, ligging"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Drukkervervaardiger, model, drywer"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Drukkervervaardiger, model"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Maak hierdie die verstekdrukker"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Ontsper Bediener"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Versper Bediener"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Drukkerkonneksie-tipe"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Druk toetsbladsy(e)"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Leer hoe om hierdie drukker te gebruik"
#
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Verwyder drukker"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Verwyder ou drukker \"%s\" ...."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Drukker \"%s\" op bediener \"%s\""
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Die VPN-konneksie is nou gedeaktiveer."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Wil u werklik drukker \"%s\" verwyder?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Verwyder drukker \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Verstek drukker"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Drukker \"%s\" is nou die verstekdrukker"
@@ -14951,15 +14964,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Kon nie die permisies van die firmware-lêer %s stel nie."
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "Kon nie die pakkete installeer om u skandeerder(s) te deel nie."
@@ -16881,12 +16894,12 @@ msgstr "Teken uit en gebruik dan Ctrl-Alt-Backspace"
msgid "You need to log out and back in again for changes to take effect"
msgstr "U moet afteken en weer inteken alvorens veranderinge bekragtig word"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s benodig 'n gebruikernaam...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -16895,112 +16908,112 @@ msgstr ""
"%s:%s benodig die rekenaarnaam,MAC-adres, IP, 'nbi-image', 0/1 vir "
"maerkliënt, 0/1 vir die Plaaslike Konfigurasie...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s:%s benodig 'n rekenaarnaam...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Terminal Server Konfigurasie"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "dhcpd Konfigurasie ..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Ontsper Bediener"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Versper Bediener"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Skop Bediener Af"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Stop Bediener"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot Floppy/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Net-selflaai-beelde"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Gebruikers Byvoeg/Verwyder"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Voeg by/Verwyder Kliënte"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Beelde"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "First Time Wizard"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17041,27 +17054,27 @@ msgstr ""
" e) Ask you to make a boot floppy.\n"
" f) If it's thin clients, ask if you want to restart KDM.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Kanseleer die Wysgeer"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Stoor asb dhcpd konfigurasie!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "Laat Maerkliënte toe."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, fuzzy, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17075,28 +17088,28 @@ msgstr ""
"display.\n"
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Skep netwerk selflaai-beelde vir al die kernels"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Hierdie sal 'n paar minute duur."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Klaar!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17104,14 +17117,14 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Sinkroniseer die bediener se gebruikerslys met die kliënt se lys, \"root\" "
"inkluis."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17120,19 +17133,18 @@ msgstr ""
"Om die veranderinge vir die maerkliënte te aktiveer, moet die "
"vertoonbestuurder herbegin word. Sal ons voortgaan?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "drakTermServ Oorsig"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17143,8 +17155,7 @@ msgstr ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17152,14 +17163,14 @@ msgstr ""
" \tdhcpd.conf, you should create the etherboot images for at least "
"one full kernel."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17174,8 +17185,8 @@ msgstr ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17187,30 +17198,29 @@ msgstr ""
" \tA typical dhcpd.conf stanza to support a diskless client looks "
"like:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17229,10 +17239,10 @@ msgstr ""
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
" most software on the client machine. A special inittab, %s is\n"
@@ -17244,8 +17254,8 @@ msgstr ""
"to the local\n"
" subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17260,17 +17270,16 @@ msgstr ""
" Note: You must stop/start the server after adding or changing "
"clients."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17278,58 +17287,58 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
" \tWith SUBNET/MASK being defined for your network."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+" \t/etc/shadow needs to be duplicated in %s. %s\n"
" \thelps in this respect by adding or removing system users from this "
"file."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17345,7 +17354,7 @@ msgid ""
"machine is configured."
msgstr ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17360,12 +17369,12 @@ msgstr ""
" turned back off, retaining the configuration files, once the client "
"machine is configured."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17390,8 +17399,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17415,14 +17424,13 @@ msgstr ""
"mkinitrd-net\n"
" \tputs its images."
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17430,95 +17438,105 @@ msgid ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
+" - Create etherboot floppies/CDs:\n"
+" \tThe diskless client machines need either ROM images on the NIC, or "
+"a boot floppy\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
+" \timages, based on the NIC in the client machine.\n"
+" \t\t\n"
+" \tA basic example of creating a boot floppy for a 3Com 3c509 "
+"manually:\n"
+" \t\t\n"
+" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Selflaai Disket"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Selflaai-ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE Beeld"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "Dien kernel se weergawe in"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Bou die Hele 'Kernel' -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Geen kernel is gekies!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Bou Enkel NIC -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Geen NIC gekies!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Bou Alle Kernels -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<--Verwyder"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Geen NIC gekies!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Verwyder alle NBIs"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, fuzzy, c-format
msgid "Building images for kernel:"
msgstr "Skep netwerk selflaai-beelde vir al die kernels"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17530,27 +17548,27 @@ msgstr ""
"Om weer die aanteken-vermoë te bekragtig, verwyder/voeg gebruiker by die\n"
"'Terminal Server'."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Voeg gebruiker by -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Verwyder gebruiker"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "tipe: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "plaaslike konfigurasie: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17559,74 +17577,74 @@ msgstr ""
"Laat plaaslike hardeware-\n"
"konfigurasie toe."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Geen netwerk-selflaai beelde is geskep"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Maerkliënt"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Laat Maerkliënte toe"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Voeg Kliënt By -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "tipe: fat"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "tipe: dun"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "plaaslike konfigurasie: onwaar"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "plaalike konfigurasie: waar"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Redigeer Kliënt"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Versper Plaaslike Konfigurasie"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Verwyder Kliënt"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17635,78 +17653,78 @@ msgstr ""
"Umoet die Vertoonbestuurder herbegin om die veranderinge te bekragtig.\n"
"('service dm restart' - vanaf die konsole )"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subnet:"
#
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Netmasker:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Roteerders:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Subnet-masker:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Uitsaai-adres:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Domeinnaam:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "DNS-bedieners:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Begin van IP-reeks:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "IP-Reeks se Einde:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Skryf Konfigurasie"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "dhcpd Bediener-konfigurasie"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17717,107 +17735,107 @@ msgstr ""
"uit u huidige konfigurasie.\n"
"U kan dit verander soos benodig."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Plaas disket in aandrywer:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Geen toegang tot skyf nie!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Disket kan nou verwyder word"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Geen disketdrywer beskikbaar nie!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "PXE beeld is %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Fout met die skryf van %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO-beeld is %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Iets is fout! - Is mkisofs geïnstalleer?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Moet eers '/etc/dhcpd.conf skep!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s se wagwoord nie korek in Terminaal-bediener - herskryf...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s is nie 'n gebruiker nie...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s is alreeds 'n gebruiker op die Terminaal-bediener\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Probleme met die byvoeg van %s op die Terminaal-bediener\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s is bygevoeg by die Terninaal-bediener\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s bespeur...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s is nie gevind nie...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "'/etc/hosts.allow' en 'etc'hosts.deny' is alreeds gekonfigureer"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Konfigurasie het verander - herbegin 'clusterfs/dhcpd'?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Konfigurasie het verander - herbegin '%s/dhcpd'?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -25952,17 +25970,17 @@ msgstr "Kon nie die pakkette wat Scannerdrake benodig installeer nie."
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake sal nie nou afgeskop word nie."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Opsoek na skandeerders wat reeds opgestel is ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Opsoek na nuwe skandeerders"
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Vervris die lys van gekonfigureerde skandeerders ..."
@@ -26126,43 +26144,43 @@ msgstr ""
"Die %s moet opgestel word deur 'printerdrake'.\n"
"U kan printerdrake onder die %s Control Center se Hardeware gedeelte vind."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "Laai USB drukker kernel module ...\n"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Outospeur beskikbare poorte"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Kies assblief die toestel waaraan u %s gekoppel is"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Aandag: Kan nie parallelle poorte outospeur nie)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "kies toestel"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Opsoek na skandeerders ..."
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "Laai USB drukker kernel module ...\n"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Aandag !"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26171,14 +26189,14 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, fuzzy, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26187,26 +26205,26 @@ msgstr ""
"U %s is klaar gekonfigureer.\n"
"U kan nou dokumente skandeer deur \"XSane\" te gebruik."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, fuzzy, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26216,7 +26234,7 @@ msgstr ""
"U %s is klaar gekonfigureer.\n"
"U kan nou dokumente skandeer deur \"XSane\" te gebruik."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26229,7 +26247,7 @@ msgstr ""
"%s\n"
"is tot u beskikking.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26242,42 +26260,42 @@ msgstr ""
"%s\n"
"is beskikbaar op u rekenaar.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Daar is geen bekikbare skandeerders te vinde nie.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Soek na nuwe skandeerders"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Voeg self 'n skandeerder by"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Installeer / Dateer \"firmware\"-lêers op"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Deel skandeerders"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Alle eksterne rekenaars"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Hierdie rekenaar"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26286,7 +26304,7 @@ msgstr ""
"Hier kan u kies of skandeerders wat aan hierdie rekenaar gekoppel is "
"toeganklik sal wees vir eksterne masjiene, asook watter masjiene."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26295,34 +26313,34 @@ msgstr ""
"U kan ook hier kies of skandeerders van eksterne rekenaars beskikbaar moet "
"wees op hierdie masjien."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
"Die skandeerders op hierdie rekenaar is tot ander rekenaars se beskikking"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Skandeerder deel na rekenaars: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Gebruik skandeerders op eksterne rekenaars"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Gebruik skandeerders op rekenaars: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Deel van plaaslike skandeerders"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26331,57 +26349,57 @@ msgstr ""
"Hierdie masjiene behoort die plaaslik-gekoppelde skandeerder(s) beskikbaar "
"te stel:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Voeg rekenaar by"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Redigeer gekose rekenaar"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Verwyder gekose rekenaar"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Naam/IP-adres van rekenaar:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
"Kies rekenaar waarop plaaslike skandeerders beskikbaar gestel moet word:"
#
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "U moet 'n rekenaarnaam of 'n IP-adres voorsien\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Die rekenaar is alreeds gelys, en kan nie weer bygevoeg word nie.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Gebruik van eksterne skandeerders"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Gebruik die skandeerders vanaf hierdie rekenaars:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, fuzzy, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26389,7 +26407,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr "Die pakket %s moet geïnstalleer word. Wil u dit installeer?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "U skandeerder(s) sal NIE op die netwerk beskikbaar wees NIE. "
@@ -26574,6 +26592,289 @@ msgid "Installation failed"
msgstr "Installasie het gefaal!"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Kanselleer"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Konfigurasie het verander - herbegin 'clusterfs/dhcpd'?"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/am.po b/perl-install/share/po/am.po
index e1d538295..e0e295a69 100644
--- a/perl-install/share/po/am.po
+++ b/perl-install/share/po/am.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2004-06-01 03:36+0100\n"
"Last-Translator: Alemayehu <alemayehu@gmx.at>\n"
"Language-Team: Amharic <am-translate@geez.org>\n"
@@ -168,21 +168,21 @@ msgstr "እባክዎ ይጠብቁ፣ መሳሪያዎችን ፈልጎ በማግ
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -209,9 +209,9 @@ msgstr "እባክዎ ይጠብቁ፣ መሳሪያዎችን ፈልጎ በማግ
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "ስህተት"
@@ -428,10 +428,10 @@ msgstr "ምርጫ"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "ውጣ"
@@ -579,7 +579,7 @@ msgstr "የንድፎ ካርድ: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -596,7 +596,7 @@ msgstr "እሺ"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -611,7 +611,7 @@ msgstr "ተወው"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -812,7 +812,7 @@ msgstr ""
msgid "On Floppy"
msgstr "ፍሎፒ ላይ"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "ዝለል"
@@ -1152,9 +1152,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "ጨርሷል"
@@ -1346,9 +1346,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "userdrake አስጀምር"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1515,7 +1515,7 @@ msgstr "ዶሜን"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "ሰርቨር"
@@ -1630,7 +1630,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1640,56 +1640,56 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO ከንድፈ መዘርዝር ጋር"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO ከጽሁፍ መዘርዝር ጋር"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "በ/boot ውስጥ በቂ ቦታ የለም"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr ""
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "አስጀማሪውን እንደገና ይትከሉ"
@@ -2855,7 +2855,7 @@ msgstr "አዲስ ሰርቨሮችን ፈልግ"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "ጥቅል %s ይፈለጋል። መትከል ይፈልጋሉ?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "ምርጫዎችን ማስቀመጥ አልተቻለም"
@@ -2866,19 +2866,19 @@ msgid "Mandatory package %s is missing"
msgstr ""
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "ማስጠንቀቂያ"
@@ -3645,7 +3645,7 @@ msgstr "የተጠቃሚ ስም"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4221,8 +4221,8 @@ msgid ""
msgstr ""
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -4880,8 +4880,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6314,14 +6314,14 @@ msgstr ""
msgid "Re-submit"
msgstr "እንደገና ውሰድ"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "ቼክኛ (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -6335,28 +6335,28 @@ msgid ""
"Dvorak"
msgstr "ድቮሬክ"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "ስፓኒሽ"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "ፊኒሽ"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "ፈረንሳይኛ"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -6370,828 +6370,828 @@ msgid ""
"Polish"
msgstr "ፖሊሽ"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "ራሽኛ"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "ስዊድንኛ"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "የUK መተየቢያ"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "የUS መተየቢያ"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "አልቤኒኛ"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "አርሜንኛ (አሮጌ)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "አርመናዊ (መተየቢያ መኪና)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "አርመናዊ (የድምጽ)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "ዐርቢኛ"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "አዘርባጃንኛ (ላቲንኛ)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "ቤልጂየምኛ"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "ቤንጋሊ (Inscript ዕቅድ)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "ቤንጋሊ (Probhat ዕቅድ)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "ቡልጋሪኛ (የድምጽ)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "ቡልጋሪኛ (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "ብራዚላዊ (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "ቦስኒያን"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "ቤላራሻኛ"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "ስዊዝ (የጀርመን ዕቅድ)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "ስዊዝ (የፈረንሳይ ዕቅድ)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "ዐርቢኛ"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "ቼክኛ (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "ጀርመን (የሞቱ ቁልፎች የሉም)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "ዴቫናጋሪ"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "ዴኒሽ"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "ድቮሬክ (የአሜሪካ)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "ድቮሬክ (ስዊድንኛ)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "ድቮሬክ (ስዊድንኛ)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "ድቮሬክ (የአሜሪካ)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "ድቮሬክ (ስዊድንኛ)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "ድቮሬክ (ስዊድንኛ)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "ድቮሬክ (ስዊድንኛ)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "ቦስኒያን"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "ኤስቶኒአን"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "ግሪክኛ"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "ጊዮርጊያን (\"ራሽኛ\" እቅድ)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "ጊዮርጊያን (\"ላቲንኛ\" እቅድ)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "ግሪክኛ"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "ግሪክኛ (ፖሊቶኒክ)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "ጉጃራቲ"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "ጉርሙክሂ"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "ክሮሽያዊ"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "ሀንጋሪኛ"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "አይሪሽ"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "እስራኤላዊ"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "እስራኤላዊ (Phonetic)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "ኢራኒያን"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "አይስላንድኛ"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "ጣሊያናዊ"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "ኢኑክቲቱት"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "ጃፓንኛ 106 ቁልፎች"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "ካናዳ"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "ኮሪያኛ መተየቢያ"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "ዐርቢኛ"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "ኦሪያ"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "ላቲን አሜሪካ"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "ሎቲን"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "ሊቱአኒያን AZERTY (አሮጌ)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "ሊቱአኒያን AZERTY (አዲስ)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr ""
-#: keyboard.pm:259
+#: keyboard.pm:254
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "ቡልጋሪኛ (የድምጽ)"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "ላትቪያን"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "ማላያላም"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "ማከዶኒኛ"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "ምያንማር (ቡርመሰ)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "ሞንጎሊያን (ቄርሎሳዊ ጽሑፍ)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "ማልቴስ (የእንግሊዝ)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "ማልቴስ (የአሜሪካ)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "ደች"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "ኦሪያ"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "ፖሊሽ (qwerty ዕቅድ)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "ፖሊሽ (qwertz ዕቅድ)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "ፖሊሽ"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "ፖርቱጋሊኛ"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "ካናዲያን (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "ሮማኒያን (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "ሮማኒያን (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "ራሽኛ (የድምጽ)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "ሳሚ (ኖርዌይኛ)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "ሳሚ (ስዊድንኛ/ፊኒሽ"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "ታይ መተየቢያ"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "ስሎቪኛ"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "ስሎቫኪያን (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "ስሎቫኪያን (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "ሰርቢያን (ቄርሎሳዊ ጽሑፍ)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "ስይሪያክ"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "ስይሪያክ (phonetic)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "ቴሉጉ"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "ታሚል (ISCII-ዕቅድ)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "ታሚል (መተየቢያ-ዕቅድ)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "ታይ መተየቢያ"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "ታይ መተየቢያ"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "ታይ መተየቢያ"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "ታጂክ መተየቢያ"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "ጀርመን"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "ቱርክሽ (ባህላዊ \"F\" ሞዴል"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "ቱርክሽ (ዘመናዊ \"Q\" ሞዴል"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "ዩክረኒኛ"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "ኦሪያ"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "የአሜሪካ መተየቢያ (አለም አቀፍ)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "ኡዝቤክ (ቄርሎሳዊ ጽሑፍ)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr ""
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "ዩጎዝላቪያን (ላቲንኛ)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "የቀኝ Alt ቁልፉ"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "ሁለቱንም የShift ቁልፎች በአንድ ጊዜ"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Ctrl እና Shift ቁልፎችን በአንድ ጊዜ"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock ቁልፍ"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift እና CapsLock ቁልፎችን በአንድ ጊዜ"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl እና Alt ቁልፎችን በአንድ ጊዜ"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt እና Shift ቁልፎችን በአንድ ጊዜ"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"መዘርዝር\" ቁልፍ"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "የግራ \"መስኮት\" ቁልፉ"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "የቀኝ \"መስኮት\" ቁልፉ"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "ሁለቱንም የControl ቁልፎች በአንድ ጊዜ"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "ሁለቱንም የAlt ቁልፎች በአንድ ጊዜ"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "የግራ Shift ቁልፉ"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "የቀኝ Shift ቁልፉ"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "የግራ Alt ቁልፍ"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "የግራ Control ቁልፍ"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "የቀኝ Control ቁልፍ"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7199,7 +7199,7 @@ msgid ""
"(eg: latin and non latin)"
msgstr ""
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -9536,8 +9536,8 @@ msgstr ""
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s አስቀድሞ ጥቅም ላይ ነው\n"
@@ -10155,7 +10155,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, fuzzy, c-format
msgid "Congratulations!"
msgstr "እንኳን ደስ ያለዎ!"
@@ -10282,9 +10282,9 @@ msgstr ""
msgid "On CUPS server \"%s\""
msgstr "በCUPS ሰርቨር \"%s\" ላይ"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr "(ቀዳሚ)"
@@ -10336,9 +10336,9 @@ msgstr "ቀዳሚ ተጠሪ ይጠቀም"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "ያልታወቀ ሞዴል"
@@ -10586,7 +10586,7 @@ msgid "URI: %s"
msgstr "URI፦"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr ""
@@ -10617,12 +10617,12 @@ msgstr "እንግዳ ተቀባይ፦"
msgid "%s (Port %s)"
msgstr "&ፖርት፦"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -10659,7 +10659,7 @@ msgid ""
msgstr ""
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -10704,8 +10704,8 @@ msgstr ""
msgid "Custom configuration"
msgstr "የማስተካከያው አራሚ"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, fuzzy, c-format
msgid "No remote machines"
msgstr "(ስለ ቃላት አጻጻፍ አስተያየት የለም)"
@@ -10899,8 +10899,8 @@ msgstr "ፖርት"
msgid "On, Name or IP of remote server:"
msgstr ""
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr ""
@@ -10910,29 +10910,30 @@ msgstr ""
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr ""
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, fuzzy, c-format
msgid "Reading printer data..."
msgstr "GHex (%s)፦ ዳታ ፈልግ"
@@ -11057,7 +11058,7 @@ msgid ""
"printers will be automatically detected."
msgstr ""
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -11258,12 +11259,12 @@ msgstr "አብራ"
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, fuzzy, c-format
msgid "Printer model selection"
msgstr "የማተሚያውን ሞዴል ምረጡ"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr ""
@@ -11277,14 +11278,14 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "የማተሚያው ትዕዛዝ፦ "
@@ -11303,7 +11304,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "የደህንነት ተቆጣጣሪ"
@@ -11318,8 +11319,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "አዲስ ማተሚያ ጨምር"
@@ -11452,8 +11453,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "የ%s ጥቅሎችን መትከል አልተቻለም!"
@@ -11669,10 +11670,10 @@ msgid "Remote printer name missing!"
msgstr ""
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -12001,8 +12002,8 @@ msgstr "አስተካክል"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, fuzzy, c-format
msgid "Printer connection type"
msgstr "ጥሩው የፋይል ዓይነት"
@@ -12012,22 +12013,18 @@ msgstr "ጥሩው የፋይል ዓይነት"
msgid "What do you want to do?"
msgstr "ምን ማድረግ ይፈልጋሉ?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "ተወው"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -12036,103 +12033,119 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, fuzzy, c-format
msgid "Installing %s package..."
msgstr "ጥቅሎችን በመትከል ላይ..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "HPLIP"
msgstr "PL_IP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr ""
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "%sን የት መትከል ይፈልጋሉ?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "የፋይል ስም አቅድ"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr ""
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "አገልግሎቶችን ሰይም"
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, fuzzy, c-format
msgid "Reading printer database..."
msgstr "የትርጉም-ማስታወሻ መረጃ-ባንክን አመንጭ።"
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr ""
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -12140,42 +12153,42 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "የማተሚያ ስም፦"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "መግለጫ"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "ቦታ"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, fuzzy, c-format
msgid "Preparing printer database..."
msgstr "የትርጉም-ማስታወሻ መረጃ-ባንክን አመንጭ።"
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "ማተሚያው ሞዴል"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12190,18 +12203,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, fuzzy, c-format
msgid "The model is correct"
msgstr "ይህ ትክክል ነው?"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, fuzzy, c-format
msgid "Select model manually"
msgstr "የማተሚያውን ሞዴል ምረጡ"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -12211,38 +12224,38 @@ msgid ""
"\"Raw printer\" is highlighted."
msgstr ""
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -12250,58 +12263,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, fuzzy, c-format
msgid "Install PPD file from"
msgstr "ከ &pot ሰነድ አሻሽል"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, fuzzy, c-format
msgid "Floppy Disk"
msgstr "Name=መረጃ መያዣ"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, fuzzy, c-format
msgid "Other place"
msgstr "ሌላ ምርጫዎች"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "ጥሩው የፋይል ዓይነት"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "ጥሩው የፋይል ዓይነት"
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, fuzzy, c-format
msgid "OKI winprinter configuration"
msgstr "ተስተካክሎ የተቀመጠውን ባዕድ መነሻ ጥቀስ"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -12312,12 +12325,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, fuzzy, c-format
msgid "Lexmark inkjet configuration"
msgstr "ተስተካክሎ የተቀመጠውን ባዕድ መነሻ ጥቀስ"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -12326,7 +12339,7 @@ msgid ""
"to."
msgstr ""
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -12339,12 +12352,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "ተስተካክሎ የተቀመጠውን ባዕድ መነሻ ጥቀስ"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12353,12 +12366,12 @@ msgid ""
"connected to."
msgstr ""
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "የድምጽ ማስተካከያ"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -12367,17 +12380,17 @@ msgid ""
"port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "የማስተካከያው አራሚ"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "የማስተካከያው አራሚ"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12386,12 +12399,12 @@ msgid ""
"where it is directly connected to."
msgstr ""
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -12402,39 +12415,39 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, fuzzy, c-format
msgid "Printer default settings"
msgstr "የተመረጠውን የማተሚያ ይዞታዎች አስተካክል"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, fuzzy, c-format
msgid "Option %s must be a number!"
msgstr "(%f በሰነድ-ስም ይተካል፤ %l በመስመር ቁጥር)"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, fuzzy, c-format
msgid "Option %s out of range!"
msgstr "/ተመልከት/ከርቀት እይታ"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr ""
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, fuzzy, c-format
msgid "Test pages"
msgstr "የገጾች ብዛት"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -12443,47 +12456,47 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, fuzzy, c-format
msgid "No test pages"
msgstr "(ስለ ቃላት አጻጻፍ አስተያየት የለም)"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "አትም"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, fuzzy, c-format
msgid "Standard test page"
msgstr "እንደ ድረ ገጽ"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr ""
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr ""
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, fuzzy, c-format
msgid "Photo test page"
msgstr "እንደ ድረ ገጽ"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, fuzzy, c-format
msgid "Printing test page(s)..."
msgstr "የገጽ አቀማመጡን ለማተም ሰይም"
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr ""
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -12493,24 +12506,24 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
msgstr ""
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr ""
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, fuzzy, c-format
msgid "Raw printer"
msgstr "የማተሚያው ትዕዛዝ፦ "
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -12519,7 +12532,7 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -12527,8 +12540,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -12537,7 +12550,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -12545,22 +12558,22 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -12568,21 +12581,21 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -12593,7 +12606,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -12602,27 +12615,27 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "ማተሚያውን አልተገኘም።"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "ማተሚያውን አልተገኘም።"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, fuzzy, c-format
msgid "Print option list"
msgstr "የአሁኑ ዝርዝር መለያ"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "የአሁኑ ዝርዝር መለያ"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -12630,14 +12643,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -12645,14 +12658,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -12660,7 +12673,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -12668,7 +12681,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -12676,7 +12689,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -12684,33 +12697,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "የአግድም ኩልኩል፦"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "የቀለም ምርጫ"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, fuzzy, c-format
msgid "Transfer printer configuration"
msgstr "የማተሚያውን ማስተካከያ በሚጭንበት ጊዜ ስህተት ተፈጥሯል"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -12720,33 +12733,33 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -12754,7 +12767,7 @@ msgid ""
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -12762,17 +12775,17 @@ msgid ""
"\"Transfer\"."
msgstr ""
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, fuzzy, c-format
msgid "Do not transfer printers"
msgstr "ዶሴዎቹ የሉም"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "ይተላለፍ"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -12780,45 +12793,45 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "አዲስ የማተሚያ ስም"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, fuzzy, c-format
msgid "Refreshing printer data..."
msgstr "GHex (%s)፦ ዳታ ፈልግ"
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, fuzzy, c-format
msgid "Starting network..."
msgstr "Name=መረብ"
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, fuzzy, c-format
msgid "Configure the network now"
msgstr "መልዕክቶችን አሁን አምጣ"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr ""
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -12827,12 +12840,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr ""
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -12842,7 +12855,7 @@ msgid ""
"also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr ""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -12850,27 +12863,27 @@ msgid ""
"printer again."
msgstr ""
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, fuzzy, c-format
msgid "Restarting printing system..."
msgstr "የሲስተም ሜኑ አሳይ (_S)"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "ከፍ ያለ"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr ""
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -12885,12 +12898,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr ""
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -12904,32 +12917,32 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, fuzzy, c-format
msgid "Checking installed software..."
msgstr "ስለ የ&GNU ነጻ ሶፍትዌር"
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr ""
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr ""
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr ""
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr ""
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -12938,46 +12951,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr ""
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, fuzzy, c-format
msgid "Setting Default Printer..."
msgstr "ማተሚያውን አልተገኘም።"
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr ""
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -12986,12 +12999,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -12999,55 +13012,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "የሕትመቱን ምርጫዎች ለውጥ"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, fuzzy, c-format
msgid "Select Printer Spooler"
msgstr "የማተሚያውን ሞዴል ምረጡ"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr ""
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, fuzzy, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "የባሕር-መዝገብ እሴት '%s' ወደ '%s' እንደገና መሰየም አልተቻለም።"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr ""
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13055,147 +13068,147 @@ msgid ""
"it. "
msgstr ""
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr ""
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, fuzzy, c-format
msgid "CUPS configuration"
msgstr "የማስተካከያው አራሚ"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, fuzzy, c-format
msgid "Change the printing system"
msgstr "የሕትመቱን ምርጫዎች ለውጥ"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, fuzzy, c-format
msgid "Normal Mode"
msgstr "የመሸፈኛ ዘዴ"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, fuzzy, c-format
msgid "Expert Mode"
msgstr "የመሸፈኛ ዘዴ"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "የአታሚ ምርጫዎች"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, fuzzy, c-format
msgid "Modify printer configuration"
msgstr "የማተሚያውን ማስተካከያ በሚጭንበት ጊዜ ስህተት ተፈጥሯል"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
"What do you want to modify on this printer?"
msgstr ""
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "ይህ ክፋይ መጠነ ተስተካካይ አይደለም"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "ይደረግ!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr ""
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, fuzzy, c-format
msgid "Printer manufacturer, model"
msgstr "የማተሚያውን ሞዴል ምረጡ"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr ""
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "ስለተጠሪ መረጃ"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "ስለተጠሪ መረጃ"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "ጥሩው የፋይል ዓይነት"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, fuzzy, c-format
msgid "Print test pages"
msgstr "አቢወርድ፦ የህትመት ቅድመ ዕይታ"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr ""
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, fuzzy, c-format
msgid "Remove printer"
msgstr "የማተሚያው ትዕዛዝ፦ "
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "ማተሚያውን አልተገኘም።"
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "ቀዳሚ ተጠሪ ይጠቀም"
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "ቀዳሚ ተጠሪ ይጠቀም"
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "ከቱልባሩ ላይ ይህንን ቁልፍ ማውጣት ይፈልጋሉ?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "የማተሚያው ትዕዛዝ፦ "
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "ቀዳሚ ማተሚያ"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
@@ -13231,15 +13244,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr ""
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -14893,124 +14906,124 @@ msgstr ""
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s የተጠቃሚ ስም ይፈልጋል...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, fuzzy, c-format
msgid "Terminal Server Configuration"
msgstr "ቀዳሚ ተጠሪ ይጠቀም"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "&ለውጡ"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, fuzzy, c-format
msgid "Enable Server"
msgstr "ስለተጠሪ መረጃ"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, fuzzy, c-format
msgid "Disable Server"
msgstr "ስለተጠሪ መረጃ"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, fuzzy, c-format
msgid "Start Server"
msgstr "ስለተጠሪ መረጃ"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, fuzzy, c-format
msgid "Stop Server"
msgstr "ስለተጠሪ መረጃ"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, fuzzy, c-format
msgid "Etherboot Floppy/ISO"
msgstr "ዐርቢኛ፣ ISO-8859-6"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, fuzzy, c-format
msgid "Net Boot Images"
msgstr "ምስሎችን አስስ"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, fuzzy, c-format
msgid "Add/Del Users"
msgstr "አምድ በኋላ ጨምር"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, fuzzy, c-format
msgid "Add/Del Clients"
msgstr "አምድ በኋላ ጨምር"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "ምስሎች"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, fuzzy, c-format
msgid "First Time Wizard"
msgstr "ቀን እና ሰዓት"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -15033,27 +15046,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, fuzzy, c-format
msgid "Cancel Wizard"
msgstr "የመዝገብ አገልጋይ"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "ከቀኝ ወደ ግራ ተራ ተጠቀም"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -15063,28 +15076,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr ""
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, fuzzy, c-format
msgid "Done!"
msgstr "አልቋል"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -15092,31 +15105,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "ቀዳሚ ተጠሪ ይጠቀም"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -15125,14 +15137,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -15145,30 +15157,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -15184,17 +15195,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -15202,33 +15212,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -15244,12 +15255,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -15274,14 +15285,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -15290,94 +15300,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, fuzzy, c-format
msgid "Boot Floppy"
msgstr "ፍሎፒ ላይ"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, fuzzy, c-format
msgid "Boot ISO"
msgstr "ISO A4"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, fuzzy, c-format
msgid "PXE Image"
msgstr "ምስል አስገባ"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "የነበረው ቀን (ያለ ሰዓት)"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, fuzzy, c-format
msgid "Build Whole Kernel -->"
msgstr "ሙሉ ቃላት ብቻ"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, fuzzy, c-format
msgid "No kernel selected!"
msgstr "ምንም ተጨማሪ ፕሮግራም አልተመረጠም"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, fuzzy, c-format
msgid "Build Single NIC -->"
msgstr "የአንድ ደራሲ መግቢያ"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, fuzzy, c-format
msgid "No NIC selected!"
msgstr "ምንም ተጨማሪ ፕሮግራም አልተመረጠም"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, fuzzy, c-format
msgid "Build All Kernels -->"
msgstr "ሁሉንም የምስል ፋይሎች"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, fuzzy, c-format
msgid "<-- Delete"
msgstr "&አጥፉ"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "ምንም ተጨማሪ ፕሮግራም አልተመረጠም"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, fuzzy, c-format
msgid "Delete All NBIs"
msgstr "የተመረጡትን ሁሉንም አርዕስተ ጉዳዮች እስከመጨረሻው አጥፋቸው"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -15385,178 +15395,178 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, fuzzy, c-format
msgid "Add User -->"
msgstr "ተጠቃሚን ጨምር"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, fuzzy, c-format
msgid "<-- Del User"
msgstr "የተጠቃሚ ስም"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, fuzzy, c-format
msgid "type: %s"
msgstr "ዓይነት፦"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, fuzzy, c-format
msgid "local config: %s"
msgstr "&ለውጡ"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr ""
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr ""
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr ""
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, fuzzy, c-format
msgid "Allow Thin Clients"
msgstr "የተለመደውን ቱልባሮች ፍቀድ"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, fuzzy, c-format
msgid "Add Client -->"
msgstr "ሰነዶችን ጨምር"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, fuzzy, c-format
msgid "type: fat"
msgstr "DOS (fat)"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, fuzzy, c-format
msgid "type: thin"
msgstr "የፋይሉ ዓይነት"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr ""
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr ""
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, fuzzy, c-format
msgid "<-- Edit Client"
msgstr "የገጽ ግርጌውን ያስተካክሉ"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, fuzzy, c-format
msgid "Disable Local Config"
msgstr "የነሲብ URLን አታስችል"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, fuzzy, c-format
msgid "Delete Client"
msgstr "ማያያዣ ቁልፎች &አጥፉ"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, fuzzy, c-format
msgid "All clients will use %s"
msgstr "ከቀኝ ወደ ግራ ተራ ተጠቀም"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr ""
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr ""
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, fuzzy, c-format
msgid "Subnet Mask:"
msgstr "/ደረጃ/Mask/Add Layer Mask..."
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, fuzzy, c-format
msgid "Broadcast Address:"
msgstr "ኢሜያል አድራሻ"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, fuzzy, c-format
msgid "Domain Name:"
msgstr "የፋይል ስም"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, fuzzy, c-format
msgid "Name Servers:"
msgstr "የፋይል ስም"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, fuzzy, c-format
msgid "IP Range Start:"
msgstr "አዲስ ዝርዝር ጀምር"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, fuzzy, c-format
msgid "IP Range End:"
msgstr "አሁን ያለውን ጨዋታ ጨርስ"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, fuzzy, c-format
msgid "Write Config"
msgstr "&ለውጡ"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, fuzzy, c-format
msgid "dhcpd Server Configuration"
msgstr "ቀዳሚ ተጠሪ ይጠቀም"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -15564,106 +15574,106 @@ msgid ""
"You can modify as needed."
msgstr ""
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr ""
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, fuzzy, c-format
msgid "Could not access the floppy!"
msgstr "ጽሑፉን መክፈት አልተቻለም"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr ""
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr ""
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, fuzzy, c-format
msgid "PXE image is %s/%s"
msgstr "ትርጉሙ &ጅምር ነው"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "በሚጻፍበት ወቅት ስህተት ተከስቷል፦ "
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, fuzzy, c-format
msgid "%s is not a user..\n"
msgstr "ፋይሉ '%s' አይነበብም"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr "የጠፋ"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, fuzzy, c-format
msgid "%s not found...\n"
msgstr "አልተገኘም"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
msgstr ""
#: standalone/drakautoinst:38 standalone/drakhosts:123
@@ -23030,17 +23040,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr ""
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr ""
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -23189,43 +23199,43 @@ msgid ""
"You can launch printerdrake from the %s Control Center in Hardware section."
msgstr ""
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "የፋይል ስም አቅድ"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr ""
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr ""
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, fuzzy, c-format
msgid "choose device"
msgstr "የመረብ ዕቃ"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, fuzzy, c-format
msgid "Searching for scanners..."
msgstr "&መረጃውን አስስ"
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "የፋይል ስም አቅድ"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "አርጀንቲና"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -23234,40 +23244,40 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
"Multimedia/Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -23275,7 +23285,7 @@ msgid ""
"Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -23284,7 +23294,7 @@ msgid ""
"are available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -23293,137 +23303,137 @@ msgid ""
"is available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, fuzzy, c-format
msgid "Search for new scanners"
msgstr "ስለ...መረጃ አስስ"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, fuzzy, c-format
msgid "Add a scanner manually"
msgstr "አምድ በኋላ ጨምር"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr ""
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr ""
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr ""
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "ይህ አስሊ"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr ""
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr ""
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr ""
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr ""
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr ""
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr ""
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr ""
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "ተጠሪን ጨምር"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "የተመረጠው ተጠሪ ይታረም"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "የተመረጠው ተጠሪ ይወገድ"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr ""
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr ""
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr ""
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -23431,7 +23441,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr ""
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -23614,6 +23624,10 @@ msgid "Installation failed"
msgstr "%s አልተገኘም"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "ተወው"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index 4269660fd..b9cc0d7b0 100644
--- a/perl-install/share/po/ar.po
+++ b/perl-install/share/po/ar.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-03-03 01:06+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
"Language-Team: Arabic <support@arabeyes.org>\n"
@@ -206,21 +206,21 @@ msgstr "الرجاء الانتظار، جاري اكتشاف وتهيئة ال
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -247,9 +247,9 @@ msgstr "الرجاء الانتظار، جاري اكتشاف وتهيئة ال
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "خطأ"
@@ -489,10 +489,10 @@ msgstr "مخصّص"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "خروج"
@@ -651,7 +651,7 @@ msgstr "بطاقة الشاشة: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -668,7 +668,7 @@ msgstr "موافق"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -683,7 +683,7 @@ msgstr "إلغاء"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -913,7 +913,7 @@ msgstr "القطاع الأول من التجزيء الجذري"
msgid "On Floppy"
msgstr "على قرص مرن"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "تخطّي"
@@ -1255,9 +1255,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "تم"
@@ -1459,9 +1459,9 @@ msgstr "يمكنك التّصدير باستعمال NFS أو SMB. الرجاء
msgid "Launch userdrake"
msgstr "تشغيل userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1636,7 +1636,7 @@ msgstr "النطاق"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "خادم"
@@ -1762,7 +1762,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "لم يمكن استخدام البثّ دون اسم نظام NIS"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1777,49 +1777,49 @@ msgstr ""
"انتظر الإقلاع الافتراضي.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO مع قائمة رسومية"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO مع قائمة نصية"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "لا توجد مساحة كافية في /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "يمكنك تثبيت محمّل الإقلاع على التجزيء %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr "تهيئة محمّل الإقلاع يجب أن يحدّث لأنّ التجزيء تمّ إعادة ترقيمه"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1828,7 +1828,7 @@ msgstr ""
"لا يمكن تثبيت محمّل الإقلاع بشكل صحيح. يجب أن تقوم بإقلاع الإنقاذ وتختار \"%s"
"\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "إعادة تثبيت مُحمِّل الإقلاع"
@@ -3030,7 +3030,7 @@ msgstr "البحث عن خادمات جديدة"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "الحزمة %s يجب أن تُثبت. هل تريد تثبيتها؟"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "تعذر تثبيت حزمة %s!"
@@ -3041,19 +3041,19 @@ msgid "Mandatory package %s is missing"
msgstr "الحزمة الضرورية %s مفقودة"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "تحذير"
@@ -3937,7 +3937,7 @@ msgstr "اسم المستخدم"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4861,8 +4861,8 @@ msgstr ""
"الكتل السّيئة على القرص."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5937,8 +5937,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7620,14 +7620,14 @@ msgstr ""
msgid "Re-submit"
msgstr "إعادة تسليم"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "التشيكية (QWERTZ("
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7641,28 +7641,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "الأسبانية"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "الفنلنديّة"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "الفرنسيّة"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7676,171 +7676,171 @@ msgid ""
"Polish"
msgstr "البولونيّة"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "الروسيّة"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "السويديّة"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "لوحة المفاتيح البريطانية"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "لوحة المفاتيح الأمريكية"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "الألبانيّة"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "الأرمنية (قديم)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "الأرمنية (آلة كاتبة)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "الأرمنية (صوتي)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "العربية"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "الأذربيجانية (لاتيني)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "البلجيكية"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "البنغالية (توزيعة Inscript("
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "البنغالية (Probhat("
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "البلغارية (صوتية)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "البلغارية (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "البرازيلية (ABNT-2("
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "البوسنيّة"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "البيلاروسية"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "السويسرية (توزيع ألماني)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "السويسرية (توزيع فرنسي)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "شيروكي مقطعي"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "تشيكيّة (QWERTY("
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "الألمانية (لا مفاتيح ميتة)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "ديفانغاري"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
@@ -7851,21 +7851,21 @@ msgstr "الدانمركية"
# it displays on screen as "(US) Dvorak", following the same schema
# as others "Dvorak (xxxx)" with xxx in Arabic that display as "(xxxx) Dvorak"
# that way the entry is also listed together with the other "Dvorak" entries.
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (أمريكا("
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (إسبرانتو("
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
@@ -7876,636 +7876,636 @@ msgstr "Dvorak (فرنسيّة("
# it displays on screen as "(US) Dvorak", following the same schema
# as others "Dvorak (xxxx)" with xxx in Arabic that display as "(xxxx) Dvorak"
# that way the entry is also listed together with the other "Dvorak" entries.
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (المملكة المتّحدة("
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (نرويجيةّ("
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (بولنديّة("
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (سويدية("
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "زونخا/تيبتيّة"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "الإستونية"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "فارويّة"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "الجورجية (التوزيع \"الروسي\")"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "الجورجيةّ (التوزيع \"اللاتيني\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "اليونانيّة"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "يونانية (polytonic("
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "غوجاراتي"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "غورموكهي"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "الكرواتيّة"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "الهنغاريّة"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "الايرلندية"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "العبريّة"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "العبرية (صوتية)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "الفارسيّة"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "الآيسلاندية"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "الإيطاليّة"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "اينوكتيتوت"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "اليابانية 106 مفاتيح"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "كنّادا"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "الكوريّة"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "كرديّة (بخطٍّ عربي)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "قيرغزيّة"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "الأمريكية اللاتينية"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "الليتوانيّة"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "الليتوانية AZERTY (قديم)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "الليتوانية AZERTY (جديد)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "الليتوانية \"صف رقمي\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "الليتوانية \"صوتي\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "لاتفيّة"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "المالايالام"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "المقدونية"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "ميانمار (البورمية)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "المنغولية (سيريلية)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "المالطية (بريطانيا)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "المالطية (أمريكا)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "الهولندية"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "أوريا"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "البولندية (توزيعة qwerty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "البولندية (توزيعة qwertz)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "باشتويّة"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "البرتغالية"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "الكنديّة (كيبيك)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "الرومانية (qwertz("
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "الرومانية (qwertz("
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "الرّوسية (صوتية)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "سآمي (نرويجي)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "سآمي (سويدية/فنلندية)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "سنديّة"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "السلوفينية"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "السلوفاكية (QWERTZ("
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "السلوفاكية (QWERTY("
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "الصربية (سيريلي)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "السريانية"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "السريانية (صوتي)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "التيلوغو"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "التاميل (توزيع ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "التاميل (توزيع الآلة كاتبة)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "تايلنديّة (كدماني)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "تايلنديّة (TIS-820("
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "تايلنديّة (باتشوتي)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "الطاجيك"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "تركمانيّة"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "التّركية (طراز \"F\" التقليدي)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "التركية (طراز \"Q\" الحديث)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "الأكرانية"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "لوحة المفاتيح الأردو"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "لوحة مفاتيح أمريكية (دولي)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "الأوزبكية (سيريلي)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "الفيتنامية \"صف رقمي\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "اليوغوسلافية (لاتيني)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "مفتاح Alt الأيمن"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "مفتاحيّ Shift معاً"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "مفاتيح Control و Shift معاً"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "مفتاح CapsLock"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "مفاتيح Shift و CapsLock معاً"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "مفاتيح Ctrl و Alt معاً"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "مفاتيح Alt و Shift معاً"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "مفتاح \"Menu\""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "مفتاح \"ويندوز\" الأيسر"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "مفتاح \"ويندوز\" الأيمن"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "مفتاحيّ Control معاً"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "مفتاحيّ Alt معاً"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "مفتاح Shift الأيسر"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "مفتاح Shift الأيمن"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "مفتاح Alt الأيسر"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "مفتاح Control الأيسر"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "مفتاح Control الأيمن"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8516,7 +8516,7 @@ msgstr ""
"ستسمح لك بالتبديل بين لغات لوحة المفاتيح المختلفة\n"
"(مثلاً: لاتيني و غير لاتيني)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10906,8 +10906,8 @@ msgstr "عنوان البوابات يجب أن تكون على النسق 1.2.3
msgid "Warning: IP address %s is usually reserved!"
msgstr "تحذير: عنوان الـ IP %s عادة ما يكون محفوظاً!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s قيد الاستخدام مسبقاً\n"
@@ -11605,7 +11605,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "فشل نسخ Firmware، لم يُعثر على الملفّ %s"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "تهانينا!"
@@ -11738,9 +11738,9 @@ msgstr "مُهيّء على أجهزة أخرى"
msgid "On CUPS server \"%s\""
msgstr "على خادم CUPS \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (افتراضي)"
@@ -11792,9 +11792,9 @@ msgstr "خادم CUPS بعيد"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "طراز غير معروف"
@@ -12042,7 +12042,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "طابعة خام (لا مشغل)"
@@ -12073,12 +12073,12 @@ msgstr "المضيف %s"
msgid "%s (Port %s)"
msgstr "%s (المنفذ %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12125,7 +12125,7 @@ msgstr ""
"تكون متوفرة آلياً لهذه الماكينة."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "خادم CUPS بعد بدون عفريت CUPS محلي"
@@ -12173,8 +12173,8 @@ msgstr "مشاركة الطابعات على المضيفات/الشبكات: "
msgid "Custom configuration"
msgstr "تهيئة مخصصة"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "لا أجهزة بعيدة"
@@ -12395,8 +12395,8 @@ msgstr "المنفذ"
msgid "On, Name or IP of remote server:"
msgstr "عليه، اسم أو IP الخادم البعيد:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "اسم خادم CUPS أو عنوان IP مفقود."
@@ -12406,29 +12406,30 @@ msgstr "اسم خادم CUPS أو عنوان IP مفقود."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "قراءة بيانات الطابعة..."
@@ -12556,7 +12557,7 @@ msgstr ""
"لا تحتاج إلى تهيئة الطابعات على خادمات CUPS البعيدة؛ هذه الطابعات يمكن "
"اكتشلفها آلياً."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12784,12 +12785,12 @@ msgstr " على "
msgid ")"
msgstr "("
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "إختيار وحدات الطابعة"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "ما هو نوع الطابعة لديك؟"
@@ -12807,7 +12808,7 @@ msgstr ""
"لم يتمكن Printerdrake من التعرف على طراز طابعتك %s. الرجاء اختيار الطراز "
"الصحيح من القائمة."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12816,7 +12817,7 @@ msgstr ""
"إذا لم تكن طابعت موجودة في القائمة، الرجاء اختيار طابعة متوافقة (انظر دليل "
"الطابعة) أو اختر طابعة مماثلة."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "جاري تهيئة الطابعة \"%s\" ..."
@@ -12835,7 +12836,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "الإدارة عن بعد"
@@ -12850,8 +12851,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "إضافة طابعة جديدة"
@@ -13051,8 +13052,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "تعذر تثبيت حزم %s!"
@@ -13288,10 +13289,10 @@ msgid "Remote printer name missing!"
msgstr "اسم الطابعة البعيدة مفقود!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13663,8 +13664,8 @@ msgstr "تحرير"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "نوع وصلة الطابعة"
@@ -13674,22 +13675,18 @@ msgstr "نوع وصلة الطابعة"
msgid "What do you want to do?"
msgstr "ماذا تريد أن تفعل؟"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "إلغاء"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13702,7 +13699,7 @@ msgstr ""
"جداً، والمسح الضوئي على الأجهزة متعددة الوظائف، والوصول إلى بطاقة الذاكرة على "
"الطابعات ذات قارئات البطاقات."
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, fuzzy, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13711,89 +13708,105 @@ msgstr ""
"للوصول إلى هذه الوظائف الإضافية على طابعة HP الخاصة بك، يجب إعدادها باستخدام "
"البرنامج المناسب:"
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, fuzzy, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr "ما هو اختيارك (اختيار \"لاشيء\" لغير طابعات HP)? "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "جاري تهيئة حزمة %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "على الـ %s، ستكون الطّباعة ممكنة فقط."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "تعذرت إزالة ملف التهيئة %s للطابعة HPOJ لـ%s!"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "الرجاء إزالة أي ملف يدوياً وإعادة تشغيل HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "جاري التأكد من الجهاز و تهيئة %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "أي طابعة تريد إعدادها باستخدام HPLIP؟"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "إعداد وحدات النواة..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "تثبيت حزم SANE..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "لن يكون المسح ممكنا على الـ %s."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "استخدام وصيانة %s الخاص بك"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "تهيئة الجهاز..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "جاري جعل منفذ الطابعة متوفراً لـCUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "جاري قراءة قاعدة بيانات الطابعات..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "أدخل اسم الطابعة و التعليقات"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "اسم الطابعة يجب أن يحتوي فقط على حروف و أرقام و شارطات تحتية"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13802,7 +13815,7 @@ msgstr ""
"الطابعة \"%s\" موجودة مسبقاً،\n"
"هل تريد فعلاً الكتابة فوق التهيئة الخاصة بها؟"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13812,7 +13825,7 @@ msgstr ""
"اسم الطابعة \"%s\" يحتوي أكثر من 12 حرفاً والذي قد يجعل الطابعة غير قابلة "
"للوصول من عملاء ويندوز. هل تريد فعلاً استخدام هذا الاسم؟"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13821,35 +13834,35 @@ msgstr ""
"كل طابعة تحتاج إلى اسم (مثال \"printer\"). حقول الوصف و المكان ليس من "
"الضروري ملؤها. انها مجرد ملاحظات للمستخدمين."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "اسم الطابعة"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "الوصف"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "المكان"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "جاري تحضير قاعدة بيانات الطابعات..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "طراز الطابعة الخاصة بك"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13874,18 +13887,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "الطراز صحيح"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "تم اختيار النّموذج يدويًّا"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -13899,19 +13912,19 @@ msgstr ""
"الرجاء التأكّد من قيام Printerdrake باكتشاف طراز طابعتك بشكل صحيح. اعثر على "
"الطراز الصحيح إذا تم اختيار طراز خطأ أو \"طابعة خام\"."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "تثبيت ملفّ PPD موفّرا من عند الصّانع."
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr "تُقدّم كلّ طابعة PostScript مع ملفّ PPD والذي يصف مزايا وخيارات الطّابعة."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -13920,12 +13933,12 @@ msgstr ""
"يكون هذا الملفّ في مكان ما على القرص المدمج مع مُشغّلات ويندوز وماك المُزوّدة مع "
"طابعتك."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "يمكنك العثور على ملفّات PPD أيضاً على مواقع وب للمُصنّع."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -13933,7 +13946,7 @@ msgid ""
msgstr ""
"إن كان ويندوز مثبتاً لديك، يمكنك أن تعثر على ملف PPD على تجزيء ويندوز أيضاً."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13943,7 +13956,7 @@ msgstr ""
"تثبيت ملف PPD للطّابعة واستخدامه عند إعداد الطابعة يجعل كلّ خيارات الطّابعة "
"متوفّرة والتي هي مُزوّدة من قبل عتاد الطّابعة"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -13952,51 +13965,51 @@ msgstr ""
"يمكنك هنا اختيار ملفّ PPD لتثبيته على ماكينتك، سوف يستخدم بعد ذلك لإعداد "
"طابعتك."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "تثبيت ملف PPD من"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "القرص المرن"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "مكان آخر"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "اختيار ملف PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "ملفّ PPD %s غير موجود أو غير قابل للقراءة!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "ملف PPD %s لا يطابق مواصفات PPD!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "جاري تثبيت ملف PPD..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "إعداد OKI WinPrinter"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14012,12 +14025,12 @@ msgstr ""
"قم بتوصيل الطابعة إلى المنفذ المتوازي الأول قبل أن تطبع صفحة اختبارية. ان لم "
"تفعل ذلك فلن تعمل الطابعة. إعداد نوع الوصلة سيتم تجاهله من المشغّل."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "إعداد Lexmark Inkjet"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14029,7 +14042,7 @@ msgstr ""
"لا يدعم المُشغّل الطابعات على الماكينات البعيدة أو خادمات الطباعة. فضلاً وصل "
"طابعتك إلى منفذ محلي أو قم بتهيئتها على الماكينة المرتبطة بها."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14049,12 +14062,12 @@ msgstr ""
"التّرخيص. ثم اطبع صفحات محاذاة رأس الطّباعة باستخدام \"lexmarkmaintain\" و "
"اضبط وضع محاذاة الرّأس باستخدام هذا البرنامج."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "إعداد Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14066,12 +14079,12 @@ msgstr ""
"الأجهزة البعيدة أو خادمات الطباعة. رجاء توصيل طابعتك إلى منفذ USB المحلّي أو "
"هيّئها على الجهاز الذي هي متّصلة به."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "تهيئة سامسونج ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14084,17 +14097,17 @@ msgstr ""
"المتوازية الأخرى. رجاء وصل طابعتك إلى المنفذ المتوازي الأول أو تهيئتهاعلى "
"الجهاز الذي هي متّصلة به."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "تهيئة Canon LBP-460/660"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "تهيئة Canon LBP-460/660"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14106,12 +14119,12 @@ msgstr ""
"الأجهزة البعيدة أو خادمات الطباعة. رجاء توصيل طابعتك إلى منفذ USB المحلّي أو "
"هيّئها على الجهاز الذي هي متّصلة به."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "تحميل Firmware لطابعة LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14127,27 +14140,27 @@ msgstr ""
"إلى إعدادات العتاد لطابعات الليزر (الذاكرة، وحدات الدوبلكس، المنصات "
"الإضافية) معدّة بشكل صحيح. لاحظ أن جودة طباعة عالية جداً قد تجهل الطباعة بطيئة."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "إعدادات الطابعة الإفتراضية"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "الخيار %s يجب أن يكون رقما صحيحاً!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "الخيار %s يجب أن يكون رقماً!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "الخيار %s خارج المتوسط!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14156,12 +14169,12 @@ msgstr ""
"هل تريد تعيين هذه الطابعة (\"%s\")\n"
"كطابعة افتراضية؟"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "صفحات اختبارية"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14174,47 +14187,47 @@ msgstr ""
"الليزر بكمية ذاكرة قليلة قد لا يتم طباعتها مطلقاً. في أغلب الأحيان يكفي أن "
"تطبع الصفحة الإختبارية القياسية."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "لا صفحات اختبارية"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "طباعة"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "صفحة اختبارية قياسية"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "صفحة اختبارية بديلة (Letter("
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "صفحة اختبارية بديلة (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "صفحة اختبارية لصورة"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "طباعة الصفحات الإختبارية..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "جاري تخطّي صفحة الصّورة الاختبارية"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14229,7 +14242,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14238,17 +14251,17 @@ msgstr ""
"تم ارسال الصفحات الإختبارية إلى الطابعة.\n"
"قد يستغرق هذا بعض الوقت حتى تبدأ الطابعة.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "هل عملت بالشكل الصحيح؟"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "طابعة خام"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14260,7 +14273,7 @@ msgstr ""
"أداة طباعة رسومية: \"xpp <file>\" أو \"kprinter <file>\". الأدوات الرسومية "
"تسمح لك باختيار الطابعات و تعديل خياراتها بسهولة.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14271,8 +14284,8 @@ msgstr ""
"في العديد من التطبيقات، لكن لا تقم هنا بإعطاء اسم الملف لأن الملف المطلوب "
"طباعته يتم اعطاؤه من قبل التطبيق.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14284,7 +14297,7 @@ msgstr ""
"الأمر \"%s\" يسمح لك كذلك يتعديل إعدادات الخيارات لوظيفة طباعة محددة. بكل "
"بساطة أضف الإعداد المطلوب إلى سطر الآوامر، مثال \"%s <file>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14295,7 +14308,7 @@ msgstr ""
"اضغط \"قائمة خيارات الطابعة\".%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14304,15 +14317,15 @@ msgstr ""
"هذه قائمة بالخيارات المتوفرة للطباعة على الطابعة الحالية:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr "لطباعة ملف من سطر الأوامر استخدم الأمر \"%s <file>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14323,7 +14336,7 @@ msgstr ""
"في العديد من التطبيقات. لكن هنا لا تقم بإعطاء اسم الملف لأن ملف الطباعة يتم "
"توفيره عن طريق التطبيق.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14332,14 +14345,14 @@ msgstr ""
"للحصول على قائمة بالخيارات المتوفرة للطابعة المختارة اضغط على زر \"قائمة "
"خيارات الطابعة\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr "لطباعة ملف من سطر الأوامر استخدم الأمر \"%s <file> أو \"%s <file>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14355,7 +14368,7 @@ msgstr ""
"Printer!\"، تقوم بإيقاف كل وظائف الطباعة فوراً عند النقر عليها. هذا المثال "
"مفيد للحالات التي يحصل فيها تعثر في استخدام الورق.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14367,27 +14380,27 @@ msgstr ""
"الأوامر \"%s\" و \"%s\" تسمح لك بتعديل إعدادات الخيارات لوظيفة طباعة محددة. "
"ببساطة قم بإضافة الإعداد المطلوب إلى سطر الآوامر، مثال \"%s <file>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "استخدام/صيانة الطابعة \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "جاري الطباعة على الطابعة \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "قائمة خيارات الطابعة"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "قائمة خيارات الطابعة"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14398,7 +14411,7 @@ msgstr ""
"مزايا طابعتك الخاصة مدعومة.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14407,7 +14420,7 @@ msgstr ""
"يمكن استخدام الماسح الضوئي في طابعتك بواسطة برنامج SANE الاعتيادي، على سبيل "
"المثال Kooka أو XSane (كلاهما في قائمة الوسائط المتعددة/الرسوم)."
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14418,7 +14431,7 @@ msgstr ""
"لمشاركة الماسح الضوئي على الشبكة.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14427,7 +14440,7 @@ msgstr ""
"يمكن الوصول إلى قارئات بطاقة الذاكرة في طابعتك كجهاز تخزين USB الكمّي "
"الاعتيادي."
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14438,7 +14451,7 @@ msgstr ""
"البطاقة.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14449,7 +14462,7 @@ msgstr ""
"HP (القائمة: النظام/المراقبة/صندوق أدوات طابعة HP) بالضغط على زر \"الوصول "
"إلى بطاقات الصور...\" في تبويب \"الوظائف\"."
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14460,7 +14473,7 @@ msgstr ""
"عادة أسرع.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14471,33 +14484,33 @@ msgstr ""
"الكثير من وظائف مراقبة حالة وصيانة %s الخاصة بك:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - معلومات مستوى/وضع الحبر\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - تنظيف فوهة الحبر\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - محاذاة رأس الطباعة\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - مُعايرة الألون\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "نقل تهيئة الطابعة"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14511,7 +14524,7 @@ msgstr ""
"الإعداد الإفتراضي) يتم أخذها، لكن لن يتم نقل الوظائف.\n"
"لا يمكن نقل كل الصفوف للأسباب التالية:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14520,7 +14533,7 @@ msgstr ""
"CUPS لا يدعم الطابعات على أجهزة Novell الخادمة أو الطابعات التي ترسل "
"البيانات إلى أمر ذي نسق حر.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14528,12 +14541,12 @@ msgid ""
msgstr ""
"PDQ يدعم فقط الطابعات المحلية و طابعات LPD البعيدة و طابعات Socket/TCP.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD و LPRng لا تدعم طابعات IPP.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14542,7 +14555,7 @@ msgstr ""
"بالإضافة إلى ذلك، فإن الصفوف التي لم يتم عملها بهذا البرنامج أو \"foomatic-"
"configure\" لا يمكن نقلها."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14553,7 +14566,7 @@ msgstr ""
"أيضاً الطابعات المهيئة بملفات PPD من مصنّعيها أو بمشغلات CUPS الخاصة بها لا "
"يمكن نقلها."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14564,17 +14577,17 @@ msgstr ""
"علّم على الطابعات التي تريد نقلها ثم اضغط \n"
"\"انقل\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "لا تنقل الطابعات"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "نقل"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14585,17 +14598,17 @@ msgstr ""
"اضغط \"انقل\" للكتابة فوقه.\n"
"يمكنك كذلك كتابة اسم جديد أو تحطي هذه الطابعة."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "اسم الطابعة الجديدة"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "نقل %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14604,28 +14617,28 @@ msgstr ""
"لقد قمت بنقل الطابعة الإفتراضية السابقة (\"%s\")، هل يجب أيضاً أن تكون "
"الطابعة الإفتراضية تحت نظام الطباعة الجديد %s؟"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "إعادة تحميل بيانات الطابة..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "بدء الشبكة..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "تهيئة الشبكة الآن"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "لم يتم تحديد وظيفية الشبكة"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14637,12 +14650,12 @@ msgstr ""
"الشبكة لم يتم إعدادها حتى الآن. إذا كنت تريد المتابعة دون تهيئة الشبكة، "
"ستكون قادراً على استخدام الطابعة التي تقةم بتهيئتها الآن. كيف تريد المتابعة؟"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "تابع دون تهيئة الشبكة"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14656,7 +14669,7 @@ msgstr ""
"s، في قسم \"الشبكة و الإنترنت\"/\"الوصلات\"، و بعد ذلك قم بتهيئة الطّابعة، "
"كذلك باستخدام مركز تحكم %s، في قسم \"العتاد\"/\"الطابعة\""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14666,27 +14679,27 @@ msgstr ""
"الوصول إلى الشبكة لا يعمل و لم يمكن بدؤه. الرجاء التأكّد من التهيئة لديك و "
"العتاد الخاص بك. ثم حاول تهيئة الطابعة البعيدة مرة أخرى."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "جاري إعادة تشغيل نظام الطباعة..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "مرتفع"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "مذعور"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "جاري تثبيت نظام طباعة في مستوى الأمن %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14709,12 +14722,12 @@ msgstr ""
"\n"
"هل تريد فعلاً تهيئة الطباعة على هذ الجهاز؟"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "بدء نظام الطباعة عند الإقلاع"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14734,32 +14747,32 @@ msgstr ""
"\n"
"هل تريد تمكين البدء الآلي لنظام الطباعة عند بدء التشغيل مرة أخرى؟"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "جاري التأكد من البرامج المثبتة..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "جاري إزالة %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "لم يمكن إزالة نظام طباعة %s!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "تثبيت %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "لم يمكن تثبيت نظام طباعة %s!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14771,7 +14784,7 @@ msgstr ""
"الخادم المحدد أدناه. لاحظ أنّه ليس ممكناً تعريف صافّات طباعة محلّيّة وفي حال كان "
"الخادم مُعطّلاً فلن يمكن الطباعة مطلقاً من هذه الماكينة."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -14780,32 +14793,32 @@ msgstr ""
"أدخل اسم المضيف أو IP خادم CUPS وثم اضغط موافق إن كنت تريد استخدام هذا "
"الوضع، وإلا فاضغط \"خروج\"."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "اسم أو IP الخادم البعيد:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "تعيين الطابعة الإفتراضية..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "نظام طباعة CUPS أو خادم CUPS بعيد؟"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "يمكن استخدام نظام طباعة CUPS بطريقتين:"
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. يمكن تشغيل نظام طباعة CUPS محلياً."
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -14814,7 +14827,7 @@ msgstr ""
"ثم استخدام الطابعات المتصلة محلياً والخادمات CUPS الأخرى في نفس الشبكة يتم "
"اكتشافها تلقائياً."
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14826,12 +14839,12 @@ msgstr ""
"تثبيت حزم برامج إضافية، وأن يعمل عفريت CUPS في الخلفية ويحتاج إلى بعض "
"الذاكرة، ويتم فتح منفذ IPP (المنفذ 631)."
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr "2. طلبات الطباعة كلها يتم إرسالها مباشرة إلى خادم CUPS البعيد."
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14842,7 +14855,7 @@ msgstr ""
"مفتوح، ولا تثبيت لبنية برنامج تحتيّة لإعداد صافّات الطباعة المحليّة، لذا يستخدم "
"حجم تخزين وذاكرة أقل."
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -14851,48 +14864,48 @@ msgstr ""
"العيب هو عدم القدرة على تعريف طابعات محليّة ثم إن كان الخادم المحدّد مُعطلاً فلن "
"يمكن الطباعة مطلقاً من هذه الماكينة."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "كيف يجب إعداد CUPS على ماكينتك؟"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "خادم بعيد، تحديد الاسم أو IP هنا:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr " نظام الطّباعة CUPS المحلي"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "اختيار Spooler للطابعة"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "أي نظام طباعة (spooler( تريد أن تستخدم؟"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "تعذرت تهيئة الطابعة \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "تثبيت Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "تعذر تثبيت حزم %s، لا يمكن إطلاق %s !"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14902,48 +14915,48 @@ msgstr ""
"تمت تهيئة الطابعات الآتية. اضغط مرّتين على الطابعة لتغيير إعداداتها؛ لجعلها "
"طابعة افتراضية؛ أو لرؤية معلومات حولها."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "عرض كل طابعات CUPS البعيدة المتوفرة"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "إنعاش قائمة الطابعات (لعرض كل طابعات CUPS البعيدة المتوفرة)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "تهيئة CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "تغيير نظام الطباعة"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "وضع عادي"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "وضعية الخبير"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "خيارات الطابعة"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "تعديل إعدادات الطابعة"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -14952,99 +14965,99 @@ msgstr ""
"الطابعة %s %s\n"
"هل تريد تعديل هذه الطابعة؟"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "هذه الطابعة مُعطّلة عن العمل"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "تنفيذ!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "اسم الطابعة، وصف، المكان"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "مصنّع الطابعة، الطراز، المشغّل"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "مصنّع الطابعة، الطراز"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "تعيين هذه الطابعة كطابعة افتراضية"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "تمكين الطابعة"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "تعطيل الطابعة"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "نوع وصلة الطابعة"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "طباعة صفحات اختبارية"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "تعلم كيف تستخدم هذه الطابعة"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "إزالة الطابعة"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "إزالة الطابعة القديمة \"%s\" ..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "تم الآن تمكين الطابعة \"%s\"."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "تمّ الآن تعطيل الطابعة \"%s\"."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "هل تريد فعلاً إزالة الطابعة \"%s\"؟"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "جاري ازالة الطابعة \"%s\" ..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "الطابعة الإفتراضية"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "تم تعيين الطابعة \"%s\" كطابعة افتراضية الآن."
@@ -15080,15 +15093,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "لم يمكن تحديد صلاحيات ملف firmware %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "لم يمكن تثبيت الحزم المطلوبة لمشاركة الماسحات الضّوئيّة."
@@ -16980,12 +16993,12 @@ msgstr "يرجى تسجيل الخروج ثم استخدام Ctrl-Alt-BackSpace"
msgid "You need to log out and back in again for changes to take effect"
msgstr "تحتاج أن تقوم بالخروج والعودة مجدّداً حتى يسري مفعول التّغييرات"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s يتطلّب اسم مستخدم...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -16994,112 +17007,112 @@ msgstr ""
"%s: %s يتطلّب اسم مضيف، عنوان MAC، عنوان IP، nbi-image، 0/1 من أجل "
"THIN_CLIENT، 0/1 من أجل التّهيئة المحلّيّة...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s يتطلّب اسم مضيف...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "تهيئة خادم الطّرفيات"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "تهيئة dhcpd..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "تمكين الخادم"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "تعطيل الخادم"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "تشغيل الخادم"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "إيقاف الخادم"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "القرص المرن/ISO للإقلاع الشّبكي"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "صور إقلاع الشبكة"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "إضافة/حذف المستخدمين"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "إضافة/حذف العملاء"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "صُوَر"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "عملاء/مستخدمين"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "معالج المرّة الأولى"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr "%s معرّف على أنّه dm، جاري إضافة المستخدم gdm إلى /etc/passwd$$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17139,27 +17152,27 @@ msgstr ""
" هـ) سؤالك أن تنشئ قرص إقلاع مرن.\n"
" و) سؤالك إن كنت تريد إعادة تشغيل KDM، إن كان لعملاء نحيفين.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "إلغاء المرشد"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "الرجاء حفظ تهيئة dhcpd!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "استخدام العملاء النّحاف."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "مزامنة إعدادات لوحة مفاتيح عميل X مع الخادم."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, fuzzy, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17174,28 +17187,28 @@ msgstr ""
" العملاء `الثّخان` يستخدمون الذّاكرة/وحدة المعالجة المركزية (cpu) الخاصّة "
"بهم ولكن نظام ملفّات الخادم."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "جاري إنشاء صور الإقلاع الشّبكي لكلّ الأنْوية"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "سيستغرق هذا بضع دقائق."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "تمّ!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17203,13 +17216,13 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"جاري مزامنة لائحة مستخدمي الخادم مع لائحة العميل، بما يشمل المستخدم الجذر."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17218,19 +17231,18 @@ msgstr ""
"لتمكين التغييرات المنفّذة على العملاء النّحاف، يجب إعادة تشغيل مدير العرض. "
"إعادة التشغيل الآن؟"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "نبذة عن خادم الطّرفيّات"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17240,22 +17252,21 @@ msgid ""
msgstr ""
" - أنشئ صور إقلاع ممكّنة لـEtherboot:\n"
" \tلإقلاع نواة عبر etherboot، يجب إنشاء صورة نواة/initrd\n"
-". \tيقوم mkinitrd-net بمعظم هذا العمل و drakTermServ هو مجرّد واجهة "
-"رسوميّة\n"
+". \tيقوم mkinitrd-net بمعظم هذا العمل و %s هو مجرّد واجهة رسوميّة\n"
" \tلتساعدك بإدارة/تخصيص هذه الصّور. كي تُنشئ الملفّ \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include والذي يسحب على شكل مُضاف "
"في \n"
" \tdhcpd.conf، يجب عليك إنشاء صور etherboot لنواة كاملة واحدة على "
"الأقل."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17270,7 +17281,7 @@ msgstr ""
" - صيانة /etc/dhcpd.conf:\n"
" \tلتقوم بإقلاع العملاء عبر الشّبكة، يحتاج كلّ عميل إلى مُدخل dhcpd."
"conf، يعيّن عنون IP \n"
-" \tوصور الإقلاع الشّبكي للماكينة. يساعد drakTermServبإنشاء/إزالة \n"
+" \tوصور الإقلاع الشّبكي للماكينة. يساعد %sبإنشاء/إزالة \n"
" \tهذه المُدخلات.\n"
"\t\t\t\n"
" \t(قد تحذف بطاقات PCI الصّورة - يقوم etherboot بطلب الصّورة الصّحيحة.\n"
@@ -17280,30 +17291,29 @@ msgstr ""
" \tتنسيق ملف dhcpd.conf المفترض لدعم العملاء غير ذي الأقراص يظهر على "
"شكل:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17321,10 +17331,10 @@ msgstr ""
" في حين أنّه يمكنك استخدام مجموعة من عناوين IP، بدلاً من إعداد مُدخل "
"محدّد\n"
" لماكينة العميل، فإن استخدام مخطَّط عناوين ثابتة يسهّل استخدام وظيفة\n"
-" ملفّات التّهيئة الخاصّة لكل عميل والتي يزوّدها ClusterNFS.\n"
+" ملفّات التّهيئة الخاصّة لكل عميل والتي يزوّدها %s.\n"
"\t\t\t\n"
-" ملاحظة: المُدخل '#type' يستخدمه drakTermServ فقط. يمكن أن يكون "
-"العملاء إمّا 'نحاف'\n"
+" ملاحظة: المُدخل '#type' يستخدمه %s فقط. يمكن أن يكون العملاء إمّا "
+"'نحاف'\n"
" أو 'ثخان'. العملاء النّحاف تشغّل معظم البرنامج على الخادم عبر XDMCP، "
"بينما يقوم العملاء الثّخان بتشغيل \n"
" معظم البرامج على ماكينة العميل. يتمّ كتابة inittab، %s\n"
@@ -17335,8 +17345,8 @@ msgstr ""
"الشبكة الفرعيّة\n"
" المحليّة.\n"
"\t\t\t\n"
-" ملاحظة: المُدخل '#hdw_config' يستخدمه أيضاً فقط عملاء drakTermServ. "
-"يمكن أن يكون العملاء\n"
+" ملاحظة: المُدخل '#hdw_config' يستخدمه أيضاً فقط عملاء %s. يمكن أن "
+"يكون العملاء\n"
"إمّا 'true' أو false'. تمكّن 'true' دخول المستخدم الجذر عندماكينة العميل وتسمح "
"بتهيئة العتاد\n"
" المحلّي من صوت، وماوس، و X، باستخدام أدوات 'drak'. يُمكن هذا\n"
@@ -17346,17 +17356,16 @@ msgstr ""
"\t\t\t\n"
" ملاحظة: يجب عليك إيقاف/تشغيل الخادم بعد القيام بإضافة أو تغيير العملاء."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17364,56 +17373,56 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - قُم بصيانة /etc/exports:\n"
-" \tيسمح Clusternfs بتصدير نظام الملفّات root إلى العملاء اللّاقرصيّة."
-"drakTermServ\n"
+" \tيسمح %s بتصدير نظام الملفّات root إلى العملاء اللّاقرصيّة.%s\n"
" \tيقوم بإعداد المُدخل الصّحيح للسّماح بوصول المستخدم anonymous إلى نظام "
"الملفّات root من\n"
" \tالعملاء اللّاقرصيّون.\n"
"\n"
-" \tالمُدخل الاعتيادي للتّصدير لـclusternfs هو:\n"
+" \tالمُدخل الاعتيادي للتّصدير لـ%s هو:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
" \tمع تعريف SUBNET/MASK لشبكتك."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - قُم بصيانة %s:\n"
" \tكي يستطيع المستخدمون الدّخول إلى النّظام من عميل غير ذي قرص، يجب أن "
"يُكرّر المُدخل\n"
-" \tفي /etc/shadow في %s. drakTermServ\n"
+" \tفي /etc/shadow في %s. %s\n"
" \tيساعد بهذا الأمر بإضافة أو إزالة مستخدمي النّظام من هذا الملفّ."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - %s لكلّ عميل:\n"
-" \tخلال clusternfs، كل عميل غير ذي قرص يمكن أن يكون له ملفّات تهيئته "
-"الخاصّة له.\n"
+" \tخلال %s، كل عميل غير ذي قرص يمكن أن يكون له ملفّات تهيئته الخاصّة "
+"له.\n"
" \tعلى نظام الملفّات root للخادم. بالسّماح بتهيئة عتاد العميل المحلّي، \n"
-" \tسيساعد drakTermServ بإنشاء هذه الملفّات."
+" \tسيساعد %s بإنشاء هذه الملفّات."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17429,8 +17438,8 @@ msgid ""
"machine is configured."
msgstr ""
" - ملفّات تهيئة النّظام لكلّ عميل:\n"
-" \tخلال clusternfs، كل عميل غير ذي قرص يمكن أن يكون له ملفّات تهيئته "
-"الخاصّة له.\n"
+" \tخلال %s، كل عميل غير ذي قرص يمكن أن يكون له ملفّات تهيئته الخاصّة "
+"له.\n"
" \tعلى نظام الملفّات root للخادم. بالسّماح بتهيئة عتاد العميل المحلّي، \n"
" \tيمكن للعملاء تخصيص الملفّات مثل /etc/modules.conf، /etc/sysconfig/"
"mouse، \n"
@@ -17442,12 +17451,12 @@ msgstr ""
" تُعطّل مجدّداً، للحفاظ على ملفّات التّهيئة، حالما تتمّ تهيئة ماكينة العميل."
"machine is configured."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17472,7 +17481,7 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \tسيقوم drakTermServ بتهيئة هذا الملف للعمل مع الصور المنشأة.\n"
+" \tسيقوم %s بتهيئة هذا الملف للعمل مع الصور المنشأة.\n"
" \tمن قبل mkinitrd-net، والمُدخلات في /etc/dhcpd.conf، لتقديمصورة "
"الإقلاع لكل \n"
" \tعميل غير ذي قرص.\n"
@@ -17495,14 +17504,12 @@ msgstr ""
"net\n"
" \tصوره."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17510,95 +17517,104 @@ msgid ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
+" - إنشاء أقراص etherboot مرنة/مدمجة:\n"
+" \tماكينات العملاء غير ذوي الأقراص تحتاج إما إلى صور ROM على واجهة "
+"الشبكة NIC، أوقرص إقلاع مرن\n"
+" \tأو قرصاً مدمجاً لابتداء سلسلة الإقلاع. سيساعد %s بتوليد هذه\n"
+" \tالصور، بناء على واجهة الشبكة NIC في ماكينة العميل.\n"
+" \t\t\n"
+" \tمثال بسيط على إنشاء قرص إقلاع مرن لبطاقة 3Com 3c509 يدوياً:\n"
+" \t\t\n"
+" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "قرص الإقلاع"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "ملف ISO الإقلاع"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "صورة PXE"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "نسخة النواة الافتراضية"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "بناء النواة بأكملها -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "لم تُحدّد نواة!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "بناء NIC واحدة -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "لم يتم اختيار NIC!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "بناء كل الأنْوية -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- حذف"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "لم تختر أيّة صورة!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "حذف كل NBI"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, fuzzy, c-format
msgid "Building images for kernel:"
msgstr "جاري إنشاء صور الإقلاع الشّبكي لكلّ الأنْوية"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17609,27 +17625,27 @@ msgstr ""
"عن تلك التي لقاعدة بيانات خادم الطرفيات.\n"
"حذف/إعادة إضافة المستخدم إلى خادم الطرفيات لتمكين تسجيل الدخول."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "إضافة مستخدم -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- حذف المستخدم"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "النوع: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "التهيئة المحلّيّة: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17638,22 +17654,22 @@ msgstr ""
"السماح بالتهيئة المحلية\n"
"للعتاد."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "لم يتم إنشاء صور اقلاع عبر الشبكة!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "عميل نحيف"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "السماح للعملاء النحاف"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -17662,52 +17678,52 @@ msgstr ""
"مزامنة تعيينات لوحة مفاتيح X العميل\n"
" مع الخادم."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "إضافة عميل -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "type: fat"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "type: thin"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "local config: false"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "local config: true"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- تحرير العميل"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "تعطيل التّهيئة المحلّيّة"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "حذف العميل"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17716,79 +17732,79 @@ msgstr ""
"يجب إعادة تشغيل مدير العرض لكي يتم تفعيل التغييرات. \n"
"(service dm restart - في سطر الأوامر)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"لن يستطيع العملاء النّحاف العمل باستخدام الدّخول التّلقائي. هل أعطّل الدّخول "
"التّلقائي؟"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "سوف يستخدم كلّ العملاء %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "الشّبكة الفرعيّة:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "قناع الشّبكة:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "الموجّهات:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "قناع الشّبكة:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "عنوان البثّ:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "اسم النطاق:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "خادمات الإسم:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "بداية مجال عناوين IP:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "نهاية مجال عناوين IP:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "إضافة محتويات TS للتّهيئة الموجودة"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "كتابة الإعدادات"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "تهيئة خادم dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17799,107 +17815,107 @@ msgstr ""
"من النظام.\n"
"يمكنك التعديل إذا احتجت لذلك."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "الرجاء إدخال قرص مرن:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "تعذر الوصول إلى القرص المرن!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "يمكن إزالة القرص المرن الآن"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "لا توجد سواقة قرص مرن!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "صورة PXE هي %s\\%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "خطأ في كتابة %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "صورة Etherboot ISO هي %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "حصل شئ خطأ! - هل تم تثبيت mkisofs؟"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "لا حاجة إلى إنشاء /etc/dhcpd.conf أولاً!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "كلمة المرور %s سيّئة في الخادم الطّرفي - إعادة الكتابة...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s ليس مستخدما...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s هو مستخدم للخادم الطّرفيّ مسبقاً\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "فشلت إضافة %s إلى الخادم الطّرفيّ!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "تمّت إضافة %s إلى الخادم الطّرفيّ\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "تم حذف %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "تعذر العثور على %s...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allow و /etc/hosts.deny معدّان مسبقاً - لم يتم التغيير"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "تغيّرت التّهيئة - هل أعيد تشغيل clusternfs/dhcpd؟"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "تغيّرت التّهيئة - هل أعيد تشغيل %s/dhcpd؟"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26026,17 +26042,17 @@ msgstr "تعذر تثبيت الحزم المطلوبة لإعداد الماس
msgid "Scannerdrake will not be started now."
msgstr "لن يتمّ تشغيل Scannerdrake الآن."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "البحث عن ماسحات ضوئية معدّة..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "البحث عن ماسحات ضوئية جديدة..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "جاري إعادة توليد قائمة الماسحات الضوئية المعدّة..."
@@ -26192,43 +26208,43 @@ msgstr ""
"يجب تهيئة %s عن طريق printerdrake.\n"
"يمكن تشغيل PrinterDrake من مركز تحكم %s في قسم العتاد."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "إعداد وحدات النواة..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "اكتشاف المنافذ المتوفرة آلياً"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "الرجاء اختيار الجهاز المتصل به %s"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(ملحوظة: المنافذ المتوازية لا يمكن اكتشافها منها آلياً)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "اختيار الجهاز "
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "البحث عن الماسحات الضوئية..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "إعداد وحدات النواة..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "انتباه!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26240,7 +26256,7 @@ msgstr ""
"\n"
"بحاجة إلى تعديلات يدويّة. الرجاء تحرير ملف التهيئة /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26249,7 +26265,7 @@ msgstr ""
"المزيد من المعلومات في صفحة كتيّب المُشغّل. لقراءة الكتيّب يجب تنفيذ الأمر \"man "
"sane-%s\"."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26258,7 +26274,7 @@ msgstr ""
"يمكنك الآن مسح المستندات باستخدام \"XSane\" أو \"Kooka\" من الوسائط المتعدّدة/"
"برامج رسومية في قائمة التطبيقات."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26267,7 +26283,7 @@ msgstr ""
"تمت تهيئة %s، ولكن من المحتمل أن تكون هناك حاجة إلى تعديلات يدوية لجعله "
"يعمل. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26276,12 +26292,12 @@ msgstr ""
"إن لم يظهر في قائمة الماسحات المهيئة في نافذة Scannerdrake الرئيسية أو إن لم "
"يعمل بشكل صحيح،"
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "فيجب تحرير ملف التهيئة /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26292,7 +26308,7 @@ msgstr ""
"يمكنك الآن مسح المستندات باستخدام \"XSane\" أو \"Kooka\" من الوسائط المتعدّدة/"
"برامج رسومية في قائمة التطبيقات."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26305,7 +26321,7 @@ msgstr ""
"%s\n"
"متوفرة على لنظامك.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26318,42 +26334,42 @@ msgstr ""
"%s\n"
"متوفر على نظامك.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "لا توجد ماسحات ضوئية متوفرة على نظامك.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "البحث عن ماسحات ضوئية جديدة"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "إضافة ماسح ضوئي يدوياً"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "تثبيت/تحديث ملفّات firmware"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "مشاركة الماسحات الضوئية"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "كل الماكينات البعيدة"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "هذه الماكينة"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26362,7 +26378,7 @@ msgstr ""
"يمكنك هنا اختيار إذا ما كانت الماسحات الضوئيّة المتّصلة بهذا الجهاز يمكن "
"الوصول إليها من الأجهزة البعيدة وعن طريق أي أجهزة بعيدة."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26371,88 +26387,88 @@ msgstr ""
"يمكنك أيضاً أن تقرر هنا إذا كانت الماسحات الضوئية على الماكينات البعيدة يجب "
"أن تكون متوفرة لهذه الماكينة."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "الماسحات الضوئية على هذه الماكينة متوفرة للحاسبات الأخرى"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "مشاركة الطابعات على المضيفين:"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "استخدام الماسحات الضوئية على الحاسبات البعيدة"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "استخدام الماسحات الضوئية على المضيفات: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "مشاركة الماسحات الضوئية المحلية"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr "توجد ماكينات يجب أن تكون الماسحات الضوئية الموصولة محلياً متوفرة لها:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "إضافة مضيف"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "تحرير المضيف المختار"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "حذف المضيف المختار"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "عنوان IP/اسم المضيف:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "اختيار المضيف الذي يجب أن تتوفر له الماسحات الضوئية المحلية:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "الرجاء إدخال اسم المضيف أو عنوان IP.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "هذا المضيف موجود في القائمة مسبقاً، لا يمكن إضافته مرة أخرى.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "استخدام الماسحات الضوئية البعيدة"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "توجد ماكينات يمكن استخدام الماسحات الضوئية منها:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26463,7 +26479,7 @@ msgstr ""
"\n"
"هل تريد تثبيت الحزمة saned؟"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "ماسحاتك لن تكون متوفّرة على الشّبكة."
@@ -26647,6 +26663,275 @@ msgstr ""
msgid "Installation failed"
msgstr "فشل التّثبيت"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "إلغاء"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - أنشئ صور إقلاع ممكّنة لـEtherboot:\n"
+#~ " \tلإقلاع نواة عبر etherboot، يجب إنشاء صورة نواة/initrd\n"
+#~ ". \tيقوم mkinitrd-net بمعظم هذا العمل و drakTermServ هو مجرّد واجهة "
+#~ "رسوميّة\n"
+#~ " \tلتساعدك بإدارة/تخصيص هذه الصّور. كي تُنشئ الملفّ \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include والذي يسحب على شكل "
+#~ "مُضاف في \n"
+#~ " \tdhcpd.conf، يجب عليك إنشاء صور etherboot لنواة كاملة واحدة على "
+#~ "الأقل."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - صيانة /etc/dhcpd.conf:\n"
+#~ " \tلتقوم بإقلاع العملاء عبر الشّبكة، يحتاج كلّ عميل إلى مُدخل dhcpd."
+#~ "conf، يعيّن عنون IP \n"
+#~ " \tوصور الإقلاع الشّبكي للماكينة. يساعد drakTermServبإنشاء/إزالة \n"
+#~ " \tهذه المُدخلات.\n"
+#~ "\t\t\t\n"
+#~ " \t(قد تحذف بطاقات PCI الصّورة - يقوم etherboot بطلب الصّورة "
+#~ "الصّحيحة.\n"
+#~ "\t\t\tعليك أيضاً اعتبار أنّه عندما يبحث etherboot عن الصّور، فإنّه يتوقّع. \n"
+#~ "\t\t\tسماء شبية بـboot-3c59x.nbi، بدلاً من boot-3c59x.2.4.19-16mdk.nbi).\n"
+#~ "\t\t\t\n"
+#~ " \tتنسيق ملف dhcpd.conf المفترض لدعم العملاء غير ذي الأقراص يظهر "
+#~ "على شكل:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " في حين أنّه يمكنك استخدام مجموعة من عناوين IP، بدلاً من إعداد مُدخل "
+#~ "محدّد\n"
+#~ " لماكينة العميل، فإن استخدام مخطَّط عناوين ثابتة يسهّل استخدام وظيفة\n"
+#~ " ملفّات التّهيئة الخاصّة لكل عميل والتي يزوّدها ClusterNFS.\n"
+#~ "\t\t\t\n"
+#~ " ملاحظة: المُدخل '#type' يستخدمه drakTermServ فقط. يمكن أن يكون "
+#~ "العملاء إمّا 'نحاف'\n"
+#~ " أو 'ثخان'. العملاء النّحاف تشغّل معظم البرنامج على الخادم عبر "
+#~ "XDMCP، بينما يقوم العملاء الثّخان بتشغيل \n"
+#~ " معظم البرامج على ماكينة العميل. يتمّ كتابة inittab، %s\n"
+#~ "للعملاء النّحاف. ملفّات تهيئة النّظام xdm-config، وkdmrc، و gdm.conf يتمّ\n"
+#~ " تعديلها عند استخدام العملاء النّحاف، لتمكين XDMCP. حيث أنّ هناك "
+#~ "مسائل أمنيّة في\n"
+#~ " استخدام XDMCP، يتمّ تعديل hosts.deny و hosts.allow للحدّ من الوصول "
+#~ "إلى الشبكة الفرعيّة\n"
+#~ " المحليّة.\n"
+#~ "\t\t\t\n"
+#~ " ملاحظة: المُدخل '#hdw_config' يستخدمه أيضاً فقط عملاء "
+#~ "drakTermServ. يمكن أن يكون العملاء\n"
+#~ "إمّا 'true' أو false'. تمكّن 'true' دخول المستخدم الجذر عندماكينة العميل "
+#~ "وتسمح بتهيئة العتاد\n"
+#~ " المحلّي من صوت، وماوس، و X، باستخدام أدوات 'drak'. يُمكن هذا\n"
+#~ " بإنشاء ملفّات تهيئة منفصلة مرتبطة بعنوان IP الخاص بالعميل وإنشاء \n"
+#~ " أماكن تركيب كتابة/قراءة لتسمح للمستخدمين بتبديل الملفّات. حالما "
+#~ "كنت راضياً بالتّهيئة، يمكنك إزالة صلاحيات دخول المستخدم الجذر من العميل.\n"
+#~ "\t\t\t\n"
+#~ " ملاحظة: يجب عليك إيقاف/تشغيل الخادم بعد القيام بإضافة أو تغيير "
+#~ "العملاء."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - قُم بصيانة /etc/exports:\n"
+#~ " \tيسمح Clusternfs بتصدير نظام الملفّات root إلى العملاء اللّاقرصيّة."
+#~ "drakTermServ\n"
+#~ " \tيقوم بإعداد المُدخل الصّحيح للسّماح بوصول المستخدم anonymous إلى "
+#~ "نظام الملفّات root من\n"
+#~ " \tالعملاء اللّاقرصيّون.\n"
+#~ "\n"
+#~ " \tالمُدخل الاعتيادي للتّصدير لـclusternfs هو:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tمع تعريف SUBNET/MASK لشبكتك."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - قُم بصيانة %s:\n"
+#~ " \tكي يستطيع المستخدمون الدّخول إلى النّظام من عميل غير ذي قرص، يجب "
+#~ "أن يُكرّر المُدخل\n"
+#~ " \tفي /etc/shadow في %s. drakTermServ\n"
+#~ " \tيساعد بهذا الأمر بإضافة أو إزالة مستخدمي النّظام من هذا الملفّ."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - %s لكلّ عميل:\n"
+#~ " \tخلال clusternfs، كل عميل غير ذي قرص يمكن أن يكون له ملفّات "
+#~ "تهيئته الخاصّة له.\n"
+#~ " \tعلى نظام الملفّات root للخادم. بالسّماح بتهيئة عتاد العميل "
+#~ "المحلّي، \n"
+#~ " \tسيساعد drakTermServ بإنشاء هذه الملفّات."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - ملفّات تهيئة النّظام لكلّ عميل:\n"
+#~ " \tخلال clusternfs، كل عميل غير ذي قرص يمكن أن يكون له ملفّات "
+#~ "تهيئته الخاصّة له.\n"
+#~ " \tعلى نظام الملفّات root للخادم. بالسّماح بتهيئة عتاد العميل "
+#~ "المحلّي، \n"
+#~ " \tيمكن للعملاء تخصيص الملفّات مثل /etc/modules.conf، /etc/"
+#~ "sysconfig/mouse، \n"
+#~ " \t/etc/sysconfig/keyboard بناء على كلّ عميل.\n"
+#~ "\n"
+#~ " ملاحظة: تمكين تهيئة عتاد العميل المحلّي لا يمكّن المستخدم الجذر من "
+#~ "الدّخول إلى الخادم الطّرفي \n"
+#~ " على ماكينة كلّ عميل مُكّنت فيها هذه الميزة. التّهيئة المحليّة يمكن "
+#~ "أن\n"
+#~ " تُعطّل مجدّداً، للحفاظ على ملفّات التّهيئة، حالما تتمّ تهيئة ماكينة "
+#~ "العميل.machine is configured."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tسيقوم drakTermServ بتهيئة هذا الملف للعمل مع الصور المنشأة.\n"
+#~ " \tمن قبل mkinitrd-net، والمُدخلات في /etc/dhcpd.conf، لتقديمصورة "
+#~ "الإقلاع لكل \n"
+#~ " \tعميل غير ذي قرص.\n"
+#~ "\n"
+#~ " \tيبدو ملف تهيئة TFTP الاعتيادي مثل:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tالتغييرات هنا عن التثبيت الافتراضي هي تغيير علم disable إلى\n"
+#~ " \t'no' وتغيير مسار الدليل إلى /var/lib/tftpboot، حيث يضع mkinitrd-"
+#~ "net\n"
+#~ " \tصوره."
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "تغيّرت التّهيئة - هل أعيد تشغيل clusternfs/dhcpd؟"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index 334530f7a..c31771c70 100644
--- a/perl-install/share/po/az.po
+++ b/perl-install/share/po/az.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-az\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-03-31 14:21+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
@@ -175,21 +175,21 @@ msgstr "Xahiş edirik gözləyin, avadanlıqlar tapılır və quraşdırılır..
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -216,9 +216,9 @@ msgstr "Xahiş edirik gözləyin, avadanlıqlar tapılır və quraşdırılır..
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Xəta"
@@ -441,10 +441,10 @@ msgstr "Xüsusi"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Çıx"
@@ -601,7 +601,7 @@ msgstr "Qrafika kartı: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -618,7 +618,7 @@ msgstr "Oldu"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -633,7 +633,7 @@ msgstr "Ləğv Et"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -860,7 +860,7 @@ msgstr "Kök bolməsinin ilk sektoru"
msgid "On Floppy"
msgstr "Disketə"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Keç"
@@ -1205,9 +1205,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Qurtardı"
@@ -1412,9 +1412,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Userdrake-ni başlat"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1584,7 +1584,7 @@ msgstr "Domen"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Verici"
@@ -1716,7 +1716,7 @@ msgstr "NIS domeni olmayan translasiya işlədilə bilməz"
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1726,56 +1726,56 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "Qrafiki menyulu LILO"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "Mətn menyulu LILO"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "/boot içində lazımi yer yoxdur"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Sistem yükləyicisini %s bölməsinə qura bilməzsiniz\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Sistem Yükləyicisini Yenidən Qur"
@@ -2981,7 +2981,7 @@ msgstr "Yeni vericiləri axtar"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "%s paketi qurulmalıdır. Qurmaq istəyirsiniz?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Xorg paketi qurula bilmir: %s"
@@ -2992,19 +2992,19 @@ msgid "Mandatory package %s is missing"
msgstr "Vacib olan %s paketi əksikdir"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Xəbərdarlıq"
@@ -3908,7 +3908,7 @@ msgstr "İstifadəçi adı"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4860,8 +4860,8 @@ msgstr ""
"üçün \"%s\" düyməsinə basın."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5906,8 +5906,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7620,14 +7620,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Yenidən göndər"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Çex dili (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7641,28 +7641,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "İspanca"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Fin dili"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Fransızca"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7676,828 +7676,828 @@ msgid ""
"Polish"
msgstr "Polyak dili"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Rusca"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "İsveçcə"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "İngiliz (UK) klaviaturası"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "US klaviaturası"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albanca"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Ermenicə (köhnə)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Ermenicə (yazı makinası)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Ermenicə (fonetik)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Ərəb dili"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azərbaycanca (latın)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belçika dili"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Benqal dili (İnscript sırası)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Benqal dili (Probhat sırası)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bolqar (fonetik)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bolqar (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brazilya dili (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosniya"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Belarus dili"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "İsveçcə (Alman sırası)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "İsveçrə dili (Fransız düzülüşü)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Ərəb dili"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Çex dili (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Almanca (ölü düymələr olmasın)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanaqari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Danimarka dili"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Norveç dili)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (US)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norveç dili)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (İsveç)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (İsveç)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Bosniya"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estoniya dili"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Yunanca"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Gürcü dili (\"Rus\" sırası)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Gürcü dili (\"Latın\" sırası)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Yunanca"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Yunanca (politonik)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati dili"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Qurmuxi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Xorvat dili"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Macar dili"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "İrlandiya Dili"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Yəhudi dili"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Yəhudi dili (Fonetik)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Farsca"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "İslandiya dili"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "İtalyan dili"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Yapon dili 106 düyməli"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kanada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Koreya klaviaturası"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Ərəb dili"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "İngiliz (UK) klaviaturası"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latın Amerika dili"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laotian"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Litvaniya dili AZERTY (köhnə)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Litva dili AZERTY (yeni)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Litvanya dili \"number row\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Litvanya dili \"Fonetik\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Latış dili"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalam dili"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Makedoniya dili"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar dili (Burmese)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongolca (kiril)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Malta (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Malta (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Hollandiya dili"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polyakca (QWERTY sırası)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polyakca (QWERTZ sırası)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Polyak dili"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portuqalca"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Fransız dili (Kanada/Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rumın (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Rumın (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Rus dili (Fonetik)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (Norveç dili)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (isveç/fin)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Tay klaviaturası"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovencə"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovakca (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovakca (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbcə (kiril)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Siriak"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Siriak (fonetik)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (ISCII-ldüzülüşü)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamil dili (Yazı makinası düzülüşü)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Tay klaviaturası"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Tay klaviaturası"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Tay klaviaturası"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tacik klaviaturası"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Almanca"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Türkcə (ənənəvi \"F\" klaviatura)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Türk dili (müasir \"Q\" klaviatura)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrayna"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Oriya"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Amerikan (US) klaviaturası (beynəlmiləl)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Özbək dili (kiril)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vyetnam dili \"numeric row\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Yugoslav (latın)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Sağ Alt düyməsi"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Eyni zamanda iki Shift düyməsi "
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Eyni zamanda Control və Shift düymələri"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock düyməsi"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, fuzzy, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Eyni zamanda Ctrl və Alt düymələri"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Eyni zamanda Ctrl və Alt düymələri"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Eyni zamanda Alt və Shift düymələri"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Menyu\" düyməsi"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Sol \"Windows\" düyməsi"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Sağ \"Windows\" düyməsi"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Eyni zamanda iki Control düyməsi "
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Eyni zamanda iki Alt düyməsi"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Sol Shift düyməsi"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Sağ Shift düyməsi"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Sol Alt düyməsi"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Sol Control düyməsi"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Sağ Control düyməsi"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8508,7 +8508,7 @@ msgstr ""
"düymə ya da düymələr kombinasiyasını seçə bilərsiniz.\n"
"(mis: latın və latın olmayan)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10888,8 +10888,8 @@ msgstr "Şəbəkə keçişi ünvanı 1.2.3.4 şəklində olmalıdır"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Xəbərdarlıq : %s IP ünvanı çox vaxt tutulmuş olur !"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s onsuzda istifadədədir\n"
@@ -11552,7 +11552,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Firmware köçürülməsi bacarılmadı, %s faylı tapılmadı"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Təbriklər!"
@@ -11685,9 +11685,9 @@ msgstr "Digər kompüterlər üstündə quraşdırılmış olan"
msgid "On CUPS server \"%s\""
msgstr "\"%s\" CUPS vericisi üstündə"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Əsas)"
@@ -11739,9 +11739,9 @@ msgstr "Uzaq CUPS vericisi"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Namə'lum model"
@@ -11989,7 +11989,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Adi çapçı (Sürücüsüz)"
@@ -12020,12 +12020,12 @@ msgstr "Qovşaq %s"
msgid "%s (Port %s)"
msgstr "%s (Qapı %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12072,7 +12072,7 @@ msgstr ""
"mövcud olmasına qərar verə bilərsiniz."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -12117,8 +12117,8 @@ msgstr "Qovşaqlar/şəbəkələr üstündə çapçı bölüşülməsi: "
msgid "Custom configuration"
msgstr "Xüsusi quraşdırma"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Uzaq sistem yoxdur"
@@ -12343,8 +12343,8 @@ msgstr "Qapı"
msgid "On, Name or IP of remote server:"
msgstr "Uzaq lpd vericisi üstündəki çapçı"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "Qovşaq/şəbəkə IP ünvanı əksikdir."
@@ -12354,29 +12354,30 @@ msgstr "Qovşaq/şəbəkə IP ünvanı əksikdir."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Çapçı datası oxunur..."
@@ -12504,7 +12505,7 @@ msgstr ""
"Uzaq CUPS vericiləri üçün burada heç bir qurğuyaa lüzüm yoxdur;Bu çapçılar "
"avtomatik təsbit ediləcəkdir."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12725,12 +12726,12 @@ msgstr "üstündə"
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Çapçı modeli seçkisi"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Hansı model çapçınız var?"
@@ -12748,7 +12749,7 @@ msgstr ""
"Printerdrake %s çapçınızın modelini aşkar edə bilmədi. Xahiş edirik, "
"siyahıdan düzgün modeli seçin."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12757,7 +12758,7 @@ msgstr ""
"Əgər çapçınız siyahıda yer almırsa, uyğun olanı (baxın çapçı istifadə "
"kitabı) seçin."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "\"%s\" çapçısı quraşdırılır..."
@@ -12776,7 +12777,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Uzaqdan İdarə"
@@ -12791,8 +12792,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Yeni çapçı əlavə et"
@@ -13003,8 +13004,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Xorg paketi qurula bilmir: %s"
@@ -13244,10 +13245,10 @@ msgid "Remote printer name missing!"
msgstr "Uzaq çapçı adı əksikdir!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13623,8 +13624,8 @@ msgstr "Düzəlt"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Çapçı bağlantı növü"
@@ -13634,22 +13635,18 @@ msgstr "Çapçı bağlantı növü"
msgid "What do you want to do?"
msgstr "Nə etmək istəyirsiniz?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Ləğv Et"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13658,97 +13655,113 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "%s paketi qurulur..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "HPLIP"
msgstr "PL_IP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"İsitafadəçilər üçün xas quraşdırma qovluqları yaradıla bilmədi `%s':%s\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Avadanlıq yoxlanır və %s quraşdırılır..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Onu hansı sektora daşımaq istəyirsiniz?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "İstifadəçi mə'lumatlarını qururam..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "SANE paketləri qurulur..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Quraşdırılır..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Çapçı qapısı CUPS üçün açılır..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Çapçı mə'lumat bazası oxunur..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Çapçı Adı və Şərhləri Daxil Edin"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Çapçı adı ancaq hərf, rəqəm və alt xətt daxil edə bilər"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13757,7 +13770,7 @@ msgstr ""
"Çapçı \"%s\" onsuzda mövcuddur,\n"
"həqiqətən də onun quraşdırmasının üstündən yazmaq istəyirsiniz?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13765,7 +13778,7 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13775,35 +13788,35 @@ msgstr ""
"Mövqesahələrini doldurmaq məcbur deyil. Onlar istifadəçilərə mə'lumat vermək "
"üçündür."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Çapçı adı"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "İzahat"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Mövqe"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Çapçı mə'lumat bazası hazırlanır..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Çapçınızın modeli"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13828,18 +13841,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Model düzgündür"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Modeli əllə seç"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -13853,38 +13866,38 @@ msgstr ""
"Xahiş edirik, çapçınızın modelinin avtomatik açkar edilib edilmədiyini seçin "
"\"Xam çapçı\" ya da səhv model seçilidirsə, siyahıdan düzgün modeli tapın."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13892,58 +13905,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "PPD faylını buradan qur"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Floppi Disk"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Başqa yer"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "PPD faylını seç"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "%s PPD faylı mövcud deyil ya da oxuna bilmir!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "%s PPD faylı PPD spesifikasiyalarına uyğun gəlmir!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "PPD faylı qurulur..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI winprinter qurğuları"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13959,12 +13972,12 @@ msgstr ""
"bunu bir daha yoxlayın, əgər çapçınız başqa qapıya bağlıdırsa, sürücü onu "
"rədd edəcəkdir."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjet qurğuları"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13977,7 +13990,7 @@ msgstr ""
"yetişə bilməzsiniz. Xahiş edirik, çapçınızı sisteminizə bağlayın ya da bu "
"sürücüləri çapçının bağlı olduğu kompüterdə qurun."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13998,12 +14011,12 @@ msgstr ""
"birbaşa çıxın. Daha sonra \"lexmarkmain\" ilə çapçı başı hizalama "
"səhifəsiniçap edin və baş hizalamasını bu proqram vasitəsiylə quraşdırın."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark inkjet qurğuları"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14016,12 +14029,12 @@ msgstr ""
"yetişə bilməzsiniz. Xahiş edirik, çapçınızı sisteminizə bağlayın ya da bu "
"sürücüləri çapçının bağlı olduğu kompüterdə qurun."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Səs quraşdırılması"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14034,17 +14047,17 @@ msgstr ""
"yetişə bilməzsiniz. Xahiş edirik, çapçınızı sisteminizə bağlayın ya da bu "
"sürücüləri çapçının bağlı olduğu kompüterdə qurun."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Əllə TCP/IP quraşdırması"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Əllə TCP/IP quraşdırması"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14057,12 +14070,12 @@ msgstr ""
"yetişə bilməzsiniz. Xahiş edirik, çapçınızı sisteminizə bağlayın ya da bu "
"sürücüləri çapçının bağlı olduğu kompüterdə qurun."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "HP LaserJet 1000 üçün Firmware-Upload"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14079,27 +14092,27 @@ msgstr ""
"yoxlamalısınız. Diqqət edin ki çox yüksək çap keyfiyyəti və həlledilirliyi "
"ilə çap əməliyyatı yavaşlaya bilər."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Əsas çapçı qurğuları"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "%s seçimi integer rəqəmi olmalıdır!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "%s seçimi rəqəm olmalıdır!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "%s qurğusu əhatə xaricindədir!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14108,12 +14121,12 @@ msgstr ""
"(\"%s\") çapçısını əsas çapçı olaraq\n"
"tə'yin etmək istəyirsiniz?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Sınaq səhifələri"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14126,47 +14139,47 @@ msgstr ""
"olan lazer çapçılarda heç çıxmaya da bilər. Çox vaxt standart sınaq "
"səhifəsini çap etmək kifayətdir."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Sınaq səhifələri yoxdur"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Çap Et"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Sıravi sınaq səhifəsi"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternativ çap səhifəsi (Məktub)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternativ sınaq səhifəsi (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Foto sınaq səhifəsi"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Sınaq səhifə(ləri)si çap edilir..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Foto sınaq səhifəsi"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14181,7 +14194,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14190,17 +14203,17 @@ msgstr ""
"Sınaq səhifə(lər)si çapçıya göndərildi.\n"
"Çapçının işləməyə başlaması üçün bir az vaxt lazım ola bilər.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Düzgün işlədi?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Xam çapçı"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14213,7 +14226,7 @@ msgstr ""
"\" ya da \"kprinter <fayl>\". Qrafiki fasitələr sizə çapçını və qurğuları "
"asanlıqla seçməyə icazə verir.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14224,8 +14237,8 @@ msgstr ""
"bilərsiniz. Yalnız bu cür istifadədə çap ediləcək faylın adını proqram "
"verəcəyi üçün fayl adı verilməz.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14238,7 +14251,7 @@ msgstr ""
"dəyişdirməyə icazə verir. Sadəcə olaraq uyğun gələn qatarı əmr sətirinə "
"əlavə edin, mis. \"%s <fayl>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14249,7 +14262,7 @@ msgstr ""
"siyahısını göstər\" düyməsinə basın ya da aşağıdakı siyahını oxuyun.%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14258,7 +14271,7 @@ msgstr ""
"Hazırkı çapçı üçün mövcud olan çap seçimləri siyahısı:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14267,8 +14280,8 @@ msgstr ""
"Əmr sətirindən (terminal pəncərəsi) bir faylı çap etmək üçün bu əmri işlədin "
"\"%s <fayl>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14279,7 +14292,7 @@ msgstr ""
"bilərsiniz. Yalnız bu cür istifadədə çap ediləcək faylın adını proqram "
"verəcəyi üçün fayl adı verilməz.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14288,7 +14301,7 @@ msgstr ""
"Hazırkı çapçı üçün mövcud olan seçimlər siyahısını almaq üçün \"Seçimlər "
"siyahısını göstər\" düyməsinə basın."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14297,7 +14310,7 @@ msgstr ""
"Əmr sətirindən (terminal pəncərəsi) bir faylı çap etmək üçün bu əmrləri "
"işlədin: \"%s <fayl>\" ya da \"%s <fayl>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14314,7 +14327,7 @@ msgstr ""
"vəzifələri birbaşa dayandırılır. Bu xususilə çapçı tıxanmalarında "
"faydalıdır.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14327,27 +14340,27 @@ msgstr ""
"qurğularını dəyişdirməyə icazə verir. Sadəcə olaraq uyğun gələn qatarı əmr "
"sətirinə əlavə edin, mis. \"%s <fayl>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "%s çapçısında çap edilir"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "%s çapçısında çap edilir"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Seçimlər siyahısını göstər"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Seçimlər siyahısını göstər"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14355,14 +14368,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14370,14 +14383,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14385,7 +14398,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14393,7 +14406,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14401,7 +14414,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14409,33 +14422,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "Üfüqi tərəfləmə"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Rəng quraşdırması"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Çapçı qurğularını transfer et"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14449,7 +14462,7 @@ msgstr ""
"seçimlər) köçürüldüyü vaxt, sırada olan vəzifələr transfer edilməyəcək.\n"
"Qeyd: Aşağıdakı səbəplərdən ötrü bütün sıralar transfer edilə bilməz:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14458,7 +14471,7 @@ msgstr ""
"CUPS Novell vericilərindəki ya da mə'lumatı sərbəst-şəkilli formda "
"göndərənçapçıları dəstəkləmir.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14467,12 +14480,12 @@ msgstr ""
"PDQ yalnız yerli çapçıları, uzaq LPD çapçıları, və Socket/TCP çapçılarını "
"dəstəkləyir.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD və LPRng IPP çapçılarını dəstəkləmir.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14481,7 +14494,7 @@ msgstr ""
"Əlavə olaraq, bur proqram ya da \"foomatic-configure\" vasitəsilə "
"yaradılmayan növbələr transfer edilə bilməz."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14492,7 +14505,7 @@ msgstr ""
"Eyni zamanda, firmaları tərəfindən verilən PPD faylları ilə ya da doğma CUPS "
"sürücüləri ilə qurğulanan çapçılar transfer edilə bilməz."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14503,17 +14516,17 @@ msgstr ""
"Transfer etmək istədiyiniz çapçıları işarələyin və \n"
"\"Transfer Et\" düyməsinə basın."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Çapçıları qətiyyən daşıma"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Transfer Et"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14524,17 +14537,17 @@ msgstr ""
"Üstündən yazmaq üçün \"Transfer\"ə basın.\n"
"Həmçinin, yeni bir ad daxil edə bilər ya da çapçını keçə bilərsiniz."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Yeni çapçı adı"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "%s daşınır..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14543,28 +14556,28 @@ msgstr ""
"Siz köhnə əsas çapçınızı (\"%s\") transer etdiniz, onun eyni zamanda hazırkı "
"%s çap etmə sistemində də əsas olmasını istəyirsiniz?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Çapçı mə'lumatları yenilənir..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Şəbəkə başladılır..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Şəbəkəni indi quraşdır"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Şəbəkə fəalliyyəti quraşdırılmayıb"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14576,12 +14589,12 @@ msgstr ""
"yalnız hələ quraşdırılmayıb. Şəbəkə quraşdırması olmadan indi quraşdırmaq "
"istədiyiniz çapçını işədə bilməyəcəksiniz. Necə davam etmək istəyirsiniz?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Şəbəkəni quraşdırmadan davam et"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, fuzzy, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14596,7 +14609,7 @@ msgstr ""
"və ondan sonra yenə də Mandriva Linux İdarə Mərkəzindəki \"Avadanlıq\"/"
"\"Çapçı\" bölməsindən çapçınızı qurun."
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14607,27 +14620,27 @@ msgstr ""
"avadanlığınızıvə qurğularınızı yoxlayın. Sonra uzaqdakı çapçınızı yenidən "
"qurğulamaya çalışın."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Çap etmə sistemi yenidən başladılır..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "yüksək"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoid"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "%s təhlükəsizlik səviyyəsində çap etmə sistemini qur"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14651,12 +14664,12 @@ msgstr ""
"\n"
"Bu sistemdə həqiqətən də çap sisteminin quraşdırılmasını istəyirsiniz?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Başlarkən çap etmə sistemi işə salınır"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14677,32 +14690,32 @@ msgstr ""
"qeyri-fəallaşdırılılması daha uyğun yol olacaq.\n"
"Çap sisteminin avtomatik başladılmasını yenə də istiyirsiniz?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Qurulu proqramlar yoxlanır..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "%s silinir ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Çap sistemini dəyişdir"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "%s qurulur ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Çap sistemini dəyişdir"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14711,46 +14724,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "Uzaq lpd vericisi üstündəki çapçı"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Əsas Çapçı Seçilir..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Uzaq CUPS vericisi üstündəki çapçı"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14759,12 +14772,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14772,56 +14785,56 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "CUPS çap sistemini quraşdır"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Çap Sistemini Seçin"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Hansı çapçı sistemi (spooler) istifadə etmək istəyirsiniz?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "\"%s\" çapçısı quraşdırıla bilmədi!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Foomatic Qurulur..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, fuzzy, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
"Darayıcı(ları)nızı bölüşdürmək üçün lazım olan paket(lər) qurula bilmədi."
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14831,49 +14844,49 @@ msgstr ""
"Aşağıdakı çapçılar quraşdırılıb. Qurğularını dəyişdirmək üçün, mə'lumatı "
"görmək üçün ya da onu əsas çapçı seçmək üçün çapçıya cüt tıqlayın."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Mövcud olan bütün uzaq CUPS çapçılarını göstər"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Çapçı siyahısını yenilə (Mövcud bütün uzaq CUPS çapçılarını göstərmək üçün)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS quraşdırılması"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Çap sistemini dəyişdir"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Normal Mod"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Mütəxəssis Modu"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Çapçı seçimləri"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Çapçı qurğularını dəyişdir"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -14882,99 +14895,99 @@ msgstr ""
"%s%s çap edicisi\n"
"Bu çapçı üstündə nəyi dəyişdirmək istəyirsiniz?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "Bu bölmə ölçüləndirilə bilməz"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Bunu et!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Çapçı adı, izahatı, yeri"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Çapçı e'malatçısı, modeli, sürücüsü"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Çapçı e'malatçısı, model"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Bu çapçını əsas tə'yin et"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Vericini Fəallaşdır"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Vericini Qeyri-fəallaşdır"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Çapçı bağlantı növü"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Sınaq səhifələri çap et"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Bu çapçını necə istifadə edəcəyinizi öyrənin"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Çapçını çıxart"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Köhnə \"%s\" çapçısı çıxardılır..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "\"%2$s\" vericisi üstündəki \"%1$s\" çapçı"
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "VPN bağlantısı indi qeyri-fəallaşdırıldı."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Həqiqətən də \"%s\" çapçısını silmək istəyirsiniz?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "\"%s\" çapçısı çıxardılır..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Əsas çapçıi"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "\"%s\" çapçısı indi əsas çapçı oldu."
@@ -15010,15 +15023,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "%s firmware faylı üçün lazımi səlahiyyətlər müəyyən edilə bilmədi!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -16928,12 +16941,12 @@ msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"Dəyişikliklərin fəal olması üçün hesabdan çıxış edib, yenidən girməlisiniz."
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s'n istifadəçi adına ehtiyacı var...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -16942,112 +16955,112 @@ msgstr ""
"%s: %s bunları məcbur qılır: qovşaq adı, MAC ünvanı, IP, nbi-görünüşü, "
"THIN_CLIENT üçün 0/1, Yerli Qurğu üçün 0/1...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s'ın qovşaq adına ehtiyacı var...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Terminal Server Quraşdırılması"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "dhcpd Qurğuları..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Vericini Fəallaşdır"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Vericini Qeyri-fəallaşdır"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Vericini Başlat"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Vericini Dayandır"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot Disketi/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Şəbəkədən Açılış Görüntüləri"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "İstifadəçi əlavə et/sil"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Alıcı Əlavə Et/Sil"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Rəsmlər"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "İlk Dəfə Sehirbazı"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17070,27 +17083,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Sehirbazı Ləğv Et"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "Zəyif alıcılara icazə ver."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17100,28 +17113,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Bu bir neçə dəqiqə sürəcək."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Qurtardı!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17129,31 +17142,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "drakTermServ İcmalı"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17164,21 +17176,21 @@ msgstr ""
" - Etherboot Dəstəkli Açılış Əksləri Yaradın:\n"
" \tÇəyirdəyi etherboot vasitəsi ilə açmaq üçün, xüsusi kernel/initrd "
"əksi yaradılmalıdır.\n"
-" \tmkinitrd-net bu işin əsas hissəsini həll edir və drakTermServ "
-"yalnız bu əksləri idarə\n"
+" \tmkinitrd-net bu işin əsas hissəsini həll edir və %s yalnız bu "
+"əksləri idarə\n"
" \tetmək/xüsusiləşdirmək üçün bir qrafiki ara üzdür. \n"
" \tdhcpd.conf faylı içində inlcude olaraq çağırılan \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include faylını yaratmaq üçün,\n"
" \tən az bir tam çəyirdək üçün etherboot əksləri yaratmalısınız."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17193,8 +17205,8 @@ msgstr ""
" - /etc/dhcpd.conf'u Saxla:\n"
" \t\tŞəbəkə açılış alıcılarına,hər alıcının IP ünvanı tə'yin edən "
"dhcpd.conf giriçi mövcud olmalıdır\n"
-" \t\tvə sistemə şəbəkə açılış əksləri üçün. drakTermServ bu girişləri "
-"yaratmaq/silmək üçün sizə yardım edir.\n"
+" \t\tvə sistemə şəbəkə açılış əksləri üçün. %s bu girişləri yaratmaq/"
+"silmək üçün sizə yardım edir.\n"
"\t\t\t\n"
" \t\t(PCİ kartları əksi işlətməyə bilər - etherboot düzgün əksi "
"istəyəcəkdir. Siz, eyni zamanda\n"
@@ -17205,30 +17217,29 @@ msgstr ""
"bənzəyir: "
# needs editing (Metin)
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17247,10 +17258,10 @@ msgstr ""
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
" most software on the client machine. A special inittab, %s is\n"
@@ -17262,8 +17273,8 @@ msgstr ""
"to the local\n"
" subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17279,17 +17290,16 @@ msgstr ""
"clients."
# needs editing (Metin)
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17297,13 +17307,12 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17311,46 +17320,47 @@ msgstr ""
" \tWith SUBNET/MASK being defined for your network."
# needs editing (Metin)
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+" \t/etc/shadow needs to be duplicated in %s. %s\n"
" \thelps in this respect by adding or removing system users from this "
"file."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Alıcı başına %s:\n"
-" \t\tclusternfs ilə, hər disksiz alıcının vericinin kök fayl "
-"sistemində özünə məxsus\n"
+" \t\t%s ilə, hər disksiz alıcının vericinin kök fayl sistemində özünə "
+"məxsus\n"
" \t\tquraşdırma faylları ola bilər. Yerli alıcı "
"avadanlığıquraşdırmasına icazə verərək, \n"
-" \t\tdrakTermServ bu faylları yaratmaqda yardımçı olacaq."
+" \t\t%s bu faylları yaratmaqda yardımçı olacaq."
# needs editing (Metin)
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17366,7 +17376,7 @@ msgid ""
"machine is configured."
msgstr ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17381,12 +17391,12 @@ msgstr ""
" turned back off, retaining the configuration files, once the client "
"machine is configured."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17411,8 +17421,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \t\tdrakTermServ bu faylı mkinitrd-net-in yaratdığı əkslərləvə /etc/"
-"dhcpd.conf\n"
+" \t\t%s bu faylı mkinitrd-net-in yaratdığı əkslərləvə /etc/dhcpd."
+"conf\n"
" \t\t ilə bərabər işləməsi üçün hər disksiz alıcı üçün quraşdıracaq \n"
" \t\tTipik quraşdırma faylı buna bənzəyir:\n"
" \t\t\n"
@@ -17427,14 +17437,13 @@ msgstr ""
" server_args = -s /var/lib/tftpboot\n"
" \t\t}"
-#: standalone/drakTermServ:650
-#, c-format
+# needs editing (Metin)
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17442,95 +17451,105 @@ msgid ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
+" - Create etherboot floppies/CDs:\n"
+" \tThe diskless client machines need either ROM images on the NIC, or "
+"a boot floppy\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
+" \timages, based on the NIC in the client machine.\n"
+" \t\t\n"
+" \tA basic example of creating a boot floppy for a 3Com 3c509 "
+"manually:\n"
+" \t\t\n"
+" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Açılış Disketi"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Açılış ISO'su"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE Əksi"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "Çəyirdək buraxılışını göndər"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Bütöv Çəyirdəyi İnşa Et -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Heç bir çəyirdək seçilməyib!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Yeganə NIC İnşa Et -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "NIC seçili deyil!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Bütün Çəyirdəkləri İnşa Et -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Sil"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "NIC seçili deyil!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Bütün NBI'ləri Sil"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17542,27 +17561,27 @@ msgstr ""
"Girişi fəallaşdırmaq üçün istifadəçini Terminal Vericiyə\n"
"Silin/Yenidən əlavə edin."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "İstifadəçi əlavə et -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- İstifadəçini Sil"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "növ: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "yerli qurğu: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17571,74 +17590,74 @@ msgstr ""
"Yerli avadanlıq quraşdırılmasına\n"
"icazə ver."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Heç bir şəbəkə açılış görüntüləri yaradılmadı!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Zəyif Alıcı"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Zəyif Alıcılara İcazə Ver"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Alıcı Əlavə Et -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "növ: fat"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "növ: incə"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "yerli qurğu: səhv"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "yerli qurğu: düz"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Alıcını Düzəlt"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Yerli Qurğuları Qeyri-fəallaşdır"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Alıcını Sil"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17648,77 +17667,77 @@ msgstr ""
"başladılmalıdır. \n"
"(konsolda - service dm restart)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subnet:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Şəbəkə Maskası:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Routerlər:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Subnet Maskası:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Translyasiya Ünvanı:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Domen Adı:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Ad Vericiləri:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "IP Silsiləsi Başlanğıcı:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "IP Silsiləsi Sonu:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Qurğunu Yaz"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "dhcpd Vericisi Qurğuları"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17729,108 +17748,108 @@ msgstr ""
"alınmışdır. Lazım gələrsə\n"
"dəyişdirə biləcəksiniz."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Xahiş edirik, disketi taxın:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Disketə yetişə bilmədim!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "İndi disket çıxardıla bilər"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Disket sürücüsü mövcud deyil!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "PXE əksi %s/%s-dir"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "%s/%s yazma xətası"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO görüntüsü budur: %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Nəsə səhv işlədi! - mkisofs quruludur?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Əvvəlcə /etc/dhcpd.conf yaradılmalıdır!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s istifadəçi deyil..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s onsuz da Terminal Server istifadəçisidir\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s Terminal Server-ə əlavə edildi\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s silindi...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s tapılaa bilmədi...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"/etc/hosts.allow və /etc/hosts.deny onsuzda quraşdırılıb - dəyişdirilmədi"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Qurğu dəyişdirildi - clusternfs/dhcpd yenidən başladılsın?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Qurğu dəyişdirildi - %s/dhcpd yenidən başladılsın?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -25532,17 +25551,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake indi başladılmayacaq."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Quraşdırılmış darayıvılar axtarılır ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Yeni darayıcılar axtarılır..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Quraşdırılmış darayıcıların siyahısı yenidən yaradılır ..."
@@ -25695,43 +25714,43 @@ msgstr ""
"Printerdrake'ni Mandriva Linux İdarə Mərkəzindəki Avadanlıq bölməsindən işə "
"sala bilərsiniz."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "İstifadəçi mə'lumatlarını qururam..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Mövcud qapıları avtomatik təsbit et"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Xahiş edirik, %s'ın bağlı olduğu avadanlığı seçin"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Qeyd: Parallel qapılar avtomatik aşkar edilə bilməz)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "avadanlığı seçin"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Darayıcılar axtarılır..."
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "İstifadəçi mə'lumatlarını qururam..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "Cazibə"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -25740,14 +25759,14 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, fuzzy, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -25757,26 +25776,26 @@ msgstr ""
"İndi siz Multimediya/Qrafika menyusundakı \"XSane\"i istifadə edərək "
"sənədləri daraya bilərsiniz."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, fuzzy, c-format
msgid ""
"Your %s has been configured.\n"
@@ -25787,7 +25806,7 @@ msgstr ""
"İndi siz Multimediya/Qrafika menyusundakı \"XSane\"i istifadə edərək "
"sənədləri daraya bilərsiniz."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -25800,7 +25819,7 @@ msgstr ""
"%s\n"
"mövcuddur.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -25813,42 +25832,42 @@ msgstr ""
"%s\n"
"sisteminizdə mövcuddur.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Sisteminizdə darayı tapıla bilmədi.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Yeni darayıcıları axtar"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Darayıcını əllə əlavə et"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Fimware fayllarını Qur/Yenilə"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Darayıcı bölüşməsi"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Bütün uzaq sistemlər"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Bu sistem"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -25857,7 +25876,7 @@ msgstr ""
"Burada siz, sisteminizə bağlı darayıcıların uzaqdakı sistemlər və hansıları "
"tərəfindən istifadə edilə biləcəyini tə'yin edə bilərsiniz."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -25866,88 +25885,88 @@ msgstr ""
"Eyni zamanda, uzaqdakı darayıcıların bu sistemdə istifadəyə açıq olmasını da "
"burada seçə bilərsiniz."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Bu sistemdəki darayıcılar diqər sistemlər üçün də açıqdır"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Qovşaqlar üçün darayıcı bölüşməsi:"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Uzaq kompüterlərdəki darayıcıları işlət"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Qovşaqlardakı darayıcıları işlət:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Yerli çapçıların bölüşülməsi"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr "Yerli dayarıcılara yetişilə biləcək sistemlər bunlardır:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Qovşaq əlavə et"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Seçili qovşağı düzəlt"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Seçili qovşağı sil"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Qovşağın Adı/IP ünvanı:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Yerli darayıcıların istifadəyə hansı qovşaqlarda açıq olacağını seçin:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Bir qovşaq adı ya da IP ünvanı daxil etməlisiniz.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Bu qovşaq onsuzda siyahıdadır, yenidən əlavə edilə bilməz.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Uzaq darayıcıların istifadəsi"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Bunlar, darayıcılarının istifadə ediləcəyi sistemlərdir:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, fuzzy, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -25955,7 +25974,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr "%s paketi qurulmalıdır. Qurmaq istəyirsiniz?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Darayıcı(ları)nız şəbəkə üstündə istifadə edilə bilməyəcək."
@@ -26141,6 +26160,281 @@ msgid "Installation failed"
msgstr "Qurulum bacarılmadı"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Ləğv Et"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Etherboot Dəstəkli Açılış Əksləri Yaradın:\n"
+#~ " \tÇəyirdəyi etherboot vasitəsi ilə açmaq üçün, xüsusi kernel/"
+#~ "initrd əksi yaradılmalıdır.\n"
+#~ " \tmkinitrd-net bu işin əsas hissəsini həll edir və drakTermServ "
+#~ "yalnız bu əksləri idarə\n"
+#~ " \tetmək/xüsusiləşdirmək üçün bir qrafiki ara üzdür. \n"
+#~ " \tdhcpd.conf faylı içində inlcude olaraq çağırılan \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include faylını yaratmaq "
+#~ "üçün,\n"
+#~ " \tən az bir tam çəyirdək üçün etherboot əksləri yaratmalısınız."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - /etc/dhcpd.conf'u Saxla:\n"
+#~ " \t\tŞəbəkə açılış alıcılarına,hər alıcının IP ünvanı tə'yin edən "
+#~ "dhcpd.conf giriçi mövcud olmalıdır\n"
+#~ " \t\tvə sistemə şəbəkə açılış əksləri üçün. drakTermServ bu "
+#~ "girişləri yaratmaq/silmək üçün sizə yardım edir.\n"
+#~ "\t\t\t\n"
+#~ " \t\t(PCİ kartları əksi işlətməyə bilər - etherboot düzgün əksi "
+#~ "istəyəcəkdir. Siz, eyni zamanda\n"
+#~ " \t\tetherboot'un əksləri axtarırkən, bu cür ad gözləyir:\n"
+#~ " \t\tboot-3c59x.nbi yalnız boot-3c59x.2.4.19-16mdk.nbi kimi YOX).\n"
+#~ "\t\t\t \n"
+#~ " \t\tTipik dhcpd.conf stanza disksiz alıcıları dəstəkləyir və buna "
+#~ "bənzəyir: "
+
+# needs editing (Metin)
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+
+# needs editing (Metin)
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+
+# needs editing (Metin)
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Alıcı başına %s:\n"
+#~ " \t\tclusternfs ilə, hər disksiz alıcının vericinin kök fayl "
+#~ "sistemində özünə məxsus\n"
+#~ " \t\tquraşdırma faylları ola bilər. Yerli alıcı "
+#~ "avadanlığıquraşdırmasına icazə verərək, \n"
+#~ " \t\tdrakTermServ bu faylları yaratmaqda yardımçı olacaq."
+
+# needs editing (Metin)
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \t\tdrakTermServ bu faylı mkinitrd-net-in yaratdığı əkslərləvə /"
+#~ "etc/dhcpd.conf\n"
+#~ " \t\t ilə bərabər işləməsi üçün hər disksiz alıcı üçün "
+#~ "quraşdıracaq \n"
+#~ " \t\tTipik quraşdırma faylı buna bənzəyir:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t\t}"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Qurğu dəyişdirildi - clusternfs/dhcpd yenidən başladılsın?"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index c6f6d6415..9ed81232b 100644
--- a/perl-install/share/po/be.po
+++ b/perl-install/share/po/be.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be\n"
@@ -168,21 +168,21 @@ msgstr "Канфігурацыя сыстэмы друку (прынтэры, з
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -209,9 +209,9 @@ msgstr "Канфігурацыя сыстэмы друку (прынтэры, з
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Памылка"
@@ -435,10 +435,10 @@ msgstr "Па выбару"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Выхад"
@@ -599,7 +599,7 @@ msgstr "Відэакарта: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -616,7 +616,7 @@ msgstr "Ок"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -631,7 +631,7 @@ msgstr "Адмена"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -834,7 +834,7 @@ msgstr "Першы сектар загрузачнага раздзелу"
msgid "On Floppy"
msgstr "Захаванне на дыскету"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Прапусціць"
@@ -1179,9 +1179,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Зроблена"
@@ -1373,9 +1373,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr ""
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1542,7 +1542,7 @@ msgstr "Маёнтак"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Сервак"
@@ -1658,7 +1658,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "Немагчыма выкарыстоўваць broadcast без дамена NIS"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1668,56 +1668,56 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr ""
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr ""
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "Не хапае дыскавай прасторы ў /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, fuzzy, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Куды вы жадаеце ўсталяваць пачатковы загрузчык?"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, fuzzy, c-format
msgid "Re-install Boot Loader"
msgstr "Усталяванне загрузчыку"
@@ -2893,7 +2893,7 @@ msgstr ""
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Зьмяненьні не былі захаваныя. Ці жадаеце працягнуць?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr ""
@@ -2904,19 +2904,19 @@ msgid "Mandatory package %s is missing"
msgstr ""
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Увага!"
@@ -3683,7 +3683,7 @@ msgstr "Імя карыстальніку:"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4259,8 +4259,8 @@ msgid ""
msgstr ""
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -4918,8 +4918,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6399,14 +6399,14 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Чешскі (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -6420,28 +6420,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Іспанскі"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Фінскі"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Французскі"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -6455,828 +6455,828 @@ msgid ""
"Polish"
msgstr "Польскі"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Рускі"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Швецкі"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "UK клавіятура"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "US клавіятура"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Албанская:"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Армянскі (стары)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Армянскі (typewriter)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Армянскі (фанетычны)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr ""
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Азербайджанскі (latin)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Бельгійскі"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Армянскі (typewriter)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Бельгійскі"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Балгарскі (фанетычны)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Балгарскі (БДС)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Бразільскі (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Румынская:"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Беларускі"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Швейцарскі (Нямецкая раскладка)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Швейцарскі (Французская раскладка)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Харвацкі"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Чешскі (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Нямецкі (няма заблакіраваных клавіш)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Авангард"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Дацкі"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Нарвежскі)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Нарвежскі)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (US)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Нарвежскі)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (US)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (US)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Румынская:"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Эстонскі"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Грэчаскі"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Грузінскі (\"Руская\" раскладка)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Грузінскі (\"Лацінская\" раскладка)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Грэчаскі"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr ""
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr ""
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Харвацкі"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Мадьярскі"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Ірландская:"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Іўрыт"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Іўрыт (фанетычны)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Іранскі"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Ісландскі"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Італьянскі"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr ""
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Японскі 106 клавіш"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Панама"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "UK клавіятура"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Армянскі (фанетычны)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "UK клавіятура"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Лаціна-Амерыканскі"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Лаціна"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Літоўскі AZERTY (стары)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Літоўскі AZERTY (новы)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Літоўскі \"нумар радка\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Літоўскі \"фанетычны\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Латвійская:"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Малазыя"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Македонія"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr ""
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr ""
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr ""
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr ""
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Галандскі"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Опера"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Польскі (стандартная раскладка)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Польскі (qwertz раскладка)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Польскі"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Партугальскі"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Канадскі (Квебэк)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Румынская:"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Румынская:"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Рускі (фанетычны)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Dvorak (Нарвежскі)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr ""
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Тайская клавіятура"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Славенскі"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Славацкі (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Славацкі (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr ""
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr ""
-#: keyboard.pm:296
+#: keyboard.pm:290
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Армянскі (фанетычны)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Такелаў"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr ""
-#: keyboard.pm:300
+#: keyboard.pm:294
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Армянскі (typewriter)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Тайская клавіятура"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Тайская клавіятура"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Тайская клавіятура"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Тайская клавіятура"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Нямецкі"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Турэцкі (традыцыёная \"F\" мадэль)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Турэцкі (сучасная \"Q\" мадэль)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Украінскі"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Опера"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "US клавіятура (міжнародная)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr ""
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Вьетнамскі \"нумар радка\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Азербайджанскі (latin)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr ""
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr ""
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr ""
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:339
+#: keyboard.pm:332
#, fuzzy, c-format
msgid "\"Menu\" key"
msgstr "Рэдактар мэню"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, fuzzy, c-format
msgid "Left \"Windows\" key"
msgstr "Паводзіны вокнаў"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr ""
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr ""
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr ""
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr ""
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr ""
-#: keyboard.pm:347
+#: keyboard.pm:340
#, fuzzy, c-format
msgid "Left Control key"
msgstr "Кантролер гучнасьці"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, fuzzy, c-format
msgid "Right Control key"
msgstr "Кантролер гучнасьці"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7284,7 +7284,7 @@ msgid ""
"(eg: latin and non latin)"
msgstr ""
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -9641,8 +9641,8 @@ msgstr "IP адрас павінен быць у фармаце 1.2.3.4"
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, fuzzy, c-format
msgid "%s already in use\n"
msgstr "%s ужо знойдзены "
@@ -10263,7 +10263,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Прыміце віншаванні!"
@@ -10393,9 +10393,9 @@ msgstr "Настроіць панэль"
msgid "On CUPS server \"%s\""
msgstr "Аддалены сэервер CUPS"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Па дамаўленню)"
@@ -10447,9 +10447,9 @@ msgstr "Аддалены сэервер CUPS"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, fuzzy, c-format
msgid "Unknown model"
msgstr "Невядомая гукавая карта"
@@ -10697,7 +10697,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr ""
@@ -10728,12 +10728,12 @@ msgstr "Хост:"
msgid "%s (Port %s)"
msgstr ""
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -10770,7 +10770,7 @@ msgid ""
msgstr ""
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -10815,8 +10815,8 @@ msgstr "Адлучэнне ад сеткі"
msgid "Custom configuration"
msgstr "Канфігурацыя"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, fuzzy, c-format
msgid "No remote machines"
msgstr "Выкарыстаць выдалены хост"
@@ -11010,8 +11010,8 @@ msgstr "Порт"
msgid "On, Name or IP of remote server:"
msgstr "Сервер друку"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr ""
@@ -11021,29 +11021,30 @@ msgstr ""
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, fuzzy, c-format
msgid "Printerdrake"
msgstr "Прынтэр"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr ""
@@ -11168,7 +11169,7 @@ msgid ""
"printers will be automatically detected."
msgstr ""
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -11369,12 +11370,12 @@ msgstr ""
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, fuzzy, c-format
msgid "Printer model selection"
msgstr "Опцыі прынтэру"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, fuzzy, c-format
msgid "Which printer model do you have?"
msgstr "Які тып карты вы маеце?"
@@ -11388,14 +11389,14 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Настройка карт PCMCIA ..."
@@ -11414,7 +11415,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Сістэмнае адміністраваньне"
@@ -11429,8 +11430,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, fuzzy, c-format
msgid "Add a new printer"
msgstr "Дадаць новы пункт"
@@ -11563,8 +11564,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr ""
@@ -11780,10 +11781,10 @@ msgid "Remote printer name missing!"
msgstr "Аддалены прынтэр"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -12112,8 +12113,8 @@ msgstr "Рэдагаваць"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, fuzzy, c-format
msgid "Printer connection type"
msgstr "Выбар тыпу злучэння прынтэру"
@@ -12123,22 +12124,18 @@ msgstr "Выбар тыпу злучэння прынтэру"
msgid "What do you want to do?"
msgstr "Які пратакол вы жадаеце выкарыстоўваць?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Адмена"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -12147,103 +12144,119 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Усталяванне пакету %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "HPLIP"
msgstr "PL_IP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Немагчыма стварыць тэчку наладак gnome для карыстальніка \"%s\": %s\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr ""
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "На які сектар перанесці?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Індыкатар гучнасьці"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, fuzzy, c-format
msgid "Installing SANE packages..."
msgstr "Усталяванне пакету %s"
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Настройка IDE"
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr ""
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr ""
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -12251,42 +12264,42 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Імя друкаркі"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Апісанне"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Размеркаванне"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, fuzzy, c-format
msgid "Preparing printer database..."
msgstr "Падрыхтоўка загрузчыка"
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr ""
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12301,18 +12314,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, fuzzy, c-format
msgid "The model is correct"
msgstr "Гэта дакладна?"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, fuzzy, c-format
msgid "Select model manually"
msgstr "Пазначыць карыстальніцкі ID"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -12322,38 +12335,38 @@ msgid ""
"\"Raw printer\" is highlighted."
msgstr ""
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -12361,58 +12374,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr ""
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, fuzzy, c-format
msgid "Floppy Disk"
msgstr "Фарматаваць гнуткія дыскі"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, fuzzy, c-format
msgid "Other place"
msgstr "Іншае"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "Абярыце файл"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "Усталёўваем"
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, fuzzy, c-format
msgid "OKI winprinter configuration"
msgstr "Настройка прылд OSS"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -12423,12 +12436,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, fuzzy, c-format
msgid "Lexmark inkjet configuration"
msgstr "Настройка proxy кэшуючых сэервераў"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -12437,7 +12450,7 @@ msgid ""
"to."
msgstr ""
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -12450,12 +12463,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Канфігурацыя сеткі"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12464,12 +12477,12 @@ msgid ""
"connected to."
msgstr ""
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Настройка драйверу Sun"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -12478,17 +12491,17 @@ msgid ""
"port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Канфігурацыя"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Канфігурацыя"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12497,12 +12510,12 @@ msgid ""
"where it is directly connected to."
msgstr ""
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -12513,39 +12526,39 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, fuzzy, c-format
msgid "Printer default settings"
msgstr "Опцыі прынтэру"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr ""
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, fuzzy, c-format
msgid "Test pages"
msgstr "Гульня \"Сапёр\" для Gnome"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -12554,47 +12567,47 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr ""
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Друк"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, fuzzy, c-format
msgid "Standard test page"
msgstr "Стандартны"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr ""
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, fuzzy, c-format
msgid "Alternative test page (A4)"
msgstr "Друк тэставых старонак"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, fuzzy, c-format
msgid "Photo test page"
msgstr "Друк тэставых старонак"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Друк тэставых старонак"
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Друк тэставых старонак"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -12604,24 +12617,24 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
msgstr ""
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, fuzzy, c-format
msgid "Did it work properly?"
msgstr "Сеткавы проксі"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, fuzzy, c-format
msgid "Raw printer"
msgstr "Лакальны прынтэр"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -12630,7 +12643,7 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -12638,8 +12651,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -12648,7 +12661,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -12656,22 +12669,22 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -12679,21 +12692,21 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -12704,7 +12717,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -12713,27 +12726,27 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Адлучэнне ад сеткі"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Адлучэнне ад сеткі"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, fuzzy, c-format
msgid "Print option list"
msgstr "Опцыі прынтэру"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Опцыі прынтэру"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -12741,14 +12754,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -12756,14 +12769,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -12771,7 +12784,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -12779,7 +12792,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -12787,7 +12800,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -12795,33 +12808,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "Гарызантальнае раўнаньне"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Канфігурацыя"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, fuzzy, c-format
msgid "Transfer printer configuration"
msgstr "Настройка драйверу Sun"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -12831,33 +12844,33 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -12865,7 +12878,7 @@ msgid ""
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -12873,17 +12886,17 @@ msgid ""
"\"Transfer\"."
msgstr ""
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr ""
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Перадача"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -12891,45 +12904,45 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, fuzzy, c-format
msgid "New printer name"
msgstr "Сеткавы інтэрфейс"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr ""
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, fuzzy, c-format
msgid "Starting network..."
msgstr "Пачатковы сектар:"
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, fuzzy, c-format
msgid "Configure the network now"
msgstr "Настройка сеткі"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr ""
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -12938,12 +12951,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, fuzzy, c-format
msgid "Go on without configuring the network"
msgstr "Далучэнне да сеткі"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -12953,7 +12966,7 @@ msgid ""
"also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr ""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -12961,27 +12974,27 @@ msgid ""
"printer again."
msgstr ""
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr ""
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, fuzzy, c-format
msgid "high"
msgstr "Высокі"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, fuzzy, c-format
msgid "paranoid"
msgstr "Паранаідальны"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -12996,12 +13009,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr ""
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -13015,32 +13028,32 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr ""
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr ""
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Немагчыма выдаліць тэг!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, fuzzy, c-format
msgid "Installing %s..."
msgstr "Усталёўваем"
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr ""
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -13049,46 +13062,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "Сервер друку"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr ""
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Аддалены сэервер CUPS"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -13097,12 +13110,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -13110,55 +13123,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "Настройка IDE"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, fuzzy, c-format
msgid "Select Printer Spooler"
msgstr "Выбар тыпу злучэння прынтэру"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, fuzzy, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Які пратакол вы жадаеце выкарыстоўваць?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, fuzzy, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Немагчыма выдаліць \"%s\": %s."
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, fuzzy, c-format
msgid "Installing Foomatic..."
msgstr "Усталёўваем"
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13166,147 +13179,147 @@ msgid ""
"it. "
msgstr ""
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr ""
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, fuzzy, c-format
msgid "CUPS configuration"
msgstr "Канфігурацыя"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, fuzzy, c-format
msgid "Change the printing system"
msgstr "Змяніць тып раздзелу"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, fuzzy, c-format
msgid "Normal Mode"
msgstr "Рэжым Mmap"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, fuzzy, c-format
msgid "Expert Mode"
msgstr "/Графік"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Опцыі прынтэру"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, fuzzy, c-format
msgid "Modify printer configuration"
msgstr "Настройка запісу на дыск"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
"What do you want to modify on this printer?"
msgstr ""
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "Памеры якога раздзела вы жадаеце змяніць?"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr ""
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr ""
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr ""
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr ""
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Сервер друку"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Сервер друку"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Выбар тыпу злучэння прынтэру"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, fuzzy, c-format
msgid "Print test pages"
msgstr "Друк тэставых старонак"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr ""
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, fuzzy, c-format
msgid "Remove printer"
msgstr "Аддалены прынтэр"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr ""
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Сервер друку"
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Сервер друку"
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Ці жадаеце выдаліць групу %s\n"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Аддалены прынтэр"
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, fuzzy, c-format
msgid "Default printer"
msgstr "Лакальны прынтэр"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
@@ -13342,15 +13355,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr ""
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -15095,124 +15108,124 @@ msgstr "Калі ласка, выйдзіце, а потым скарыстай
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, fuzzy, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: параметр ‛%s’ патрабуе аргумент\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, fuzzy, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: параметр ‛%s’ патрабуе аргумент\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, fuzzy, c-format
msgid "Terminal Server Configuration"
msgstr "Сістэмнае адміністраваньне"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "Настройка IDE"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, fuzzy, c-format
msgid "Enable Server"
msgstr "Сервер друку"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, fuzzy, c-format
msgid "Disable Server"
msgstr "Сервер друку"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, fuzzy, c-format
msgid "Start Server"
msgstr "NIS сэервер:"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, fuzzy, c-format
msgid "Stop Server"
msgstr "Праграма гуказапісу"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr ""
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, fuzzy, c-format
msgid "Add/Del Users"
msgstr "Дадаць карыстальніка"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, fuzzy, c-format
msgid "Add/Del Clients"
msgstr "Калькулятар"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Выявы"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr ""
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -15235,27 +15248,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, fuzzy, c-format
msgid "Cancel Wizard"
msgstr "Адмена"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr ""
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -15265,28 +15278,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr ""
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, fuzzy, c-format
msgid "Done!"
msgstr "Зроблена"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -15294,31 +15307,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Сістэмнае адміністраваньне"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -15327,14 +15339,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -15347,30 +15359,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -15386,17 +15397,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -15404,33 +15414,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -15446,12 +15457,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -15476,14 +15487,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -15492,94 +15502,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr ""
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, fuzzy, c-format
msgid "Boot ISO"
msgstr "Манітор"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, fuzzy, c-format
msgid "PXE Image"
msgstr "Вобраз"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "Скура Па ўмаўчанні"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr ""
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, fuzzy, c-format
msgid "No kernel selected!"
msgstr "Няма вузла каб выдаліць"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr ""
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr ""
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, fuzzy, c-format
msgid "<-- Delete"
msgstr "Знішчыць"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Няма вузла каб выдаліць"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr ""
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -15587,178 +15597,178 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, fuzzy, c-format
msgid "Add User -->"
msgstr "Дадаць карыстальніка"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr ""
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, fuzzy, c-format
msgid "type: %s"
msgstr "Тып: "
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, fuzzy, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr "Канфігурацыя сістэмных сэрвісаў"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr ""
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, fuzzy, c-format
msgid "Thin Client"
msgstr "Калькулятар"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr ""
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr ""
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, fuzzy, c-format
msgid "type: fat"
msgstr "Тып: "
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, fuzzy, c-format
msgid "type: thin"
msgstr "Тып: "
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr ""
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr ""
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, fuzzy, c-format
msgid "<-- Edit Client"
msgstr "Калькулятар"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr ""
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, fuzzy, c-format
msgid "Delete Client"
msgstr "Выдаліць пункт"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, fuzzy, c-format
msgid "Subnet:"
msgstr "Сіні"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, fuzzy, c-format
msgid "Netmask:"
msgstr "Маска сеткі"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr ""
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr ""
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, fuzzy, c-format
msgid "Domain Name:"
msgstr "Імя дамену"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, fuzzy, c-format
msgid "Name Servers:"
msgstr "NIS сэервер:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr ""
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr ""
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, fuzzy, c-format
msgid "Write Config"
msgstr "Канфігурацыя"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, fuzzy, c-format
msgid "dhcpd Server Configuration"
msgstr "Канфігурацыя сістэмных сэрвісаў"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -15766,106 +15776,106 @@ msgid ""
"You can modify as needed."
msgstr ""
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr ""
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr ""
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr ""
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, fuzzy, c-format
msgid "No floppy drive available!"
msgstr "Дыскавод недаступны"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "Памылка запісу ў файл %s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr ""
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, fuzzy, c-format
msgid "%s added to Terminal Server\n"
msgstr "Сістэмнае адміністраваньне"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr "Выдаліць"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr ""
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
msgstr ""
#: standalone/drakautoinst:38 standalone/drakhosts:123
@@ -23262,17 +23272,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr ""
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr ""
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -23421,43 +23431,43 @@ msgid ""
"You can launch printerdrake from the %s Control Center in Hardware section."
msgstr ""
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "Індыкатар гучнасьці"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr ""
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr ""
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, fuzzy, c-format
msgid "choose device"
msgstr "Загрузачная прылада"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, fuzzy, c-format
msgid "Searching for scanners..."
msgstr "Адшукаць файлы на дыску"
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "Індыкатар гучнасьці"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "Атракцыён"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -23466,40 +23476,40 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
"Multimedia/Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -23507,7 +23517,7 @@ msgid ""
"Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -23516,7 +23526,7 @@ msgid ""
"are available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -23525,137 +23535,137 @@ msgid ""
"is available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, fuzzy, c-format
msgid "Search for new scanners"
msgstr "Адшукаць файлы на дыску"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr ""
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr ""
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, fuzzy, c-format
msgid "Scanner sharing"
msgstr "Сан Марына"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, fuzzy, c-format
msgid "All remote machines"
msgstr "Мэнэджэр файлаў"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr ""
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr ""
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr ""
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr ""
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr ""
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr ""
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr ""
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr ""
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, fuzzy, c-format
msgid "Add host"
msgstr "Дадаць карыстальніка"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, fuzzy, c-format
msgid "Edit selected host"
msgstr "Рэдагаваць вылучаны радок"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, fuzzy, c-format
msgid "Remove selected host"
msgstr "/Выдаліць/Выбранае"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr ""
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr ""
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, fuzzy, c-format
msgid "Usage of remote scanners"
msgstr "Выкарыстоўваць незанятую прастору"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -23663,7 +23673,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr ""
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -23846,6 +23856,10 @@ msgid "Installation failed"
msgstr "Усталяванне SILO"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Адмена"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index 3413f8a36..4cf6a5c66 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-bg\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2004-09-15 13:27+0200\n"
"Last-Translator: Boyan Ivanov <boyan17@bulgaria.com>\n"
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
@@ -173,21 +173,21 @@ msgstr "Моля, изберете ниво на сигурност..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -214,9 +214,9 @@ msgstr "Моля, изберете ниво на сигурност..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Грешка"
@@ -438,10 +438,10 @@ msgstr "Клиентска"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Изход"
@@ -603,7 +603,7 @@ msgstr "Графична карта: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -620,7 +620,7 @@ msgstr "Ok"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -635,7 +635,7 @@ msgstr "Отказ"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -853,7 +853,7 @@ msgstr "Първи сектор от стартиращия се дял"
msgid "On Floppy"
msgstr "Запазва на дискета"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Прескача"
@@ -1196,9 +1196,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Готово"
@@ -1402,9 +1402,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Стартира userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1573,7 +1573,7 @@ msgstr "Домейн"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Сървър"
@@ -1693,7 +1693,7 @@ msgstr "Не можете да използвате broadcast без NIS дом
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1703,56 +1703,56 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO с графично меню"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO с текстово меню"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "няма достатъчно място за /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Не можете да инсталирате bootloader на дяла %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, fuzzy, c-format
msgid "Re-install Boot Loader"
msgstr "Инсталиране на bootloader"
@@ -2950,7 +2950,7 @@ msgstr ""
"Пакет %s трябва да бъде инсталиран\n"
"Искате да го инсталирате?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Инсталиране на пакета %s"
@@ -2961,19 +2961,19 @@ msgid "Mandatory package %s is missing"
msgstr "Задължителният пакет %s липсва"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Предупреждение"
@@ -3821,7 +3821,7 @@ msgstr "Потребителско име"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4669,8 +4669,8 @@ msgstr ""
"проверени за лоши блокове от диска."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5529,8 +5529,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7230,14 +7230,14 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Чешка (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7251,28 +7251,28 @@ msgid ""
"Dvorak"
msgstr "Дворак"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Испанска"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Финландска"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Френска"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7286,828 +7286,828 @@ msgid ""
"Polish"
msgstr "Полска"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Руска"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Шведска"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "UK клавиатура"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "US клавиатура"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Албанска"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Арменска (стара)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Арменска (пишеща машина)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Арменска (фонетичен)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Арабски"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Азербайджанска (латиница)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Белгийска"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Бенгалска (Inscript-подредба)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Бенгалска (Probhat-подредба)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Българска (фонетичен)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Българска (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Бразилска (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Босненска"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Беларуска"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Швейцарска (немска наредба)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Швейцарска (френски наредба)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Арабски"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Чешка (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Немска (без неработещи клавиши)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Давенаджари"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Датска"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Дворак (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Дворак (Норвежка)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Дворак (Норвежка)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Дворак (US)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Дворак (Норвежка)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Дворак (Шведска)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Дворак (Шведска)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Босненска"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Естонска"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Гръцка"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Грузинска (\"Руска\" наредба)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Грузинска (\"Латинска\" наредба)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Гръцка"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Гуаджарати"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Гурмукчи"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Хърватска"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Унгарска"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr ""
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Израелска"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Израелска (фонетична)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Иранска"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Исландска"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Италианска"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Инуктитут"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Японска 106 клавиша"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Канада"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Корейска клавиатура"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Арабски"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "UK клавиатура"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Латиноамериканска"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Лаоска"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Литвийска AZERTY (стара)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Литвийска AZERTY (нова)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Литвийска \"числова редица\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Литвийска \"фонетичен\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Латвийска"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Малайлам"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Македонска"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Майнмар (бирманска)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Монголска (кирилица)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Малтийска (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Малтийска (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Холандска"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Орийска"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Полска (QWERTY наредба)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Полска (QWERTZ наредба)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Полска"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Португалска"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Канадска (Квебек)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Румънска (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Румънска (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Руска (фонетична)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Саами (норвежка)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Саами (норвежка)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Тайванска клавиатура"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Словенска"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Словашка (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Словашка (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Сръбска (кирилица)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Сирийски"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Сирийски (фонетичен)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Телугу"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Тамилска (ISCII-подредба)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Тамилска (пишеща машина)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Тайванска клавиатура"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Тайванска клавиатура"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Тайванска клавиатура"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Таджикистанска клавиатура"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Немска"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Турска (традиционен \"F\" модел)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Турска (модерен \"Q\" модел)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Украинска"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Орийска"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "US клавиатура (международна)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Узбекистанска (кирилица)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Виетнамска \"числова редица\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Югославска (латиница)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Десен Alt клавиш"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Двата Shift клавиша едновременно"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Control и Shift клавиши едновремено"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock клавиш"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, fuzzy, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Ctrl и Alt клавиши едновременно"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl и Alt клавиши едновременно"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt и Shift клавиши едновременно"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Menu\" клавиш"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Ляв \"Windows\" клавиш"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Десен \"Windows\" клавиш"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Двата Ctrl клавиша едновременно"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Двата Alt клавиша едновременно"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Ляв Shift клавиш"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Десен Shift клавиш"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Ляв Alt клавиш"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Ляв клавиш Ctrl"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Десен Control клавиш"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8118,7 +8118,7 @@ msgstr ""
"ще ви позволи да избирате различни клавиатурни подредби\n"
"(напр. latin и не latin)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10495,8 +10495,8 @@ msgstr "Gateway адреса трябва да бъде във формат 1.2.
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr ""
@@ -11142,7 +11142,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Поздравления !"
@@ -11276,9 +11276,9 @@ msgstr "Настроено на други машини"
msgid "On CUPS server \"%s\""
msgstr "На CUPS сървър \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (По подразбиране)"
@@ -11330,9 +11330,9 @@ msgstr "Отдалечен CUPS сървър"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Неизвестен модел"
@@ -11580,7 +11580,7 @@ msgid "URI: %s"
msgstr "Адрес: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "'Raw' принтер (Без драйвер)"
@@ -11611,12 +11611,12 @@ msgstr "Хост %s"
msgid "%s (Port %s)"
msgstr "%s (Порт %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11657,7 +11657,7 @@ msgstr ""
"автоматично достъпни на тази машина."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -11702,8 +11702,8 @@ msgstr "Принтер поделен на хсотове/мрежи: "
msgid "Custom configuration"
msgstr "Потребителска настройка"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Няма отдалечени машини"
@@ -11900,8 +11900,8 @@ msgstr "Порт"
msgid "On, Name or IP of remote server:"
msgstr "Принтер на отдалечен LPD сървър"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "Липсва име на NCP сървър !"
@@ -11911,29 +11911,30 @@ msgstr "Липсва име на NCP сървър !"
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Четене на данни от принтера ..."
@@ -12061,7 +12062,7 @@ msgstr ""
"Отдалечените на CUPS сървър принтери не трябва да настройвате\n"
"тук; тези принтери ще бъдат засечени автоматично."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12282,12 +12283,12 @@ msgstr ""
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Избор модел на принтера"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Какъв модел принтер имате ?"
@@ -12301,14 +12302,14 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr "Ако вашият принтер не е в списъка, изберете съвместим или подобен."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Настройка на принтера \"%s\"..."
@@ -12327,7 +12328,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Отдалечена администрация"
@@ -12342,8 +12343,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Добави нов принтер"
@@ -12507,8 +12508,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Инсталиране на пакета %s"
@@ -12741,10 +12742,10 @@ msgid "Remote printer name missing!"
msgstr "Липсва име на отдалечен принтер !"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13097,8 +13098,8 @@ msgstr "Редакция"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Тип на връзката към принтера"
@@ -13108,22 +13109,18 @@ msgstr "Тип на връзката към принтера"
msgid "What do you want to do?"
msgstr "Какво искате да направите?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Отказ"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13132,98 +13129,114 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Инсталиране на %s пакети ..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"Не мога да създам конфигурационна директория на GNOME за всеки потребител \"%"
"s\": %s\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Проверка на устройство и конфигурация за %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "На кой сектор искате да го преместите?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Зареждам модул на ядроро за USB принтер..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Инсталиране на SANE пакети ..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Настройка ..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Прави порта на принтера наличен за CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Четене на базата данни от принтери ..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Въведете име на принтер и коментар"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Името на принтера трябва да съдържа само букви, числа и подчертавка"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13232,7 +13245,7 @@ msgstr ""
"Принтерът \"%s\" вече съществува,\n"
"наистина ли искате да презапишете настройката ?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13240,7 +13253,7 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13249,35 +13262,35 @@ msgstr ""
"Всеки принтер се нуждае от име (например \"printer\"). Полетата Описание и "
"Местоположе не трябва да бъдат попълвани. Има коментари за потребителите."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Име на принтер"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Описание"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Местоположение"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Подготвяне на базата данни от принтери ..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Вашият модел принтер"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13292,18 +13305,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Този модел е правилен"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Избор на модел ръчно"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -13313,38 +13326,38 @@ msgid ""
"\"Raw printer\" is highlighted."
msgstr ""
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13352,58 +13365,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, fuzzy, c-format
msgid "Install PPD file from"
msgstr "Инсталира rpm"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, fuzzy, c-format
msgid "Floppy Disk"
msgstr "Флопи"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, fuzzy, c-format
msgid "Other place"
msgstr "Други портовете"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "Изберете файл"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "Инсталира %s ..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Настройки на OKI Winprinter"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13414,12 +13427,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Настройка на Lexmark inkjet"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13432,7 +13445,7 @@ msgstr ""
"свържете принтера си на локален порт или го настройте на машината, към която "
"е свързан."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13445,12 +13458,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Настройка на Lexmark inkjet"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13463,12 +13476,12 @@ msgstr ""
"свържете принтера си на локален порт или го настройте на машината, към която "
"е свързан."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Настройка за звук"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -13481,17 +13494,17 @@ msgstr ""
"свържете принтера си на локален порт или го настройте на машината, към която "
"е свързан."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Ръчна настройка"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Ръчна настройка"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13504,12 +13517,12 @@ msgstr ""
"свържете принтера си на локален порт или го настройте на машината, към която "
"е свързан."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -13526,27 +13539,27 @@ msgstr ""
"Отбележете, че при много високо качесто на изхода на\n"
"принтера, той може значително да се забави."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Настройки по подразбиране за принтера"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Настройката %s трябва да е цяло число !"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Настройката %s трябва да е число !"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Опцията %s е извън границите !"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -13555,12 +13568,12 @@ msgstr ""
"Искате ли да настроите този принтер (\"%s\")\n"
"като принтер по подразбиране ?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Тестови страници"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -13573,47 +13586,47 @@ msgstr ""
"време да се изпечата и на лазерни принтери с малко памет може въобще\n"
"да не излезе. В повечето случаи е достатъчна стандартна тестова страница."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Без тестови страници"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Печат"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Стандартна тестова страница"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Алтернативна тестова страница (Писмо)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Алтернативна тестова страница (А4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Тестова страница със снимка"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Отпечатване на тестов(ата/ите) страниц(а/и) ..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Тестова страница със снимка"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13628,7 +13641,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13637,17 +13650,17 @@ msgstr ""
"Тестовите страници са изпратени към принтерна.\n"
"Може да отнеме малко време преди принтера да започне.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Проработи ли както трябва ?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Raw принтер"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -13660,7 +13673,7 @@ msgstr ""
"<file>\" или \"kprinter <file>\". Графичните инструменти ви позволяват да "
"избирате принтера и да поправяте лесно настройките на опциите.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -13671,8 +13684,8 @@ msgstr ""
"печатните диалози в мноѓо приложения. Но тўк не поставяйте името на файла, "
"защото то се подава от приложението.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -13685,7 +13698,7 @@ msgstr ""
"за определена работа на принтера. Просто добавете целаните настройки към "
"командния ред, напр. \"%s <file>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -13696,7 +13709,7 @@ msgstr ""
"списъка показан по-долу или цъкнете на бутона \"Списък с опции за печат\". %s"
"%s%s\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -13705,7 +13718,7 @@ msgstr ""
"Това е списък от налични за печат опции отнасящи се за текущият принтер:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13714,8 +13727,8 @@ msgstr ""
"За да отпечатате файл от командния ред (терминален прозорец) използвайте "
"командата \"%s <file>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -13726,7 +13739,7 @@ msgstr ""
"печатните диалози в много приложения. Но тук не поставяйте името на файла, "
"защото то се подава от приложението.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -13735,7 +13748,7 @@ msgstr ""
"За да видите списък с достъпните опции за текущия принтер, цъкнете на бутона "
"\"Списък с опции за печат\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13744,7 +13757,7 @@ msgstr ""
"За да отпечатате файл от командния ред (терминален прозорец), използвайте "
"командата \"%s <file>\" или \"%s <file>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -13755,7 +13768,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -13768,27 +13781,27 @@ msgstr ""
"настройки за определена работа на принтера. Просто добавете исканите "
"настройки към командния ред, напр. \"%s <file>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Печатане на принтер \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Печатане на принтер \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Списък с принтерни опции"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Списък с принтерни опции"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -13796,14 +13809,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -13811,14 +13824,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -13826,7 +13839,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -13834,7 +13847,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -13842,7 +13855,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -13850,33 +13863,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "Хоризонтално подравняване:"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Конфигурация на цвят"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Пренос на настройка на принтер"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -13891,7 +13904,7 @@ msgstr ""
"презаписват, но работите не се прехвърлят.\n"
"Не всички опашки могат да бъдат прехвърлени по следните причини:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -13900,7 +13913,7 @@ msgstr ""
"CUPS не поддържа принтери на Novell сървъри или принтери изпращащи данни във "
"свободно-изградена команда.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -13909,12 +13922,12 @@ msgstr ""
"PDQ поддържа само локални принтери, отдалечени LPD принтери и Socket/TCP "
"принтери.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD и LPRng не поддържа IPP принтери.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -13923,7 +13936,7 @@ msgstr ""
"Като допълнение, опашките не създадени с тази програма или \"foomatic-"
"configure\" не могат да бъдат прехвърляни."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -13934,7 +13947,7 @@ msgstr ""
"Също така, принтери настроени с PPD файлове предоставени от производителите "
"им или с оригинални CUPS драйвери не могат да бъдат прехвърляни."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -13945,17 +13958,17 @@ msgstr ""
"Отбележете принтерите, които искате да прехвърлите и цъкнете\n"
"\"Прехвърли\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Не прехвърляй принтери"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Прехвърли"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -13966,17 +13979,17 @@ msgstr ""
"Цъкнете \"Прехвърли\", за да го презапишете.\n"
"Можете също така да напишете ново име или да пропуснте принтера."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Ново име на принтер"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Прехвърляне на %s ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -13985,28 +13998,28 @@ msgstr ""
"Прехвърлили сте принтер по подразбиране (\"%s\"), Искате ли да го оставите "
"по подразбиране в новата принтерна система %s ?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Опресняване на данните от принтера ..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Стартиране мрежата ...."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "В момента настройвам мрежата"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Функционалността на мрежата не е настроена"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14015,12 +14028,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Продължи без настойка на мрежата"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14030,7 +14043,7 @@ msgid ""
"also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr ""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14041,27 +14054,27 @@ msgstr ""
"проверете настройката и хардуера си. Тогава опитайте да настроите "
"отдалечения принтер отново."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Рестартиране на принтерната система"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "високо"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "параноично"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Инсталиране на принтерната система в %s ниво на сигурност"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14076,12 +14089,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Стартиране на принтерната система при стартиране"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14095,32 +14108,32 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Проверка на инсталирания софтуер..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Изтриване на %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Промяна системата за печат"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Инсталира %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Промяна системата за печат"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14129,46 +14142,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "Принтер на отдалечен LPD сървър"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Настройка на принтер по подразбиране..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Принтер на отдалечен CUPS сървър"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14177,12 +14190,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14190,55 +14203,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "Промяна системата за печат"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Изберете принтерен spooler"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Коя принтерна система (spooler) изкате да използвате ?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "ННеуспешна настройка на принтер \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Инсталиране на Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14248,50 +14261,50 @@ msgstr ""
"Следните принтери са настроени. Цъкнете на един от тях, за да го редактирате "
"или за да получите информация за него."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr ""
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Опресняване на списъка с принтери ( за да покаже и всички отдалечени CUPS "
"принтери)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS конфигурация"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Промяна системата за печат"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Нормален режим"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Разширени функиции"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Опции на принтера"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Поправи настройките на принтер"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -14300,99 +14313,99 @@ msgstr ""
"Принтер %s%s\n"
"Какво искате да поправите по този принтер ?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "Големината на дяла не може да бъде променена"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Направи го!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Име на принтера, описание, местоположение"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Производител на принтера, модел, драйвер"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Производител на принтера, модел"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Определи този принтер за ползване по подразбиране"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Включва Сървър"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Изключва Сървър"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Тип на връзката към принтера"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Отпечатване на тестови страници"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Научете как да изпозлвате този принтер"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Премахване на принтера"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Изтриване на стар принтер \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Принтер \"%s\" на сървър \"%s\""
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Споделянето на Интернет връзката в момента е изключено."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Наистина ли искате да премахнете принтера \"%s\" ?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Изтриване на принтер \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Принтер по подразбиране"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Принтерът \"%s\" вече е определен за ползване по подразбиране."
@@ -14428,15 +14441,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Скенердрейк"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -16203,12 +16216,12 @@ msgstr "Моля излезте от сесията и използвайте Ct
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -16217,112 +16230,112 @@ msgstr ""
"%s %s изисква име на хост,MAC адрес,IP,nbi-image, 0/1 за THIN_CLIENT, 0/1 за "
"Локална настройка...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, fuzzy, c-format
msgid "Terminal Server Configuration"
msgstr "Конфигурация на Терминален Сървър в Mandriva Linux"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "Настройка на dhcpd..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Включва Сървър"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Изключва Сървър"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Стартира сървър"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Спира сървър"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr ""
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Добавя/Изтрива потребители"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Добавя/Изтрива клиенти"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Изображения"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Първоначален помощник"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -16345,27 +16358,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, fuzzy, c-format
msgid "Cancel Wizard"
msgstr "Стартиране на помощник"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "Разрешава Thin клиенти"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -16375,28 +16388,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Това ще отнеме няколко минути."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, fuzzy, c-format
msgid "Done!"
msgstr "Готово"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -16404,31 +16417,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Конфигурация на Терминален Сървър в Mandriva Linux"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -16437,14 +16449,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -16457,30 +16469,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -16496,17 +16507,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -16514,33 +16524,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -16556,12 +16567,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -16586,14 +16597,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -16602,94 +16612,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Стартова дискета"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr ""
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, fuzzy, c-format
msgid "PXE Image"
msgstr "Образ"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "Версия на ядрото"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Построява цялото ядро -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Няма избрано ядро!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Построява единичен NIC -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Няма избран NIC !"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Построява всички ядра -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Изтрива"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Няма избран NIC !"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Изтрива всички NBI"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -16697,27 +16707,27 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Добавя потребител -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Изтрива потребител"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "тип: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -16726,74 +16736,74 @@ msgstr ""
"Позволява локална настройка\n"
"на хардуера"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr ""
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Thin клиент"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Разрешава Thin клиенти"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Добавя клиент -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "тип: fat"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "тип: thin"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "локална настройка: не"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "локална настройка: да"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Редактира клиент"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Забранява локалните настройки"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Изтрива клиент"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -16802,77 +16812,77 @@ msgstr ""
"Трябва да престартирате Мениджъа на Дисплей за да имат ефект промените. \n"
"(обслужване dm restart - от конзолара)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Подмрежа:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Мрежова маска:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Рутери:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Маска на подмрежа:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Broadcast адрес:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Име на домейна:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Name сървъри:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Начало на IP обхват:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Край на IP обхват:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Записва настройка"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Конфигуриране на dhcpd сървър"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -16883,108 +16893,108 @@ msgstr ""
"от вашата работеща система.\n"
"Вие може да ги промените при необходимост."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Сложете дискета:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Нямам достъп до флопи!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Флопито може да бъде извадено сега"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Няма флопи устройство!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "Грешка при запис във файла %s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Нещо беше грешно! - Дали mkisofs е инсталиран?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Трябва да създадете първо /etc/dhcpd.conf!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, fuzzy, c-format
msgid "%s is not a user..\n"
msgstr "%s не е намерен...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr "Засечен %s"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s не е намерен...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"/etc/hosts.allow и /etc/hosts.deny вече са конфигурирани - не са променени"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Настройката е променена - растартиране на clusternfs/dhcpd"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Настройката е променена - растартиране на %s/dhcpd"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -24458,17 +24468,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Търсене на настроени скенери..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Търсене на нови скенери ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -24617,43 +24627,43 @@ msgid ""
"You can launch printerdrake from the %s Control Center in Hardware section."
msgstr ""
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "Зареждам модул на ядроро за USB принтер..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Автоматично засичане на портовете"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr ""
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "избира устройство"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Търсене на скенери ..."
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "Зареждам модул на ядроро за USB принтер..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "Атракцион"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -24662,14 +24672,14 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, fuzzy, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -24679,26 +24689,26 @@ msgstr ""
"Вече можете да сканирате документи,използвайки \"XSane\" от менюто "
"Мултимедия/Графики"
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, fuzzy, c-format
msgid ""
"Your %s has been configured.\n"
@@ -24709,7 +24719,7 @@ msgstr ""
"Вече можете да сканирате документи,използвайки \"XSane\" от менюто "
"Мултимедия/Графики"
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -24722,7 +24732,7 @@ msgstr ""
"%s\n"
"на вашата система\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -24735,137 +24745,137 @@ msgstr ""
"%s\n"
"е на разположение на системата ви.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Търсене за нови скенери"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr ""
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, fuzzy, c-format
msgid "Install/Update firmware files"
msgstr "Изберете файл"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Споделяне на скенери"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Всички отдалечени машини"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Тази машина"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr ""
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr ""
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Поделяне на скенера за следните хостове:"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr ""
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr ""
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Споделяне на локални скенери"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr ""
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Добавяне на хост"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Настройка на избрания хост"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Изтриване на избрания адрес"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr ""
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Трябва да въведете име или IP адрес.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Използване на отдалечени скенери"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, fuzzy, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -24875,7 +24885,7 @@ msgstr ""
"Пакет %s трябва да бъде инсталиран\n"
"Искате да го инсталирате?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -25060,6 +25070,13 @@ msgid "Installation failed"
msgstr "Инсталацията провалена"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Отказ"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Настройката е променена - растартиране на clusternfs/dhcpd"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/bn.po b/perl-install/share/po/bn.po
index 5f7588470..fff2db069 100644
--- a/perl-install/share/po/bn.po
+++ b/perl-install/share/po/bn.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX HEAD\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-03-19 23:18+0600\n"
"Last-Translator: Samia <mailsamia2001@yahoo.com>\n"
"Language-Team: Bangla <mdk-translation@bengalinux.org>\n"
@@ -211,21 +211,21 @@ msgstr "অনুগ্রহ করে অপেক্ষা করুন, ড
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -252,9 +252,9 @@ msgstr "অনুগ্রহ করে অপেক্ষা করুন, ড
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "ত্রুটি"
@@ -496,10 +496,10 @@ msgstr "ব্যবস্থা"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "বাহির"
@@ -658,7 +658,7 @@ msgstr "%s গ্রাফিক কার্ড"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -675,7 +675,7 @@ msgstr "ঠিক আছে"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -690,7 +690,7 @@ msgstr "বাতিল"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -922,7 +922,7 @@ msgstr "রুট পার্টিশনের প্রথম সেক্ট
msgid "On Floppy"
msgstr "ফ্লপি তে"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "উপেক্ষা"
@@ -1264,9 +1264,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "হয়েছে"
@@ -1467,9 +1467,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "userdrake শুরু করো"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1646,7 +1646,7 @@ msgstr "ডোমেইন"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "সার্ভার"
@@ -1776,7 +1776,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "কোন NIS ডোমেইন ছাড়া ব্রডকাষ্ট ব্যবহার করা যাবেনা"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1791,43 +1791,43 @@ msgstr ""
"wait for default boot.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "গ্রাফিকাল মেনুর সাথে LILO"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "টেক্সট মেনুর সাথে LILO"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "/boot -এ বেশী জায়গা নেই"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "আপনি %s পার্টিশনে বুটলোডার ইনস্টল করতে পারবেননা\n"
# renumber = রি-নাম্বার লিখলাম। আসলটা আমি জানিনা
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1835,7 +1835,7 @@ msgid ""
msgstr ""
"পার্টিশন রি-নাম্বার করার কারনে আপনার বুটলোডারের কনফিগারেশন অবশ্যই আপডেট করতে হবে"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1844,7 +1844,7 @@ msgstr ""
"বুটলোডার সঠিকভাবে ইনস্টল হতে পারবেনা। আপনাকে rescue বুট করতে হবে এবং \"%s\" "
"পছন্দ করতে হবে"
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "বুট লোডার রি-ইনস্টল করো"
@@ -3054,7 +3054,7 @@ msgstr "নতুন সার্ভারের খোজ করো"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "%s প্যাকেজগুলি ইনস্টল করা প্রয়োজন। আপনি কি ইনস্টল করতে চান?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "%s প্যাকেজটি ইনস্টল করা যায় নি!"
@@ -3065,19 +3065,19 @@ msgid "Mandatory package %s is missing"
msgstr "%s আবশ্যিক প্যাকেজ নেই"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "নোটিশ"
@@ -3982,7 +3982,7 @@ msgstr "ইউজারের নাম"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4729,8 +4729,8 @@ msgstr ""
# আগে
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5573,8 +5573,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7157,14 +7157,14 @@ msgstr ""
msgid "Re-submit"
msgstr "পুনরায়-পেশ"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "চেজ (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7178,28 +7178,28 @@ msgid ""
"Dvorak"
msgstr "ডিভোর্ক"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "স্পেনিশ"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "ফিনিস"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "ফ্রান্স"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7213,136 +7213,136 @@ msgid ""
"Polish"
msgstr "পোলিশ"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "রাশিয়ান"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "সুইডিশ"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "UK কি-বোর্ড"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "US কি-বোর্ড"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "আরবীয়"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "আরমেনীয় (পুরনো)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "আরমেনীয় (টাইপরাইটার)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "আরমেনীয় (উচ্চারণভিত্তিক)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "আরবীয়"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "আজেরবাঈদজানি (ল্যাটিন)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "বেলজিয়ান"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "বাংলা (ইনস্ক্রিপ্ট লে-আউট)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "বাংলা (প্রভাত লে-আউট)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "বুলগেরিয়ান (উচ্চারণভিত্তিক)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "বুলগেরিয়ান (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "ব্রাজিলিয়ান (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "বসনিয়ান"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "বেলুরাশিয়ান"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "সুইশ (জার্মান লে-আউট)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
@@ -7351,49 +7351,49 @@ msgstr "সুইশ (ফ্রেঞ্জ লে-আউট)"
# sam: what about the leading '_: keyboard\n
# banglish?
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "চেরোকী সিলাবিক্স"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "চেজ (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "German (কোন dead key ছাড়া)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "দৈবনগরী"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "ডেনিশ"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "ডেভোর্ক (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
@@ -7401,7 +7401,7 @@ msgid ""
msgstr "ডেভোর্ক (Esperanto)"
# sam
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
@@ -7409,14 +7409,14 @@ msgid ""
msgstr "ডেভোরাক (ফ্রেঞ্চ‌)"
# sam
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "ডেভোরাক (ইউকে)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
@@ -7424,14 +7424,14 @@ msgid ""
msgstr "ডেভোর্ক (Norwegian)"
# sam
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "ডেভোরাক (পোলিশ)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
@@ -7439,14 +7439,14 @@ msgid ""
msgstr "ডেভোর্ক (Swedish)"
# sam
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "যংকা/তিব্বতীয়"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
@@ -7454,133 +7454,133 @@ msgid ""
msgstr "ইষ্টোনিয়ান"
# sam
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "ফারোইয"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "জর্জিয়ান (\"রাশিয়ান\" লে-আউট)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "জর্জিয়ান (\"ল্যাটিন\" লে-আউট)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "গ্রীক"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "গ্রীক (পলিটোনিক)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "গুজরাটি"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "গুর্মুখী"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "ক্রোয়েশিয়ান"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "হাঙ্গেরিয়ান"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "আইরিশ"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "ইসরাঈল"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "ইসরাঈল (উচ্চারণভিত্তিক)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "ইরানি"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "আইসল্যান্ডের"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "ইটালীয়ান"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "ইনাকটিটুট"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "জাপানীজ ১০৬ কী"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "কান্নাডা"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
@@ -7588,133 +7588,133 @@ msgid ""
msgstr "কোরিয়ান কীবোর্ড"
# sam
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "কুর্দিশ (আরবী লিপি)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kyrgyz কি-বোর্ড"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "ল্যাটিন আমেরিকান"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "ল্যাওটিআন"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "লিথ্যুনিয়ান AZERTY (আগের)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "লিথ্যুনিয়ান AZERTY (নতুন)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "লিথ্যুনিয়ান \"number row\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "লিথ্যুনিয়ান \"phonetic\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "লাটভিয়ান"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "মালায়লাম"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "ম্যাসিডোনিয়ান"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "মিয়ানমার (বার্মিজ)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "মঙ্গলীয়ান (কীরিল্লিক)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "মালটেসে (ইউকে)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "মালটেসে (ইউএস)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "ডাচ্‌"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "ওরিয়া"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "পোলিশ (qwerty লে-আউট)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
@@ -7722,49 +7722,49 @@ msgid ""
msgstr "পোলিশ (qwertz লে-আউট)"
# sam
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "পাশতু"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "পর্তুগীজ"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "কানাডিয়ান (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "রোমানিয়ান (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "রোমানিয়ান (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "রাশিয়ান (উচ্চারণভিত্তিক)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
@@ -7772,7 +7772,7 @@ msgid ""
msgstr "ছ্যামী (norwegian)"
# আচ্ছা ফিনিস বানানটা অন্য কিছু লেখা উচিত্‍‌ না? কারন আমাদের দেশে ফিনিস বলতে একটা মশা মারার ঔষধের নাম বোঝায়। আর এখন যে ডেঙ্গু চারিদিকে!!!
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
@@ -7780,119 +7780,119 @@ msgid ""
msgstr "ছ্যামী (সুইডিশ/ফিনিস)"
# sam
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "সিন্ধি"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "স্লোভেনিয়ান"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "স্লোভেকিয়ান (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "স্লোভেকিয়ান (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "সার্বিয়ান (কিরিল্লিক)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "স্যাইরিক"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "স্যাইরিক (উচ্চারণভিত্তিক)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "তেলেগু"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "তামিল (ISCII-লে-আউট)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "তামিল (টাইপরাইটার-লে-আউট)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "থাই কী-বোর্ড (Kedmanee-লে-আউট)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "থাই কী-বোর্ড (TIS-820-লে-আউট)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "থাই কী-বোর্ড (Pattachote-লে-আউট)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
@@ -7900,28 +7900,28 @@ msgid ""
msgstr "তাজিক কী-বোর্ড"
# sam
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "তুর্কমেনীয়"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "টার্কিস (ঐতিহ্যবাহী \"F\" মডেল)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "টার্কিস (ঐতিহ্যবাহী \"Q\" মডেল)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
@@ -7929,125 +7929,125 @@ msgid ""
msgstr "উকরানিয়ান"
# sam
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "উর্দূ কিবোর্ড"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "US কী-বোর্ড (আন্তর্জাতিক)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "উজবেক (কীরিল্লিক)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "ভিয়েতনামিজ \"numeric row\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "ইয়ুগস্লোভিয়ান (ল্যাটিন)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "ডান Alt কী"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "পরপর দু'টি Shift কী"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "পরপর Control এবং Shift কী"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock কী"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift এবং CapsLock কী একই সাথে"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "পরপর Control এবং Alt কী"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "পরপর Alt এবং Shift কী"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Menu\" কী"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "বাম \"Windows\" কী"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "ডান \"Windows\" কী"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "পরপর দু'টি Control কী"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "পরপর দু'টি Alt কী"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "বাম Shift কী"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "ডান Shift কী"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "বাম Alt কী"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "ডান Alt কী"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "ডান Control কী"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8058,7 +8058,7 @@ msgstr ""
"আপনি কী বা কী এর কম্বিনেশন পছন্দ করতে পারেন\n"
"(যেমন: ল্যাটিন এবং বাংলা)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10472,8 +10472,8 @@ msgstr "নেটমাস্ক 255.255.224.0 এই ফরম্যাটে
msgid "Warning: IP address %s is usually reserved!"
msgstr "নির্দেশ : সাধারনত %s IP ঠিকানাগুলি রিজার্ভ থাকে !"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s ইতিমধ্যেই ব্যবহৃত হচ্ছে\n"
@@ -11174,7 +11174,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "ফার্মওয়্যার কপি ব্যার্থ হয়োছে, %s ফাইলটি পাওয়া যায়নি"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "অভিনন্দন!"
@@ -11309,9 +11309,9 @@ msgstr "অন্য মেশিনে কনফিগার করা রয়
msgid "On CUPS server \"%s\""
msgstr "CUPS সার্ভারে \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr "(স্বাভাবিক)"
@@ -11363,9 +11363,9 @@ msgstr "দূরবর্তী CUPS সার্ভার"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "অপরিচিত মডেল"
@@ -11621,7 +11621,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Raw প্রিন্টার (কোন ড্রাইভার ছাড়া)"
@@ -11652,12 +11652,12 @@ msgstr "হোস্ট %s"
msgid "%s (Port %s)"
msgstr "%s (পোর্ট %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11708,7 +11708,7 @@ msgstr ""
"স্বয়ংক্রিয়ভাবে পাওয়া যাবে কিনা।"
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "রিমোট CUPS সার্ভার এবং কোন স্থানীয় CUPS daemon নেই"
@@ -11762,8 +11762,8 @@ msgstr "হোস্ট/নেটওয়ার্কে প্রিন্টা
msgid "Custom configuration"
msgstr "হাতে হাতে কনফিগারেশন"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "দূরবর্তী কোন মেশিন নেই"
@@ -11977,8 +11977,8 @@ msgstr "পোর্ট"
msgid "On, Name or IP of remote server:"
msgstr "দূরবর্তী সার্ভারের নাম অথবা IP"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "CUPS সার্ভার নাম বা IP অ্যাড্রেস হারিয়ে গেছে।"
@@ -11988,29 +11988,30 @@ msgstr "CUPS সার্ভার নাম বা IP অ্যাড্রে
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "প্রিন্টার তথ্য পড়া হচ্ছে..."
@@ -12143,7 +12144,7 @@ msgstr ""
"রিমোট CUPS সার্ভারের প্রিন্টারগুলো এখানে কন্‌ফিগার করার দরকার নেই; এই প্রিন্টারগুলো "
"স্বয়ংক্রিয়ভাবে চিহ্নিত হবে।"
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12379,12 +12380,12 @@ msgstr " -এ"
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "প্রিন্টার মডেল নির্বাচন"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "আপনার কোন প্রিন্টার মডেল আছে?"
@@ -12402,7 +12403,7 @@ msgstr ""
"আপনার %s প্রিন্টারটি কোন মডেলের Printerdrake তা বুঝতে পারছে না। অনুগ্রহ করে "
"তালিকা থেকে সঠিক মডেল বেছে নিন।"
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12411,7 +12412,7 @@ msgstr ""
"যদি আপনার প্রিন্টার তালিকায় না থাকে, কাছাকাছি রকমের (প্রিন্টার ম্যানুয়াল দেখুন) "
"অথবা একই ধরণের একটি বেছে নিন।"
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "\"%s\" প্রিন্টার কনফিগার করা হচ্ছে..."
@@ -12430,7 +12431,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "দূর-নিয়ন্ত্রিত অ্যাডমিনিস্ট্রেশন"
@@ -12445,8 +12446,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "একটি নতুন প্রিন্টার যোগ করো"
@@ -12656,8 +12657,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "%s প্যাকেজগুলি ইনস্টল করা গেলোনা!"
@@ -12904,10 +12905,10 @@ msgid "Remote printer name missing!"
msgstr "দূরবর্তী প্রিন্টারের নাম নেই!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13295,8 +13296,8 @@ msgstr "সম্পাদন"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "প্রিন্টার সংযোগের ধরন"
@@ -13306,24 +13307,20 @@ msgstr "প্রিন্টার সংযোগের ধরন"
msgid "What do you want to do?"
msgstr "আপনি কি করতে চান?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "বাতিল"
-
# সাম
# please check... not sure
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13336,7 +13333,7 @@ msgstr ""
"স্ক্যানিং এবং কার্ড রিডার সম্বলিত প্রিন্টারে মেমরী কার্ড ব্যবহার। "
# সাম
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, fuzzy, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13346,96 +13343,113 @@ msgstr ""
"সেটআপ করুন: "
# সাম
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, fuzzy, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr "আপনার পচ্ছন্দ কি (HP না এমন প্রিন্টারের জন্য \"একটিও না\" বাছাই করুন)?"
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "%s প্যাকেজ ইনস্টল করা হচ্ছে..."
# sam
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
# FIXME
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "%s-এর ওপর শুধুমাত্র প্রিন্ট চালানো যাবে।"
# সাম
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "আপনার পুরনো HPOJ কনফিগারেশন ফাইল %s আপনার %s এর জন্য সরানো যাচ্ছে না! "
# সাম
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "অনুগ্রহ করে আপনি ফইলটি সরিয়ে ফেলুন এবং HPOJ পুনরায় চালু করুন।"
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "ডিভাইস পরীক্ষা করা হচ্ছে ও %s কনফিগার করা হচ্ছে..."
# সাম
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "HPLIP দিয়ে আপনি কোন প্রিন্টার সেট আপ করতে চান?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+# সাম
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "কার্নেল মডিউল সেট আপ করছি..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "SANE প্যাকেজ ইনস্টল করা হচ্ছে..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "%s-কে স্ক্যান করা সম্ভব হবে না।"
# সাম
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "আপনার %s এর ব্যবহার ও রক্ষণাবেক্ষন"
# সাম
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "ডিভাইস কন্‌ফিগার হচ্ছে..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "আপনার কম্পিউটারের প্রিন্টার পোর্টকে CUPS-এর ব্যবহারোপযোগী করে তোলা..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "প্রিন্টার ডেটাবেস পড়া হচ্ছে..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "প্রিন্টারের নাম ও সংশ্লিষ্ট মন্তব্য লিখুন"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "প্রিন্টারের নামে শুধু বর্ণমালা, সংখ্যা এবং আন্ডারস্কোর থাকে"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13445,7 +13459,7 @@ msgstr ""
"আপনি কি আসলেই এটির পুরনো কনফিগারেশনের ওপর দিয়ে লিখতে চান?"
# সাম
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13455,7 +13469,7 @@ msgstr ""
"\"%s\" প্রিন্টারটির নামে ১২ অক্ষরের বেশী আছে যা কিনা এটিকে উইন্ডোজ ক্লায়েন্ট থেকে "
"অব্যবহারযোগ্য করে দিতে পারে। আপনি কি তবুও এই নামটি ব্যবহার করতে চান?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13464,35 +13478,35 @@ msgstr ""
"প্রত্যেক প্রিন্টারের একটি নাম প্রয়োজন (যেমন \"printer\")। বিবরণ এবং অবস্থানের "
"ক্ষেত্র ভরাট করার প্রয়োজন নেই। সেগুলো ব্যবহারকারীদের জন্য মন্তব্যস্বরুপ।"
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "প্রিন্টারের নাম"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "বর্ণনা"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "অবস্থান"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "প্রিন্টার ডেটাবেস প্রস্তুত করা হচ্ছে..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "আপনার প্রিন্টারের মডেল"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13507,20 +13521,20 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "মডেলটি সঠিক"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "নিজ হাতে মডেল নির্বাচন করুন"
# সাম: auto-detection = স্বয়ংক্রিয়‌-সনাক্তকরণ?
# check other translations
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -13535,12 +13549,12 @@ msgstr ""
"সঠিকভাবে নির্নয় করেছে কিনা। যদি নির্নয় ভুল হয়ে থাকে বা \"Raw প্রিন্টার\" হিসেবে "
"চিহ্নিত হয়, তাহলে তালিকা থেকে সঠিক মডেল বেছে নিন।"
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "প্রস্তুতকারক কর্তৃক সরবরাহকৃত একটি PPD ফাইল ইনস্টল করুন"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -13549,7 +13563,7 @@ msgstr ""
"প্রতিটি পোস্টস্ক্রিপ্ট প্রিন্টারের একটি PPD ফাইল সরবরাহ করা হয় যা প্রিন্টারের বিভিন্ন "
"অপশন ও বৈশিষ্ট্যের বিবরণ দেয়।"
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -13558,12 +13572,12 @@ msgstr ""
"এই ফাইলটি সাধারণত প্রিন্টারের সাথে সরবরাহকৃত সিডি'তে উইন্ডোজ ও ম্যাক-এর ড্রাইভারের "
"সাথে থাকে।"
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "এছাড়াও আপনি প্রিন্টার প্রস্তুতকারকের ওয়েবসাইটে PPD ফাইলটি খুঁজে পেতে পারেন।"
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -13572,7 +13586,7 @@ msgstr ""
"আপনার কম্পিউটারে উইন্ডোজ ইনস্টল করা থাকলে, উইন্ডোজ-এর ব্যবহৃত পার্টিশনেও PPD ফাইলটি "
"খুঁজে পেতে পারেন।"
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13582,7 +13596,7 @@ msgstr ""
"প্রিন্টারের PPD ফাইলটি ইনস্টল করা হলে ও প্রিন্টার সেট-আপ এর সময় তা ব্যবহার করা হলে "
"প্রিন্টারের হার্ডওয়ার কর্তৃক সরবরাহকৃত প্রতিটি অপশনই ব্যবহার করা যায়।"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -13591,52 +13605,52 @@ msgstr ""
"আপনার কম্পিউটারে যে PPD ফাইলটি ইনস্টল করা হবে এখান থেকে আপনি তা নির্বাচন করতে "
"পারবেন; পরবর্তী সময়ে এই ফাইলটি প্রিন্টার সেট-আপ করায় ব্যবহৃত হবে।"
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "যেখানে থেকে PPD ফাইলটি ইনস্টল করা হচ্ছে"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "ফ্লপি ডিস্ক"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "অন্যান্য স্থান"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "PPD ফাইল নির্বাচন করুন"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "PPD ফাইল %s-এর কোন অস্তিত্ব নেই অথবা এটি পড়া যাচ্ছে না!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "PPD ফাইল %s PPD'র বর্ণনার (Specification) সাথে মিলছে না!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "PPD ফাইল ইনস্টল করা হচ্ছে..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI উইন-প্রিন্টার কনফিগারেশন"
# সাম
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13653,13 +13667,13 @@ msgstr ""
"নিন। অন্যথায় প্রিন্টারটি কাজ করবে না। আপনার সংযোগের ধরন নির্ধারনী সেটিংসমূহ "
"ড্রাইভারটি অগ্রাহ্য করবে।"
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "লেক্সমার্ক ইঙ্কজেট কনফিগারেশন"
# সাম: boxes = বাক্স? :s
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13676,7 +13690,7 @@ msgstr ""
# ইন্টারঅ্যাকটিভ
# frontend = ফ্রন্টএন্ড?
# printhead alignment = প্রিন্টহেড একরেখীকরন
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13697,13 +13711,13 @@ msgstr ""
"\"lexmarkmaintain\" দিয়ে প্রিন্টহেড একরেখীকরন পৃষ্ঠা প্রিন্ট করুন এবং এই প্রোগ্রাম "
"দিয়ে হেড একরেখীকরন সেটিং ঠিক করুন।"
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "লেক্সমার্ক X125 কনফিগারেশন"
# সাম: boxes = বাক্স?
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13716,12 +13730,12 @@ msgstr ""
"পোর্টের সাথে সংযুক্ত করুন অথবা যে মেশিনে এটি সংযুক্ত, সেই মেশিনে কনফিগার করুন।"
# সাম
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Samsung ML/QL-85G কনফিগারেশন"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -13735,19 +13749,19 @@ msgstr ""
"সংযুক্ত, সেই মেশিনে কনফিগার করুন।"
# সাম
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Canon LBP-460/660 কনফিগারেশন"
# সাম
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Canon LBP-460/660 কনফিগারেশন"
# সাম: boxes = বাক্স?
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13759,14 +13773,14 @@ msgstr ""
"রিমোট প্রিন্টার বা প্রিন্ট সার্ভার নয়। অনুগ্রহ করে আপনার প্রিন্টারটি স্থানীয় ইউএসবি "
"পোর্টের সাথে সংযুক্ত করুন অথবা যে মেশিনে এটি সংযুক্ত, সেই মেশিনে কনফিগার করুন।"
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "HP লেসারজেট ১০০০-এর ফার্মওয়ার-আপলোড"
# সাম
# resolution = ?
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -13782,27 +13796,27 @@ msgstr ""
"(যদি থাকে) এবং হার্ডওয়্যার কনফিগারেশন সঠিকভাবে সেট করা হয়েছে। মনে রাখবেন মান/"
"রেজুলেশন বাড়ানোর সাথে সাথে প্রিন্টিং এর গতি কমতে থাকে।"
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "প্রিন্টারের ডিফল্ট বৈশিষ্ট্য"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "অপশন %s-কে অবশ্যই একটি পূর্ণসংখ্যা হতে হবে!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "অপশন %s-কে অবশ্যই একটি সংখ্যা হতে হবে!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "অপশন %s সীমা বহির্ভূত!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -13811,13 +13825,13 @@ msgstr ""
"আপনি কি এই প্রিন্টারটিকে (\"%s\")\n"
"ডিফল্ট প্রিন্টাররূপে নির্দিষ্ট করতে চান?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "পরীক্ষামূলক পৃষ্ঠা"
# সাম
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -13830,47 +13844,47 @@ msgstr ""
"লেজার প্রিন্টারে তা প্রিন্ট নাও হতে পারে। বেশিরভাগ ক্ষেত্রে সাধারণ পরীক্ষামূলক "
"পৃষ্ঠাটিই যথেষ্ট।"
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "কোন পরীক্ষামূলক পৃষ্ঠা নেই"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "প্রিন্ট"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "সাধারণ (Standard) পরীক্ষামূলক পৃষ্ঠা"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "বিকল্প পরীক্ষামূলক পৃষ্ঠা (লেটার)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "বিকল্প পরীক্ষামূলক পৃষ্ঠা (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "পরীক্ষামূলক ফটো পৃষ্ঠা"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "পরীক্ষামূলক পৃষ্ঠা(সমূহ) ছাপানো হচ্ছে..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "পরীক্ষামূলক ফটো পৃষ্ঠা এড়িয়ে যাওয়া হচ্ছে।"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13885,7 +13899,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13894,18 +13908,18 @@ msgstr ""
"প্রিন্টারের নিকট পরীক্ষামূলক পৃষ্ঠা(সমূহ) পাঠানো হয়েছে।\n"
"প্রিন্টার সচল হওয়ার জন্য কিছু সময় লাগতে পারে।\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "এটা কি সঠিকভাবে কাজ করেছে?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Raw প্রিন্টার"
# সাম
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -13919,7 +13933,7 @@ msgstr ""
"পারবেন।\n"
# সাম
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -13931,8 +13945,8 @@ msgstr ""
"থেকে সরবরাহ করা হয়।\n"
# সাম
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -13946,7 +13960,7 @@ msgstr ""
# সাম: current = বর্তমান?
# Print option list
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -13957,7 +13971,7 @@ msgstr ""
"তালিকা\" বাটন ক্লিক করুন।%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -13966,7 +13980,7 @@ msgstr ""
"এখানে বর্তমান প্রিন্টারের জন্য একটি সহজলভ্য প্রিন্টিং অপশনের তালিকা:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13976,8 +13990,8 @@ msgstr ""
"ব্যবহার করুন।\n"
# সাম
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -13989,14 +14003,14 @@ msgstr ""
"থেকে সরবরাহ করা হয়।\n"
# সাম: current = বর্তমান?
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr "বর্তমান প্রিন্টারের অপশনসমূহ জানতে \"প্রিন্ট অপশনের তালিকা\" বাটন ক্লিক করুন।"
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14009,7 +14023,7 @@ msgstr ""
# panic button = জরুরী বাটন?
# immediately =
# ত‍‍তক্ষনাত বানান করতে পারি নাই।
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14026,7 +14040,7 @@ msgstr ""
"ত‍‍তক্ষনাত বন্ধ করা যাবে। ধরুন এটি ব্যবহার হবে প্রিন্টারে পৃষ্ঠা আটকিয়ে গেলে।\n"
# সাম
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14039,28 +14053,28 @@ msgstr ""
"ব্যবহৃত হয়। ইচ্ছানুযায়ী আপনার সেটিংগুলো কমান্ড লাইনে লিখুন, যেমন \"%s <ফাইল>\"।\n"
# সাম
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "প্রিন্টার \"%s\" ব্যবহার/রক্ষণাবেক্ষন করা হচ্ছে"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "\"%s\" প্রিন্টারে মুদ্রিত হচ্ছে"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "প্রিন্ট সংক্রান্ত অপশনের তালিকা"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "প্রিন্ট সংক্রান্ত অপশনের তালিকা"
# সাম
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14072,7 +14086,7 @@ msgstr ""
"\n"
# সাম
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14083,7 +14097,7 @@ msgstr ""
# সাম
# শেয়ার
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14096,7 +14110,7 @@ msgstr ""
# সাম:
# USB mass storage?
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14106,7 +14120,7 @@ msgstr ""
"যায়। "
# সাম
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14118,7 +14132,7 @@ msgstr ""
"\n"
# সাম
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14130,7 +14144,7 @@ msgstr ""
"কর...\" বাটন ক্লিক করুন। "
# সাম
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14142,7 +14156,7 @@ msgstr ""
"\n"
# সাম
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14154,38 +14168,38 @@ msgstr ""
"\n"
# সাম
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - কালির পরিমান/অবস্থা সম্পর্কিত তথ্য\n"
# সাম
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - কালির নজল পরিস্কার\n"
# সাম: incomplete
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - প্রিন্ট হেড একরেখীকরন\n"
# incomplete
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - কালার ক্যালিব্রেশন\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "প্রিন্টার কনফিগারেশন স্থানান্তর করো"
# সাম
# queues
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14199,7 +14213,7 @@ msgstr ""
"ডিফল্ট অপশনের মান) কপি হবে, কিন্তু প্রিন্টারের কাজগুলো কপি হবে না।\n"
"সব প্রিন্ট সারি সরানো যায় না, নিম্নলিখিত কারনে:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14208,7 +14222,7 @@ msgstr ""
"যে সব প্রিন্টার নভেল (Novell) সার্ভারের সাথে যুক্ত কিংবা যে সব প্রিন্টার কোন free-"
"formed কমান্ডের নিকট তথ্য প্রেরণ করে, তাদেরকে CUPS সমর্থন করে না।\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14217,12 +14231,12 @@ msgstr ""
"পি.ডি.কিউ. শুধুমাত্র স্থানীয় প্রিন্টার, দূর-নিয়ন্ত্রিত এল.পি.ডি. প্রিন্টার, এবং সকেট/টি."
"সি.পি. প্রিন্টার সমর্থন করে।\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "এল.পি.ডি. এবং LPRng আই.পি.পি. প্রিন্টার সমর্থন করে না।\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14231,7 +14245,7 @@ msgstr ""
"উপরন্তু, এই প্রোগ্রাম বা \"foomatic-configure\" দ্বারা যে সব প্রিন্ট-সারী (Queue) "
"তৈরি করা হয় নি, তাদেরকে স্থানান্তর করা যায় না।"
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14242,7 +14256,7 @@ msgstr ""
"এছাড়া যে সব প্রিন্টারের PPD ফাইল প্রিন্টারের প্রস্তুতকারক কর্তৃক সরবরাহকৃত তাদের অথবা "
"CUPS-এর নিজস্ব ড্রাইভারকেও স্থানান্তর করা যায় না।"
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14252,17 +14266,17 @@ msgstr ""
"\n"
"যে সব প্রিন্টারকে স্থানান্তর করতে চান তাদের চিহ্নিত করুন ও তারপর \"স্থানান্তর\" চাপুন।"
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "প্রিন্টারকে স্থানান্তর করবে না"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "স্থানান্তর"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14273,18 +14287,18 @@ msgstr ""
"\"স্থানান্তর\" এ ক্লিক করুন এর উপরে লেখার জন্য।\n"
"আপনি নতুন ধরণের নাম দিতে পারেন বা এই প্রিন্টারকে এড়িয়ে যেতে পারেন।"
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "প্রিন্টারের নতুন নাম"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "%s-কে স্থানান্তর করা হচ্ছে..."
# সাম
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14294,29 +14308,29 @@ msgstr ""
"সিস্টেম %s এর জন্যেও কি এটি ডিফল্ট প্রিন্টার হবে?"
# FIXME
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "প্রিন্টার বিষয়ক তথ্য পুনরায় পড়া হচ্ছে..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "নেটওয়ার্ক সচল করছি..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "নেটওয়ার্ককে এখন কনফিগার করো"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "নেটওয়ার্কের কর্মক্ষমতা কনফিগার করা হয় নি"
# সাম
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14328,7 +14342,7 @@ msgstr ""
"প্রয়োজন, কিন্তু আপনার নেটওয়ার্ক এখনো কনফিগার করা হয়নি। নেটওয়ার্ক কনফিগারেশন ছাড়াই "
"এগিয়ে গেলে, কনফিগার করা প্রিন্টারটি ব্যবহারযোগ্য হবে না। আপনি কিভাবে এগোতে চান?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "নেটওয়ার্ক কনফিগার না করেই এগিয়ে যাও"
@@ -14336,7 +14350,7 @@ msgstr "নেটওয়ার্ক কনফিগার না করেই
# সাম
# ইনস্টলেশন
# নিয়ন্ত্রণ কেন্দ্র
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14353,7 +14367,7 @@ msgstr ""
# সাম:
# hardware spelling is wrong in commonwords.po
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14364,22 +14378,22 @@ msgstr ""
"কনফিগারেশন ও হার্ডওয়্যার পরীক্ষা করুন। অতপর: আবার আপনার দূরবর্তী প্রিন্টার কনফিগার "
"করার চেষ্টা করুন।"
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "প্রিন্টিং ব্যবস্থা পুনরায় চালু করা হচ্ছে..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "উচ্চ"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "মতিভ্রম"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "%s নিরাপত্তা মাত্রা অনুসারে একটি প্রিন্টিং ব্যবস্থা ইনস্টল করা হচ্ছে"
@@ -14387,7 +14401,7 @@ msgstr "%s নিরাপত্তা মাত্রা অনুসারে
# সাম
# প্রিন্টিং সিস্টেম
# নিরাপত্তা স্তর
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14411,7 +14425,7 @@ msgstr ""
"\n"
"আপনি কি আসলেই এই মেশিনে প্রিন্টার কনফিগার করতে চান?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "বুট করার সময় প্রিন্টিং ব্যবস্থাকে চালু করা হবে"
@@ -14419,7 +14433,7 @@ msgstr "বুট করার সময় প্রিন্টিং ব্য
# সাম
# সয়ংক্রিয়ভাবে
# নিরাপত্তা স্তর
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14439,33 +14453,33 @@ msgstr ""
"\n"
"আপনি কি প্রিন্টিং সিস্টেম সয়ংক্রিয়ভাবে চালুকরণ পুনরায় চালু করতে চান?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "ইনস্টলকৃত সফটওয়ার পরীক্ষা করা হচ্ছে..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "%s মুছে ফেলা হচ্ছে..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "প্রিন্টিং ব্যবস্থা %s-কে অপসারণ করা যায় নি!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "%s ইনস্টল করা হচ্ছে..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "প্রিন্টিং ব্যবস্থা %s-কে ইনস্টল করা যায় নি!"
# সাম
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14479,7 +14493,7 @@ msgstr ""
# সাম: Quit = বাহির?
# Quit
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -14488,34 +14502,34 @@ msgstr ""
"আপনার CUPS সার্ভারের হোস্ট নাম অথবা IP উল্লেখ করুন এবং যদি আপনি এই মোড ব্যবহার "
"করতে চান তবে ঠিক আছে ক্লিক করুন, অন্যথায় \"বাহির\" ক্লিক করুন।"
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "দূরবর্তী সার্ভারের নাম অথবা IP:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "ডিফল্ট প্রিন্টার নির্দিষ্ট করা হচ্ছে..."
# সাম
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "স্থানীয় CUPS প্রিন্টিং সিস্টেম, নাকি দূরবর্তী CUPS সার্ভার?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "CUPS প্রিন্টিং সিস্টেম দুইভাবে ব্যবহৃত হতে পারে: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "১। CUPS প্রিন্টিং সিস্টেম স্থানীয়ভাবে চলতে পারে। "
# সাম
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -14527,7 +14541,7 @@ msgstr ""
# সাম:
# resources = রিসোর্স লিখলাম।
# daemon
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14539,14 +14553,14 @@ msgstr ""
"সফ্টওয়্যার প্যাকেজ ইনস্টল করতে হয়, পাশাপাশি CUPS daemon চলতে থাকে যার জন্য মেমরী "
"প্রয়োজন, এবং IPP পোর্টটি (পোর্ট ৬৩১) খোলা হয়। "
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr "২। সকল প্রিন্টিং অনুরোধ সরাসরি দূরবর্তী CUPS সার্ভারে পাঠানো হবে। "
# সাম
# daemon
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14558,7 +14572,7 @@ msgstr ""
"অতএব মেমরী ও ডিস্কস্পেস দুটোই কম ব্যবহৃত হয়। "
# সাম
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -14567,50 +14581,50 @@ msgstr ""
"দুর্বল দিক হচ্ছে, এই সময়ে স্থানীয় প্রিন্টার নির্দিষ্ট করার কোন ব্যবস্থা নেই এবং "
"উল্লেখিত সার্ভার যদি নিষ্ক্রিয় থাকে তবে এই মেশিন থেকে প্রিন্ট সম্ভব হবে না। "
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "আপনার সিস্টেমে CUPS কিভাবে সেট-আপ হওয়া উচিত?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "দূরবর্তী সার্ভার, এখানে নাম বা আই-পি দিন:"
# সাম
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "স্থানীয় CUPS প্রিন্টিং সিস্টেম"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "প্রিন্টার স্পুলার (Spooler) নির্বাচন করুন"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "আপনি কোন প্রিন্টিং ব্যবস্থা (স্পুলার) ব্যবহার করতে চান?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "প্রিন্টার \"%s\" কে কনফিগার করার প্রচেষ্টা ব্যর্থ হয়েছে!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "ফুম্যাটিক ইনস্টল করা হচ্ছে..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "%s প্যাকেজ ইনস্টল করা যায় নি, %s চালু করা যাচ্ছে না!"
# সাম
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14620,50 +14634,50 @@ msgstr ""
"নিম্নের প্রিন্টারগুলো কনফিগার করা হয়েছে। প্রিন্টারের সেটিংসমূহ বদলাতে, ডিফল্ট "
"প্রিন্টার সেট করতে বা তথ্য জানতে, এর নামের উপর ডাবল‌-ক্লিক করুন। "
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "সকল ব্যবহারযোগ্য দূর-নিয়ন্ত্রিত CUPS প্রিন্টার প্রদর্শন করো"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"প্রিন্টারের তালিকা পুনরায় প্রদর্শন করো (সকল ব্যবহারযোগ্য দূর-নিয়ন্ত্রিত CUPS প্রিন্টার "
"প্রদর্শন করার জন্য)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS কনফিগার"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "প্রিন্টিং ব্যবস্থা পরিবর্তন করো"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "সাধারণ মোড"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "অভিজ্ঞ মোড"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "প্রিন্টার সংক্রান্ত অপশন"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "প্রিন্টার কনফিগারেশন পরিবর্তন করো"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -14673,103 +14687,103 @@ msgstr ""
"আপনি এই প্রিন্টারের কি পরিবর্তন করতে চান?"
# সাম
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "এই প্রিন্টারটি নিষ্ক্রিয়"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "করে ফেলো!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "প্রিন্টারের নাম, বিবরণ, অবস্থান"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "প্রিন্টারের প্রস্তুতকারক, মডেল, ড্রাইভার"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "প্রিন্টারের প্রস্তুতকারক, মডেল"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "এই প্রিন্টারটিকে ডিফল্ট হিসেবে নির্দিষ্ট করো"
# সাম
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "প্রিন্টার সক্রিয় করো"
# সাম
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "প্রিন্টার নিষ্ক্রিয় করো"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "প্রিন্টার সংযোগের ধরন"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "পরীক্ষামূলক পৃষ্ঠা ছাপাও"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "এই প্রিন্টারের ব্যবহার শিখুন"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "প্রিন্টার অপসারণ করো"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "পুরনো প্রিন্টার \"%s\"-কে অপসারণ করা হচ্ছে..."
# সাম
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "\"%s\" প্রিন্টারটি এখন সক্রিয়।"
# সাম
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "\"%s\" প্রিন্টারটি এখন নিষ্ক্রিয়।"
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "আপনি কি \"%s\" প্রিন্টারটি অপসারণের ব্যাপারে নিশ্চিত?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "\"%s\" প্রিন্টারটি অপসারণ করা হচ্ছে..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "ডিফল্ট প্রিন্টার"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "এখন \"%s\" প্রিন্টারটি ডিফল্ট হিসেবে রয়েছে।"
@@ -14806,15 +14820,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "ফার্মওয়ার ফাইল %s-এর অনুমতি নির্দিষ্ট করা যায় নি!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "স্ক্যানার-ড্রেক"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "আপনার স্ক্যানার(সমূহ) শেয়ার করার জন্য প্রয়োজনীয় প্যাকেজ ইনস্টল করা যায় নি।"
@@ -16804,12 +16818,12 @@ msgstr "অনুগ্রহপূর্বক লগ-আউট করুন
msgid "You need to log out and back in again for changes to take effect"
msgstr "পরিবর্তন কার্যকর করার পূর্বে আপনাকে লগ-আউট করে তারপর পুণরায় লগ-ইন করতে হবে"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s-এর একটি ব্যবহারকারীর-নাম প্রয়োজন...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -16818,110 +16832,110 @@ msgstr ""
"%s: %s-এর প্রয়োজন হোস্ট-নাম, MAC ঠিকানা, আই.পি., nbi-ইমেজ, THIN_CLIENT-এর জন্য "
"0/1, স্থানীয় কনফিগ-এর জন্য 0/1...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s-এর একটি হোস্ট-নাম প্রয়োজন...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "টার্মিনাল সার্ভার কনফিগারেশন"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "dhcpd কনফিগ..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "সার্ভার সক্রিয় করো"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "সার্ভার নিষ্ক্রিয় করো"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "সার্ভার আরম্ভ করো"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "সার্ভার বন্ধ করো"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "ইথারনেট ফ্লপি/আই.এস.ও."
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "নেট বুট ইমেজ"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "ব্যবহারকারী যোগ/অপসারণ করো"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "ক্লায়েন্ট যোগ/অপসারণ করো"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "ইমেজ"
# সাম
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "ক্লায়েন্ট/ব্যবহারকারী"
# FIXME
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "প্রারম্ভিক উইজার্ড"
# FIXME
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
@@ -16929,7 +16943,7 @@ msgstr ""
"ফাইলে জি.ডি.এম. নামক ব্যবহারকারী যোগ করা হচ্ছে"
# সাম
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -16970,28 +16984,28 @@ msgstr ""
" ঙ) আপনাকে একটি বুট ফ্লপি তৈরী করতে পরামর্শ দেবে।\n"
" চ) যদি থিন ক্লায়েন্ট হয়ে থাকে তবে পুনরায় KDM চালু করতে বলবে।\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "উইজার্ড বাতিল করো"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "অনুগ্রহপূর্বক dhcpd কনফিগ সংরক্ষণ করুন!"
# FIXME
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "থিন ক্লায়েন্ট ব্যবহার করো"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "ক্লায়েন্টের এক্স কীবোর্ড-এর বৈশিষ্ট্যকে সার্ভারের সাথে এককালবর্তী (Sync) করো।"
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, fuzzy, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17006,28 +17020,28 @@ msgstr ""
" আর 'ফ্যাট' ক্লায়েন্ট তার নিজস্ব সি.পি.ইউ./র্যাম এবং সার্ভারে ফাইল সিস্টেম "
"ব্যবহার করে।"
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "সকল কার্নেলের জন্য নেট বুট ইমেজ তৈরি করা হচ্ছে"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "এ কাজে কয়েক মিনিট সময় লাগবে।"
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "সম্পন্ন!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17036,14 +17050,14 @@ msgid ""
msgstr ""
# FIXME
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"সার্ভারের ব্যবহারকারীর তালিকাকে রুটসহ ক্লায়েন্ট তালিকার সাথে এককালবর্তী (Sync) করা "
"হচ্ছে।"
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17052,21 +17066,20 @@ msgstr ""
"থিন ক্লায়েন্টের জন্য কৃত পরিবর্তন কার্যকর করার জন্য ডিসপ্লে ব্যবস্থাপককে পুনরায় চালু "
"করতে হবে। এখনি কি পুনরায় চালু করবো?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "টার্মিনাল সার্ভারের সামগ্রিক চিত্র"
# সাম
# customize
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17077,7 +17090,7 @@ msgstr ""
" - ইথারবুট সক্রিয় বুট ইমেজ তৈরী করুন:\n"
" \tএকটি কার্নেল ইথারবুট দিয়ে বুট করার জন্য একটি বিশেষ kernel/initrd ইমেজ "
"তৈরী করতে হবে।\n"
-" \tmkinitrd-net এই কাজটির অধিকাংশ করে দেয় এবং drakTermServ হচ্ছে একটি "
+" \tmkinitrd-net এই কাজটির অধিকাংশ করে দেয় এবং %s হচ্ছে একটি "
"গ্রাফিক্যাল \n"
" \tইন্টারফেস যা এই ইমেজগুলোর ব্যবস্থাপনা/কাস্টোমাইজ করতে সাহায্য করে। \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include ফাইলটি include \n"
@@ -17085,14 +17098,14 @@ msgstr ""
"একটি সম্পূর্ন \n"
" \tকার্নেলের জন্য ইথারবুট ইমেজ তৈরী করতে হবে।"
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17106,30 +17119,29 @@ msgid ""
msgstr ""
# সাম
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17146,12 +17158,11 @@ msgid ""
msgstr ""
" যদিও আপনি ক্লায়েন্ট মেশিনের জন্য একটি নির্দিষ্ট এন্ট্রির বদলে, অনেকগুলো IP "
"addresses\n"
-" ব্যবহার করতে পারেন, তথাপি নির্দিষ্ট IP addresses ব্যবহার করলে আপনি "
-"ClusterNFS\n"
+" ব্যবহার করতে পারেন, তথাপি নির্দিষ্ট IP addresses ব্যবহার করলে আপনি %s\n"
" সরবরাহকৃত ক্লায়েন্ট প্রতি কনফিগারেশন ফাইল ব্যবস্থার সুবিধা পেতে পারেন।\n"
"\t\t\t\n"
-" দ্রষ্টব্য: '#type' ক্ষেত্রটি শুধুমাত্র drakTermServ দ্বারা ব্যবহৃত হয়। ক্লায়েন্ট "
-"শুধুমাত্র 'থিন''\n"
+" দ্রষ্টব্য: '#type' ক্ষেত্রটি শুধুমাত্র %s দ্বারা ব্যবহৃত হয়। ক্লায়েন্ট শুধুমাত্র "
+"'থিন''\n"
" বা 'ফ্যাট' হতে পারে। থিন ক্লায়েন্টগুলো XDMCP এর মাধ্যমে বেশীরভাগ সফ্টওয়্যার "
"সার্ভারে চালায়, \n"
" আর 'ফ্যাট' ক্লায়েন্টগুলো বেশীরভাগ সফ্টওয়্যার ক্লায়েন্টেই চালায়।\n"
@@ -17163,8 +17174,8 @@ msgstr ""
"এবং hosts.allow\n"
" ব্যবহার করে স্থানীয় সাবনেটে প্রবেশ সীমাবদ্ধ করা হয়।\n"
"\t\t\t\n"
-" দ্রষ্টব্য: '#hdw_config' এন্ট্রিটি শুধুমাত্র drakTermServ ব্যবহার করে। "
-"ক্লায়েন্টের মান শুধুমাত্র সত্য \n"
+" দ্রষ্টব্য: '#hdw_config' এন্ট্রিটি শুধুমাত্র %s ব্যবহার করে। ক্লায়েন্টের মান "
+"শুধুমাত্র সত্য \n"
" বা মিথ্যা হতে পারে। সত্য হলে ক্লায়েন্ট মেশিনে রুট লগইন সম্ভব এবং "
"স্থানীয়ভাবে 'drak' টুলসমূহ \n"
" ব্যবহার করে শব্দ, মাউস, X হার্ডওয়্যার কনফিগারেশন করা যেতে পারে। "
@@ -17177,17 +17188,16 @@ msgstr ""
"\t\t\t\n"
" দ্রষ্টব্য: ক্লায়েন্ট অন্তর্ভুক্ত বা বদল করার পর বন্ধ করে পুনরায় চালু করতে হবে।"
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17196,46 +17206,47 @@ msgid ""
msgstr ""
# সাম
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - 1$%s রক্ষনাবেক্ষণ করো:\n"
" \tব্যবহারকারীদের ডিস্কবিহীন ক্লায়েন্ট থেকে সিস্টেমে লগইন করতে হলে,\n"
" \t/etc/shadow তে তাদের এন্ট্রি, 2$%s এ কপি করতে হবে। এই ক্ষেত্রে\n"
-" \tdrakTermServ ফাইলে সিস্টেম ব্যবহারকারী যোগ করে বা সরিয়ে সাহায্য করে।"
+" \t%s ফাইলে সিস্টেম ব্যবহারকারী যোগ করে বা সরিয়ে সাহায্য করে।"
# সাম
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - ক্লায়েন্ট প্রতি %s:\n"
-" \tclusternfs দিয়ে, সার্ভারের রুট ফাইল সিস্টেমে, প্রতিটি ডিস্কবিহীন "
-"ক্লায়েন্টের জন্য স্বকীয় কনফিগারেশন\n"
+" \t%s দিয়ে, সার্ভারের রুট ফাইল সিস্টেমে, প্রতিটি ডিস্কবিহীন ক্লায়েন্টের জন্য "
+"স্বকীয় কনফিগারেশন\n"
" \t ফাইল তৈরী করা যায়। স্থানীয় ক্লায়েন্ট হার্ডওয়্যার কনফিগারেশন অনুমোদন "
"করলে,\n"
-" \tdrakTermServ এই ফাইলগুলো তৈরী করতে সাহায্য করবে।"
+" \t%s এই ফাইলগুলো তৈরী করতে সাহায্য করবে।"
# সাম
# customize = ?
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17251,8 +17262,8 @@ msgid ""
"machine is configured."
msgstr ""
" - ক্লায়েন্ট প্রতি সিস্টেম কনফিগারেশন ফাইল:\n"
-" \tclusternfs দিয়ে, সার্ভারের রুট ফাইল সিস্টেমে, প্রতিটি ডিস্কবিহীন "
-"ক্লায়েন্টের জন্য স্বকীয় কনফিগারেশন\n"
+" \t%s দিয়ে, সার্ভারের রুট ফাইল সিস্টেমে, প্রতিটি ডিস্কবিহীন ক্লায়েন্টের জন্য "
+"স্বকীয় কনফিগারেশন\n"
" \t ফাইল তৈরী করা যায়। স্থানীয় ক্লায়েন্ট হার্ডওয়্যার কনফিগারেশন অনুমোদন "
"করলে,\n"
" \t প্রতি ক্লায়েন্টের জন্য /etc/modules.conf, /etc/sysconfig/mouse, \n"
@@ -17264,12 +17275,12 @@ msgstr ""
"করা হয়ে গেলে, স্থানীয় \n"
" কনফিগারেশন বন্ধ করে দেয়া যায়, এতে কনফিগারেশন ফাইলগুলো সংরক্ষিত থাকে।"
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17294,14 +17305,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
-#, c-format
+# সাম
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17309,96 +17319,106 @@ msgid ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
+" - ইথারবুট ফ্লপি/CD তৈরী করুন:\n"
+" \tডিস্কবিহীন ক্লায়েন্ট মেশিনগুলোতে বুট সিকোয়েন্স চালু করার জন্য NIC এর ROM "
+"ইমেজ\n"
+" \tবা বুট ফ্লপি প্রয়োজন। ক্লায়েন্ট মেশিনের NIC এর উপর ভিত্তি করে %s\n"
+" \tএই ইমেজ গুলো তৈরী করতে সাহায্য করবে।\n"
+" \t\t\n"
+" \tএকটি 3Com 3c509 এর জন্য নিজ হাতে বুট ফ্লপি তৈরী করার একটি সাধারন "
+"উদাহরন:\n"
+" \t\t\n"
+" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "বুট ফ্লপি"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "বুট ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE ইমেজ"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "ডিফল্ট কার্নেল ভার্সন"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "পুরো কার্নেল বিল্ড করো -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "কোন কার্নেল নির্বাচন করা হয় নি!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "একটি NIC বিল্ড করো -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "কোন NIC নির্বাচন করা হয় নি"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "সকল কার্নেলসমুহ বিল্ড করো -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- মুছো"
# সাম
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "কোন ইমেজ নির্বাচন করা হয়নি!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "সকল NBI সমুহকে মুছো"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, fuzzy, c-format
msgid "Building images for kernel:"
msgstr "সকল কার্নেলের জন্য নেট বুট ইমেজ তৈরি করা হচ্ছে"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17409,27 +17429,27 @@ msgstr ""
"চেয়ে ভিন্ন। টার্মিনাল সার্ভারে লগিন সক্রিয় করতে ব্যবহারকারী \n"
"মুছে দিন/পুনরায়-যুক্ত করুন।"
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "ব্যবহারকারী যোগ করো -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- ব্যবহারকারী মুছো"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "ধরণ: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "স্হানীয় কনফিগ: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17438,23 +17458,23 @@ msgstr ""
"স্হানীয় হার্ডওয়্যার কনফিগারেশনকে\n"
"অনুমতি দাও।"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "কোন নেট বুট ইমেজ তৈরি করা হয় নি!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "থিন ক্লায়েন্ট"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "থিন ক্লায়েন্টসমুহকে অনুমতি দাও"
# সাম: Sync = সমতালীয় ?
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -17463,52 +17483,52 @@ msgstr ""
"ক্লায়েন্টের এক্স কীবোর্ডের মানসমূহকে\n"
" সার্ভারের সাথে সমতালীয় করো।"
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "ক্লায়েন্ট যোগ করো -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "ধরণ: মোটা"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "ধরণ: পাতলা"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "স্হানীয় কনফিগ: মিথ্যা"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "স্থানীয় কনফিগ: মিথ্যা"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- ক্লায়েন্ট সম্পাদন"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "স্হানীয় কনফিগ নিষ্ক্রিয় করো"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "ক্লায়েন্ট মুছো"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17517,78 +17537,78 @@ msgstr ""
"সম্পূর্ণ পরিবর্তনগুলো সক্রিয় করার জন্য ডিসপ্লে ম্যানেজার পুনরায় চালু করা প্রয়োজন। \n"
"(কনসোলে লিখুন - service dm restart)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Thin ক্লায়েন্ট স্বয়ংক্রিয় লগিনের সাথে কাজ করবে না। স্বয়ংক্রিয় লগিন নিষ্ক্রিয় করবেন?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "সমস্ত ক্লায়েন্ট %s ব্যবহার করবে"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "সাবনেট:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "নেটমাস্ক:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "রাউটার সমুহ:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "সাবনেট মাস্ক:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "ব্রডকাস্ট অ্যাড্রেস:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "ডোমেইন নাম:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "নেইম সার্ভার সমুহ:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "আই-পি range শুরু:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "আই-পি range শেষ:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "বিদ্যমান কন্‌ফিগ যুক্ত append TS"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "কনফিগ লিখ"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "dhcpd সার্ভার কনফিগারেশন"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17599,108 +17619,108 @@ msgstr ""
"থেকে বের করা হয়েছে।\n"
"আপনি আপনার প্রয়োজন মত পরিবর্তন করতে পারেন।"
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "অনুগ্রহ করে ফ্লপি ডিস্ক প্রবেশ করান:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "ফ্লপিটিতে প্রবেশ করা যাচ্ছে নাহ্!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "এখন ফ্লপি সরানো যাবে নাহ্"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "কোন ফ্লপি ড্রাইভ উপস্থিত নেই!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "%s/%s হলো PXE ইমেজ"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "%s/%s লিখতে সমস্যা হয়েছে"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "%s হলো ইথারবুট ISO ইমেজ"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "কিছু একটা সমস্যা হয়েছে! - mkisofs ইনস্টল করা আছে?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "প্রথমে /etc/dhcpd.conf তৈরি করতে হবে!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s পাসওয়ার্ড টার্মিনাল সার্ভার এ ভাল নয় - আবার লেখছি...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s ব্যবহারকারী নয়..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s ইতিমধ্যেই একজন টার্মিনাল সার্ভার ব্যবহারকারী\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "টার্মিনাল সার্ভারে %s যোগ করা ব্যর্থ হয়েছে!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "টার্মিনাল সার্ভারে %s যোগ করা হয়েছে!\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s মুছা হয়েছে...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s পাওয়া যাচ্ছে নাহ্...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"/etc/hosts.allow এবং /etc/hosts.deny ইতিমধ্যেই কনফিগার করা হয়েছে - বদলানো হয়নি"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "কনফিগারেশন বদলানো হয়েছে - clusternfs/dhcpd আবার শুরু করবো? "
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "কনফিগারেশন বদলানো হয়েছে - %s/dhcpd আবার শুরু করবো? "
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -25878,17 +25898,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake এখন চালু হবেনা।"
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "কনফিগার করা স্কেনারগুলি খোঁজা হচ্ছে ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "নতুন স্কেনারের জন্য খোঁজ চলছে ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "ফনফিগার করা স্কেনারগুলির লিষ্ট পুনরায় তৈরী করা হচ্ছে ..."
@@ -26049,46 +26069,46 @@ msgstr ""
"Printerdrake-এর মাধ্যমে অবশ্যই %s কনফিগার করতে হবে।\n"
"আপনি %s কন্ট্রোল সেন্টারের হার্ডওয়্যার সেকশন থেকে printerdrake চালাতে পারেন।"
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+# সাম
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "কার্নেল মডিউল সেট আপ করছি..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "সয়ংক্রিয়ভাবে বরাদ্দকৃত পোর্টসমূহ সনাক্ত করো"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "আপনি একটি ডিভাইস নির্বাচন করুন যেখানে আপনার %s সংযুক্ত আছে"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(নির্দেশ: প্যারালাল পোর্টগুলি সয়ংক্রিয়ভাবে সনাক্ত হবেনা)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "ডিভাইস পছন্দ করো"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "স্কেনারের খোঁজ করা হচ্ছে..."
# সাম
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "কার্নেল মডিউল সেট আপ করছি..."
-
-# সাম
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "দৃষ্টি আকর্ষণ!"
# সাম
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26102,7 +26122,7 @@ msgstr ""
"সম্পাদন করুন। "
# সাম
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26113,7 +26133,7 @@ msgstr ""
# সাম:
# documents = কাগজপত্র?
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26123,7 +26143,7 @@ msgstr ""
"ব্যবহার করে আপনার কাগজপত্র স্ক্যান করতে পারেন।"
# সাম
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26132,7 +26152,7 @@ msgstr ""
"আপনার %s কনফিগার করা হয়েছে। কিন্তু এটিকে কাজ করাতে কিছু অংশ নিজ হাতে বিন্যস্ত করা "
"প্রয়োজন হতে পারে। "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26142,12 +26162,12 @@ msgstr ""
"ঠিক মত কাজ না করে, "
# সাম
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "/etc/sane.d/%s.conf কনফিগারেশন ফাইলটি সম্পাদন করুন।"
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26158,7 +26178,7 @@ msgstr ""
"আপনি এপ্লিকেশন মেনুর মাল্টিমিডিয়া/গ্রাফিক্স থেকে \"XSane\" অথবা \"Kooka\" ব্যবহার "
"করে স্কেন করতে পারেন।"
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26171,7 +26191,7 @@ msgstr ""
"%s\n"
"আপনার সিস্টেমে উপলব্ধ রয়েছে।\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26184,43 +26204,43 @@ msgstr ""
"%s\n"
"আপনার সিস্টেমে উপলব্ধ রয়েছে।\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "আপনার সিস্টেমে উপলব্ধ কোন স্কেনার এখানে পাওয়া যায়নি।\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "নতুন স্কেনারসমূহের খোঁজ করো"
# Manually -এর বাংলা মনে নেই ;)
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "মেনুয়ালি একটি স্কেনার যোগ করুন"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Firmware ফাইলসমূহ ইনস্টল/আপগ্রেড করো"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "স্কেনার শেয়ারিং"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "দূরবর্ত সমস্থ মেশিনসমূহ"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "এই মেশিনে"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26229,7 +26249,7 @@ msgstr ""
"এই মেশিনের সাথে সংযুক্ত স্কেনারগুলি দূরবর্তী কোন মেশিন বা দূরবর্তী কোন মেশিনের "
"মাধ্যমে ব্যবহার করা যাবে, আপনি তা এখানে পছন্দ করতে পারেন।"
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26238,88 +26258,88 @@ msgstr ""
"আপনি এখানে সিদ্ধান্তু নিতে পারেন যে দূরবর্তী কোন কম্পিউটারগুলির স্কেনার এখানে বরাদ্দ "
"থাকবে।"
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "এই মেশিনের স্কেনারগুলি অন্য কম্পিউটারে বরাদ্দ থাকবে"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "যেই হোস্টগুলিতে স্কেনার শেয়ার হবে:"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "রিমোট কম্পিউটারের স্কেনার ব্যবহার করো"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "এই হোস্টসমূহের স্কেনারগুলি ব্যাবহার করো:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "লোকাল স্কেনারের শেয়ারিং"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr "এগুলি সেই মেশিন যেগুলিতে লোকাল ভাবে সংযুক্ত স্কেনার(গুলি) বরাদ্দ থাকবে:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "হোস্ট যোগ করো"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "নির্বাচিত হোস্ট এডিট করো"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "নির্বাচিত হোস্ট অপসরণ করো"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "হোস্টের নাম/IP এড্রেস:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "একটি লোকাল হোস্ট পছন্দ করুন যেখানে স্কেনারগুলি বরাদ্দ থাকবে:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "আপনাকে অবশ্যই একটি হোস্টের নাম অথবা IP ঠিকানা প্রবেশ করাতে হবে।\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "লিষ্টে এই হোস্ট আগে থেকেই আছে, এটা আবার যোগ করা যাবেনা।\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "দূরবর্তী স্কেনারসমূহের ব্যাবহার"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "এগুলিই সেই সমস্থ মেশিন যেগুলি থেকে স্কেনার ব্যবহার করা যাবে:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26330,7 +26350,7 @@ msgstr ""
"\n"
"আপনি কি saned প্যাকেজটি ইনস্টল করতে চান?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "আপনার স্কেনার(গুলি) নেটওয়ার্কে বরাদ্দ থাকবে না।"
@@ -26519,6 +26539,173 @@ msgstr ""
msgid "Installation failed"
msgstr "ইনস্টলেশন ব্যর্থ হয়েছে"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "বাতিল"
+
+# সাম
+# customize
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - ইথারবুট সক্রিয় বুট ইমেজ তৈরী করুন:\n"
+#~ " \tএকটি কার্নেল ইথারবুট দিয়ে বুট করার জন্য একটি বিশেষ kernel/initrd "
+#~ "ইমেজ তৈরী করতে হবে।\n"
+#~ " \tmkinitrd-net এই কাজটির অধিকাংশ করে দেয় এবং drakTermServ হচ্ছে "
+#~ "একটি গ্রাফিক্যাল \n"
+#~ " \tইন্টারফেস যা এই ইমেজগুলোর ব্যবস্থাপনা/কাস্টোমাইজ করতে সাহায্য করে। \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include ফাইলটি include \n"
+#~ " \tহিসেবে dhcpd.conf এ অন্তর্ভুক্ত করা হয়, যেটি তৈরী করতে আপনাকে অন্তত "
+#~ "একটি সম্পূর্ন \n"
+#~ " \tকার্নেলের জন্য ইথারবুট ইমেজ তৈরী করতে হবে।"
+
+# সাম
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " যদিও আপনি ক্লায়েন্ট মেশিনের জন্য একটি নির্দিষ্ট এন্ট্রির বদলে, অনেকগুলো "
+#~ "IP addresses\n"
+#~ " ব্যবহার করতে পারেন, তথাপি নির্দিষ্ট IP addresses ব্যবহার করলে আপনি "
+#~ "ClusterNFS\n"
+#~ " সরবরাহকৃত ক্লায়েন্ট প্রতি কনফিগারেশন ফাইল ব্যবস্থার সুবিধা পেতে পারেন।\n"
+#~ "\t\t\t\n"
+#~ " দ্রষ্টব্য: '#type' ক্ষেত্রটি শুধুমাত্র drakTermServ দ্বারা ব্যবহৃত হয়। "
+#~ "ক্লায়েন্ট শুধুমাত্র 'থিন''\n"
+#~ " বা 'ফ্যাট' হতে পারে। থিন ক্লায়েন্টগুলো XDMCP এর মাধ্যমে বেশীরভাগ "
+#~ "সফ্টওয়্যার সার্ভারে চালায়, \n"
+#~ " আর 'ফ্যাট' ক্লায়েন্টগুলো বেশীরভাগ সফ্টওয়্যার ক্লায়েন্টেই চালায়।\n"
+#~ " থিন ক্লায়েন্টের জন্য একটি বিশেষ inittab, %s লেখা হয়। থিন ক্লায়েন্টে "
+#~ "ব্যবহার করা হলে,\n"
+#~ " XDMCP সক্রিয় করার জন্য সিস্টেম কনফিগারেশন ফাইল xdm-config, kdmrc, "
+#~ "and gdm.conf\n"
+#~ " পরিবর্ধন করা হয়। যেহেতু XDMCP তে নিরাপত্তার প্রশ্ন বিদ্যমান, hosts.deny "
+#~ "এবং hosts.allow\n"
+#~ " ব্যবহার করে স্থানীয় সাবনেটে প্রবেশ সীমাবদ্ধ করা হয়।\n"
+#~ "\t\t\t\n"
+#~ " দ্রষ্টব্য: '#hdw_config' এন্ট্রিটি শুধুমাত্র drakTermServ ব্যবহার করে। "
+#~ "ক্লায়েন্টের মান শুধুমাত্র সত্য \n"
+#~ " বা মিথ্যা হতে পারে। সত্য হলে ক্লায়েন্ট মেশিনে রুট লগইন সম্ভব এবং "
+#~ "স্থানীয়ভাবে 'drak' টুলসমূহ \n"
+#~ " ব্যবহার করে শব্দ, মাউস, X হার্ডওয়্যার কনফিগারেশন করা যেতে পারে। "
+#~ "ক্লায়েন্টের IP addresses \n"
+#~ " এর সাথে সম্পৃক্ত আলাদা কনফিগারেশন ফাইল তৈরী করে এবং পড়া/লেখা মাউন্ট "
+#~ "পয়েন্ট তৈরী \n"
+#~ " করে ক্লায়েন্টকে তা পরিবর্ধনের সুযোগ দিয়ে এটি সক্রিয় করা হয়। এই "
+#~ "কনফিগারেশনে সন্তূষ্ট হলে \n"
+#~ " আপনি ক্লায়েন্ট থেকে রুট লগইন সুবিধা সরিয়ে ফেলতে পারেন।\n"
+#~ "\t\t\t\n"
+#~ " দ্রষ্টব্য: ক্লায়েন্ট অন্তর্ভুক্ত বা বদল করার পর বন্ধ করে পুনরায় চালু করতে হবে।"
+
+# সাম
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - 1$%s রক্ষনাবেক্ষণ করো:\n"
+#~ " \tব্যবহারকারীদের ডিস্কবিহীন ক্লায়েন্ট থেকে সিস্টেমে লগইন করতে হলে,\n"
+#~ " \t/etc/shadow তে তাদের এন্ট্রি, 2$%s এ কপি করতে হবে। এই ক্ষেত্রে\n"
+#~ " \tdrakTermServ ফাইলে সিস্টেম ব্যবহারকারী যোগ করে বা সরিয়ে সাহায্য "
+#~ "করে।"
+
+# সাম
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - ক্লায়েন্ট প্রতি %s:\n"
+#~ " \tclusternfs দিয়ে, সার্ভারের রুট ফাইল সিস্টেমে, প্রতিটি ডিস্কবিহীন "
+#~ "ক্লায়েন্টের জন্য স্বকীয় কনফিগারেশন\n"
+#~ " \t ফাইল তৈরী করা যায়। স্থানীয় ক্লায়েন্ট হার্ডওয়্যার কনফিগারেশন অনুমোদন "
+#~ "করলে,\n"
+#~ " \tdrakTermServ এই ফাইলগুলো তৈরী করতে সাহায্য করবে।"
+
+# সাম
+# customize = ?
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - ক্লায়েন্ট প্রতি সিস্টেম কনফিগারেশন ফাইল:\n"
+#~ " \tclusternfs দিয়ে, সার্ভারের রুট ফাইল সিস্টেমে, প্রতিটি ডিস্কবিহীন "
+#~ "ক্লায়েন্টের জন্য স্বকীয় কনফিগারেশন\n"
+#~ " \t ফাইল তৈরী করা যায়। স্থানীয় ক্লায়েন্ট হার্ডওয়্যার কনফিগারেশন অনুমোদন "
+#~ "করলে,\n"
+#~ " \t প্রতি ক্লায়েন্টের জন্য /etc/modules.conf, /etc/sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard ফাইলসমূহ কাস্টোমাইজ করা যেতে পারে।\n"
+#~ "\n"
+#~ " দ্রষ্টব্য: স্থানীয় ক্লায়েন্ট হার্ডওয়্যার কনফিগারেশন সক্রিয় করলে, এই ফিচার "
+#~ "সক্রিয় করা প্রতিটি মেশিনের \n"
+#~ " জন্য টার্মিনাল সার্ভারের রুট লগইন সক্রিয় হয়। একবার ক্লায়েন্ট মেশিন "
+#~ "কনফিগার করা হয়ে গেলে, স্থানীয় \n"
+#~ " কনফিগারেশন বন্ধ করে দেয়া যায়, এতে কনফিগারেশন ফাইলগুলো সংরক্ষিত থাকে।"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "কনফিগারেশন বদলানো হয়েছে - clusternfs/dhcpd আবার শুরু করবো? "
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/br.po b/perl-install/share/po/br.po
index 2c078a1a9..4d7bf4044 100644
--- a/perl-install/share/po/br.po
+++ b/perl-install/share/po/br.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX 10.2\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2006-01-12 15:45+0100\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandriva.com>\n"
"Language-Team: Brezhoneg <ofisk@wanadoo.fr>\n"
@@ -172,21 +172,21 @@ msgstr ""
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -213,9 +213,9 @@ msgstr ""
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Fazi"
@@ -436,10 +436,10 @@ msgstr "Personelañ"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Kuitaat"
@@ -600,7 +600,7 @@ msgstr "Kartenn c'hrafek : %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -617,7 +617,7 @@ msgstr "Mat eo"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -632,7 +632,7 @@ msgstr "Nullañ"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -839,7 +839,7 @@ msgstr "Rann gentañ ar parzhadur kentañ"
msgid "On Floppy"
msgstr "War bladennig"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Tremen e-biou"
@@ -1183,9 +1183,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Graet"
@@ -1379,9 +1379,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Lañsañ userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1548,7 +1548,7 @@ msgstr "Domani"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Servijer"
@@ -1663,7 +1663,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "N'hellañ ket implijout ar skignañ hep domani NIS"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1678,42 +1678,42 @@ msgstr ""
"gortozit \n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO gant meuziad c'hrafek"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO gant meuziad skrid"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB gant meuziad skrid"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB gant meuziad skrid"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "re bihan eo /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Ne mennit ket staliañ ar c'harger loc'hañ war ur parzhadur %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1722,14 +1722,14 @@ msgstr ""
"Red eo da vremañat kefluniadur ho karger loc'hañ peogwir e oa cheñchet niver "
"ar parzhiadurioù"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Staliañ ar c'harger loc'hañ c'hoazh"
@@ -2917,7 +2917,7 @@ msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"Ar pakad %s a zo war-nes bezañ staliet. Mennout a rit staliañ anezhañ ?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "N'eo ket evit staliañ ar pakad %s !"
@@ -2928,19 +2928,19 @@ msgid "Mandatory package %s is missing"
msgstr "Mankout a ra ar pakad ret %s"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Ho evezh"
@@ -3735,7 +3735,7 @@ msgstr "Anv arveriad"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4319,8 +4319,8 @@ msgid ""
msgstr ""
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -4980,8 +4980,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6503,14 +6503,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Adkas"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Tchek (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -6524,28 +6524,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Spagnolek"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finnek"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Gallek"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -6559,828 +6559,828 @@ msgid ""
"Polish"
msgstr "Polonek"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Rusiek"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Svedek"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Stokellaoueg RU"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Stokellaoueg SUA"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albaniek"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armeniek (kozh)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armeniek (skriverez)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armeniek (soniadel)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arabek"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaidjanek (latin)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgianek"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengalek (reizhadur Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengalek (reizhadur Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgariek (soniadel)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgarek (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brasilek (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosniek"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Belarusiek"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Suis (reizhadur alaman)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Suis (reizhadur gall)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr ""
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Tchek (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Alaman (stokell marv ebet)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagariek"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Danek"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Gallek)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (RU)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norvegek)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Polonek)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Svedek)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongka/Tibetek"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estoniek"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Faroesek"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Jorjiek (reizhadur \"Rusiek\")"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Jorjiek (reizhadur \"Latin\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Gresianek"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Gresianek"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujartiek"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukek"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Kroatek"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Hungarek"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Iwerzhonek"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israelian"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israelian (soniadel)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iraniek"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandek"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italianek"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japonek (106 stokell)"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kanadian"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Stokellaoueg korean"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurdek"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kirgizek"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Amerikan Latin"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laosiek"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lituaniek AZERTY (kozh)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lituaniek AZERTY (nevez)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lituaniek QUERTY \"linenn sifroù\""
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lituaniek QUERTY \"soniadel\""
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Letonek"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalamek"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Makedoniek"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr ""
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongoliek (lizherenneg ar ruseg)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltek (RU)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltek (SUA)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Hollandek"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriyaek"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polonek (reizhadur qwerty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polonek (reizhadur qwerty)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashtouek"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugalek"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanadian (Kebek)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Romaniek (Yawertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Romaniek (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Russianek (soniadel)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Sami (norvegek)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Samiek (svedek/finnek)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindiek"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovek"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Sinhalek"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovakek (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovakek (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbiek (lizherenneg ar ruseg)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Siriak"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Siriak (soniadel)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telegu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamoul (reizhadur ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamoul (reizhadur ar skriverez)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Tailh (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Tailh (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Tailh (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagek (reizhadur marokek) (+latin/arabek)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagek (reizhadur soniadel) (+latin/arabek)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tadjik"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turkmenek"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turkek (hengounel doare \"F\")"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turkek (arnevez doare \"Q\")"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrainiek"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Stokellaoueg urduek"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Stokellaoueg SUA (etrevroadel)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Ouzbek (lizherenneg ar ruseg)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Yezh ar Viet-Nam QUERTY \"linenn sifroù\""
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Yougoslaviek (latin)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Stokell Alft a-zehoù"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr ""
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr ""
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "Touchenn ar meuziad"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Stokell « Prenestr » a-gleiz"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Stokell « Prenestr » a-zehoù"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr ""
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Stokell Shift a-gleiz"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Stokell Shift a-zehoù"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Stokell Alt a-zehoù"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Stokell Control a-gleiz"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Stokell Control a-zehoù"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7388,7 +7388,7 @@ msgid ""
"(eg: latin and non latin)"
msgstr ""
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -9749,8 +9749,8 @@ msgstr "Er furmad 255.255.224.0 e tlefe bezañ ar maskl rouedad"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Diwallit : strizh eo ar chomlec'h IP %s boazamant !"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "implijet eo %s c'hoazh\n"
@@ -10398,7 +10398,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Gourc'hemennoù !"
@@ -10528,9 +10528,9 @@ msgstr "Kefluniañ reizhiadoù all"
msgid "On CUPS server \"%s\""
msgstr "War ar servijer CUPS « %s »"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Dre ziouer)"
@@ -10582,9 +10582,9 @@ msgstr "CUPS a-bell"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Gobari anavez"
@@ -10832,7 +10832,7 @@ msgid "URI: %s"
msgstr "URI : %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Moullerez diaoz (sturier ebet)"
@@ -10863,12 +10863,12 @@ msgstr "Ostiz %s"
msgid "%s (Port %s)"
msgstr "%s (Porzh %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -10905,7 +10905,7 @@ msgid ""
msgstr ""
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -10950,8 +10950,8 @@ msgstr ""
msgid "Custom configuration"
msgstr "Kefluniadur diouzhoc'h"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Reizhiadoù a-bell ebet"
@@ -11145,8 +11145,8 @@ msgstr "Porzh"
msgid "On, Name or IP of remote server:"
msgstr "Bev, IP pe anv ar servijer a-bell :"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "Mankout a ra anv ar servijer CUPS pe ar chomlec'h IP."
@@ -11156,29 +11156,30 @@ msgstr "Mankout a ra anv ar servijer CUPS pe ar chomlec'h IP."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "O lenn roadoù ar moullerezioù ..."
@@ -11303,7 +11304,7 @@ msgid ""
"printers will be automatically detected."
msgstr ""
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -11517,12 +11518,12 @@ msgstr " war "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Choaz gobari ar voullerez"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Peseurt moullerez hoc'h eus ?"
@@ -11536,14 +11537,14 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Kefluniañ ar voullerez « %s » ..."
@@ -11562,7 +11563,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr ""
@@ -11577,8 +11578,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Ouzhpennañ ur voullerez nevez"
@@ -11712,8 +11713,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Ne m'eus ket staliañ ar pakadoù %s !"
@@ -11933,10 +11934,10 @@ msgid "Remote printer name missing!"
msgstr "Anv an ostiz a-bell a ra diouer"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -12274,8 +12275,8 @@ msgstr "Kemmañ"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Seurt kevreadenn ar voullerez"
@@ -12285,22 +12286,18 @@ msgstr "Seurt kevreadenn ar voullerez"
msgid "What do you want to do?"
msgstr "Petra e fell deoc'h da ober ?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr "Kefluniañ gant HPLIP"
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr "Kefluniañ hep HPLIP"
-#: printer/printerdrake.pm:2426
-#, c-format
-msgid "Cancel setup"
-msgstr "Nullañ ar gefluniadur"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -12309,103 +12306,119 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "O staliañ pakad %s ..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "N'eo ket possubl lemel ho restr kefluniadur HPOJ kozh %s evit ho %s !"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Lemel ar restr mar plij ha adloc'hañ HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr ""
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Da beseurt moullerez e mennit kefluniañ gant HPLIP ?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Kefluniañ hep HPLIP"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "O staliañ pakadoù SANE ..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "O kefluniañ an drobarzhell ..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "O lenn stlennvon ar moullerezioù ..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Roit anv hag askelenn ar voullerez"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -12413,42 +12426,42 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Anv ar voullerez"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Deskrivadur"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Lec'hel"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "O prientiñ ar stlennvon ar moullerezioù ..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Gobari ar voullerez"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12463,18 +12476,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Mad eo ar gobari."
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Dibabit ar gobari diwar zorn"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -12484,38 +12497,38 @@ msgid ""
"\"Raw printer\" is highlighted."
msgstr ""
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -12523,58 +12536,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Staliañ ar restr PPD eus"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Bladennig"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Lec'hiadur all"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Dibabit ar restr PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "O staliañ ar restr PPD ..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Kefluniadur ar voullerez Win OKI"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -12585,12 +12598,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Kefluniadur Lexmark inkjet"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -12599,7 +12612,7 @@ msgid ""
"to."
msgstr ""
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -12612,12 +12625,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Kefluniadur ar voullerez Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12626,12 +12639,12 @@ msgid ""
"connected to."
msgstr ""
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Kefluniadur ar voullerez Samsung ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -12640,17 +12653,17 @@ msgid ""
"port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Kefluniadur ar voullerez Canon LBP-460/660"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Kefluniadur ar voullerez Canon LBP-810/1120 (CAPT)"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12659,12 +12672,12 @@ msgid ""
"where it is directly connected to."
msgstr ""
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -12675,27 +12688,27 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Kefluniadur dre ziouer ar voullerez"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -12704,12 +12717,12 @@ msgstr ""
"Ha mennout a rit lakaat ar voullerez-mañ (« %s »)\n"
"evit ar voullerez dre ziouer ?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Pajennoù arnod"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -12718,47 +12731,47 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "N'eus pajenn arnod ebet"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Moulañ"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Pajenn arnod reoliek"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Pajenn arnod all (Lizher)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Pajenn arnod all (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Pajenn arnod foto"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "O voullañ pajenn(où) arnod ..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "O tremen ar bajenn arnod foto."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -12773,7 +12786,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -12782,17 +12795,17 @@ msgstr ""
"Pajenn(où) arnod a zo bet kaset d'ar moullerez.\n"
"Ur pennadig e c'hell padout a-raok ma loc'hfe a voullerez.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Ha mont a ra en-dro reizh ?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Moullerez diaoz"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -12801,7 +12814,7 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -12809,8 +12822,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -12819,7 +12832,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -12827,22 +12840,22 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -12850,21 +12863,21 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -12875,7 +12888,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -12884,27 +12897,27 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Oc'h implij/ober war-dro voullerez « %s »"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Emaon o moulañ gant ar voullerez « %s »"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Roll dibarzhoù ar voullerez"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, c-format
msgid "Printing option list..."
msgstr "Roll dibarzhoù moulañ ..."
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -12912,14 +12925,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -12927,14 +12940,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -12942,7 +12955,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -12950,7 +12963,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -12958,7 +12971,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -12966,33 +12979,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr ""
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Kefluniañ ar livioù\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Treuzkas kefluniadur ar voullerez"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -13002,33 +13015,33 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -13036,7 +13049,7 @@ msgid ""
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -13044,17 +13057,17 @@ msgid ""
"\"Transfer\"."
msgstr ""
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr ""
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Treuzkas"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -13062,45 +13075,45 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Anv nevez ar voullerez"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "O treuzkas %s ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "O adtresañ roadoù ar moullerezioù ..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "O kregiñ ar rouedad ..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Kefluniañ ar rouedad bremañ"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "N'eo ket kefluniet ar rouedad"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -13109,12 +13122,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Kenderc'hel hep kefluniañ ar rouedad"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -13124,7 +13137,7 @@ msgid ""
"also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr ""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -13133,27 +13146,27 @@ msgid ""
msgstr ""
# to enhance :-(
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Oc'h adkregiñ ar reizhiad moullañ ..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "uhel"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "ankeniet"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "O staliañ ur reizhiad moullañ er live surantez %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -13168,12 +13181,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Lañsañ ar reizhiad moullañ pa loc'hañ"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -13187,32 +13200,32 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr ""
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Lemel %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Ne m'eus ket lemel ar reizhiad moullañ %s !"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "O staliañ %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Ne m'eus ket staliañ ar reizhiad moullañ %s !"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -13221,46 +13234,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Anv pe IP an oztiz ar servijer a-bell :"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "O lakaat ar voullerez dre ziouer ..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Reizhiad moullañ CUPS lec'hel pe servijer CUPS a-bell ? "
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -13269,12 +13282,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -13282,55 +13295,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Penaos vez lakaet CUPS war ho reizhiad ?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Server a-bell, reiñ anv pe IP amañ :"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Reizhiad moullañ CUPS lec'hel"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Dibabit lost ar voullerez"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Pe seurt reizhiad moullañ (lost) a vennit da implij ?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Ne m'eus ket kefluniañ ar voullerez « %s » !"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "O staliañ Foomatik ..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Ne m'eus ket staliañ ar pakadoù %s, ne m'eus ket lañsañ %s !"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13340,48 +13353,48 @@ msgstr ""
"Setu da heul ar steudadoù moullañ.\n"
"Gallout a rit ouzhpennañ lod pe gemmañ a re a zo."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Diskouez pep moullerez CUPS a-bell"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "Kefluniadur CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Kemmaañ ar reizhiad moullañ"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Mod boas"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Mod mailh"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Dibarzhoù ar voullerez"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Kemmañ kefluniadur ar voullerez"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -13390,99 +13403,99 @@ msgstr ""
"Moullerez %s%s\n"
"Petra a fell dit kemmañ anezhi ?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Marv eo ar voullerez-mañ"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Ober a rit !"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Anv ar voullerez, deskrivadur ha lec'hiadur"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr ""
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Lakaat ar voullerez-mañ dre ziouer"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Bevaat ar voullerez"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Marvaat ar voullerez"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr ""
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Moullañ ar pajennoù arnod"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Deskiñ peanos e vez implijet ar voullerez-mañ"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Lemel ar voullerez"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Lemel ar voullerez gozh « %s » ..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Bev eo ar voullerez « %s » bremañ ..."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "N'eo ket bev eo ar voullerez « %s » bremañ ..."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Ha fellout a ra deoc'h da vat lemel ar voullerez « %s » ?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Emaon o dilemel ar voullerez « %s » ..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Moullerez dre ziouer"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Bez eo ar voullerez « %s » ar voullerez dre ziouer bremañ."
@@ -13519,15 +13532,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "N'hell ket bet lakaet aotreoù ar meriant %s !"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "N'eo ket evit staliañ evit ranañ hoc'h eiltreser."
@@ -15269,124 +15282,124 @@ msgstr "Dizereit mar plij ha neuze implijit Ctrl-Alt-WarGil"
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Kefluniadur ar servijer termenell"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr ""
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Bevaat ar servijer"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Marvaat ar servijer"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Loc'hañ ar servijer"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Plaenaozañ ar servijer"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Pladennig/ISO Etherboot"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Skeudennoù loc'hañ dre ar rouedad"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Ouzhpennañ pe dilemel arveriadoù"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr ""
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Skeudennoù"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr ""
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -15409,27 +15422,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Nullañ ar skoazeller"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr ""
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -15439,28 +15452,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr ""
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Graet !"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -15468,31 +15481,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Hollgwel ar servijer termenell"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -15501,14 +15513,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -15521,30 +15533,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -15560,17 +15571,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -15578,33 +15588,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -15620,12 +15631,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -15650,14 +15661,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -15666,94 +15676,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Bladennig loc'h"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr ""
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "Skeudenn PXE"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Doare dre ziouer ar galon"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr ""
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Kalon diuzet ebet !"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Etrefas rouedad dibabet ebet !"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr ""
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Dilemel"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "N'eus skeudenn dibabet ebet !"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Dibabit holl NBIoù"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -15761,178 +15771,178 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Ouzhpennañ un arveriad -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Dilemel an arveriad"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "seurt : %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "kefluniadur lec'hel : %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, fuzzy, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr "Kefluniadur goude staliañ"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "N'eus ket bet skeudenn loc'hañ dre ar rouedad krouet ebet !"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Pratik bihan"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr ""
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Ouzhpennañ ur pratik -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "seurt : pounner"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "seurt : skanñ"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "kefluniadur lec'hel : n'eo ket gwir"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "kefluniadur lec'hel : gwir eo"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- &Aozañ an c'hliant"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Marvaat ar gefluniadur lec'hel"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Dilemel an c'hliant"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "An holl gliantoù e vo oc'h implij %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Rannrouedad :"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Maskl rouedad :"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Maskl rannrouedad :"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Chomlec'h skignañ :"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Anv an domani :"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Servijerioù anv :"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Ar skeul IP kentañ :"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Ar skeul IP diwezhañ :"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Skrivañ ar gefluniadur"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Kefluniadur ar servijer dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -15940,107 +15950,107 @@ msgid ""
"You can modify as needed."
msgstr ""
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "N'hell ket bet gallet skrivañ e %s !"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Lakait ur bladennig el lenner map plij :"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "N'hellan ket tizhout ar bladennig !"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Moien zo da dennañ ar bladennig bremañ"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Lenner pladennig hegerz ebet !"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "Ar skeudenn PXE zo %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Fazi en ur skrivañ %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Ar skeudenn ISO Etherboot a zo %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Ezhomm m'eus krouiñ /etc/dhcpd.conf da gentañ !"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "N'eo ket un arveriad %s ...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s e oa ouzphenn ouzh ar servijer termenell\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s dilemelet ...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "N'eo ket bet kavet %s ...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Kefluniadur kemmet - adloc'hañ clusternfs/dhcpd ?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Kefluniadur kemmet - adloc'hañ %s/dhcpd ?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -23503,17 +23513,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Ne vo ket loc'het Scannerdrake bremañ."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "O klask an eiltreseroù kefluniet ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "O klask eiltreseroù nevez ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -23662,43 +23672,43 @@ msgid ""
"You can launch printerdrake from the %s Control Center in Hardware section."
msgstr ""
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "O lakaat molladoù ar c'halon ..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr ""
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr ""
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "dibabit ur drobarzhell"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "O klask eiltreseroù ..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "O lakaat molladoù ar c'halon ..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Ho evezh !"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -23707,40 +23717,40 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
"Multimedia/Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "aozañ ar restr kefluniadur /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -23748,7 +23758,7 @@ msgid ""
"Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -23757,7 +23767,7 @@ msgid ""
"are available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -23766,137 +23776,137 @@ msgid ""
"is available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Klask an eiltreserien nevez"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Ouzhpennañ un eiltreser gant an dorn"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Staliañ/Bremañaat ar restroù meriant"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr ""
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Reizhiadoù a-bell holl"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Ar reizhiad-mañ"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr ""
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr ""
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr ""
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Implij an eiltreserioù war urzhiataerioù a-bell"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Implij an eiltreserioù war ostizioù :"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr ""
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr ""
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Ouzhpennañ un ostiz"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Kemmañ an ostiz diuzet"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Lemel ar ostiz diuzet"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Chomlec'h IP/Anv ar oztiz :"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Ret eo deoc'h reiñ an anv-ostiz pe ur chomlec'h IP.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Arveriadur an eiltreserioù a-bell"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, fuzzy, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -23906,7 +23916,7 @@ msgstr ""
"Bremanaet e tle bezañ ar pabak-mañ\n"
"Ha sur oc'h e mennit e ziuzañ ?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -24090,6 +24100,12 @@ msgstr ""
msgid "Installation failed"
msgstr " Sac'het eo ar staliadur"
+#~ msgid "Cancel setup"
+#~ msgstr "Nullañ ar gefluniadur"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Kefluniadur kemmet - adloc'hañ clusternfs/dhcpd ?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/bs.po b/perl-install/share/po/bs.po
index cc7fd2a21..36afff96f 100644
--- a/perl-install/share/po/bs.po
+++ b/perl-install/share/po/bs.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: bs\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-02-26 11:13+0100\n"
"Last-Translator: Vedran Ljubovic <vljubovic@smartnet.ba>\n"
"Language-Team: Bosanski <lokal@lugbih.org>\n"
@@ -204,21 +204,21 @@ msgstr "Molim sačekajte, otkrivam i podešavam uređaje..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -245,9 +245,9 @@ msgstr "Molim sačekajte, otkrivam i podešavam uređaje..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Greška"
@@ -487,10 +487,10 @@ msgstr "Izaberi korisnike"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Izlaz"
@@ -650,7 +650,7 @@ msgstr "Grafička karta: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -667,7 +667,7 @@ msgstr "U redu"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -682,7 +682,7 @@ msgstr "Odustani"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -916,7 +916,7 @@ msgstr "Prvi sektor root particije"
msgid "On Floppy"
msgstr "Na disketi"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Preskoči"
@@ -1258,9 +1258,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Gotovo"
@@ -1469,9 +1469,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Pokreni userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1649,7 +1649,7 @@ msgstr "Domena"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Server"
@@ -1777,7 +1777,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "Ne mogu koristiti broadcast bez NIS domene"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1792,42 +1792,42 @@ msgstr ""
"sacekajte da se pokrene podrazumjevani OS.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO sa grafičkim menijem"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO sa tekstualnim menijem"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "nema dovoljno prostora u /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Ne možete instalirati bootloader na %s particiju\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1836,7 +1836,7 @@ msgstr ""
"Konfiguracija vašeg bootloadera mora biti ažurirana pošto su particije "
"renumerisane"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1845,7 +1845,7 @@ msgstr ""
"Ne mogu ispravno instalirati bootloader. Morate pokrenuti \"rescue\" sistem "
"i izabrati \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Reinstalacija bootloadera"
@@ -3060,7 +3060,7 @@ msgstr "Traži nove servere"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Paket %s treba biti instaliran. Da li ga želite instalirati?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Ne mogu instalirati paket %s!"
@@ -3071,19 +3071,19 @@ msgid "Mandatory package %s is missing"
msgstr "Nedostaje obavezan paket %s"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Upozorenje"
@@ -3985,7 +3985,7 @@ msgstr "Korisničko ime"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4927,8 +4927,8 @@ msgstr ""
"loših blokova."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -6005,8 +6005,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7746,14 +7746,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Ponovo pošalji"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Češka (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7767,28 +7767,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Španska"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finska"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Francuska"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7802,828 +7802,828 @@ msgid ""
"Polish"
msgstr "Poljska"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Ruska"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Švedska"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "UK tastatura"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "US tastatura"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albanska"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armenska (stara)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armenska (pisaća mašina)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armenska (fonetska)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arapska"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbejdžanska (latinica)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgijska"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengalska (Inscript raspored)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengalska (Probhat raspored)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bugarska (fonetska)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bugarska (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brazilska (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosanska"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Bjeloruska"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Švicarska (njemački raspored)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Švicarska (francuski raspored)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee syllabics"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Češka (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Njemačka (bez mrtvih tipki)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Danska"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Francuska)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (UK)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norveška)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Poljska)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Švedska)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tibetanska"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estonska"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Farska"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Gruzijska (\"ruski\" raspored)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Gruzijska (\"latinični\" raspored)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Grčka"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Grčka (politonska)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Hrvatska"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Mađarska"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irska"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Izraelska"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Izraelska (fonetska)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iranska"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandska"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italijanska"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japanska 106 tipki"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Korejanska"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurdska (arapsko pismo)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kirgiška"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latino-Američka"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laoska"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Litvanska AZERTY (stara)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Litvanska AZERTY (nova)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Litvanska \"red brojeva\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Litvanska \"fonetska\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Latvijska"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Makedonska"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Mjanmarska (Burmanska)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongolska (ćirilica)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Malteška (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Malteška (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Holandska"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Poljska (QWERTY)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Poljska (QWERTZ)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugalska"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanadska (Kvebek)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rumunska (QWERTZ)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Rumunska (QWERTY)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Ruska (fonetska)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (norveška)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (švedska/finska)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovenačka"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovačka (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovačka (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Srpska (ćirilica)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Sirijska"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Sirijska (fonetska)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamilska (ISCII raspored)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamilska (pisaća mašina)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Tajlandska (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Tajlandska (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Tajlandska (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tadžička"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turkmenska"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turska (tradicionalni \"F\" model)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turska (moderni \"Q\" model)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrajinska"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Urdu tastatura"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "US tastatura (međunarodna)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Uzbečka (ćirilica)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vijetnamska \"red brojeva\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Jugoslavenska (latinična)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Desna Alt tipka"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Obje Shift tipke istovremeno"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Control i Shift tipka istovremeno"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock tipka"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift i CapsLock tipke istovremeno"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl i Alt tipke istovremeno"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt i Shift tipke istovremeno"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Meni\" tipka"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Lijeva \"Windows\" tipka"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Desna \"Windows\" tipka"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Obje Control tipke istovremeno"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Obje Alt tipke istovremeno"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Lijeva Shift tipka"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Desna Shift tipka"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Lijeva Alt tipka"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Lijeva Control tipka"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Desna Control tipka"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8634,7 +8634,7 @@ msgstr ""
"izvršiti prebacivanje između raznih rasporeda tastature\n"
"(npr: latinični i ne-latinični)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11021,8 +11021,8 @@ msgstr "Gateway adresa treba biti u formatu 1.2.3.4"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Upozorenje: IP adresa %s je obično rezervisana !"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s je već u upotrebi\n"
@@ -11730,7 +11730,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Kopiranje firmware-a nije uspjelo, datoteka %s nije pronađena"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Čestitamo!"
@@ -11863,9 +11863,9 @@ msgstr "Podešeno na ostalim računarima"
msgid "On CUPS server \"%s\""
msgstr "Na CUPS serveru \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Default)"
@@ -11917,9 +11917,9 @@ msgstr "Udaljeni CUPS"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Nepoznat model"
@@ -12167,7 +12167,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Sirovo štampanje (Bez drajvera)"
@@ -12198,12 +12198,12 @@ msgstr "Računar %s"
msgid "%s (Port %s)"
msgstr "%s (Port %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12252,7 +12252,7 @@ msgstr ""
"automatski dostupni sa ovog računara."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Udaljeni CUPS server i bez lokalnog CUPS demona"
@@ -12301,8 +12301,8 @@ msgstr "Dijeljenje štampača na računarima/mrežama:"
msgid "Custom configuration"
msgstr "Vlastita konfiguracija"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Nema udaljenih računara"
@@ -12525,8 +12525,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "Uključen, Ime ili IP adresa udaljenog servera:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "Nedostaje naziv ili IP adresa CUPS servera."
@@ -12536,29 +12536,30 @@ msgstr "Nedostaje naziv ili IP adresa CUPS servera."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Čitam podatke o štampaču..."
@@ -12686,7 +12687,7 @@ msgstr ""
"Ovdje ne morate podešavati štampače na udaljenim CUPS serverima; ovi "
"štampači će biti automatski prepoznati."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12917,12 +12918,12 @@ msgstr " na "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Izbor modela štampača"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Koji model štampača imate?"
@@ -12940,7 +12941,7 @@ msgstr ""
"Printerdrake nije mogao odrediti model vašeg %s štampača. Molim izaberite "
"odgovarajući model na listi."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12949,7 +12950,7 @@ msgstr ""
"Ako štampač nije naveden, izaberite kompatibilan (pogledajte uputstva za "
"štampač) ili sličan."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Podešavam štampač \"%s\"..."
@@ -12968,7 +12969,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Udaljena administracija"
@@ -12983,8 +12984,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Dodaj novi štampač"
@@ -13191,8 +13192,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Ne mogu instalirati pakete %s!"
@@ -13433,10 +13434,10 @@ msgid "Remote printer name missing!"
msgstr "Ime udaljenog štampača nedostaje!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13814,8 +13815,8 @@ msgstr "Izmijeni"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Tip konekcije štampača"
@@ -13825,22 +13826,18 @@ msgstr "Tip konekcije štampača"
msgid "What do you want to do?"
msgstr "Šta želite uraditi?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Odustani"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13853,7 +13850,7 @@ msgstr ""
"inkjetima, skeniranje na višefunkcijskim uređajima, kao i pristup "
"memorijskoj kartici kod štampača sa ovom mogućnošću."
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, fuzzy, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13862,90 +13859,106 @@ msgstr ""
"Da biste pristupili ovim posebnim funkcijama na vašem HP štampaču, morate ga "
"podesiti odgovarajućim programom: "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, fuzzy, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr "Šta je vaš izbor (izaberite \"Nijedno\" za ne-HP štampače)?"
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Instaliram %s pakete..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Samo štampanje će biti moguće na %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"Nisam mogao ukloniti vašu staru HPOJ konfiguracionu datoteku %s za vaš %s! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Molim uklonite datoteku ručno i restartujte HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Provjeravam uređaj i podešavam %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Koji štampač želite podesiti za HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Podešavam module kernela..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Instaliram SANE pakete..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Skeniranje na %s neće biti moguće."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Korištenje i održavanje %s"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Podešavam uređaj..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Omogućujem pristup štampaču putem CUPSa..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Čitam bazu podataka o štampačima ..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Unesite ime štampača i komentare"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Naziv štampača bi se trebao sastojati od slova, brojeva i donje linije"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13954,7 +13967,7 @@ msgstr ""
"Štampač \"%s\" već postoji,\n"
"da li sigurno želite prepisati ovu konfiguraciju?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13965,7 +13978,7 @@ msgstr ""
"štampaču ne može pristupiti sa Windows računara. Želite li zaista koristiti "
"ovo ime?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13974,35 +13987,35 @@ msgstr ""
"Svakom štampaču treba dati ime (npr. \"stampac\"). Polja Opis i Lokacija "
"nije potrebno popuniti. Oni su komentari za korisnike."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Naziv štampača"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Opis"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Lokacija"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Pripremam bazu podataka o štampačima..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Model vašeg štampača"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14028,18 +14041,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Model je ispravan"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Izaberite model ručno"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14054,12 +14067,12 @@ msgstr ""
"prepoznavanje modela vašeg štampača. Potražite ispravan model na listi ako "
"kursor stoji na pogrešnom modelu ili na \"Raw štampač\"."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Instaliraj PPD datoteku proizvođača"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14068,7 +14081,7 @@ msgstr ""
"Uz svaki PostScript štampač dostavljena je PPD datoteka koja opisuje opcije "
"i mogućnosti štampača."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14077,12 +14090,12 @@ msgstr ""
"Ova datoteka je obično negdje na CDu sa Windows i Mac drajverima koji ste "
"dobili uz štampač."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Možete takođe potražiti PPD datoteke na web sajtu proizvođača."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14091,7 +14104,7 @@ msgstr ""
"Ako imate Windows instaliran na ovom računaru, PPD datoteku možete naći i na "
"Windows particiji."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14101,7 +14114,7 @@ msgstr ""
"Instaliranjem PPD datoteke štampača i njenim korištenjem pri podešavanju će "
"vam postati dostupne sve mogućnosti koje pruža hardware štampača"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14110,51 +14123,51 @@ msgstr ""
"Ovdje možete izabrati PPD datoteku koju treba instalirati. Ona će zatim biti "
"korištena za podešavanje vašeg štampača."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Instaliraj PPD datoteku"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "sa diskete"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "ostalo"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Izaberite PPD datoteku"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "PPD datoteka %s ne postoji ili se ne može čitati!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "PPD datoteka %s nije sukladna PPD specifikaciji!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Instaliram PPD datoteku..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Podešavanje OKI winprinter-a"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14171,12 +14184,12 @@ msgstr ""
"nego što odštampate testnu stranicu. Inače štampač neće raditi. Drajver će "
"ignorisati vaše podešenje tipa konekcije."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Podešavanje Lexmark inkjet-a"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14189,7 +14202,7 @@ msgstr ""
"spojite vaš štampač na lokalni port ili ga podesite na računaru na koji je "
"spojen."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14210,12 +14223,12 @@ msgstr ""
"ugovora. Zatim odštampajte stranice za poravnavanje glava sa "
"\"lexmarkmaintain\" i podesite opcije poravnanja glave pomoću ovog programa."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Podešavanje Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14227,12 +14240,12 @@ msgstr ""
"ne i štampače na udaljenim računarima ili print serverima. Molim spojite vaš "
"štampač na lokalni USB port ili ga podesite na računaru na koji je spojen."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Samsung ML/QL-85G podešavanje"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14245,17 +14258,17 @@ msgstr ""
"ili na drugim paralelnim portovima. Molim spojite vaš štampač na prvi "
"paralelni port ili ga podesite na računaru na koji je spojen."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Canon LBP-460/660 podešavanje"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Canon LBP-460/660 podešavanje"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14267,12 +14280,12 @@ msgstr ""
"ne i štampače na udaljenim računarima ili print serverima. Molim spojite vaš "
"štampač na lokalni USB port ili ga podesite na računaru na koji je spojen."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Upload firmware-a za HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14288,27 +14301,27 @@ msgstr ""
"ispravno podešeni. Obratite pažnju da za voma veliku kvalitetu / rezoluciju "
"štampa može postati znatno sporija."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Podrazumjevane postavke štampača"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opcija %s mora biti cijeli broj!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Opcija %s mora biti broj!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Opcija %s izvan raspona!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14317,12 +14330,12 @@ msgstr ""
"Da li želite da podesite ovaj štampač (\"%s\")\n"
"kao podrazumjevani štampač?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Testna stranica"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14335,47 +14348,47 @@ msgstr ""
"laserskim štampačima sa malo memorije možda neće nikad ni izaći. U većini "
"slučajeva dovoljno je odštampati standardnu testnu stranicu."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Nijedna testna strana"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Štampaj"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Standardna testna strana"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternativna testna strana (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternativna testna strana (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Foto testna strana"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Štampam testnu stranicu..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Preskačem foto testnu stranu."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14390,7 +14403,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14399,17 +14412,17 @@ msgstr ""
"Testna stranica je poslana štampaču.\n"
"Može potrajati određeno vrijeme dok štampač krene.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Da li je radilo ispravno?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Sirovi štampač"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14422,7 +14435,7 @@ msgstr ""
"<datoteka>\" ili \"kprinter <datoteka>\". Grafički alati vam omogućuju da "
"jednostavno odaberete štampač i izmjenite podešenja opcija.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14433,8 +14446,8 @@ msgstr ""
"dijalozima za štampu mnogih programa, ali ovdje ne morate navesti ime "
"datoteke jer tu datoteku obezbjeđuje sam program.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14447,7 +14460,7 @@ msgstr ""
"štampe. Jednostavno dodajte željena podešenja na komandnu liniju, npr. \"%s "
"<datoteka>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14458,7 +14471,7 @@ msgstr ""
"koja je data ispod ili kliknite na dugme \"Lista opcija za štampu\".%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14467,7 +14480,7 @@ msgstr ""
"Ovo je lista mogućih opcija za štampu za trenutni štampač:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14476,8 +14489,8 @@ msgstr ""
"Za štampanje datoteke sa komandne linije (terminalski prozor) koristite "
"komandu \"%s <datoteka>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14488,7 +14501,7 @@ msgstr ""
"dijalozima za štampu mnogih programa. Ovdje nije potrebno navesti naziv "
"datoteke jer tudatoteku obezbjeđuje sam program.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14497,7 +14510,7 @@ msgstr ""
"Za listu opcija koje su dostupne za trenutni štampač kliknite na dugme "
"\"Lista opcija za štampu\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14506,7 +14519,7 @@ msgstr ""
"Za štampanje datoteke sa komandne linije (terminalski prozor) koristite "
"komandu \"%s <datoteka>\" ili \"%s <datoteka>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14523,7 +14536,7 @@ msgstr ""
"zaustavlja sve zadatke štampe odmah kada kliknete na nju. Ovo je korisno "
"npr. u slučaju zaglavljivanja papira.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14536,27 +14549,27 @@ msgstr ""
"zadatak štampe. Jednostavno dodajte željena podešenja na komandnu liniju, "
"npr. \"%s <datoteka>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Korištenje/održavanje štampača \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Štampanje na štampač \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Lista opcija za štampu"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Lista opcija za štampu"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14567,7 +14580,7 @@ msgstr ""
"napredne mogućnosti vašeg štampača.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14576,7 +14589,7 @@ msgstr ""
"Skener u vašem štampaču se može koristiti uobičajenim SANE softverom, kao "
"što su npr. Kooka ili XSane (oba u meniju Multimedija/Grafika). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14587,7 +14600,7 @@ msgstr ""
"kako biste dijelili vaš skener putem mreže.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14596,7 +14609,7 @@ msgstr ""
"Čitaču memorijskih kartica u vašem štampaču se može pristupiti kao običnom "
"USB memorijskom uređaju. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14607,7 +14620,7 @@ msgstr ""
"hard diskom za pristup kartici.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14618,7 +14631,7 @@ msgstr ""
"HPov Printer Toolbox (meni: Sistem/Nadzor/HP Printer Toolbox) klikom na "
"dugme \"Access Photo Cards...\" u kartici \"Functions\"."
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14629,7 +14642,7 @@ msgstr ""
"putem USB čitača kartica je obično brže.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14640,33 +14653,33 @@ msgstr ""
"funkcije nadzora stanja i održavanja za vaš %s:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - Nivo tinte/statusne info\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - Čišćenje glave za tintu\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Poravnanje glave za štampu\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Kalibracija boje\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Premještanje konfiguracije štamapča"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14681,7 +14694,7 @@ msgstr ""
"zadaci štampe neće biti prebačeni.\n"
"Svi redovi ne mogu biti prebačeni zbog sljedećih razloga:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14690,7 +14703,7 @@ msgstr ""
"CUPS ne podržava štampače na Novell serverima ili štampačekoji šalju podatke "
"u komandama slobodnog oblika.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14699,12 +14712,12 @@ msgstr ""
"PDQ podržava samo lokalne štampače, udaljene LPD štampačei Socket/TCP "
"štampače.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD i LPRng ne podržavaju IPP štampače.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14713,7 +14726,7 @@ msgstr ""
"Pored toga, redovi koji nisu kreirani ovim programom ili sa \"foomatic-"
"configure\" ne mogu biti premješteni."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14724,7 +14737,7 @@ msgstr ""
"Također štampači konfigurisani sa PPD datotekama koje su osigurali njihovi "
"proizvođači ili sa vlastitim CUPS drajverima ne mogu biti prebačeni."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14735,17 +14748,17 @@ msgstr ""
"Označite štampače koje ćete prebacivati i kliknite na \n"
"\"Prebaci\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Nemoj prebacivati štampače"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Prebaci"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14756,17 +14769,17 @@ msgstr ""
"Kliknite na \"Prebaci\" da to prepišete.\n"
"Možete također unijeti novo ime ili preskočiti ovaj štampač."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Novo ime štampača"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Prebacujem %s ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14775,28 +14788,28 @@ msgstr ""
"Prebacili ste vaš bivši podrazumjevani štampač (\"%s\"),Da li će to također "
"biti podrazumjevani štampač podnovim sistemom štampe %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Osvježavam podatke o štampaču..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Pokrećem mrežu..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Sada podesite mrežu"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Mrežna funkcionalnost nije podešena"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14809,12 +14822,12 @@ msgstr ""
"mreže, nećete moći koristiti štampač koji sada podešavate. Kako želite da "
"nastavimo?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Nastavi bez podešavanja mreže"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14829,7 +14842,7 @@ msgstr ""
"i Internet\"/\"Konekcija\", a zatim podesite štampač, ponovo koristeći %s "
"Kontrolni centar, sekcija \"Hardver\"/\"Štampač\""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14840,27 +14853,27 @@ msgstr ""
"vašu konfiguraciju i vaš hardware. Onda ponovo pokušajte podesiti udaljeni "
"štampač."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Restartujem sistem za štampu ..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "visok"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoičan"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instaliram sistem za štampu na sigurnosnom nivou: %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14884,12 +14897,12 @@ msgstr ""
"\n"
"Da li zaista želite podesiti štampanje na ovom računaru?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Pokrećem sistem za štampu tokom boota"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14909,32 +14922,32 @@ msgstr ""
"\n"
"Da li želite da ponovo uključite automatsko pokretanje sistema za štampu?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Provjeravam instalirani software..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Uklanjam %s..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Ne mogu ukloniti %s sistem štampe!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Instaliram %s..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Ne mogu instalirati %s sistem štampe!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14947,7 +14960,7 @@ msgstr ""
"moguće definisati lokalne redove za štampu te da, ako je navedeni server "
"isključen, neće biti moguće štampati sa ovog računara."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -14956,32 +14969,32 @@ msgstr ""
"Unesite ime računara ili IP adresu vašeg CUPS servera i kliknite na \"U redu"
"\" ako želite koristiti ovaj režim, u suprotnom kliknite na \"Izlaz\"."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Ime ili IP adresa udaljenog servera:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Postavljam podrazumjevani štampač..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Lokalni CUPS sistem štampe ili udaljeni CUPS server?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "CUPS sistem štampe se može koristiti na dva načina: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. Možete pokrenuti CUPS sistem štampe lokalno. "
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -14991,7 +15004,7 @@ msgstr ""
"štampači na drugim CUPS serverima unutar ove mreže će biti automatski "
"otkriveni. "
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15004,12 +15017,12 @@ msgstr ""
"biti pokrenut u pozadini i koristiće nešto memorije, a biće otvoren IPP port "
"(port 631)."
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr "2. Svi zahtjevi za štampu se odmah šalju udaljenom CUPS serveru. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15021,7 +15034,7 @@ msgstr ""
"infrastruktura potrebna za lokalne redove štampe, tako da je zauzeto manje "
"memorije i diskovnog prostora."
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15030,48 +15043,48 @@ msgstr ""
"Nedostatak je što nije moguće definisati lokalne štampače te da, ako je "
"navedeni server isključen, neće biti moguće štampati sa ovog računara. "
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Kako želite podesiti CUPS na ovom računaru?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Udaljeni server, navedite ime ili IP adresu ovdje:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Lokalni CUPS sistem štampe"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Izaberite spooler štampača"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Koji sistem štampanja (spooler) želite koristiti?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Nisam uspio podesiti štampač \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Instaliram Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Ne mogu instalirati pakete %s, %s se ne može pokrenuti!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15082,49 +15095,49 @@ msgstr ""
"postavki; ako ga želite učiniti podrazumijevanim štampačem; ili da biste "
"vidjeli informacije o njemu. "
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Prikaži sve dostupne CUPS štampače"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Osvježi listu štampača (kako bi bili prikazani svi dostupni CUPS štampači)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "Podešavanje CUPSa"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Promijenite sistem štampe"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Normalni mod"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Ekspertni mod"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Opcije štampača"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Izmjeni konfiguraciju štampača"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15133,99 +15146,99 @@ msgstr ""
"Štampač %s%s\n"
"Šta želite da izmjenite na ovom štampaču?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Ovaj štampač je onemogućen"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Uradi!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Naziv štampača, opis, lokacija"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Proizvođač štampača, model, drajver"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Proizvođač štampača, model"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Podesi štampač kao podrazumjevani"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Omogući štampač"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Onemogući štampač"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Tip konekcije štampača"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Štampaj testnu stranicu"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Saznaj kako koristiti ovaj štampač"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Ukloni štampač"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Uklanjam stari štampač \"%s\" ..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Štampač \"%s\" je sada omogućen."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Štampač \"%s\" je sada onemogućen."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Da li zaista želite da uklonite štampač \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Uklanjam štampač \"%s\" ..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Podrazumjevani štampač"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Štampač \"%s\" je sada podešen kao podrazumjevani štampač."
@@ -15261,15 +15274,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Ne mogu postaviti privilegije firmware datoteke %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "Ne mogu instalirati pakete koji su potrebni za dijeljenje skenera."
@@ -17189,12 +17202,12 @@ msgstr ""
"Trebate se odjaviti i ponovo prijaviti na sistem kako bi izmjene stupile na "
"snagu"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s traži korisničko ime...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17203,112 +17216,112 @@ msgstr ""
"%s: %s zahtijeva ime računara, MAC adresu, IP adresu, nbi-image, 0/1 za "
"THIN_CLIENT, 0/1 za Local Config...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s zahtijeva ime računara...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Podešavanje Terminal servera"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "dhcpd podešavanje..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Omogući server"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Onemogući server"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Pokreni server"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Zaustavi server"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot Floppy/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Net Boot Images"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Dodaj/obriši korisnike"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Dodaj/obriši klijente"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Image"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Klijenti/Korisnici"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Čarobnjak za prvo pokretanje"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr "%s definisan kao dm, dodajem gdm korisnika na /etc/passwd$$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17349,27 +17362,27 @@ msgstr ""
" e) Ask you to make a boot floppy.\n"
" f) If it's thin clients, ask if you want to restart KDM.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Prekini Čarobnjaka"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Molim snimite dhcpd config!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Koristi thin klijente."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Sinhronizuj postavke tastature X klijenta sa serverom."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, fuzzy, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17383,28 +17396,28 @@ msgstr ""
"klijenta.\n"
" 'Debeli' klijenti koriste svoj CPU/RAM ali serverski datotečni sistem."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Pravim mrežne boot slike za sve kernele"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Ovo će potrajati par minuta."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Gotovo!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17412,13 +17425,13 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Sinhronizujem listu korisnika servera sa klijentima, uključujući root-a."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17427,19 +17440,18 @@ msgstr ""
"Da bi izmjene napravljene na thin klijentima postale aktivne, potrebno je "
"restartovati display manager. Da restartujem sada?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Pregled Terminal Servera"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17450,8 +17462,7 @@ msgstr ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17459,14 +17470,14 @@ msgstr ""
" \tdhcpd.conf, you should create the etherboot images for at least "
"one full kernel."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17481,8 +17492,8 @@ msgstr ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17494,30 +17505,29 @@ msgstr ""
" \tA typical dhcpd.conf stanza to support a diskless client looks "
"like:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17536,10 +17546,10 @@ msgstr ""
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
" most software on the client machine. A special inittab, %s is\n"
@@ -17551,8 +17561,8 @@ msgstr ""
"to the local\n"
" subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17567,17 +17577,16 @@ msgstr ""
" Note: You must stop/start the server after adding or changing "
"clients."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17585,58 +17594,58 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
" \tWith SUBNET/MASK being defined for your network."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Čuvaj %s:\n"
" \t\tDa bi se korisnici mogli prijaviti na sistem sa klijenta bez "
"diska, njihova stavka u\n"
-" \t\t/etc/shadow se mora kopirati u %s. drakTermServ pomaže\n"
+" \t\t/etc/shadow se mora kopirati u %s. %s pomaže\n"
" \t\tu ovome tako što dodaje i briše sistemske korisnike iz ove "
"datoteke."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17652,7 +17661,7 @@ msgid ""
"machine is configured."
msgstr ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17667,12 +17676,12 @@ msgstr ""
" turned back off, retaining the configuration files, once the client "
"machine is configured."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17697,8 +17706,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17722,14 +17731,12 @@ msgstr ""
"mkinitrd-net\n"
" \tputs its images."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17737,95 +17744,105 @@ msgid ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
+" - Create etherboot floppies/CDs:\n"
+" \tThe diskless client machines need either ROM images on the NIC, or "
+"a boot floppy\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
+" \timages, based on the NIC in the client machine.\n"
+" \t\t\n"
+" \tA basic example of creating a boot floppy for a 3Com 3c509 "
+"manually:\n"
+" \t\t\n"
+" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Boot disketa"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Boot ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE Image"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Podrazumijevana verzija kernela"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Izgradi cijeli kernel -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Nije izabran kernel!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Izgradi jedan NIC -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Nije izabran nijedan NIC!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Izgradi sve kernele -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Obriši"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Nije izabran image!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Obriši sve NBIje"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, fuzzy, c-format
msgid "Building images for kernel:"
msgstr "Pravim mrežne boot slike za sve kernele"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17837,27 +17854,27 @@ msgstr ""
"Obrišite i ponovo dodajte korisnika u Terminal Server da biste omogućili "
"pristup."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Dodaj korisnika -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Obriši korisnika"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "tip: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "lokalni konfig: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17866,22 +17883,22 @@ msgstr ""
"Omogući lokalno podešavanje\n"
"hardvera."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Nije napravljena boot image!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Thin klijenti"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Omogući thin klijente"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -17890,52 +17907,52 @@ msgstr ""
"Sinhronizuj postavke tastature\n"
" X klijenta sa serverom."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Dodaj klijenta -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "tip: fat"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "tip: tanki"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "lokalne datoteke: ne"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "lokalni config: da"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Izmijeni klijent"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Onemogući lokalnu konfiguraciju"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Obriši klijent"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17944,77 +17961,77 @@ msgstr ""
"Morate restartovati Display Manager da bi izmjene stupile na snagu. \n"
"(na konzoli restartujte dm servis)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr "Tanki klijent neće raditi sa automatskom prijavom. Da je isključim?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Svi klijenti koriste %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subnet:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Netmask:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Routeri:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Subnet mask:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Broadcast adresa:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Ime domena:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "DNS serveri:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Početak IP raspona:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Kraj IP raspona:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Dodaj TS includes na postojeću konfiguraciju"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Zapiši konfiguraciju"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Podešavanje dhcpd servera"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18025,107 +18042,107 @@ msgstr ""
"vašeg aktivnog sistema.\n"
"Možete ih izmijeniti po potrebi."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Molim ubacite disketu:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Ne mogu pristupiti disketi!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Sada možete izvaditi disketu"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Nema pogodne disketne jedinice!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "PXE image je %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Greška u pisanju %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO image je %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Nešto je pogrešno! - Da li je instaliran mkisofs?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Najprije treba napraviti /etc/dhcpd.conf !"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s passwd loš u Terminal serveru - prepisujem...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s nije korisnik...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s je već korisnik Terminal servera\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Dodavanje %s na Terminal server nije uspjelo!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s dodan na Terminal server\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Obrisao %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s nije pronađen...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allow i /etc/hosts.deny su već podešeni - bez izmjene"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Konfiguracija je promijenjena - da restartujem clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Konfiguracija je promijenjena - da restartujem %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26267,17 +26284,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Sada će biti pokrenut Scannerdrake."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Tražim podešene skenere ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Tražim nove skenere ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Regeneriram listu podešenih skenera ..."
@@ -26440,43 +26457,43 @@ msgstr ""
"%s se mora podesiti iz printerdrake-a.\n"
"Možete pokrenuti printerdrake iz %s Kontrolnog centra u odjeljku Hardware."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Podešavam module kernela..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Auto prepoznavaj dostupne portove"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Molim izaberite uređaj gdje je priključen vaš %s"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Napomena: Paralelni portovi ne mogu biti automatski istraženi)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "izaberite uređaj"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Tražim skenere ..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Podešavam module kernela..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Pažnja!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26489,7 +26506,7 @@ msgstr ""
"Potrebno je ručno prilagođavanje. Molim editujte datoteku /etc/sane.d/%s."
"conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26498,7 +26515,7 @@ msgstr ""
"Više informacija je u priručniku drajvera. Izvršite naredbu \"man sane-%s\" "
"da biste je pročitali."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26507,7 +26524,7 @@ msgstr ""
"Nakon toga možete skenirati dokumente koristeći \"XSane\" ili \"Kooka\" koji "
"se nalaze u meniju Multimedija/Grafika."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26516,7 +26533,7 @@ msgstr ""
"Vaš %s je podešen, ali je moguće da će biti potrebna dodatna ručna podešenja "
"da bi radio. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26525,12 +26542,12 @@ msgstr ""
"Ako se ne pojavi na listi podešenih skenera u glavnom prozoru programa "
"Scannerdrake ili ako ne bude radio ispravno, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "editujte konfiguracionu datoteku /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26541,7 +26558,7 @@ msgstr ""
"Sada možete skenirati dokumente koristeći \"XSane\" ili \"Kooka\" koji se "
"nalaze u meniju Multimedija/Grafika."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26554,7 +26571,7 @@ msgstr ""
"%s\n"
"su dostupni na vašem sistemu.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26567,42 +26584,42 @@ msgstr ""
"%s\n"
"je dostupan na vašem sistemu.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Nisam pronašao nijedan skener na vašem sistemu.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Traženje novih skenera"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Ručno dodaj skener"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Instaliraj/Updatuj firmware datoteke"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Dijeljenje skenera"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Svi udaljeni računari"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Na ovom računaru"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26611,7 +26628,7 @@ msgstr ""
"Ovdje možete izabrati da li skeneri spojeni na ovaj računar trebaju biti "
"dostupni udaljenim računarima i kojim računarima."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26620,88 +26637,88 @@ msgstr ""
"Ovdje takođe trebate odlučiti da li ovaj računar treba koristiti skenere na "
"udaljenim računarima."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Skeneri na ovom računari su dostupni drugim računarima"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Dijeljenje skenera za računare:"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Koristi skenere na udaljenim računarima"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Koristi skenere na računaru:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Dijeljenje lokalnih skenera"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr "Ovo su računari kojima treba dozvoliti korištenje lokalnog skenera:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Dodaj računar"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Izmijeni izabrani računar"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Ukloni izabrani računar"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Ime/IP adresa računara:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Izaberite računar kojem treba omogućiti pristup lokalnim skenerima:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Morate unijeti ime računara ili IP.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Ovaj računar je već na listi, ne možete ga ponovo dodati.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Upotreba udaljenih skenera"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Ovo su računari sa koji treba koristiti skenere:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26712,7 +26729,7 @@ msgstr ""
"\n"
"Želite li instalirati saned paket?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Vaši skeneri neće biti dostupni putem mreže."
@@ -26896,6 +26913,289 @@ msgstr ""
msgid "Installation failed"
msgstr "Instalacija nije uspjela"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Odustani"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Čuvaj %s:\n"
+#~ " \t\tDa bi se korisnici mogli prijaviti na sistem sa klijenta bez "
+#~ "diska, njihova stavka u\n"
+#~ " \t\t/etc/shadow se mora kopirati u %s. drakTermServ pomaže\n"
+#~ " \t\tu ovome tako što dodaje i briše sistemske korisnike iz ove "
+#~ "datoteke."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Konfiguracija je promijenjena - da restartujem clusternfs/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
index 1cce7e7ef..144226b8f 100644
--- a/perl-install/share/po/ca.po
+++ b/perl-install/share/po/ca.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ca\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-09-13 23:24+0200\n"
"Last-Translator: Albert Astals Cid <astals11@terra.es>\n"
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
@@ -207,21 +207,21 @@ msgstr "Espereu si us plau, s'està detectant i configurant els dispositius..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -248,9 +248,9 @@ msgstr "Espereu si us plau, s'està detectant i configurant els dispositius..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Error"
@@ -482,10 +482,10 @@ msgstr "Personalitzada"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Surt"
@@ -646,7 +646,7 @@ msgstr "Targeta gràfica: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -663,7 +663,7 @@ msgstr "D'acord"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -679,7 +679,7 @@ msgstr "Cancel·la"
#
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -910,7 +910,7 @@ msgstr "Primer sector de la partició de root"
msgid "On Floppy"
msgstr "En el disquet"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Omet"
@@ -1256,9 +1256,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Fet"
@@ -1468,9 +1468,9 @@ msgstr "Podeu exportar utilitzant NFS o SMB. Seleccioneu quin voleu utilitzar."
msgid "Launch userdrake"
msgstr "Executa userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1645,7 +1645,7 @@ msgstr "Domini"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Servidor"
@@ -1781,7 +1781,7 @@ msgstr "No es pot utilitzar la difusió sense un domini NIS"
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1796,42 +1796,42 @@ msgstr ""
"per arrencar en el sistema operatiu predeterminat.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO amb menú gràfic"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO amb menú de text"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB amb menú gràfic"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB amb menú de text"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "no hi ha prou espai a /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "No podeu instal·lar el carregador de l'arrencada a una partició %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1840,7 +1840,7 @@ msgstr ""
"La configuració del vostre carregador d'arrencada s'ha d'actualitzar ja que "
"la partició ha estat renumerada"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1849,7 +1849,7 @@ msgstr ""
"El carregador d'arrencada no s'ha pogut instal·lar correctament. Heu "
"d'arrencar amb l'opció de rescat i escollir \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Reinstal·la el carregador de l'arrencada"
@@ -3095,7 +3095,7 @@ msgstr "Cerca nous servidors"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Cal instal·lar el paquet %s. Voleu instal·lar-lo?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "No es pot instal·lar el paquet %s!"
@@ -3106,19 +3106,19 @@ msgid "Mandatory package %s is missing"
msgstr "El paquet %s necessari falta"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Advertència"
@@ -4047,7 +4047,7 @@ msgstr "Nom d'usuari"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -5001,8 +5001,8 @@ msgstr ""
"defectuosos."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -6086,8 +6086,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7840,14 +7840,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Torna a enviar"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Txec (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7861,28 +7861,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Espanyol"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finès"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Francès"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7896,88 +7896,88 @@ msgid ""
"Polish"
msgstr "Polonès"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Rus"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Suec"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Teclat Regne Unit"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Teclat Estats Units"
#
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albanès"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armeni (antic)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armeni (màquina d'escriure)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armeni (fonètic)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Àrab"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaidjanès (llatí)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belga"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengalí (disposició Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
@@ -7985,7 +7985,7 @@ msgid ""
msgstr "Bengalí (disposició probhat)"
#
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
@@ -7993,112 +7993,112 @@ msgid ""
msgstr "Búlgar (fonètic)"
#
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Búlgar (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brasiler (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosnià"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Bielorrús"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Suís (disposició alemanya)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Suís (disposició francesa)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr ""
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Txec (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Alemany (sense tecles inoperatives)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Danès"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (Estats Units)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Francès)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (Regne Unit)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
@@ -8106,7 +8106,7 @@ msgid ""
msgstr "Dvorak (Noruec)"
#
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
@@ -8114,175 +8114,175 @@ msgid ""
msgstr "Dvorak (Polonès)"
#
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Suec)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr ""
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estonià"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr ""
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgià (disposició \"russa\")"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgià (disposició \"llatina\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Grec"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Grec (politònic)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Croata"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Hongarès"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irlandès"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israelià"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israelià (fonètic)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iranià"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandès"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italià"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japonès de 106 tecles"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Teclat coreà"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr ""
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr ""
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
@@ -8290,35 +8290,35 @@ msgid ""
msgstr "Espanyol sud-americà"
#
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laosià"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lituà AZERTY (antic)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lituà AZERTY (nou)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lituà \"fila de números\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
@@ -8326,28 +8326,28 @@ msgid ""
msgstr "Lituà \"fonètic\" QWERTY"
#
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Letó"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malaialam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Macedoni"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
@@ -8355,70 +8355,70 @@ msgid ""
msgstr "Myanmar (Burmese)"
#
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongol (ciríl·lic)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltès (Regne Unit)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltès (Estats Units)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Holandès"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polonès (disposició qwerty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polonès (disposició qwertz)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr ""
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portuguès"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
@@ -8426,7 +8426,7 @@ msgid ""
msgstr "Canadenc (Quebec)"
#
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
@@ -8434,63 +8434,63 @@ msgid ""
msgstr "Romanès (qwertz)"
#
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Romanès (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Rus (fonètic)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (Noruec)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (suec/finès)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr ""
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Eslovè"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Eslovac (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
@@ -8498,77 +8498,77 @@ msgid ""
msgstr "Eslovac (QWERTY)"
#
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbi (ciríl·lic)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Siri"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Siri (fonètic)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tàmil (disposició ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tàmil (disposició de màquina d'escriure)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr ""
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Tai (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr ""
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
@@ -8576,62 +8576,62 @@ msgid ""
msgstr ""
#
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Teclat tadjik"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr ""
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turc (tradicional, model \"F\")"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turc (modern, model \"Q\")"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ucraïnès"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr ""
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Teclat Estats Units (internacional)"
#
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Uzbek (ciríl·lic)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
@@ -8639,99 +8639,99 @@ msgid ""
msgstr "Vietnamita \"fila numèrica\" QWERTY"
#
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Iugoslau (llatí)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Tecla d'Alternativa Gràfica"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Les dues tecles de Majúscules simultàniament"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Tecles de Control i de Majúscules simultàniament"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "Tecla de Fixació de Majúscules"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, fuzzy, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Tecles de Control i d'Alternativa simultàniament"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Tecles de Control i d'Alternativa simultàniament"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Tecles d'Alternativa i de Majúscules simultàniament"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "tecla de \"Menú\""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Tecla de \"Windows\" Esquerra"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Tecla de \"Windows\" Dreta"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Les dues tecles Ctrl simultàniament"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Les dues tecles Alt simultàniament"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Tecla Maj Esquerra"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Tecla Maj dreta"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Tecla Alt esquerra"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Tecla de control esquerra"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Tecla Control dret"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8742,7 +8742,7 @@ msgstr ""
"permetran canviar entre diferents disposicions de teclat\n"
"(p.ex., llatina i no llatina)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11153,8 +11153,8 @@ msgstr "La màscara de xarxa hauria d'estar en el format 255.255.224.0"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Atenció: l'adreça IP %s està reservada, normalment!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s ja és en ús\n"
@@ -11832,7 +11832,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "La còpia del firmware ha fallat. no s'ha trobat el fitxer %s"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Felicitats!"
@@ -11966,9 +11966,9 @@ msgstr "Configurat a d'altres ordinadors"
msgid "On CUPS server \"%s\""
msgstr "en servidor CUPS \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Predeterminat)"
@@ -12020,9 +12020,9 @@ msgstr "CUPS remot"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Model desconegut"
@@ -12275,7 +12275,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Impressora en cru (raw) (Cap controlador)"
@@ -12307,12 +12307,12 @@ msgstr "Ordinador %s"
msgid "%s (Port %s)"
msgstr "%s (Port %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12361,7 +12361,7 @@ msgstr ""
"automàticament a les impressores de màquines remotes."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Servidor remot CUPS i dimoni CUPS no local"
@@ -12407,8 +12407,8 @@ msgstr "Compartició d'impressores a ordinadors centrals/xarxes:"
msgid "Custom configuration"
msgstr "Configuració personalitzada"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Cap màquina remota"
@@ -12648,8 +12648,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "Actiu, Nom o IP del servidor remot:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "L'adreça IP o el nom del servidor CUPS no hi és."
@@ -12659,30 +12659,31 @@ msgstr "L'adreça IP o el nom del servidor CUPS no hi és."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
#
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "S'estan llegint dades de la impressora..."
@@ -12819,7 +12820,7 @@ msgstr ""
"No cal configurar aquí les impressores de servidors CUPS remots; aquestes "
"impressores es detectaran automàticament."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -13051,13 +13052,13 @@ msgid ")"
msgstr ")"
#
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Selecció del model d'impressora"
#
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Quin és el model de la vostra impressora?"
@@ -13075,7 +13076,7 @@ msgstr ""
"El Printerdrake no ha pogut determinar de quin model és la impressora %s. Si "
"us plau, escolliu el model correcte de la llista."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -13084,7 +13085,7 @@ msgstr ""
"Si la vostra impressora no és a la llista, escolliu-ne una de compatible "
"(mireu el manual de la impressora) o una de similar."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "S'està configurant la impressora \"%s\"..."
@@ -13104,7 +13105,7 @@ msgid ""
msgstr ""
#
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Administració remota"
@@ -13120,8 +13121,8 @@ msgstr ""
#
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Afegiu una impressora"
@@ -13334,8 +13335,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "No s'han pogut instal·lar els paquets %s!"
@@ -13596,10 +13597,10 @@ msgid "Remote printer name missing!"
msgstr "Falta el nom de la impressora remota!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13996,8 +13997,8 @@ msgid "and choosing \"%s\"."
msgstr ""
#
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Tipus de connexió de la impressora"
@@ -14007,22 +14008,18 @@ msgstr "Tipus de connexió de la impressora"
msgid "What do you want to do?"
msgstr "Que voleu fer?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Cancel·la"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -14031,103 +14028,120 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
#
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "S'està instal·lant el paquet %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "HPLIP"
msgstr "PL_IP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"No s'ha pogut crear el directori de la configuració de l'usuari del gnome «%"
"s»: %s\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "S'està comprovant el dispositiu i configurant l'%s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "A quin sector ho voleu moure?"
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Establint la impressora per defecte..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
#
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "S'estan instal·lant els paquets SANE..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, fuzzy, c-format
msgid "Using and Maintaining your %s"
msgstr "S'està enviant i publicant l'article \"%s\""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "S'està configurant..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "S'està posant a disposició del CUPS el port d'impressora..."
#
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "S'està llegint la base de dades d'impressores..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Introduïu el nom de la impressora i comentaris"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"El nom de la impressora només pot constar de lletres, números i el caràcter "
"de subratllat"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -14136,7 +14150,7 @@ msgstr ""
"La impressora \"%s\" ja existeix,\n"
"realment voleu sobreescriure la seva configuració?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -14144,7 +14158,7 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -14153,37 +14167,37 @@ msgstr ""
"Cada impressora necessita un nom (per exemple \"impressora\"). Els camps de "
"Descripció i Ubicació no són necessaris. Són comentaris per als usuaris."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Nom de la impressora"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Descripció"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Ubicació"
#
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "S'està preparant la base de dades d'impressores..."
#
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "El model de la vostra impressora"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14210,19 +14224,19 @@ msgstr ""
"%s"
#
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "El model és correcte"
#
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Selecciona el model manualment"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14237,12 +14251,12 @@ msgstr ""
"de la impressora. Cerqueu el model correcte a la llista quan estigui "
"ressaltat un model erroni o bé \"Impressora bàsica\"."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Instal·la un fitxer PPD subministrat pel fabricant"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14251,7 +14265,7 @@ msgstr ""
"Tota impressora PostScript es distribueix amb un fitxer PPD que descriu les "
"opcions de la impressora i les seves característiques."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14260,12 +14274,12 @@ msgstr ""
"El fitxer normalment està al CD en el que venen els controladors de Windows "
"i Mac."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "També es poden trobar fitxers PPD a les pàgines web dels fabricants."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14274,7 +14288,7 @@ msgstr ""
"Si teniu Windows instal·lat en el vostre ordinador, també podeu buscar el "
"fitxer PPD a la vostra partició de Windows."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14282,7 +14296,7 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14291,53 +14305,53 @@ msgstr ""
"Aquí podeu escollir el fitxer PPD que s'instal·larà al vostre ordinador, "
"serà usat per configurar la vostra impressora."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Instal·la el fitxer PPD des de"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Disquet"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Una altra ubicació"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Seleccioneu el fitxer PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "El fitxer PPD %s no existeix o no és pot llegir!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "El fitxer PPD %s no compleix les especificacions PPD!"
#
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "S'està instal·lant el fitxer PPD..."
#
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Configuració de la OKI winprinter"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14355,12 +14369,12 @@ msgstr ""
"no funcionarà. El controlador de la impressora ignorarà el tipus de connexió."
#
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Configuració de Lexmark inkjet"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14373,7 +14387,7 @@ msgstr ""
"d'impressió. Si us plau, connecteu la vostra impressora a un port local o "
"configureu-la en l'ordinador on està connectada."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14398,12 +14412,12 @@ msgstr ""
"programa."
#
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Configuració de Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14417,12 +14431,12 @@ msgstr ""
"o configureu-la en l'ordinador on està connectada."
#
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Configuració de Samsung ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14436,18 +14450,18 @@ msgstr ""
"o configureu-la en l'ordinador on està connectada."
#
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Configuració de Canon LBP-460/660"
#
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Configuració de Canon LBP-460/660"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14460,12 +14474,12 @@ msgstr ""
"d'impressió. Si us plau, connecteu la vostra impressora a un port USB local "
"o configureu-la en l'ordinador on està connectada."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Penjada de microprogramari per a l'HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14484,27 +14498,27 @@ msgstr ""
"impressió pot ser molt lenta."
#
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Paràmetres per defecte de la impressora"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "L'opció %s ha de ser un número enter!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "L'opció %s ha de ser un número!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "L'opció %s està fora de rang!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14514,12 +14528,12 @@ msgstr ""
"com a impressora predeterminada?"
#
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Pàgines de prova"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14533,52 +14547,52 @@ msgstr ""
"Normalment n'hi ha prou d'imprimir la pàgina de prova estàndard."
#
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Cap pàgina de prova"
#
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Imprimeix"
#
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Pàgina de prova estàndard"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Pàgina de prova alternativa (Carta)"
#
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Pàgina de prova alternativa (A4)"
#
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Pàgina de prova de fotografia"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "S'esta(n) imprimint la(es) pàgina(es) de prova..."
#
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "S'està saltant la pàgina de prova de fotografia."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14594,7 +14608,7 @@ msgstr ""
"\n"
#
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14603,18 +14617,18 @@ msgstr ""
"La(es) pàgina(es) de prova s'ha(n) enviat a la impressora.\n"
"Pot passar un cert temps abans no comenci la impressió.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Ha funcionat correctament?"
#
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Impressora en cru (raw)"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14627,7 +14641,7 @@ msgstr ""
"<fitxer>\" o \"kprinter <fitxer>\". Les eines gràfiques us permeten escollir "
"la impressora i modificar-ne els paràmetres fàcilment.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14638,8 +14652,8 @@ msgstr ""
"diàlegs d'impressió de moltes aplicacions, però ara no heu de subministrar "
"el fitxer perquè el fitxer per imprimir ja el proporciona l'aplicació.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14652,7 +14666,7 @@ msgstr ""
"d'impressió concret. Simplement afegiu els paràmetres desitjats a la línia "
"d'ordres, p.ex.: \"%s <fitxer>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14663,7 +14677,7 @@ msgstr ""
"llista de sota o feu clic al botó \"Imprimeix la llista d'opcions\".%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14673,7 +14687,7 @@ msgstr ""
"impressora actual:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14682,8 +14696,8 @@ msgstr ""
"Per imprimir un fitxer des de la línia d'ordres (finestra de terminal) useu "
"l'ordre \"%s <fitxer>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14694,7 +14708,7 @@ msgstr ""
"diàlegs d'impressió de moltes aplicacions. Però ara no heu de subministrar "
"el fitxer perquè el fitxer per imprimir ja el proporciona l'aplicació.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14703,7 +14717,7 @@ msgstr ""
"Per veure una llista de les opcions disponibles per a la impressora actual "
"feu clic sobre el botó \"Imprimeix la llista d'opcions\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14712,7 +14726,7 @@ msgstr ""
"Per imprimir un fitxer des de la línia d'ordres (finestra de terminal) "
"utilitzeu l'ordre \"%s <fitxer>\" o \"%s <fitxer>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14729,7 +14743,7 @@ msgstr ""
"tots el treballs d'impressió immediatament en fer-hi clic. Això és útil, per "
"exemple, quan se us enganxa el paper en la impressora.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14742,29 +14756,29 @@ msgstr ""
"treball d'impressió concret. Simplement afegiu els paràmetres que vulgueu a "
"la línia d'ordres, p.ex. \"%s <fitxer>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "S'està imprimint en la impressora \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "S'està imprimint en la impressora \"%s\""
#
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Imprimeix la llista d'opcions"
#
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Imprimeix la llista d'opcions"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14772,14 +14786,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14787,14 +14801,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14802,7 +14816,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14810,7 +14824,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14818,7 +14832,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14826,35 +14840,35 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "L'alineació horitzontal"
#
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Configuració de color"
#
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Configuració de la transferència de la impressió"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14871,7 +14885,7 @@ msgstr ""
"No totes les cues d'impressió poden ser transferides degut a les raons "
"següents:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14880,7 +14894,7 @@ msgstr ""
"CUPS no permet l'ús d'impressores en servidors Novell ni que les impressores "
"enviïn les dades dins d'una ordre formada arbitràriament.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14889,12 +14903,12 @@ msgstr ""
"PDQ només funciona amb impressores locals, impressores LPD remotes, i "
"impressores de Socket/TCP.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD i LPRng no funcionen amb impressores IPP.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14903,7 +14917,7 @@ msgstr ""
"A més, les cues que no han estat creades amb aquest programa o amb "
"\"foomatic-configure\" no es poden transferir."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14914,7 +14928,7 @@ msgstr ""
"Tampoc poden transferir-se les impressores configurades amb els fitxers PPD "
"proporcionats pels seus fabricants o amb controladors nadius per a CUPS."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14925,17 +14939,17 @@ msgstr ""
"Marqueu les impressores que voleu transferir i feu clic a \n"
"\"Transfereix\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "No transfereixis cap impressora"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Transfereix"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14947,17 +14961,17 @@ msgstr ""
"També podeu escriure un nom nou o ometre aquesta impressora."
#
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Nou nom d'impressora"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "S'està transferint %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14968,31 +14982,31 @@ msgstr ""
"s?"
#
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "S'estan refrescant les dades de les impressores..."
#
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "S'està arrencant la xarxa..."
#
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Configureu la xarxa ara"
#
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "La funcionalitat de xarxa no ha estat configurada"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -15006,12 +15020,12 @@ msgstr ""
"impressora que esteu configurant ara. Què voleu fer?"
#
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Continua sense configurar la xarxa"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -15027,7 +15041,7 @@ msgstr ""
"impressora, també usant el Centre de Control %s, secció \"Maquinari\"/"
"\"Impressores\""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -15039,30 +15053,30 @@ msgstr ""
"remota una altra vegada."
#
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "S'està reiniciant el sistema d'impressió..."
#
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "alt"
#
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoic"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
"S'està instal·lant un sistema d'impressió amb el nivell de seguretat %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -15088,12 +15102,12 @@ msgstr ""
"Realment voleu configurar la impressió en aquest ordinador?"
#
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "S'està iniciant el sistema d'impressió en arrencar l'ordinador"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -15115,35 +15129,35 @@ msgstr ""
"\n"
"Voleu tornar a habilitar l'arrencada automàtica del sistema d'impressió?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "S'està comprovant el programari instal·lat..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "S'està eliminant %s"
#
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "No s'ha pogut eliminar el sistema d'impressió %s!"
#
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "S'està instal·lant %s..."
#
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "No s'ha pogut instal·lar el sistema d'impressió %s!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -15152,7 +15166,7 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -15160,41 +15174,41 @@ msgid ""
msgstr ""
#
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Nom o IP del servidor remot:"
#
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Establint la impressora per defecte..."
#
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Sistema d'impressió CUPS local o servidor CUPS remot?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "El sistema d'impressió CUPS es pot usar de dues formes: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15203,12 +15217,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15216,60 +15230,60 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Com voleu configurar CUPS al vostre ordinador?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Servidor remot, especifiqueu el nom o la IP aquí:"
#
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Sistema d'impressió CUPS local"
#
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Seleccioneu la cua d'impressió"
#
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Quin sistema d'impressió (cua) voleu utilitzar?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "No s'ha pogut configurar la impressora \"%s\"!"
#
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "S'està instal·lant el Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "No s'han pogut instal·lar els paquets %s, no es pot iniciar %s!"
#
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15280,12 +15294,12 @@ msgstr ""
"impressora per modificar-ne els paràmetres, per fer-la la impressora per "
"defecte o per veure la informació de la impressora."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Mostra totes les impressores CUPS remotes disponibles"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
@@ -15293,40 +15307,40 @@ msgstr ""
"remotes disponibles)"
#
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "Configuració de CUPS"
#
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Modifica el sistema d'impressió"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Mode normal"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Mode expert"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Opcions de la impressora"
#
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Modifica la configuració de la impressora"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15335,107 +15349,107 @@ msgstr ""
"Impressora %s%s\n"
"Quines modificacions voleu fer en aquesta impressora?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Aquesta impressora està deshabilitada"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Fes-ho!"
#
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Nom de la impressora, descripció, ubicació"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Fabricant de la impressora, model, controlador"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Fabricant de la impressora, model"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Fes que aquesta sigui la impressora predeterminada"
#
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Habilita la impressora"
#
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Deshabilita la impressora"
#
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Tipus de connexió de la impressora"
#
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Imprimeix la(es) pàgina(es) de prova"
#
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Aprengueu a utilitzar la impressora"
#
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Suprimeix la impressora"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "S'està suprimint la impressora antiga \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "La impressora \"%s\" està habilitada."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "La impressora \"%s\" està deshabilitada."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Voleu realment suprimir la impressora \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "S'està suprimint la impressora \"%s\"..."
#
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Impressora predeterminada"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "La impressora \"%s\" és ara la impressora per defecte."
@@ -15473,15 +15487,15 @@ msgstr "No s'han pogut establir els permissos del fitxer de firmware %s!"
#
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -17445,12 +17459,12 @@ msgstr "Si us plau, sortiu i utilitzeu Ctrl-Alt-tecla de retrocés"
msgid "You need to log out and back in again for changes to take effect"
msgstr "Heu de sortir i tornar a entrar per tal que els canvis tinguin efecte"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s requereix un nom d'usuari...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17459,116 +17473,116 @@ msgstr ""
"%s: %s necessita: el nom de l'ordinador, adreça MAC, IP, image-nbi, 0/1 per "
"a THIN_CLIENT, 0/1 per a la configuració local...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s necessita un nom d'ordinador...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
#
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Configuració del Servidor de Terminal"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "Configuració del dhcpd"
#
#
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Habilita el servidor"
#
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Inhabilita el servidor"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Inicia el servidor"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Atura el servidor"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Disquet/ISO per a Etherboot"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Imatges d'arrencada de la xarxa"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Afegeix/Suprimeix usuaris"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Afegeix/Suprimeix clients"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Imatges"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Clients/Usuaris"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Auxiliar per a la primera vegada"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17591,27 +17605,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Cancel·la l'auxiliar"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Usa clients prims."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, fuzzy, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17626,28 +17640,28 @@ msgstr ""
" Els clients grassos usen la seva CPU/RAM però el sistema de fitxers del "
"servidor."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "S'estan creant les imatges d'arrencada per tots els nuclis"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Això trigarà uns minuts."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Fet!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17655,33 +17669,32 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"S'està sincronitzant la llista d'usuaris del servidor amb la del client, "
"incloent root."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Visió general del Terminal Server"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17692,8 +17705,8 @@ msgstr ""
" - Crea imatges d'arrencada habilitades per a l'Etherboot:\n"
" \tPer arrencar un nucli mitjançant Etherboot cal crear una imatge "
"kernel/initrd especial.\n"
-" \tL'mkinitrd-net fa molta d'aquesta feina i el drakTermServ és només "
-"una interfície gràfica\n"
+" \tL'mkinitrd-net fa molta d'aquesta feina i el %s és només una "
+"interfície gràfica\n"
" \tper ajudar a gestionar/personalitzar aquestes imatges. Per crear "
"el fitxer \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include, que s'integra com a "
@@ -17701,14 +17714,14 @@ msgstr ""
" \tdhcpd.conf, heu de crear les imatges Etherboot per a un nucli "
"complet com a mínim."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17723,8 +17736,8 @@ msgstr ""
" - Manté /etc/dhcpd.conf:\n"
" \t\tPer arrencar clients desde la xarxa, cada client necessita una "
"entrada dhcpd.conf, assignant a la màquina\n"
-" \t\t una adreça IP i imatges d'arrencada de xarxa. El drakTermServ "
-"ajuda a crear/eliminar aquestes entrades.\n"
+" \t\t una adreça IP i imatges d'arrencada de xarxa. El %s ajuda a "
+"crear/eliminar aquestes entrades.\n"
"\t\t\t\n"
" \t\t(Les targetes PCI poden ometre la imatge; l'Etherboot en "
"demanarà la correcta. Heu de\n"
@@ -17735,30 +17748,29 @@ msgstr ""
" \t\tUna secció dhcpd.conf típica que permeti l'ús d'un client sense "
"disc té aquest aspecte:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17777,11 +17789,11 @@ msgstr ""
"entrada específica per a una\n"
"\t\t\tmàquina client, la utilització d'un esquema d'adreça fixa facilita la "
"utilització de la funcionalitat\n"
-"\t\t\tdels fitxers de configuració específics del client que proporciona el "
-"ClusterNFS.\n"
+"\t\t\tdels fitxers de configuració específics del client que proporciona el %"
+"s.\n"
"\t\t\t\n"
-"\t\t\tNota: l'entrada \"#type\" només és utilitzada pel drakTermServ. Els "
-"clients poden ser 'prims'\n"
+"\t\t\tNota: l'entrada \"#type\" només és utilitzada pel %s. Els clients "
+"poden ser 'prims'\n"
"\t\t\t o bé 'grassos'. Els clients prims executen la majoria del programari "
"en el servidor mitjançant\n"
"\t\t\t l'xdmcp, mentre que els grassos executen la majoria del programari en "
@@ -17794,8 +17806,8 @@ msgstr ""
"\t\t\t hosts.deny i hosts.allow es modifiquen per limitar l'accés a la "
"subxarxa local.\n"
"\t\t\t\n"
-"\t\t\tNota: l'entrada \"#hdw_config\" també és utilitzada només pel "
-"drakTermServ. Els clients poden ser\n"
+"\t\t\tNota: l'entrada \"#hdw_config\" també és utilitzada només pel %s. Els "
+"clients poden ser\n"
"\t\t\t'certs' o 'falsos'. 'Cert' habilita l'entrada de root a la màquina "
"client i permet una configuració local\n"
"\t\t\tde maquinari de so, ratolí i X, utilitzant les eines ‘drak'. Això "
@@ -17809,17 +17821,16 @@ msgstr ""
"\t\t\tNota: heu d'aturar/iniciar el servidor després d'afegir o canviar "
"clients."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17827,58 +17838,58 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Manté /etc/exports:\n"
-" \t\tEl Clusternfs permet l'exportació del sistema de fitxers root a "
-"clients sense disc. El drakTermServ\n"
+" \t\tEl %s permet l'exportació del sistema de fitxers root a clients "
+"sense disc. El %s\n"
" \t\tconfigura l'entrada correcta per permetre un accés anònim al "
"sistema de fitxers root des de\n"
" \t\tclients sense disc.\n"
"\n"
-" \t\tUna entrada d'exportació típica per al clusternfs és:\n"
+" \t\tUna entrada d'exportació típica per al %s és:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
"\t\t\tsent SUBNET/MASK definida per la vostra xarxa."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Manté %s:\n"
" \t\tPer tal que els usuaris puguin entrar al sistema des d'un client "
"sense disc, cal que la seva entrada a\n"
-" \t\t/etc/shadow estigui duplicada a %s. El drakTermServ hi ajuda "
-"afegint\n"
+" \t\t/etc/shadow estigui duplicada a %s. El %s hi ajuda afegint\n"
" \t\to eliminant, d'aquest fitxer, usuaris del sistema."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Per client %s:\n"
-" \t\tMitjançant clusternfs, cada client sense disc pot tenir els seus "
-"propis fitxers de configuració únics\n"
+" \t\tMitjançant %s, cada client sense disc pot tenir els seus propis "
+"fitxers de configuració únics\n"
" \t\ten el sistema de fitxers root del servidor. Permetent una "
"configuració de maquinari de client local, \n"
-" \t\tel drakTermServ ajudarà a crear aquests fitxers."
+" \t\tel %s ajudarà a crear aquests fitxers."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17894,8 +17905,8 @@ msgid ""
"machine is configured."
msgstr ""
" - Sistema de fitxers de configuració per client:\n"
-" \tMitjançant clusternfs, cada client sense disc pot tenir els seus "
-"propis fitxers de configuració únics \n"
+" \tMitjançant %s, cada client sense disc pot tenir els seus propis "
+"fitxers de configuració únics \n"
" \t en el sistema de fitxers root del servidor. Permetent una "
"configuració de maquinari de client local, \n"
" \tels clients poden personalitzar fitxers com ara /etc/modules."
@@ -17909,12 +17920,12 @@ msgstr ""
" a desactivar, mantenint els fitxers de configuració, quan la màquina "
"client estigui configurada."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17939,8 +17950,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \t\tEl drakTermServ configurarà aquest fitxer per funcionar "
-"conjuntament amb les imatges creades per\n"
+" \t\tEl %s configurarà aquest fitxer per funcionar conjuntament amb "
+"les imatges creades per\n"
" \t\tmkinitrd-net, i les entrades de /etc/dhcpd.conf, per servir la "
"imatge d'arrencada a cada client sense \n"
" \t\tdisc.\n"
@@ -17964,14 +17975,12 @@ msgstr ""
"tftpboot, on mkinitrd-net\n"
" \t\tposa les seves imatges."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17979,96 +17988,108 @@ msgid ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
+" - Crea disquets/CD Etherboot:\n"
+" \tLes màquines client sense disc necessiten imatge ROM a la tarjeta "
+"de xarxa, o bé un disquet o CD\n"
+" \td'arrencada per iniciar la seqüència d'arrencada. El %s ajudarà a "
+"generar\n"
+" \taquestes imatges, basades en la targeta de xarxa de la màquina "
+"client.\n"
+" \t\t\n"
+" \tUn exemple senzill de la creació manual d'un disquet d'arrencada "
+"des d'un 3Com 3c509:\n"
+" \t\t\n"
+" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Disquet d'arrencada"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "ISO d'arrencada"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "Imatge PXE"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Versió del nucli per defecte"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Munta tot el nucli -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "No heu seleccionat cap nucli!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Munta un NIC senzill -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "No s'ha seleccionat cap NIC!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Munta tots els nuclis -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Suprimeix"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "No s'ha seleccionat cap imatge!"
#
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Suprimeix tots els NBI"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, fuzzy, c-format
msgid "Building images for kernel:"
msgstr "S'estan creant les imatges d'arrencada per tots els nuclis"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -18080,28 +18101,28 @@ msgstr ""
"Suprimiu o torneu a afegir l'usuari al servidor de terminal per habilitar "
"l'entrada."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Afegeix un usuari -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Suprimeix un usuari"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "tipus: %s "
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "configuració local:: %s"
#
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -18110,75 +18131,75 @@ msgstr ""
"Permet la configuració del\n"
"maquinari local."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "No s'ha creat cap imatge d'arrencada des de xarxa"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Client prim"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Permet clients prims"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Afegeix un client -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "tipus: gras"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "tipus: prim"
#
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "configuració local: fals"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "configuració local: cert"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Edita un client"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Inhabilita la configuració local"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Suprimeix el client"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -18188,78 +18209,78 @@ msgstr ""
"efecte. \n"
"(\"service dm restart\" a la consola)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Tots els clients usaran %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subxarxa:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Màscara de xarxa:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Encaminadors:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Màscara de la subxarxa:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Adreça de difusió:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Nom de domini:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Servidors de noms:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Inici de l'abast de la IP:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Final de l'abast de la IP:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Escriu la configuració"
#
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Configuració del servidor dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18270,107 +18291,107 @@ msgstr ""
"del vostre sistema actual.\n"
"Podeu modificar-los si cal."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "L'escriptura a %s ha fallat!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Si us plau, inseriu un disquet:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "No s'ha pogut accedir al disquet!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Ja podeu extreure el disquet"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "No s'ha trobat cap unitat de disquet!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "La imatge PXE és %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Error al escriure %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "La imatge ISO per a Etherboot és %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Alguna cosa ha anat malament! Teniu instal·lat l'mkisofs?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Abans cal crear /etc/dhcpd.conf!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s no és un usuari..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s ja és un usuari del servidor del terminal\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "L'addicció del Terminal Server %s ha fallat!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s afegit al servidor de terminal\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "S'ha eliminat %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "No s'ha trobat %s...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allow i /etc/hosts.deny ja estan configurats - no canviats"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "La configuració ha canviat; voleu reiniciar el clúster nfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "La configuració ha canviat; voleu reiniciar el %s/dhcpd?"
#
#: standalone/drakautoinst:38 standalone/drakhosts:123
@@ -26273,17 +26294,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake no s'iniciarà ara."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "S'estan cercant els escàners configurats..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "S'estan cercant escàners nous..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "S'està tornant a generar la llista dels escàners configurats..."
@@ -26448,45 +26469,45 @@ msgstr ""
"Podeu executar el printerdrake des del Centre de Control %s en la secció "
"Maquinari."
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr ""
+
#
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Detecta automàticament els ports disponibles"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Si us plau seleccioneu el dispositiu al qual teniu connectat el %s"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Nota: els ports paral·lel no es poden detectar automàticament)"
#
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "escolliu un dispositiu"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "S'estan cercant els escàners..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr ""
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Atenció !"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26499,14 +26520,14 @@ msgstr ""
"Calen ajustaments manuals. Si us plau editeu el fitxer de configuració /etc/"
"sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26515,7 +26536,7 @@ msgstr ""
"Ara podeu escanejar documents utilitzant \"XSane\" o \"Kooka\" des de "
"Multimèdia/Gràfics en el menú d'aplicacions."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26524,19 +26545,19 @@ msgstr ""
"El vostre %s ha estat configurat però pot ser possible que calguin "
"ajustaments manuals per fer-lo funcionar. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "editar el fitxer de configuració /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26547,7 +26568,7 @@ msgstr ""
"Ara podeu escanejar documents utilitzant \"XSane\" o \"Kooka\" des de "
"Multimèdia/Gràfics en el menú d'aplicacions."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26560,7 +26581,7 @@ msgstr ""
"%s\n"
"estan disponibles al sistema.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26573,43 +26594,43 @@ msgstr ""
"%s\n"
"està disponible al sistema.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
"No s'ha trobat cap escàner que estigui disponible en el vostre sistema.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Cerca escàners nous"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Afegiu un escàner manualment"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Instal·la/Actualitza fitxers de firmware"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Compartició d'escàners"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Totes les màquines remotes"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Aquesta màquina"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26618,7 +26639,7 @@ msgstr ""
"Aquí podeu decidir si màquines remotes, i quines d'elles, han de poder "
"accedir als escàners connectats a aquesta màquina."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26627,34 +26648,34 @@ msgstr ""
"També podeu decidir aquí si aquesta màquina ha de poder accedir als escàners "
"de màquines remotes."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
"Els escàners d'aquesta màquina estan disponibles per a altres ordinadors"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Compartició d'escàners amb els ordinadors centrals:"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Utilitza els escàners d'ordinadors remots"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Utilitza els escàners dels ordinadors centrals:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Compartició d'escàners locals"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26663,57 +26684,57 @@ msgstr ""
"Aquestes són les màquines en què l'escàner o escàners connectats localment "
"han d'estar disponibles:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Afegeix un ordinador"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Edita l'ordinador seleccionat"
#
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Elimina l'ordinador seleccionat"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Nom/Adreça IP de l'ordinador:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Escolliu l'ordinador on els escàners locals han d'estar disponibles:"
#
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Heu d'introduir un nom d'ordinador o una adreça IP.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Aquest ordinador ja és a la llista, no es pot tornar a afegir.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Utilització d'escàners remots"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Les màquines des de les quals s'han d'utilitzar els escàners son:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26724,7 +26745,7 @@ msgstr ""
"\n"
"Vols instal·lar el paquet de saned?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Els vostre(s) escànner(s) no estaran disponibles a la xarxa."
@@ -26909,6 +26930,289 @@ msgstr ""
msgid "Installation failed"
msgstr "La instal·lació ha fallat"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Cancel·la"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Crea imatges d'arrencada habilitades per a l'Etherboot:\n"
+#~ " \tPer arrencar un nucli mitjançant Etherboot cal crear una imatge "
+#~ "kernel/initrd especial.\n"
+#~ " \tL'mkinitrd-net fa molta d'aquesta feina i el drakTermServ és "
+#~ "només una interfície gràfica\n"
+#~ " \tper ajudar a gestionar/personalitzar aquestes imatges. Per "
+#~ "crear el fitxer \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include, que s'integra com a "
+#~ "inclusió en \n"
+#~ " \tdhcpd.conf, heu de crear les imatges Etherboot per a un nucli "
+#~ "complet com a mínim."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Manté /etc/dhcpd.conf:\n"
+#~ " \t\tPer arrencar clients desde la xarxa, cada client necessita "
+#~ "una entrada dhcpd.conf, assignant a la màquina\n"
+#~ " \t\t una adreça IP i imatges d'arrencada de xarxa. El "
+#~ "drakTermServ ajuda a crear/eliminar aquestes entrades.\n"
+#~ "\t\t\t\n"
+#~ " \t\t(Les targetes PCI poden ometre la imatge; l'Etherboot en "
+#~ "demanarà la correcta. Heu de\n"
+#~ " \t\tconsiderar també que, quan l'Etherboot cerca imatges, espera "
+#~ "noms com ara\n"
+#~ " \t\tboot-3c59x.nbi, i no com boot-3c59x.2.4.19-16mdk.nbi).\n"
+#~ "\t\t\t \n"
+#~ " \t\tUna secció dhcpd.conf típica que permeti l'ús d'un client "
+#~ "sense disc té aquest aspecte:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ "\t\t\tTot i que podeu utilitzar un conjunt d'adreces IP i no configurar "
+#~ "una entrada específica per a una\n"
+#~ "\t\t\tmàquina client, la utilització d'un esquema d'adreça fixa facilita "
+#~ "la utilització de la funcionalitat\n"
+#~ "\t\t\tdels fitxers de configuració específics del client que proporciona "
+#~ "el ClusterNFS.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tNota: l'entrada \"#type\" només és utilitzada pel drakTermServ. Els "
+#~ "clients poden ser 'prims'\n"
+#~ "\t\t\t o bé 'grassos'. Els clients prims executen la majoria del "
+#~ "programari en el servidor mitjançant\n"
+#~ "\t\t\t l'xdmcp, mentre que els grassos executen la majoria del programari "
+#~ "en la màquina client. S'ha\n"
+#~ "\t\t\t escrit un inittab especial, %s per a clients prims. Els fitxers "
+#~ "de\n"
+#~ "\t\t\t configuració del sistema xdm-config, kdmrc i gdm.conf es "
+#~ "modifiquen si s'utilitzen clients prims\n"
+#~ "\t\t\t per habilitar l'xdmcp. Atès que la utilització de l'xdmcp té a "
+#~ "veure amb temes de seguretat,\n"
+#~ "\t\t\t hosts.deny i hosts.allow es modifiquen per limitar l'accés a la "
+#~ "subxarxa local.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tNota: l'entrada \"#hdw_config\" també és utilitzada només pel "
+#~ "drakTermServ. Els clients poden ser\n"
+#~ "\t\t\t'certs' o 'falsos'. 'Cert' habilita l'entrada de root a la màquina "
+#~ "client i permet una configuració local\n"
+#~ "\t\t\tde maquinari de so, ratolí i X, utilitzant les eines ‘drak'. Això "
+#~ "s'habilita creant fitxers de configuració\n"
+#~ "\t\t\tseparats associats amb l'adreça IP del client i creant punts de "
+#~ "muntatge de lectura/escriptura per\n"
+#~ "\t\t\tpermetre que el client modifiqui el fitxer. Quan estigueu satisfet "
+#~ "amb la configuració, podeu eliminar\n"
+#~ "\t\t\tels privilegis d'entrada de root del client.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tNota: heu d'aturar/iniciar el servidor després d'afegir o canviar "
+#~ "clients."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Manté /etc/exports:\n"
+#~ " \t\tEl Clusternfs permet l'exportació del sistema de fitxers root "
+#~ "a clients sense disc. El drakTermServ\n"
+#~ " \t\tconfigura l'entrada correcta per permetre un accés anònim al "
+#~ "sistema de fitxers root des de\n"
+#~ " \t\tclients sense disc.\n"
+#~ "\n"
+#~ " \t\tUna entrada d'exportació típica per al clusternfs és:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tsent SUBNET/MASK definida per la vostra xarxa."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Manté %s:\n"
+#~ " \t\tPer tal que els usuaris puguin entrar al sistema des d'un "
+#~ "client sense disc, cal que la seva entrada a\n"
+#~ " \t\t/etc/shadow estigui duplicada a %s. El drakTermServ hi ajuda "
+#~ "afegint\n"
+#~ " \t\to eliminant, d'aquest fitxer, usuaris del sistema."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Per client %s:\n"
+#~ " \t\tMitjançant clusternfs, cada client sense disc pot tenir els "
+#~ "seus propis fitxers de configuració únics\n"
+#~ " \t\ten el sistema de fitxers root del servidor. Permetent una "
+#~ "configuració de maquinari de client local, \n"
+#~ " \t\tel drakTermServ ajudarà a crear aquests fitxers."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Sistema de fitxers de configuració per client:\n"
+#~ " \tMitjançant clusternfs, cada client sense disc pot tenir els "
+#~ "seus propis fitxers de configuració únics \n"
+#~ " \t en el sistema de fitxers root del servidor. Permetent una "
+#~ "configuració de maquinari de client local, \n"
+#~ " \tels clients poden personalitzar fitxers com ara /etc/modules."
+#~ "conf, /etc/sysconfig/mouse, \n"
+#~ " \t\t/etc/sysconfig/keyboard segons el client.\n"
+#~ "\n"
+#~ " Nota: l'habilitació de la configuració del maquinari de client "
+#~ "local habilita l'entrada de root al servidor \n"
+#~ " de terminal en cada màquina client que tingui habilitada aquesta "
+#~ "funció. La configuració local es pot tornar\n"
+#~ " a desactivar, mantenint els fitxers de configuració, quan la "
+#~ "màquina client estigui configurada."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \t\tEl drakTermServ configurarà aquest fitxer per funcionar "
+#~ "conjuntament amb les imatges creades per\n"
+#~ " \t\tmkinitrd-net, i les entrades de /etc/dhcpd.conf, per servir "
+#~ "la imatge d'arrencada a cada client sense \n"
+#~ " \t\tdisc.\n"
+#~ "\n"
+#~ " \t\tUn fitxer de configuració TFTP típic té aquest aspecte:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \t\tLes diferències respecte a la instal·lació per defecte són el "
+#~ "canvi del senyalador de\n"
+#~ " \t\tinhabilitació a 'no' i el canvi de camí de directori a /var/"
+#~ "lib/tftpboot, on mkinitrd-net\n"
+#~ " \t\tposa les seves imatges."
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "La configuració ha canviat; voleu reiniciar el clúster nfs/dhcpd?"
+
#~ msgid ""
#~ "Allow an ordinary user to mount the file system. The\n"
#~ "name of the mounting user is written to mtab so that he can unmount the "
diff --git a/perl-install/share/po/cs.po b/perl-install/share/po/cs.po
index 456484cca..fa2b5ee35 100644
--- a/perl-install/share/po/cs.po
+++ b/perl-install/share/po/cs.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: cs\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-09-19 00:26+0200\n"
"Last-Translator: Michal Bukovjan <bukm@centrum.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -209,21 +209,21 @@ msgstr "Čekejte prosím, vyhledávám a nastavuji zařízení..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -250,9 +250,9 @@ msgstr "Čekejte prosím, vyhledávám a nastavuji zařízení..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Chyba"
@@ -492,10 +492,10 @@ msgstr "Vlastní"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Konec"
@@ -657,7 +657,7 @@ msgstr "Grafická karta: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -674,7 +674,7 @@ msgstr "Ok"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -689,7 +689,7 @@ msgstr "Zrušit"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -921,7 +921,7 @@ msgstr "První sektor kořenového oddílu"
msgid "On Floppy"
msgstr "Na disketu"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Přeskočit"
@@ -1264,9 +1264,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Hotovo"
@@ -1473,9 +1473,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Spustit UserDrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1654,7 +1654,7 @@ msgstr "Doména"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Server"
@@ -1786,7 +1786,7 @@ msgstr "Nelze použít všesměrové vysílání bez NIS domény"
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1801,42 +1801,42 @@ msgstr ""
"vyckejte na automaticke zavedeni.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO s grafickým menu"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO s textovým menu"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB s grafickým menu"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB s textovým menu"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "není dost místa v adresáři /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Zaváděcí program nelze nainstalovat na oddíl %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1845,7 +1845,7 @@ msgstr ""
"Nastavení vašeho zavaděče musí být aktualizováno, protože se změnilo pořadí "
"oddílů na disku"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1854,7 +1854,7 @@ msgstr ""
"Zavaděč nelze korektně nainstalovat. Musíte použít rescue režim a vybrat \"%s"
"\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Znovu instalovat zaváděcí program"
@@ -3064,7 +3064,7 @@ msgstr "Vyhledat nové servery"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Balíček %s musí být nainstalován. Chcete ho nainstalovat?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Nelze nainstalovat balíček %s!"
@@ -3075,19 +3075,19 @@ msgid "Mandatory package %s is missing"
msgstr "Chybí potřebný balíček %s"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Varování"
@@ -3984,7 +3984,7 @@ msgstr "Uživatelské jméno"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4920,8 +4920,8 @@ msgstr ""
"na vadné bloky."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -6019,8 +6019,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7736,14 +7736,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Znovu odeslat"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "České (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7757,28 +7757,28 @@ msgid ""
"Dvorak"
msgstr "Dvořák"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Španělské"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finské"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Francouzské"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7792,828 +7792,828 @@ msgid ""
"Polish"
msgstr "Polské"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Ruské"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Švédské"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "UK-Britské"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "US-Americké"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albánské"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Arménské (staré)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Arménské (psací stroj)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Arménské (foneticky)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arabské"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Ázerbajdžánské (latinka)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgické"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengálské (Inscript styl)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengálské (Probhat styl)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulharské (foneticky)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulharské (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brazilské (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosenské"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Běloruské"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Švýcarské (Německý styl)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Švýcarské (Francouzský styl)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee slabičné"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "České (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Německé (bez mrtvých kláves)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Dánské"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvořák (US) "
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvořák (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvořák (Francouzské)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvořák (VB)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvořák (Norské)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvořák (Polské)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvořák (Švédské) "
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tibetské"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estonské"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Farské"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Gruzínské (\"Ruské\" rozložení)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Gruzínské (rozložení \"Latin\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Řecké"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Řecké (polytonické)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujartské"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmutské"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Chorvatské"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Maďarské"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irské"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Izraelské"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Izraelské (foneticky)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Íránské"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandské"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italské"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitutské"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japonská 106 kláves"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kanadské"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Korejská klávesnice"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurdské (arabský skript)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kyrgizská klávesnice"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latinsko-Americké"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laoské"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Litevské AZERTY (stará)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Litevské AZERTY (nová)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Litevské \"číselná řada\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Litevské \"foneticky\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Litevské"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Makedonské"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myamarské (Burnské)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongolské (cyrilice)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltézské (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltézské (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Holandské"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polské (rozložení QWERTY)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polské (rozložení QWERTZ)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Paštské"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugalské"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanadské (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rumunské (QWERTZ)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Rumunské (QWERTY)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Ruské (foneticky)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (Norské)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (švédské/finské)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhské"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovinské"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Sinhalské"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovenské (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovenské (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Srbské (cyrilika)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Syrské"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Syrské (foneticky)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamilské (ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamilské (psací stroj)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thajské (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thajské (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thajské (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (marocké rozložení) (+latinka/arabština)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (fonetické) (+latinka/arabština)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tádžické"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turkmenské"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turecké (tradiční model \"F\")"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turecké (moderní model \"Q\")"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrajinské"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Urdské"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "US (mezinárodní)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Uzbecké (cyrilice)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamská \"číselná řada\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Jugoslávské (latin)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Pravá klávesa Alt"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Obě klávesy Shift současně"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Control a Shift současně"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "Klávesa CapsLock"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Klávesy Shift a CapsLock současně"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Klávesy Ctrl a Alt současně"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt a Shift současně"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "Klávesa \"Menu\""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Levá klávesa \"Windows\""
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Pravá klávesa \"Windows\""
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Obě klávesy Control současně"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Obě klávesy Alt současně"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Levá klávesa Shift"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Pravá klávesa Shift"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Levá klávesa Alt"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Levá klávesa Control"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Pravá klávesa Control"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8624,7 +8624,7 @@ msgstr ""
"budete moci přepínat rozložení znaků vaší klávesnice.\n"
"(např. mezi českým a americkým)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11022,8 +11022,8 @@ msgstr "Síťová maska by měla být ve formátu 255.255.224.0"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Varování: IP adresa %s je obyčejně rezervována!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s je již používán\n"
@@ -11729,7 +11729,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Nepodařilo se zkopírovat firmware, soubor %s nebyl nalezen"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Gratuluji!"
@@ -11862,9 +11862,9 @@ msgstr "Nastaveno na jiném počítači"
msgid "On CUPS server \"%s\""
msgstr "Na serveru CUPS \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Výchozí)"
@@ -11916,9 +11916,9 @@ msgstr "Vzdálený CUPS"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Neznámý model"
@@ -12166,7 +12166,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Přímý tisk (bez ovladače)"
@@ -12197,12 +12197,12 @@ msgstr "Počítač %s"
msgid "%s (Port %s)"
msgstr "%s (Port %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12249,7 +12249,7 @@ msgstr ""
"dostupné i na tomto počítači"
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Vzdálený server CUPS bez lokálního démona CUPS"
@@ -12298,8 +12298,8 @@ msgstr "Tiskárny sdílené na počítačích/síti: "
msgid "Custom configuration"
msgstr "Vlastní nastavení"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Nejsou žádné vzdálené počítače"
@@ -12523,8 +12523,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "Zapnuto, název nebo IP adresa vzdáleného serveru:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "Chybí název nebo IP adresa serveru CUPS."
@@ -12534,29 +12534,30 @@ msgstr "Chybí název nebo IP adresa serveru CUPS."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "PrinterDrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Načítám data k tisku ..."
@@ -12690,7 +12691,7 @@ msgstr ""
"V případě vzdáleného CUPS serveru nemusíte nastavovat tiskárny zde,\n"
"tiskárny budou automaticky detekovány."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12926,12 +12927,12 @@ msgstr " na "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Výběr modelu tiskárny"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Jaký model tiskárny máte?"
@@ -12949,7 +12950,7 @@ msgstr ""
"PrinterDrake nemohl zjistit model vaší tiskárny %s. Prosím vyberte si "
"odpovídající model ze seznamu."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12958,7 +12959,7 @@ msgstr ""
"Pokud není tiskárna v seznamu, vyberte kompatibilní nebo podobný model "
"(podívejte se do manuálu)"
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Nastavuji tiskárnu \"%s\"..."
@@ -12981,7 +12982,7 @@ msgstr ""
"Můžete je zapnout zpět výběrem \"%s\" -> \"%s\" v hlavním menu aplikace "
"Printerdrake."
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Nastavení automatické správy"
@@ -12999,8 +13000,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Přidat novou tiskárnu"
@@ -13207,8 +13208,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Nelze nainstalovat balíčky %s!"
@@ -13446,10 +13447,10 @@ msgid "Remote printer name missing!"
msgstr "Chybí název vzdálené tiskárny!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13825,8 +13826,8 @@ msgstr "Upravit"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Typ připojení pro tiskárnu"
@@ -13836,22 +13837,18 @@ msgstr "Typ připojení pro tiskárnu"
msgid "What do you want to do?"
msgstr "Co chcete dělat?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Zrušit"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13865,7 +13862,7 @@ msgstr ""
"inkoustových tiskáren, skenování na multifunkčních zařízeních a přístup k "
"paměťovým kartám na tiskárnách vybavených paměťovou čtečkou."
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, fuzzy, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13874,92 +13871,108 @@ msgstr ""
"Chcete-li na vaší tiskárně HP využívat těchto funkcí navíc, je nutné ji "
"nastavit s odpovídajícím software:"
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, fuzzy, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
"Kterou variantu software chcete zvolit? (Pro jiné než HP tiskárny nevolte "
"žádnou z nich) "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Instaluji balíček %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Na %s bude možné pouze tisknout."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"Nelze odstranit váš starý soubor s nastavením HPOJ %s pro tiskárnu %s! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Odstraňte prosím tento soubor ručně a restartujte službu HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Testuji zařízení a nastavuji %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Kterou tiskárnu chcete nastavit pro HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Nastavuji moduly jádra..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Instaluji balíčky pro SANE..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Na %s nebude možné skenovat."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Užívání a údržba tiskárny %s"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Nastavuji zařízení..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Nastavuji tiskový port využitelný pro CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Načítám databázi tiskáren ..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Zadejte název tiskárny a komentář"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Název fronty může obsahovat pouze písmena, číslice a podtržítko"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13968,7 +13981,7 @@ msgstr ""
"Tiskárna s názvem %s již existuje,\n"
"chcete opravdu přepsat její konfiguraci?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13978,7 +13991,7 @@ msgstr ""
"Název tiskárny \"%s\" je delší než 12 znaků, což může způsobit nedostupnost "
"tiskárny z prostředí Windows. Opravdu chcete použít tento název?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13987,35 +14000,35 @@ msgstr ""
"Každá tiskárna potřebuje název (např. \"tiskarna\"). Popis a umístění nemusí "
"být vyplněny. Jsou to komentáře pouze pro uživatele."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Název tiskárny"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Popis"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Umístění"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Načítám databázi tiskáren ..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Model tiskárny"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14040,18 +14053,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Zvolený model je správný"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Vybrat model ručně"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14066,12 +14079,12 @@ msgstr ""
"správně. Pokud je vyznačen nesprávný model, můžete ho změnit výběrem ze "
"seznamu nebo zvolte \"Přímý tisk\"."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Instalovat PPD soubor od výrobce"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14080,7 +14093,7 @@ msgstr ""
"Každá PostScriptová tiskárna je dodávána se souborem PPD, který popisuje "
"nastavení a vlastnosti tiskárny."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14089,12 +14102,12 @@ msgstr ""
"Tento soubor lze obvykle nalézt někde na CD spolu s ovladači pro Windows "
"nebo Mac, které jsou k tiskárně dodávány."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Soubory PPD lze také nalézt na webových stránkách výrobce."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14103,7 +14116,7 @@ msgstr ""
"Pokud máte na svém počítači instalován systém Windows, lze soubor PPD také "
"nalézt na oddílu s Windows."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14113,7 +14126,7 @@ msgstr ""
"Instalace souboru PPD tiskárny a jeho použití při nastavování tiskárny "
"zpřístupní všechny volby, které podporuje hardware tiskárny"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14122,51 +14135,51 @@ msgstr ""
"Zde můžete vybrat soubor PPD, který se má nainstalovat na vašem počítači, a "
"který bude použit při nastavování vaší tiskárny."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Instalovat soubor PPD z"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Diskety"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Jiné umístění"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Vyberte soubor PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "Soubor PPD %s neexistuje nebo není čitelný!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "Soubor PPD %s neodpovídá specifikacím PPD!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Instaluji soubor PPD..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Nastavení pro OKI win-tiskárnu"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14182,12 +14195,12 @@ msgstr ""
"port, nebo se tiskne přes server, připojte tiskárnu na první paralelní port. "
"Jinak tisk nebude pracovat. Typ připojení bude ovladač ignorovat."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Nastavení inkoustové tiskárny Lexmark"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14200,7 +14213,7 @@ msgstr ""
"tiskárnu na lokální port nebo ji nastavte na tom počítači, ke kterému bude "
"připojena."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14222,12 +14235,12 @@ msgstr ""
"tiskových hlav programem \"lexmarkmaintain\" a nastavit zarovnání tiskové "
"hlavy pomocí tohoto programu."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Nastavení tiskárny Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14240,12 +14253,12 @@ msgstr ""
"připojte tiskárnu na lokální USB port nebo ji nastavte na počítači, ke "
"kterému bude připojena."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Nastavení Samsung ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14259,17 +14272,17 @@ msgstr ""
"připojte tiskárnu na první lokální paralelní port nebo ji nastavte na "
"počítači, ke kterému bude připojena."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Nastavení Canon LBP-460/660"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Nastavení Canon LBP-810/1120 (CAPT)"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14282,12 +14295,12 @@ msgstr ""
"paralelní port. Prosím připojte tiskárnu na lokální USB port nebo ji "
"nastavte na počítači, ke kterému bude přímo připojena."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Upload firmware pro HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14304,27 +14317,27 @@ msgstr ""
"podavač) jsou nastaveny správně. Při tisku ve velmi vysoké kvalitě/rozlišení "
"bude tisk zřejmě pomalejší."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Výchozí nastavení tiskárny"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Hodnota %s musí být celé číslo!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Hodnota %s musí být číslo!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Hodnota %s je mimo rozsah!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14333,12 +14346,12 @@ msgstr ""
"Chcete opravdu nastavit tiskárnu \"%s\"\n"
"jako výchozí?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Zkušební stránka"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14351,47 +14364,47 @@ msgstr ""
"na tiskárně s malou pamětí nemusí podařit vůbec. Ve většině případů stačí "
"vytisknout běžnou zkušební stránku."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Bez zkušební stránky"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Tisk"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Standardní zkušební stránka"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternativní zkušební stránka (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternativní zkušební stránka (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Zkušební stránka s fotografií"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Tisknu zkušební stránku(y)..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Vynechávám zkušební stránku s fotografií."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14406,7 +14419,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14415,17 +14428,17 @@ msgstr ""
"Zkušební stránka byl poslána na tiskárnu.\n"
"Může chvilku trvat než začne tisk.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Proběhl tisk správně?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Přímý tisk na tiskárnu"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14438,7 +14451,7 @@ msgstr ""
"<soubor>\". Grafické nástroje umožňují jednoduše vybrat tiskárny a měnit "
"jejich parametry.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14449,8 +14462,8 @@ msgstr ""
"většině aplikací, ale nezadává se zde název souboru, které je pokaždé jiné v "
"závislosti na dané aplikaci.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14463,7 +14476,7 @@ msgstr ""
"Jednoduše zadejte potřebné nastavení do příkazové řádky, např. \"%s<soubor>"
"\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14474,7 +14487,7 @@ msgstr ""
"klepněte na tlačítko \"Možnosti tiskárny\".%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14483,7 +14496,7 @@ msgstr ""
"Zde je seznam dostupných voleb pro nastavení tisku pro aktuální tiskárnu:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14492,8 +14505,8 @@ msgstr ""
"Pro vytištění souboru z příkazové řádky (v terminálovém okně) použijte "
"příkaz \"%s <soubor>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14504,7 +14517,7 @@ msgstr ""
"většině aplikací, ale nezadává se zde název souboru, které je pokaždé jiné v "
"závislosti na dané aplikaci.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14513,7 +14526,7 @@ msgstr ""
"Všechny možnosti tisku pro současnou tiskárnu jsou zobrazeny níže, nebo "
"klepněte na tlačítko \"Možnosti tiskárny\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14522,7 +14535,7 @@ msgstr ""
"Pro vytištění souboru z příkazové řádky (v terminálovém okně) použijte "
"příkaz \"%s <soubor>\" nebo \"%s <soubor>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14538,7 +14551,7 @@ msgstr ""
"pojmenovanou \"STOP Printer!\", která po klepnutí ihned zastaví všechny "
"tiskové úlohy. To je vhodné třeba pro případy uvíznutí papíru.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14551,27 +14564,27 @@ msgstr ""
"Jednoduše zadejte potřebné nastavení do příkazové řádky, např. \"%s <soubor>"
"\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Užívání a údržba tiskárny \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Tisk na tiskárně \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Vytisknout seznam voleb"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Vytisknout seznam voleb"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14582,7 +14595,7 @@ msgstr ""
"tiskárně podporována celá řada speciálních funkcí.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14591,7 +14604,7 @@ msgstr ""
"Skener na vaší tiskárně lze použít s běžným software využívajícím rozhraní "
"SANE, například Kooka nebo XSane (obě lze nalézt v menu Multimédia/Grafika). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14602,7 +14615,7 @@ msgstr ""
"spustit z Ovládacího centra pod položkou Hardware/Nastavení skeneru).\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14611,7 +14624,7 @@ msgstr ""
"Ke čtečkám paměťových karet na vaší tiskárně lze přistupovat jako k "
"jakémukoli jinému úložnému zařízení na rozhraní USB. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14622,7 +14635,7 @@ msgstr ""
"disku, pomocí které lze ke kartě přistupovat.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14633,7 +14646,7 @@ msgstr ""
"HP Printer Toolbox (v menu Systém/Sledování/HP Printer Toolbox) po stisknutí "
"tlačítka \"Access Photo Cards...\" na záložce \"Functions\". "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14644,7 +14657,7 @@ msgstr ""
"ze čtečky karet na rozhraní USB je obvykle daleko rychlejší.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14656,33 +14669,33 @@ msgstr ""
"%s:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - informace o stavu tiskárny a hladině inkoustu\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - čištění inkoustových hlav\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr "- zarovnání tiskových hlav\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - kalibrace barev\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Přenést konfiguraci tiskárny"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14697,7 +14710,7 @@ msgstr ""
"ale tiskové úlohy nebudou přeneseny.\n"
"Ne všechny fronty lze přenést z následujících důvodů:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14706,7 +14719,7 @@ msgstr ""
"CUPS nepodporuje tiskárny na serverech Novell nebo tiskárny, které posílají "
"data na skupinu příkazů.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14715,12 +14728,12 @@ msgstr ""
"PDQ podporuje pouze místní tiskárny, vzdálené tiskárny LPD a tisk na "
"tiskárny přes sokety/TCP.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD ani LprNG nepodporují IPP tiskárny.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14729,7 +14742,7 @@ msgstr ""
"Tiskové fronty, které nebyly vytvořeny tímto programem nebo přes \"foomatic-"
"configure\" nelze přenést."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14740,7 +14753,7 @@ msgstr ""
"Také tiskárny používající PPD soubory od jejich výrobců nebo tiskárny s "
"nativními ovladači pro CUPS nelze přenést."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14750,17 +14763,17 @@ msgstr ""
"\n"
"Označte tiskárnu, kterou chcete přenést a stiskněte \"Přenést\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Nepřenášet tiskárny"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Přenést"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14771,17 +14784,17 @@ msgstr ""
"Klepněte na \"Přenést\" pro přepsání.\n"
"Také můžete napsat nový název nebo ji přeskočit."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Nový název tiskárny"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Přenáším %s ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14790,28 +14803,28 @@ msgstr ""
"Byla přenesena výchozí tiskárna (\"%s\"). Má se nastavit jako výchozí také "
"na vzdáleném tiskovém systému %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Občerstvuji tisková data ...."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Spouštím síť ...."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Nastavit síť nyní"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Síť není nastavena"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14823,12 +14836,12 @@ msgstr ""
"spojení, ale síť není zatím nastavena. Pokud budete pokračovat bez nastavení "
"sítě, nebude možné použít požadovanou tiskárnu. Jak chcete pokračovat?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Pokračovat bez nastavení sítě"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14842,7 +14855,7 @@ msgstr ""
"centru %s, v sekci \"Síť a Internet\"/\"Připojení\" a následně nastavte "
"tiskárnu také v ovládacím centru %s v sekci \"Hardware\"/\"Tiskárna\""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14852,27 +14865,27 @@ msgstr ""
"Síť nefunguje a nelze ji spustit. Prosím zkontrolujte nastavení hardware. "
"Pak se opět pokuste provést nastavení vzdálené tiskárny."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Restartuji tiskový systém ..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "vysoká"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoidní"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instaluji tiskový systém v bezpečnostní úrovni %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14897,12 +14910,12 @@ msgstr ""
"\n"
"Chcete opravdu nastavit tiskový systém na tomto počítači?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Spustit tiskový systém při startu systému"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14922,32 +14935,32 @@ msgstr ""
"\n"
"Chcete nastavit automatický start tiskového systému zpět?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Ověřují nainstalovaný software..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Odstraňuji %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Nelze odstranit tiskový systém %s!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Instaluji %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Nelze nainstalovat tiskový systém %s!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14960,7 +14973,7 @@ msgstr ""
"na vědomí, že v takovém případě není možné definovat lokální tiskové fronty "
"a pokud není uvedený server dostupný, nelze z tohoto počítače tisknout vůbec."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -14969,32 +14982,32 @@ msgstr ""
"Zadejte název počítače nebo IP adresu serveru CUPS a stiskněte tlačítko OK, "
"pokud chcete používat tento režim, jinak stiskněte tlačítko \"Ukončit\"."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Název nebo IP adresa vzdáleného serveru:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Nastavuji výchozí tiskárnu..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Lokální tiskový systém CUPS nebo vzdálený server CUPS?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "Tiskový systém CUPS lze používat dvěma způsoby: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. Tiskový systém CUPS může běžet lokálně."
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -15003,7 +15016,7 @@ msgstr ""
"Lze pak použít lokálně připojené tiskárny a vzdálené tiskárny na jiných "
"serverech CUPS na stejné síti jsou automaticky nalezeny."
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15015,13 +15028,13 @@ msgstr ""
"Je nutné instalovat dodatečné balíčky software, démon CUPS musí běžet na "
"pozadí a potřebuje paměť a je otevřený port IPP (port 631)."
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. Všechny požadavky na tisk jsou okamžitě odeslány na vzdálený server CUPS."
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15033,7 +15046,7 @@ msgstr ""
"nastavení lokálních tiskových front, a proto je potřeba méně paměti a místa "
"na disku."
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15042,48 +15055,48 @@ msgstr ""
"Nevýhodou tohoto přístupu je, že není možné definovat lokální tiskárny a "
"pokud není zadaný server dostupný, nelze z tohoto počítače tisknout vůbec."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Jakým způsobem by měl být systém CUPS nastaven na vašem počítači?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Vzdálený server, zadejte zde název nebo IP adresu:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Lokální tiskový systém CUPS"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Zvolte tiskový systém pro tiskárnu"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Který tiskový systém chcete použít pro tisk?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Nastavení tiskárny \"%s\" selhalo!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Instaluji Foomatic ..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Nelze nainstalovat balíčky %s, %s nelze spustit!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15094,48 +15107,48 @@ msgstr ""
"možné upravit nastavení, nastavit výchozí tiskárnu nebo získat další "
"informace."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Zobrazit seznam všech vzdálených CUPS tiskáren"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Obnovit seznam tiskáren (pro získání všech vzdálených CUPS tiskáren)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "Nastavení CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Změna tiskového systému"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Normální režim"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Expertní režim"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Možnosti tiskárny"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Změnit nastavení tiskárny"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15144,99 +15157,99 @@ msgstr ""
"Tiskárna %s%s\n"
"Co chcete na této tiskárně změnit?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Tato tiskárna je znepřístupněna"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Provést!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Název tiskárny, popis, umístění"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Výrobce tiskárny, model, ovladač"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Výrobce tiskárny, model"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Nastavit tuto tiskárnu jako výchozí"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Zpřístupnit tiskárnu"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Znepřístupnit tiskárnu"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "Zpracování chyb při komunikaci s tiskárnou"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Tisk zkušebních stránek"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Nápověda pro tisk na této tiskárně"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Odebrat tiskárnu"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Odebírám starou tiskárnu \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Tiskárna \"%s\" je nyní zpřístupněna."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Tiskárna \"%s\" je nyní znepřístupněna."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Chcete opravdu odebrat tiskárnu \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Odebírám tiskárnu \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Výchozí tiskárna"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Tiskárna \"%s\" je nyní nastavena jako výchozí."
@@ -15272,15 +15285,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Nelze nastavit práva na soubor s firmware %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "Nelze nainstalovat balíčky potřebné pro sdílené skeneru(ů)."
@@ -17186,12 +17199,12 @@ msgstr "Prosím odhlaste se a pak stiskněte Ctrl-Alt-Backspace"
msgid "You need to log out and back in again for changes to take effect"
msgstr "Aby se změna projevila, je nutné se odhlásit a opět přihlásit"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s vyžaduje jméno uživatele...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17200,112 +17213,112 @@ msgstr ""
"%s: %s vyžaduje název počítače, MAC adresu, IP, nbi-image, 0/1 pro "
"THIN_CLIENT, 0/1 pro lokální konfiguraci...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s vyžaduje název počítače...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Nastavení terminálového serveru"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "Nastavení dhcpd"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Povolit server"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Vypnout server"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Spustit server"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Zastavit server"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Disketa Etherboot/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Startovací obraz ze sítě"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Přidat/Odebrat uživatele"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Přidat/Odebrat klienty"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Obrazy"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Klienti/Uživatelé"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Průvodce pro nové uživatele"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr "%s definováno jako dm, přidávám uživatele gdm do /etc/passwd$$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17344,27 +17357,27 @@ msgstr ""
" f) Pokud se jedná o tenké klienty, zeptá se, zda-li chcete restartovat "
"KDM.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Zrušit průvodce"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Uložte prosím nastavení dhcpd!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Používat tenké klienty."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Synchronizovat nastavení klávesnice X klienta se serverem."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17380,28 +17393,28 @@ msgstr ""
" 'Tlustý' klient používá své vlastní CPU a paměť, ale souborový systém na "
"serveru."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Vytváří se síťové zaváděcí obrazy pro všechna jádra"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Bude to trvat několik minut."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Hotovo!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s selhalo"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17412,14 +17425,14 @@ msgstr ""
"NBI na %s.\n"
"Požadováno: %d MB, k dispozici: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Synchronizuje se seznam uživatelů na serveru se seznamem na klientovi, "
"včetně roota."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17428,19 +17441,18 @@ msgstr ""
"Chcete-li provést změny na tenkém klientovi, musí se restartovat správce "
"displeje. Chcete jej restartovat teď?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Přehled terminálového serveru"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17451,7 +17463,7 @@ msgstr ""
" - Vytváří zaváděcí obrazy pro Etherboot:\n"
" \tChcete-li zavést jádro pomocí etherboot, musíte vytvořit zvláštní "
"kombinaci jádra a initrd.\n"
-" \tVětšinu práce za vás udělá mkinitrd-net a DrakTermServ je pouze "
+" \tVětšinu práce za vás udělá mkinitrd-net a %s je pouze "
"grafické rozhraní\n"
" \tpro pomoc se správou či přizpůsobením těchto obrazů. Pro "
"vytvoření\n"
@@ -17460,14 +17472,14 @@ msgstr ""
" \tpro dhcpd.conf, musíte vytvořit etherboot obraz alespoň jednoho "
"jádra."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17482,7 +17494,7 @@ msgstr ""
" - Udržuje /etc/dhcpd.conf:\n"
" \tKaždý ze síťově zaváděných klientů potřebuje záznam v dhcpd.conf, "
"který mu přiřadí IP adresu\n"
-" \ta síťový zaváděcí obraz pro daný počítač. DrakTermServ umožní "
+" \ta síťový zaváděcí obraz pro daný počítač. %s umožní "
"tvorbu nebo odstranění těchto záznamů.\n"
"\t\t\t\n"
" \t(U PCI karet lze vynechat obraz - etherboot si vyžádá správný "
@@ -17494,30 +17506,29 @@ msgstr ""
" \tTypický soubor dhcpd.conf podporující bezdiskové klienty vypadá "
"jako:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17535,10 +17546,10 @@ msgstr ""
" I když můžete použít rozsah IP adres místo nastavení specifického "
"záznamu pro\n"
" počítač klienta, použití pevné adresy vám umožní zadat funkcionalitu\n"
-" do souborů s nastavením pro specifického klienta, které poskytuje "
-"ClusterNFS.\n"
+" do souborů s nastavením pro specifického klienta, které poskytuje %"
+"s.\n"
"\t\t\t\n"
-" Poznámka: Položku \"#type\" používá pouze DrakTermServ. Klienti mohou "
+" Poznámka: Položku \"#type\" používá pouze %s. Klienti mohou "
"být buď \"thin\"\n"
" nebo \"fat\". Tencí klienti provozují většinu software na serveru "
"pomocí XDMCP, tlustí klienti provozují většinu\n"
@@ -17563,17 +17574,16 @@ msgstr ""
" Poznámka: Po přidání nebo odebrání klientů musíte zastavit a znovu "
"spustit server."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17581,57 +17591,58 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Udržuje /etc/exports:\n"
-" \t\tClusterNFS dovoluje exportovat kořenový souborový systém na "
-"bezdiskové klienty. DrakTermServ\n"
+" \t\t%s dovoluje exportovat kořenový souborový systém na bezdiskové "
+"klienty. %s\n"
" \t\tnastaví odpovídající záznam tak, aby umožnil anonymní přístup ke "
"kořenovému souborovému systému\n"
" \t\tbezdiskovým klientům.\n"
"\n"
-" \t\tTypický záznam pro export ClusterNFS vypadá:\n"
+" \t\tTypický záznam pro export %s vypadá:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
"\t\t\tSe SUBNET/MASK odpovídající vaší síti."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Udržuje %s:\n"
" \tAby se mohli uživatelé přihlásit do systému z bezdiskových stanic, "
"musí být duplikován\n"
-" \tjejich záznam z /etc/shadow v %s. DrakTermServ v tomto ohledu\n"
+" \tjejich záznam z /etc/shadow v %s. %s v tomto ohledu\n"
" \tpomáhá přidáním nebo odebráním uživatelů systému z tohoto souboru."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - %s pro každého klienta:\n"
-" \tSkrze ClusterNFS může mít každý bezdiskový klient své vlastní "
-"unikátní soubory s nastavením\n"
-" \tumístěné na serveru v kořenovém souborovém systému. DrakTermServ "
+" \tSkrze %s může mít každý bezdiskový klient své vlastní unikátní "
+"soubory s nastavením\n"
+" \tumístěné na serveru v kořenovém souborovém systému. %s "
"bude v budoucnu pomáhat\n"
" \ts tvorbou těchto souborů."
-#: standalone/drakTermServ:620
-#, c-format
+#: standalone/drakTermServ:631
+#, fuzzy, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17647,9 +17658,9 @@ msgid ""
"machine is configured."
msgstr ""
" - Soubory s nastavením systému pro každého klienta:\n"
-" \tSkrze clusternfs může mít každý bezdiskový klient své vlastní "
-"unikátní soubory s nastavením\n"
-" \tumístěné na serveru v kořenovém souborovém systému. DrakTermServ "
+" \tSkrze %s může mít každý bezdiskový klient své vlastní unikátní "
+"soubory s nastavením\n"
+" \tumístěné na serveru v kořenovém souborovém systému. %s "
"bude v budoucnu pomáhat\n"
" \ts tvorbou těchto souborů,\n"
" \tnapř. /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/"
@@ -17663,12 +17674,12 @@ msgstr ""
" Lokální natavení hardware může být ale zakázáno, takže konfigurační\n"
"soubory budou takové, jak byl klient nastaven."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17693,7 +17704,7 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \tDrakTermServ nastaví tento soubor tak, aby pracoval v souladu s "
+" \t%s nastaví tento soubor tak, aby pracoval v souladu s "
"obrazy vytvořenými pomocí\n"
" \tmkinitrd-net a záznamy v /etc/dhcpd.conf tak, aby byl každému "
"bezdiskovému klientu poskytnut\n"
@@ -17717,14 +17728,12 @@ msgstr ""
" \t\t'no' a změnu cesty adresáře na /var/lib/tftpboot, kam ukládá\n"
" \t\tmkinitrd-net své obrazy."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17735,8 +17744,8 @@ msgstr ""
" - Vytváří diskety či CD s etherboot:\n"
" \tBezdiskové klientské počítače potřebují buď obrazy ROM na síťové "
"kartě nebo\n"
-" \t zaváděcí disketu či CD, aby mohly zahájit zaváděcí sekvenci. "
-"drakTermServ pomůže\n"
+" \t zaváděcí disketu či CD, aby mohly zahájit zaváděcí sekvenci. %s "
+"pomůže\n"
" \ts vygenerováním těchto obrazů založených na síťové kartě v "
"klientském počítači.\n"
" \t\t\n"
@@ -17745,94 +17754,94 @@ msgstr ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Spouštěcí disketa"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Spouštěcí ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE obraz"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Výchozí verze jádra"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "Instalovat jádro pro i586 pro starší klienty"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Sestavit celé jádro -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Nebylo zvoleno žádné jádro!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Sestavit jedinou NIC -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Není vybrána žádná síťová karta!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Sestavit všechna jádra -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Smazat"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Není zvolen žádný obraz!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Smazat všechny NBI"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Vytváří se obrazy pro jádro:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17843,27 +17852,27 @@ msgstr ""
"Terminal Server.\n"
"Smažte/znovu přidejte uživatele pro povolení přihlášení na Terminal Server."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Přidat uživatele -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Odebrat uživatele"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "typ: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "lokální konfigurace: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17872,22 +17881,22 @@ msgstr ""
"Povolit konfiguraci\n"
"lokálního hardware."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Nepodařilo se vytvořit obraz pro spouštění ze sítě!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Tenký klient"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Povolit tenké klienty"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -17896,52 +17905,52 @@ msgstr ""
"Synchronizovat nastavení\n"
"klávesnice X klienta se serverem."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Přidat klienta -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "typ: tlustý"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "typ: tenký"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "Lokální konfigurace: false"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "lokální konfigurace: true"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Upravit klienta"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Zakázat lokální konfiguraci"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Odebrat klienta"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17950,78 +17959,78 @@ msgstr ""
"Pro aktivaci změn je potřeba správce oken restartovat.\n"
"(příkaz v konzoli: service dm restart)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Tencí klienti nebudou pracovat s automatickým přihlášením. Vypnout jej?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Všichni klienti budou používat %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Podsíť:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Maska sítě:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Směrovače:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Maska podsítě:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Adresa broadcastu:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Název domény:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Jmenné servery:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "IP rozsah od:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "IP rozsah do:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Připojit TS Includes k existujícímu nastavení"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Zapsat nastavení"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Nastavení serveru dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18031,7 +18040,7 @@ msgstr ""
"Většina těchto údajů byla získána z vašeho\n"
"běžícího systému. Můžete je upravit dle potřeby"
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -18040,100 +18049,100 @@ msgstr ""
"Rozsah dynamických IP adres\n"
"(nutných pro PXE klienty):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Zápis na %s selhal!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Prosím vložte disketu:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Nelze pracovat s disketou!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Nyní můžete disketu vyjmout"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Není dostupná žádná disketová mechanika!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "Obraz pro PXE je %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Chyba při zapisování %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "ISO image pro Etherboot je %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Něco neproběhlo správně! - Je nainstalovaný program mkisofs?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Je nutné nejprve vytvořit soubor /etc/dhcpd.conf!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s má špatné heslo v Terminál serveru - nový pokus...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s není uživatel...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s je již uživatel pro Terminal Server\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Přidání %s do Terminálového serveru selhalo!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s přidán do Terminál serveru\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Smazán %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s nenalezen...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allow a /etc/hosts.deny jsou již nastaveny - beze změn"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Změnilo se nastavení - restartovat clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Změnilo se nastavení - restartovat %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26334,17 +26343,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake nebude nyní spuštěn."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Vyhledávám nastavené skenery ...."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Vyhledávám nové skenery ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Znovu generuji seznam nastavených skenerů..."
@@ -26507,43 +26516,43 @@ msgstr ""
"Skener %s musí být nastaven pomocí nástroje PrinterDrake.\n"
"Spustit PrinterDrake lze z ovládacího centra %s v sekci Hardware."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Nastavuji moduly jádra..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Automaticky detekovat dostupné porty"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Vyberte prosím zařízení, ke kterému je skener %s připojen"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Pozn: Paralelní porty nepoužívají autodetekci)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "vyberte zařízení"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Vyhledávám skenery..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Nastavuji moduly jádra..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Pozor!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26556,7 +26565,7 @@ msgstr ""
"Je zapotřebí ručních zásahů. Upravte prosím soubor s nastavením /etc/sane.d/%"
"s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26565,7 +26574,7 @@ msgstr ""
"Více informací lze nalézt v manuálových stránkách k ovladači. Spusťte příkaz "
"\"man sane-%s\" a přečtěte si je."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26574,7 +26583,7 @@ msgstr ""
"Poté lze skenovat dokumenty pomocí aplikace \"XSane\" nebo \"Kooka\" z menu "
"aplikací Multimédia/Grafika."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26583,7 +26592,7 @@ msgstr ""
"Váš %s byl nastaven, je však možné, že pro dosažení plné funkčnosti bude "
"třeba dalších ručních zásahů. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26592,12 +26601,12 @@ msgstr ""
"Pokud se neobjeví v seznamu nastavených skenerů v hlavním okně nástroje "
"Scannerdrake nebo pokud nepracuje správně, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "upravte soubor s nastavením /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26608,7 +26617,7 @@ msgstr ""
"Nyní lze skenovat dokumenty pomocí aplikace \"XSane\" nebo \"Kooka\" z menu "
"aplikací Multimédia/Grafika."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26620,7 +26629,7 @@ msgstr ""
"\n"
"%s\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26632,42 +26641,42 @@ msgstr ""
"\n"
"%s\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Na vašem počítači nebyly nalezeny žádné připojené skenery.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Vyhledání nový skenerů"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Přidat skener ručně"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Instalovat/Aktualizovat soubory s firmware"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Sdílení skeneru"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Všechny vzdálené počítače"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Tento počítač"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26676,7 +26685,7 @@ msgstr ""
"Zde můžete nastavit, zda skenery, co jsou připojeny k tomuto počítači, mohou "
"být vzdáleně přístupné a také přesně z jakých počítačů."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26685,33 +26694,33 @@ msgstr ""
"Zde můžete rozhodnout o tom, zda vzdáleně přístupné skenery budou využitelné "
"i na tomto počítači."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Skenery na tomto počítači jsou přístupné i pro vzdálené počítače"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Sdílet skener pro počítače: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Použít skenery na vzdáleném počítači"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Použít skenery na počítači: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Sdílení lokálních skenerů"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26719,55 +26728,55 @@ msgid ""
msgstr ""
"Zde je seznam počítačů, na kterých jsou přístupné lokálně připojené skenery: "
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Přidat počítač"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Upravit vybraný počítač"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Odstranit vybraný počítač"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Název/IP adresa počítače:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Zvolte počítač, na kterém budou přístupné lokální skenery:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Musíte zadat název počítače nebo IP adresu.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Tento počítač je již na seznamu, nelze jej tedy přidat dvakrát.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Použití vzdálených skenerů"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Zde je seznam počítačů, ze kterých je možné využít skenery: "
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26778,7 +26787,7 @@ msgstr ""
"\n"
"Chcete nainstalovat balíček saned?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Váš skener(y) nebude přístupný na síti."
@@ -26963,6 +26972,312 @@ msgstr ""
msgid "Installation failed"
msgstr "Instalace selhala"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Zrušit"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Vytváří zaváděcí obrazy pro Etherboot:\n"
+#~ " \tChcete-li zavést jádro pomocí etherboot, musíte vytvořit "
+#~ "zvláštní kombinaci jádra a initrd.\n"
+#~ " \tVětšinu práce za vás udělá mkinitrd-net a DrakTermServ je pouze "
+#~ "grafické rozhraní\n"
+#~ " \tpro pomoc se správou či přizpůsobením těchto obrazů. Pro "
+#~ "vytvoření\n"
+#~ " \tsouboru /etc/dhcpd.conf.etherboot-pcimap.include, který je "
+#~ "použit\n"
+#~ " \tpro dhcpd.conf, musíte vytvořit etherboot obraz alespoň "
+#~ "jednoho jádra."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Udržuje /etc/dhcpd.conf:\n"
+#~ " \tKaždý ze síťově zaváděných klientů potřebuje záznam v dhcpd."
+#~ "conf, který mu přiřadí IP adresu\n"
+#~ " \ta síťový zaváděcí obraz pro daný počítač. DrakTermServ umožní "
+#~ "tvorbu nebo odstranění těchto záznamů.\n"
+#~ "\t\t\t\n"
+#~ " \t(U PCI karet lze vynechat obraz - etherboot si vyžádá správný "
+#~ "obraz. Měli byste\n"
+#~ " \ttaké vzít v úvahu, že když hledá etherboot obrazy, očekává "
+#~ "názvy jako\n"
+#~ " \tboot-3c59x.nbi, a ne boot-3c59x.2.4.19-16mdk.nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tTypický soubor dhcpd.conf podporující bezdiskové klienty vypadá "
+#~ "jako:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " I když můžete použít rozsah IP adres místo nastavení specifického "
+#~ "záznamu pro\n"
+#~ " počítač klienta, použití pevné adresy vám umožní zadat "
+#~ "funkcionalitu\n"
+#~ " do souborů s nastavením pro specifického klienta, které poskytuje "
+#~ "ClusterNFS.\n"
+#~ "\t\t\t\n"
+#~ " Poznámka: Položku \"#type\" používá pouze DrakTermServ. Klienti "
+#~ "mohou být buď \"thin\"\n"
+#~ " nebo \"fat\". Tencí klienti provozují většinu software na serveru "
+#~ "pomocí XDMCP, tlustí klienti provozují většinu\n"
+#~ " software na klientském počítači. Zvláštní init%s, je\n"
+#~ " vytvořen pro tenkého klienty. Systémové soubory s nastavením xdm-"
+#~ "config, kdmrc a gdm.conf jsou upraveny\n"
+#~ " při použití tenkých klientů tak, aby povolovaly XDMCP. Jelikož při "
+#~ "použití XDMCP vznikají bezpečnostní rizika,\n"
+#~ " jsou upraveny soubory hosts.deny a hosts.allow tak, aby omezily "
+#~ "přístup pouze z lokální sítě.\n"
+#~ "\t\t\t\n"
+#~ " Poznámka: Položka \"#hdw_config\" je použita pouze pro klienty a "
+#~ "může buď 'true' nebo 'false'.\n"
+#~ " Hodnota 'true' povoluje přihlášení uživatele root dovoluje mu také "
+#~ "změny\n"
+#~ "v lokálním hardware u zvuku, myši pomocí nástrojů sady 'drak'tools.\n"
+#~ " V tomto případě se vytvoří konfigurační soubor asociovaný s IP "
+#~ "adresou a vytvoří se\n"
+#~ " přípojný bod pro zápis, kam se tato konfigurace zapíše. Pokud "
+#~ "jste\n"
+#~ " s konfigurací spokojeni, můžete právo pro uživatele root odebrat.\n"
+#~ "\t\t\t\n"
+#~ " Poznámka: Po přidání nebo odebrání klientů musíte zastavit a znovu "
+#~ "spustit server."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Udržuje /etc/exports:\n"
+#~ " \t\tClusterNFS dovoluje exportovat kořenový souborový systém na "
+#~ "bezdiskové klienty. DrakTermServ\n"
+#~ " \t\tnastaví odpovídající záznam tak, aby umožnil anonymní přístup "
+#~ "ke kořenovému souborovému systému\n"
+#~ " \t\tbezdiskovým klientům.\n"
+#~ "\n"
+#~ " \t\tTypický záznam pro export ClusterNFS vypadá:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tSe SUBNET/MASK odpovídající vaší síti."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Udržuje %s:\n"
+#~ " \tAby se mohli uživatelé přihlásit do systému z bezdiskových "
+#~ "stanic, musí být duplikován\n"
+#~ " \tjejich záznam z /etc/shadow v %s. DrakTermServ v tomto ohledu\n"
+#~ " \tpomáhá přidáním nebo odebráním uživatelů systému z tohoto "
+#~ "souboru."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - %s pro každého klienta:\n"
+#~ " \tSkrze ClusterNFS může mít každý bezdiskový klient své vlastní "
+#~ "unikátní soubory s nastavením\n"
+#~ " \tumístěné na serveru v kořenovém souborovém systému. "
+#~ "DrakTermServ bude v budoucnu pomáhat\n"
+#~ " \ts tvorbou těchto souborů."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Soubory s nastavením systému pro každého klienta:\n"
+#~ " \tSkrze clusternfs může mít každý bezdiskový klient své vlastní "
+#~ "unikátní soubory s nastavením\n"
+#~ " \tumístěné na serveru v kořenovém souborovém systému. "
+#~ "DrakTermServ bude v budoucnu pomáhat\n"
+#~ " \ts tvorbou těchto souborů,\n"
+#~ " \tnapř. /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/"
+#~ "keyboard zvlášť pro\n"
+#~ " \tkaždého klienta.\n"
+#~ "\n"
+#~ " Pozn. Povolení nastavení lokálního hardware umožní také "
+#~ "přihlášení uživatele root\n"
+#~ " na terminálový server se všech stanic, které mají tuto možnost "
+#~ "povolenu.\n"
+#~ " Lokální natavení hardware může být ale zakázáno, takže "
+#~ "konfigurační\n"
+#~ "soubory budou takové, jak byl klient nastaven."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tDrakTermServ nastaví tento soubor tak, aby pracoval v souladu s "
+#~ "obrazy vytvořenými pomocí\n"
+#~ " \tmkinitrd-net a záznamy v /etc/dhcpd.conf tak, aby byl každému "
+#~ "bezdiskovému klientu poskytnut\n"
+#~ " \todpovídající zaváděcí obraz.\n"
+#~ "\n"
+#~ " \tTypický soubor s nastavením TFTP vypadá takto:\n"
+#~ " \t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \t\tZměny oproti výchozí instalaci zahrnují změnu příznaku "
+#~ "disable na\n"
+#~ " \t\t'no' a změnu cesty adresáře na /var/lib/tftpboot, kam ukládá\n"
+#~ " \t\tmkinitrd-net své obrazy."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Vytváří diskety či CD s etherboot:\n"
+#~ " \tBezdiskové klientské počítače potřebují buď obrazy ROM na "
+#~ "síťové kartě nebo\n"
+#~ " \t zaváděcí disketu či CD, aby mohly zahájit zaváděcí sekvenci. "
+#~ "drakTermServ pomůže\n"
+#~ " \ts vygenerováním těchto obrazů založených na síťové kartě v "
+#~ "klientském počítači.\n"
+#~ " \t\t\n"
+#~ " \tJednoduchý příklad ručního vytvoření zaváděcí diskety pro kartu "
+#~ "3Com 3c509:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Změnilo se nastavení - restartovat clusternfs/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/cy.po b/perl-install/share/po/cy.po
index 6ea884a7d..d144a435c 100644
--- a/perl-install/share/po/cy.po
+++ b/perl-install/share/po/cy.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mandriva DrakX.cy\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-09-12 18:04+0200\n"
"Last-Translator: Rhoslyn Prys <post@meddal.com>\n"
"Language-Team: Cymraeg <post@meddal.com>\n"
@@ -207,21 +207,21 @@ msgstr "Arhoswch, canfod a ffurfweddu dyfeisiau..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -248,9 +248,9 @@ msgstr "Arhoswch, canfod a ffurfweddu dyfeisiau..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Gwall"
@@ -490,10 +490,10 @@ msgstr "Arddull"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Gadael"
@@ -653,7 +653,7 @@ msgstr "Cerdyn graffeg: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -670,7 +670,7 @@ msgstr "Iawn"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -685,7 +685,7 @@ msgstr "Diddymu"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -915,7 +915,7 @@ msgstr "Adran gyntaf o'r rhaniad gwraidd"
msgid "On Floppy"
msgstr "Ar Ddisg Meddal"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Hepgor"
@@ -1259,9 +1259,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Gorffen"
@@ -1466,9 +1466,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Cychwyn userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1643,7 +1643,7 @@ msgstr "Parth"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Gweinydd"
@@ -1769,7 +1769,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "Methu defnyddio darlledu heb barth NIS"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1784,42 +1784,42 @@ msgstr ""
"aros am y cychwyn rhagosodedig\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO gyda dewislen raffigol"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO gyda dewislen testun"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB gyda dewislen raffigol"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB gyda dewislen testun"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "dim digon o le yn /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Nid oes modd gosod y cychwynnwr ar raniad %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1828,7 +1828,7 @@ msgstr ""
"Rhaid i ffurfweddiad eich cychwynnwr gael ei ddiweddaru am i'r rhaniadau "
"gael eu hail rifo."
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1837,7 +1837,7 @@ msgstr ""
"Methu gosod eich cychwynnwr yn iawn, Rhaid defnyddio achub cychwyn a dewis "
"\"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Ail osod Cychwynnwr"
@@ -3049,7 +3049,7 @@ msgstr "Chwiliwch weinyddion newydd"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Rhaid i becyn %s gael ei osod. Ydych chi am ei osod?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Methu gosod pecyn %s!"
@@ -3060,19 +3060,19 @@ msgid "Mandatory package %s is missing"
msgstr "Mae pecyn gorfodol %s ar goll"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Rhybudd"
@@ -3973,7 +3973,7 @@ msgstr "Enw defnyddiwr"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4867,8 +4867,8 @@ msgstr ""
"gwallus ar y ddisg."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5959,8 +5959,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7680,14 +7680,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Ail-gyflwyno"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Tsiec (QWERTY)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7701,28 +7701,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Sbaenaidd"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Ffinnaidd"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Ffrengig"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7736,577 +7736,577 @@ msgid ""
"Polish"
msgstr "Pwylaidd"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Rwsiaidd"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Swedaidd"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Bysellfwrdd DG"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Bysellfwrdd UDA"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albaniaidd"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armenaidd (hen)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armenaidd (teipiadur)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armenaidd (ffonetig)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arabaidd"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaidjan (lladin)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgaidd"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengalaidd (gosodiad Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengalaidd (gosodiad Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bwlgaraidd (ffonetig)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bwlgaraidd (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brasilaidd (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosniaidd"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Belarusaidd"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Swisaidd (gosodiad Almaeneg)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Swisaidd (gosodiad Ffrengig)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "sillafog Cherokee"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Tsiec (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Almaenaidd (dim bysellau marw)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Danaidd"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (UDA)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Ffrengig)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (DG)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norwyaidd)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Pwylaidd)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Swedaidd)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tibetaidd"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estonaidd"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Ffaroaidd"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgaidd (gosodiad \"Rwsiaidd\")"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgaidd (gosodiad \"Lladinaidd\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Groegaidd"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Groegaidd (polytonic)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Croataidd"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Hwngaraidd"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Gwyddelig"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israelaidd"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israelaidd (Ffonetig)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iranaidd"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Eislandaidd"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Eidalaidd"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Siapaëaidd 106 bysell"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Bysellfwrdd Corëaidd"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Cwrdaidd (sgript arabaidd)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Bysellfwrdd Kyrgyz"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Lladin America"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laotiaidd"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lithuenaidd AZERTY (hen)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lithuenaidd AZERTY (newydd)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lithuenaidd \"rhes rhif\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lithuenaidd \"ffonetig\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Latfiaidd"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalamaidd"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Macedonaidd"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Burma)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongolaidd (cyrillic)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltaidd (DU)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltaidd (UDA)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Isalmaenaidd"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Pwylaidd (gosodiad qwerty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Pwylaidd (gosodiad qwerty)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Patsho"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portiwgalaidd"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Canada (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Romanaidd (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Romanaidd (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Rwsiaidd (Ffonetig)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (norwyaidd)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (Swedaidd/Ffinaidd)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slfenaidd"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
@@ -8315,84 +8315,84 @@ msgstr ""
"_: keyboard\n"
"Sinhala"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slofacaidd (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slofacaidd (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbaidd (cyrilig)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Syriaidd"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Syriaidd (ffonetig)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (cynllun TSCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamil (cynllun teipiadur)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thai (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thai (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thai (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
@@ -8401,7 +8401,7 @@ msgstr ""
"_: keyboard\n"
"Tifinagh (cynllun moroccot) (+lladin/arabeg)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
@@ -8410,160 +8410,160 @@ msgstr ""
"_: keyboard\n"
"Tifinagh (phonetig) (+lladin/arabeg)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Bysellfwrdd Tajig"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turkmen"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Twrcaidd (model traddodiadol \"F\")"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Twrcaidd (model modern \"Q\")"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Wcranaidd"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "bysellfwrdd Urdu"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Bysellfwrdd UDA (rhyngwladol)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Uzbekaidd (Cyrilig)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Fietnamëaidd \"rhes rhifol\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Iwgoslafaidd (lladin)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Bysell Alt dde"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Y ddwy fysell Shift gyda'i gilydd"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Bysellau Control a Shift gyda'i gilydd"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "Bysell CapsLock"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Bysellau Shift ac CapsLock gyda'i gilydd"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Bysellau Ctrl ac Alt gyda'i gilydd"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Bysellau Alt a Shift gyda'i gilydd"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "Bysell \"Dewislen\""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Bysell \"Windows\" chwith"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Bysell \"Windows\" de"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Y ddwy fysell Control gyda'i gilydd"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Y ddwy fysell Alt gyda'i gilydd"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Bysell Shift chwith"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Bysell Alt dde"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Bysell Alt chwith"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Bysell Control chwith"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Bysell Control dde"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8574,7 +8574,7 @@ msgstr ""
"caniatáu newid rhwng bysellfyrddau gwahanol (e.e.: lladin neu\n"
"arall)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10969,8 +10969,8 @@ msgstr "Dylai Netmask fod ar fformat 255.255.224.0"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Rhybudd : cyfeiriad IP %s wedi ei gadw fel rheol !"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s yn cael ei ddefnyddio eisoes\n"
@@ -11675,7 +11675,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Methodd copïo'r gadarnwedd, heb ganfod ffeil %s"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Llongyfarchiadau!"
@@ -11808,9 +11808,9 @@ msgstr "Ffurfweddu ar beiriannau eraill"
msgid "On CUPS server \"%s\""
msgstr "Ar weinydd CUPS \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr "(Rhagosodedig)"
@@ -11862,9 +11862,9 @@ msgstr "CUPS pell"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Model anhysbys"
@@ -12112,7 +12112,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Argraffydd crai (dim gyrrwr)"
@@ -12143,12 +12143,12 @@ msgstr "Gwesteiwr %s"
msgid "%s (Port %s)"
msgstr "%s (Porth %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12196,7 +12196,7 @@ msgstr ""
"gyfer y cyfrifiadur hwn."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Gweinydd CUPS pell a dim daemon CUPS lleol"
@@ -12245,8 +12245,8 @@ msgstr "Rhannu argraffydd ar westeiwr/rhwydwaith:"
msgid "Custom configuration"
msgstr "Ffurfweddiad addasu"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Dim cyfrifiaduron pell"
@@ -12481,8 +12481,8 @@ msgstr "Porth"
msgid "On, Name or IP of remote server:"
msgstr "mlaen, Enw neu IP gweinydd pell"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "Mae enw gweinydd CUPS neu gyfeiriad IP ar goll."
@@ -12492,29 +12492,30 @@ msgstr "Mae enw gweinydd CUPS neu gyfeiriad IP ar goll."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Darllen data argraffydd..."
@@ -12643,7 +12644,7 @@ msgstr ""
"Nid oes angen ffurfweddu argraffyddion ar weinyddion CUPS pell: byddant yn "
"cael eu canfod yn awtomatig."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12874,12 +12875,12 @@ msgstr "ar "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Dewis model yr argraffydd"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Pa fath o argraffydd sydd gennych?"
@@ -12897,7 +12898,7 @@ msgstr ""
"Nid oedd Printerdrake yn gallu adnabod eich argraffydd %s. Dewiswch yr un "
"cywir o'r rhestr."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12906,7 +12907,7 @@ msgstr ""
"Nid yw eich argraffydd wedi ei rhestri, dewiswch un cyfatebol (gw. llawlyfr "
"eich argraffydd) neu un tebyg."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Ffurfweddu argraffydd \"%s\" ..."
@@ -12925,7 +12926,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Gweinyddu Pell"
@@ -12940,8 +12941,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Ychwanegu argraffydd newydd"
@@ -13154,8 +13155,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Methu gosod pecynnau: %s!"
@@ -13394,10 +13395,10 @@ msgid "Remote printer name missing!"
msgstr "Mae enw'r argraffydd pell ar goll!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13776,8 +13777,8 @@ msgstr "Golygu"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Math o gyswllt argraffydd"
@@ -13787,22 +13788,18 @@ msgstr "Math o gyswllt argraffydd"
msgid "What do you want to do?"
msgstr "Beth hoffech chi ei wneud?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Diddymu"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13815,7 +13812,7 @@ msgstr ""
"ddiweddar, sganio ar ddyfeisiau amlbwrpas, a mynediad at gardiau cof ar "
"argraffyddion gyda darllenwyr cardiau cof."
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, fuzzy, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13824,90 +13821,106 @@ msgstr ""
"I gael mynediad at y swyddogaethau ychwanegol hyn ar eich argraffydd HP, "
"rhaid ei fod wedi ei osod gyda'r feddalwedd bwrpasol."
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, fuzzy, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr "Beth yw eich dewis (dewis \"Dim\" ar gyfer rhai heblaw HP)?"
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Gosod pecyn %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Dim ond argraffu bydd yn bosibl ar %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Methwyd tynnu eich hen ffeil ffurfweddiad HPOJ %s o'ch %s!"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Tynnwch y ffeil gyda llaw ac ailgychwyn HPLIP"
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Gwirio'r ddyfais a ffurfweddu %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Pa argraffydd hoffech ei osod gyda HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Gosod modiwlau'r cnewyllyn..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Gosod pecynnau SANE..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Ni fydd sganio'n bosibl ar %s"
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Defnyddio a Chynnal eich %s"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Ffurfweddu dyfais..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Gwneud porth argraffu ar gael ar gyfer CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Darllen cronfa ddata argraffydd..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Rhowch Enw'r Argraffydd a Sylw"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Dylai enw'r argraffydd gynnwys llythrennau, rhifau a'r tanlinellu, yn unig"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13916,7 +13929,7 @@ msgstr ""
"Mae argraffydd \"%s\" yn bodoli eisoes,\n"
"ydych chi wir eisiau ailysgrifennu ei ffurfweddiad?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13927,7 +13940,7 @@ msgstr ""
"amhosib cael mynediad o raglenni Windows. Ydych chi wir am ddefnyddio'r enw "
"hwnnw?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13936,35 +13949,35 @@ msgstr ""
"Mae pob argraffydd angen enw (e.e. \"argraffydd\". Nid oes angen llanw "
"meysydd Disgrifiad a Lleoliad. Lle ar gyfer sylwadau'r defnyddiwr sydd yma."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Enw'r argraffydd"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Disgrifiad"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Lleoliad"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Paratoi cronfa ddata argraffydd..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Model eich argraffydd"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13990,18 +14003,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Mae'r model yn gywir"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Dewiswch y model gyda llaw"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14016,12 +14029,12 @@ msgstr ""
"Chwiliwch am y model cywir pan fo'r cyrchwr yn sefyll ar y model anghywir "
"neu ar \"Argraffydd bras\"."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Gosod ffeil PPD gan y cynhyrchwyr"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14030,7 +14043,7 @@ msgstr ""
"Mae pob argraffydd PostSgript yn cael ei ddarparu gyda ffeil PPD sy'n "
"disgrifio dewisiadau a nodweddion yr argraffydd."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14039,12 +14052,12 @@ msgstr ""
"Fel rheol mae'r ffeil ar CD sy'n cynnwys gyrwyr Windows a Mac sy'n dod "
"gyda'r argraffydd."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Gallwch ganfod y ffeiliau PPD ar safle gwe'r gwneuthurwr."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14053,7 +14066,7 @@ msgstr ""
"Ow yw Windows wedi ei osod ar eich peiriant , mae'r ffeil PPD i'w gael ar "
"eich rhaniad Windows, hefyd."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14063,7 +14076,7 @@ msgstr ""
"Mae gosod a defnyddio'r ffeil PPD wrth osod yr argraffydd am y tro cyntaf yn "
"gwneud pob dewis ar gael sy'n cydweddu gyda chaledwedd yr argraffydd."
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14072,51 +14085,51 @@ msgstr ""
"Yma cewch ddewis y ffeil PPD i'w osod ar eich peiriant, i'w ddefnyddio ar "
"gyfer gosod eith peiriant."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Gosod ffeil PPD o"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Disg Meddal"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Man arall"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Dewis ffeil PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "Nid yw ffeil PPD %s yn bodoli neu nid yw'n ddarllenadwy!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "Nid yw'r ffeil PPD %s yn cyd-fynd â manyleb PPD!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Gosod ffeil PPD..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Ffurfweddiad OKI winprinter "
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14134,12 +14147,12 @@ msgstr ""
"brawf. Os na wnewch chi hynny, ni fydd yr argraffydd yn gweithio. Bydd eich "
"gosodiad ynghylch y math o gysylltiad yn cael ei anwybyddu gan y gyrrwr."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Ffurfweddiad inkjet Lexmark"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14151,7 +14164,7 @@ msgstr ""
"argraffyddion lleol, yn unig. Cysylltwch eich argraffydd i borth lleol neu "
"ffurfweddwch ef i'r peiriant mae'n gysylltiedig ag ef."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14173,12 +14186,12 @@ msgstr ""
"dudalennau'r alinio'r pen argraffu gyda \"lexmarkmaintain\" a newid "
"gosodiadau aliniad y pen gyda'r rhaglen."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Ffurfweddiad Lexmark 125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14191,12 +14204,12 @@ msgstr ""
"beiriannau pell na blychau gweinydd argraffu.. Cysylltwch eich argraffydd i "
"borth USB lleol neu ei ffurfweddu i'r peiriant mae wedi ei gysylltu iddo."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Ffurfweddiad Samsung ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14210,17 +14223,17 @@ msgstr ""
"argraffydd i'r porth paralel cyntaf neu ei ffurfweddu i'r peiriant mae wedi "
"ei gysylltu iddo."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Ffurfweddiad Canon LBP-460/660"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Ffurfweddiad Canon LBP-460/660"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14233,12 +14246,12 @@ msgstr ""
"beiriannau pell na blychau gweinydd argraffu.. Cysylltwch eich argraffydd i "
"borth USB lleol neu ei ffurfweddu i'r peiriant mae wedi ei gysylltu iddo."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Llwytho Cadarnwedd i Fyny ar gyfer HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14256,27 +14269,27 @@ msgstr ""
"argraffiad ansawdd/cydraniad uchel iawn yn gallu arafu'r argraffu'n "
"sylweddol.."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Gosod yr Argraffydd Rhagosodedig"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Rhaid i ddewis %s fod yn gyfanrif"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Rhaid i ddewis %s fod yn rhif!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Dewis %s allan o amrediad!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14285,12 +14298,12 @@ msgstr ""
"Ydych chi am osod argraffydd (\"%s\")\n"
"fel yr argraffydd rhagosodedig?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Tudalennau prawf"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14303,47 +14316,47 @@ msgstr ""
"argraffu ac ar argraffydd laser heb lawer o gof mae'n bosibl na ddaw o gwbl. "
"Yn y rhan fwyaf o achosion, mae'r dudalen prawf safonol yn ddigonol."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Dim tudalennau prawf"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Argraffu"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Tudalen prawf safonol"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Prawf tudalen arall (Llythyr)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Prawf tudalen arall (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Tudalen prawf llun"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Argraffu tudalen(nau) prawf..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Osgoi prawf llun ffoto"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14358,7 +14371,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14367,17 +14380,17 @@ msgstr ""
"Mae tudalen(nau) prawf wedi eu hanfon at yr argraffydd.\n"
"Gall gymryd amser cyn i'r argraffydd gychwyn.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "A weithiodd hwnnw'n iawn?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Argraffydd bras"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14390,7 +14403,7 @@ msgstr ""
"\"xpp <file>\" neu \"kprinter <file>\". Mae'r offeryn graffigol yn caniatáu "
"chi ddefnyddio'r argraffydd ac i newid gosodiadau dewis yn hawdd.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14401,8 +14414,8 @@ msgstr ""
"deialogau argraffu mewn nifer o raglenni, ond yma nid ydynt yn darparu'r "
"enw ffeil am fod y ffeil i'r argraffydd yn cael ei ddarparu gan y rhaglen.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14415,7 +14428,7 @@ msgstr ""
"tasg argraffu penodol. Ychwanegwch y gosodiadau angenrheidiol i'r llinell "
"gorchymyn, e.e \"%s <file>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14426,7 +14439,7 @@ msgstr ""
"ai'r rhestr isod neu cliciwch ar y botwm \"Rhestr dewis argraffu\".%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14436,7 +14449,7 @@ msgstr ""
"presennol:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14445,8 +14458,8 @@ msgstr ""
"I argraffu ffeil o'r llinell orchymyn (ffenestr terfynell) defnyddiwch "
"orchymyn \"%s <file>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14457,7 +14470,7 @@ msgstr ""
"nifer o raglenni. Ond peidiwch â rhoi'r enw ffeil yma oherwydd bod y ffeil "
"i'w argraffu wedi ei ddarparu gan y rhaglen.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14466,7 +14479,7 @@ msgstr ""
"I edrych ar y rhestr o'r dewisiadau sydd ar gael ar gyfer yr argraffydd "
"cyfredol cliciwch ar fotwm \"Rhestr dewisiadau argraffu\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14475,7 +14488,7 @@ msgstr ""
"I argraffu ffeil o'r llinell orchymyn (ffenestr terfynell) defnyddiwch y "
"gorchymyn \"%s <file>\" neu \"%s <file>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14493,7 +14506,7 @@ msgstr ""
"fydd yn stopio 'r holl waith argraffu'n syth pan fyddwch yn ei glicio. Mae "
"hyn yn ddefnyddiol pan fydd y papur wedi mynd yn sownd, ag ati.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14506,27 +14519,27 @@ msgstr ""
"ar gyfer tasg argraffu benodol. Ychwanegwch y gosodiadau angenrheidiol i'r "
"llinell gorchymyn, e.e \"%s <file>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Defnyddio/Cynnal argraffydd \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Argraffu ar argraffydd \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Rhestr ddewis argraffu"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Rhestr ddewis argraffu"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14537,7 +14550,7 @@ msgstr ""
"nodweddion arbennig eich argraffydd yn cael eu cynnal.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14546,7 +14559,7 @@ msgstr ""
"Mae modd defnyddio'r sganiwr yn eich argraffydd gyda'r feddalwedd SANE "
"arferol, ee Kooka neu XSane (Y ddau yn newislen Amlgyfrwng/Graffigau). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14557,7 +14570,7 @@ msgstr ""
"Linux) i rannu eich sganiwr ar y rhwydwaith.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14566,7 +14579,7 @@ msgstr ""
"Mae modd cael mynediad i'r darllennydd cerdyn cof ar eich argraffydd drwy'r "
"ddyfais storio USB arferol."
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14576,7 +14589,7 @@ msgstr ""
"Ar ôl gosod cerdyn bydd eicon disg caled yn ymddangos ar eich bwrdd gwaith i "
"awgrymu mynediad\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14588,7 +14601,7 @@ msgstr ""
"gan glicio ar fotwm \"Mynediad at Gardiau Ffoto..\" yn y tab \"Swyddogaethau"
"\"."
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14598,7 +14611,7 @@ msgstr ""
"Sylwch fod hyn yn araf iawn, mae darllen y lluniau o'r camera neu gerdyn USB "
"fel arfer yn gynt.\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14609,33 +14622,33 @@ msgstr ""
"cynnig llawer o swyddogaethau monitro statws a chynnal ar gyfer eich %s:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - Lefel inc/statws\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - Glanhau ffroenell inc\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Aliniad pen argraffydd\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Calibro lliw\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Trosglwyddo ffurfweddiad yr argraffydd"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14650,7 +14663,7 @@ msgstr ""
"cael eu trosi, ond ni fydd y gwaith argraffu'n cael eu trosi.\n"
"Ni fydd yr holl waith argraffu'n cael eu trosi, am y rhesymau canlynol:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14659,7 +14672,7 @@ msgstr ""
"Nid yw CUPS yn cefnogi argraffyddion ar weinyddion Novell neu argraffyddion "
"sy'n anfon data mewn gorchymyn ffurf -rhydd.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14667,12 +14680,12 @@ msgid ""
msgstr ""
"Mae PDQ yn cynnal argraffyddion lleol, LDP pell, a Socket/TCP, yn unig.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "Nid yw LPD na LPRng yn cynnal argraffyddion IPP.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14681,7 +14694,7 @@ msgstr ""
"Yn ogystal, nid oes modd trosglwyddo rhesi a grëwyd gan y rhaglen hon na "
"\"foomatic-configure\"."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14692,7 +14705,7 @@ msgstr ""
"Hefyd nid oes modd trosglwyddo argraffyddion ffurfweddwyd gyda ffeiliau PPD "
"ddarparwyd gan eu gwneuthurwyr na gyrrwyr CUPS brodorol."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14703,17 +14716,17 @@ msgstr ""
"Nodwch yr argraffydd rydych am ei drosglwyddo a chliciwch\n"
"\"Trosglwyddo\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Peidio trosglwyddo argraffydd"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Trosglwyddo"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14724,17 +14737,17 @@ msgstr ""
"Cliciwch \"Trosglwyddo\" i ysgrifennu drosto.\n"
"Mae modd i chi osod enw newydd arno neu ei hepgor."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Enw'r argraffydd newydd"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Trosglwyddo %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14744,28 +14757,28 @@ msgstr ""
"(\"%s\"). A ddylai fod yn argraffydd rhagosodedig y system argraffu newydd %"
"s ?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Adnewyddu data'r argraffydd..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Cychwyn y rhwydwaith..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Ffurfweddwch y rhwydwaith"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Nid yw swyddogaethau'r rhwydwaith wedi ei ffurfweddu"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14778,12 +14791,12 @@ msgstr ""
"fynd ymlaen heb ffurfweddiad rhwydwaith, ni fydd modd i chi ddefnyddio'r "
"argraffydd rydych yn ei ffurfweddu ar hyn o bryd. Beth ydych am ei wneud?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Parhau heb ffurfweddu'r rhwydwaith"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14798,7 +14811,7 @@ msgstr ""
"\"Rhwydwaith a'r Rhyngrwyd\"/\"Cysylltiad\", ac yna gosod yr argraffydd, eto "
"gan ddefnyddio Canolfan Rheoli %s, adran \"Caledwedd\"/\"Argraffydd\""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14809,27 +14822,27 @@ msgstr ""
"Gwiriwch eich ffurfweddiad a'ch caledwedd. Yna ceisiwch ail ffurfweddi eich "
"argraffydd."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Ailgychwyn system argraffu..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "uchel"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "Paranoia"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Gosod system argraffu yn lefel diogelwch %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14853,12 +14866,12 @@ msgstr ""
"\n"
"Ydych chi wir eisiau ffurfweddu argraffu ar y peiriant hwn?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Cychwyn y system argraffu wrth gychwyn y cyfrifiadur"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14880,32 +14893,32 @@ msgstr ""
"\n"
"Ydych chi am i'r cychwyn awtomatig gael ei droi ymlaen eto?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Gwirio'r meddalwedd sydd wedi ei osod..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Tynnu %s..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Methu tynnu'r system argraffu %s!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Gosod %s..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Methu gosod system argraffu %s!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14918,7 +14931,7 @@ msgstr ""
"argraffu lleol ac os bydd y gweinydd hwnnw i lawr nid oes modd ei argraffu "
"o'r peiriant hwn."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -14927,32 +14940,32 @@ msgstr ""
"Rhowch yr enw gwesteiwr neu IP eich gweinydd CUPS a chlicio Iawn os ydych am "
"ddefnyddio'r modd yma, cliciwch \"Gadael\" fel arall."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Gwesteiwr neu IP ar weinydd pell:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Gosod yr Argraffydd Rhagosodedig"
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "System argraffu CUPS lleol neu weinydd CUPS pell?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "Mae modd defnyddio system argraffu CUPS mewn dwy ffordd:"
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. Mae modd rhedeg system argraffu CUPS yn lleol."
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -14962,7 +14975,7 @@ msgstr ""
"canfod argraffyddion pell ar weinyddion CUPS eraill ar yr un rhwydwaith, yn "
"awtomatig."
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14974,13 +14987,13 @@ msgstr ""
"pecynnau meddalwedd ychwanegol, rhaid rhedeg daemon CUPS yn y cefndir ac mae "
"angen peth cof, ac mae porth IPP (porth 631) ar agor."
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. Bydd pob cais argraffu'n cael ei anfon yn syth at weinydd CUPS pell."
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14992,7 +15005,7 @@ msgstr ""
"cael ei osod i drin rhesi argraffu, felly mae llai o gof a lle ar ddisg yn "
"cael ei ddefnyddio."
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15001,48 +15014,48 @@ msgstr ""
"Yr anfantais yw nad oes modd diffinio argraffyddion lleol ac os yw'r "
"gweinydd hwnnw i lawr nid oes modd argraffu o'r peiriant hwn."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Sutddylai CUPS gael ei osod ar eich peiriant?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Gweinydd pell, rhowch Enw neu IP yma:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "System argraffu CUPS lleol"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Dewiswch Sbwlydd Argraffydd"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Pa system argraffu(sbwlydd) ydych chi am ei ddefnyddio?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Methu ffurfweddu argraffydd \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Gosod Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Methu gosod pecynnau %s, methu cychwyn %s!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15052,49 +15065,49 @@ msgstr ""
"Mae'r argraffyddion canlynol wedi eu ffurfweddu. Cliciwch ar un i newid ei "
"osodiadau; ei wneud yn argraffydd rhagosodedig; i edrych am wybodaeth amdano."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Arddangos pob argraffydd CUPS pell sydd ar gael"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Adnewyddu rhestr argraffyddion (dangos pob argraffydd CUPS pell sydd ar gael)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "Ffurfweddiad CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Newidiwch y system argraffu"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Modd Arferol"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Modd Uwch"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Dewisiadau argraffydd"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Newid ffurfweddiad yr argraffydd"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15103,99 +15116,99 @@ msgstr ""
"Argraffydd %s%s\n"
"Beth ydych am ei newid ar yr argraffydd hwn?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Mae'r argraffydd wedi ei anablu"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Gwna!!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Enw'r argraffydd, disgrifiad, lleoliad"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Gwneuthurwr yr argraffydd, model, gyrrwr"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Gwneuthurwr yr argraffydd, model"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Gosod yr argraffydd fel y rhagosodedig"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Galluogi'r argraffydd"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Anablu'r Argraffydd"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Math o gyswllt argraffydd"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Argraffu tudalennau prawf"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Gwybod sut i ddefnyddio'r argraffydd"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Tynnu argraffydd"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Tynnu hen argraffydd \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Mae argraffydd\"%s\" wedi ei alluogi"
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Mae argraffydd \"%s\" wedi ei anablu"
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Ydych chi wir eisiau tynnu argraffydd \"%s\""
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Tynnu argraffydd \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Argraffydd rhagosodedig"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Mae argraffydd \"%s\" wedi ei osod fel yr argraffydd rhagosodedig."
@@ -15231,15 +15244,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Methu gosod caniatâd ffeiliau cadarnwedd %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "Methu gosod y pecyn sydd ei angen i rannu eich sganiwr(wyr)."
@@ -17165,12 +17178,12 @@ msgstr "Allgofnodwch ac yna defnyddiwch Ctrl Alt-BackSpace"
msgid "You need to log out and back in again for changes to take effect"
msgstr "Rhaid allgofnodi ac i mewn eto i newidiadau ddigwydd."
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: mae %s angen enw gwesteiwr...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17179,112 +17192,112 @@ msgstr ""
"%s: mae %s angen enw gwesteiwr, cyfeiriad MAC, IP, nbi-image, 0/1 ar gyfer "
"THIN_CLIENT, 0/1 ar gyfer Ffurfweddiad Lleol...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: mae %s angen enw gwesteiwr...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Enwch Wasanaethwr Ffurfweddiad"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "Ffurfweddu dhcpd..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Galluogi'r Gweinydd"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Analluogi'r Gweinydd"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Cychwyn y Gweinydd"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Atal y Gweinydd"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot Floppy/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Delweddau Cychwyn y Rhwyd"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Ychwanegu/Diddymu Defnyddwyr"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Ychwanegu/Dileu Cleientiaid"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Delweddau"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Cleientiaid/Defnyddwyr"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Dewin Tro Cyntaf"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr "Diffinio %s fel dm, ychwanegu defnyddiwr gdm i /etc/passwd$$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17325,27 +17338,27 @@ msgstr ""
" e) Gofyn i chi wneud disg meddal cychwyn.\n"
" f) Os yw'n gleient tenau KDM.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Diddymu'r Dewin"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Cadwch ffurfweddiad dhcpd!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Defnyddiwch gleientiaid tenau"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Cydweddu gosodiadau bysellfwrdd clientX gyda gweinydd"
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, fuzzy, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17360,28 +17373,28 @@ msgstr ""
" Cleient 'Tew' sy'n defnyddio eu CPU/RAM eu hun ond system ffeiliau'r "
"gweinydd."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Creu delwedd cychwyn rhyngrwyd ar gyfer pob cnewyllyn"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Bydd hyn yn cymryd rhai munudau"
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Gorffen!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "Methodd %s"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17392,14 +17405,14 @@ msgstr ""
"NBIs yn %s.\n"
"Angen: %d MB, Rhydd: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Cydweddu rhestr defnyddwyr y gweinydd gyda'r rhestr cleient, gan gynnwys "
"gwraidd."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17408,19 +17421,18 @@ msgstr ""
"Er mwyn galluogi newidiadau i'r cleient tenau, rhaid i'r rheolwr arddangos "
"gael ei gychwyn. Cychwyn?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Trosolwg Gweinydd Terfynell"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17432,19 +17444,21 @@ msgstr ""
" \t\tI gychwyn y cnewyllyn drwy etherboot, rhaid creu delwedd "
"cnewyllyn/initrd\n"
" \tarbennig. Mae tmkinitrd-net yn gwneud llawer o'r gwaith ac mae "
-"drak TermServ yn \trhyngwyneb graffigol iddo i "
+"%s y\n"
+" \trhyngwyneb graffigol iddo i "
"gynorthwyo rheoli/addasu'r delweddau. I greu'r ffeil\n"
" \t/etc/dhcpd.conf.etherboot-pcimap.dylech greu'r ddelwedd etherboot "
-"ar gyfer o leiaf un \tcnewyllyn llawn."
+"ar gyfer o leiaf u\n"
+" \tcnewyllyn llawn."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17459,7 +17473,7 @@ msgstr ""
" - Cynnal /etc/dhcpd.conf:\n"
" \t\tIgychwyn cleient o'r rhyngrwyd mae pob cleient angen cofnod "
"dhcpd.conf ei hun, \t\tI ddynodi cyfeiriad IP a delwedd cychwyn "
-"rhyngrwyd i'r peiriant. Mae drakTermServ\n"
+"rhyngrwyd i'r peiriant. Mae %s\n"
" \t\tyn gallu gosod/tynnu rhain\n"
"\t\t\t\n"
" \t\t(Gall cardiau PCI hepgor y ddelwedd - bydd etherboot yn gofyn am "
@@ -17471,30 +17485,29 @@ msgstr ""
" \t\tMae stanza dhcpd.conf arferol i gynnal cleient di-ddisg yn "
"edrych fel:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17513,11 +17526,10 @@ msgstr ""
"penodol ar\n"
"\t\t\t beiriant cleient, mae defnyddio cynllun cyfeiriad sefydlog yn "
"caniatáu defnyddio\n"
-"\t\t\tnodweddion ffeiliau ffurfweddu cleient penodol mae ClusterNFS yn "
-"darparu.\n"
+"\t\t\tnodweddion ffeiliau ffurfweddu cleient penodol mae %s yn darparu.\n"
"\t\t\t\n"
-"\t\t\tSylwer: Mae'r cofnod \"#type\" yn cael ei ddefnyddio gan drakTermServ "
-"yn unig. Clients can either be 'thin'\n"
+"\t\t\tSylwer: Mae'r cofnod \"#type\" yn cael ei ddefnyddio gan %s yn unig. "
+"Clients can either be 'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
" most software on the client machine. A special inittab, %s is\n"
@@ -17529,8 +17541,8 @@ msgstr ""
"to the local\n"
" subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17545,17 +17557,16 @@ msgstr ""
" Note: You must stop/start the server after adding or changing "
"clients."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17563,57 +17574,57 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
" \tWith SUBNET/MASK being defined for your network."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Cynnal %s:\n"
" \t\tAr gyfer defnyddwyr sy'n gallu mewngofnodi i system o gleient di "
"ddisg, rhaid dyblygu eu cofnod \n"
-" \t\t/etc/shadow yn %s. drakTermServ helps\n"
+" \t\t/etc/shadow yn %s. %s helps\n"
" \t\tyn yr achos hwn drwy ychwanegu neu dynnu defnyddwyr o'r ffeil."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Cleient Unigol %s:\n"
-" \t\tDrwy clusternfs, mae modd i bob cleient gael ei ffeiliau "
-"ffurfweddiad ei hun\n"
+" \t\tDrwy %s, mae modd i bob cleient gael ei ffeiliau ffurfweddiad ei "
+"hun\n"
" \t\tar system ffeiliau gwraidd y gweinydd. Drwy ganiatáu "
"ffurfweddiad caledwedd cleient,\n"
-" \t\tbydd drakTermServ yn cynorthwyo i greu'r ffeiliau hyn."
+" \t\tbydd %s yn cynorthwyo i greu'r ffeiliau hyn."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17629,8 +17640,8 @@ msgid ""
"machine is configured."
msgstr ""
" - Ffeiliau ffurfweddi system cleient unigol:\n"
-" \t\tDrwy clusternfs, mae modd i bob cleient di-ddisg gael ei "
-"ffeiliau ffurfweddu ei hun\n"
+" \t\tDrwy %s, mae modd i bob cleient di-ddisg gael ei ffeiliau "
+"ffurfweddu ei hun\n"
" \t\tar system ffeiliau gwraidd y gweinydd. Drwy ganiatáu "
"ffurfweddiad caledwedd \n"
" \tcleient lleol, mae modd addasu ffeiliau fel /etc/modules.conf, /etc/"
@@ -17644,12 +17655,12 @@ msgstr ""
" ffurfweddiad lleol, cadw'r ffeiliau ffurfweddu, un waith mae'r "
"peiriant cleient wedi ei ffurfweddu"
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17674,8 +17685,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \t\tBydd drakTermServ yn ffurfweddu'r ffeil i weithio ar y cyd gyda "
-"delweddau a grëwyd gan\n"
+" \t\tBydd %s yn ffurfweddu'r ffeil i weithio ar y cyd gyda delweddau "
+"a grëwyd gan\n"
" \t\tmkinitrd-net, a'r cofnodion yn /etc/dhcpd.conf, i wasanaethu'r "
"ddelwedd cychwyn i bob\n"
" \t\tcleient di-ddisg.\n"
@@ -17699,14 +17710,12 @@ msgstr ""
"mkinitrd-net\n"
" \t\tyn gosod ei ddelweddau."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17717,8 +17726,7 @@ msgstr ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17726,94 +17734,94 @@ msgstr ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Disg Meddal Cychwyn"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Cychwyn yr ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "Delwedd PXE"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Fersiwn rhagosodedig y cnewyllyn"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Adeiladu'r cnewyllyn cyfan -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Heb ddewis cnewyllyn"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Adeiladau NIC unigol -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Heb ddewis NIC!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Adeiladu pob cnewyllyn -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Dileu"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Delwedd heb ei ddewis!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Dileu Pob NBI"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, fuzzy, c-format
msgid "Building images for kernel:"
msgstr "Creu delwedd cychwyn rhyngrwyd ar gyfer pob cnewyllyn"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17824,27 +17832,27 @@ msgstr ""
"wahanol i'r un yng nghronfa ddata'r Gweinydd Terfynell.\n"
"I fewngofnodi i'r Gweinydd Terfynell i ddileu/ail ychwanegu’r defnyddiwr."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Pob Defnyddiwr -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Dileu Defnyddiwr"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "math: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "Ffurfweddiad lleol: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17853,22 +17861,22 @@ msgstr ""
"Caniatáu ffurfweddiad\n"
"caledwedd lleol"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Heb greu delweddau cychwyn y rhwyd!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Cleient Tenau"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Caniatáu Cleientiaid Tenau"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -17877,52 +17885,52 @@ msgstr ""
"Cydweddu gosodiadau\n"
" bysellfwrdd clientX gyda gweinydd"
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Ychwanegu Cleient -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "math: fat"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "math: tenau"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "ffurfweddiad lleol: false"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "ffurfweddiad lleol: true"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Golygu Cleient"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Analluogi Ffurfweddiad Lleol"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Diddymu Cleient"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17931,79 +17939,79 @@ msgstr ""
"Mae angen cychwyn y Rheolwr Dangosydd i'r newid ddigwydd.\n"
"(ailgychwyn gwasanaeth dm - yn y consol)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Nid yw'r cleientiaid tennau'n gweithio gydag awto fewngofnodi. Anablu awto "
"fewngofnodi?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Bydd pob cleient yn defnyddio %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Isnet:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Netmask:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Llwybryddion:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Masg Isnet"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Cyfeiriad Darlledu:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Enw Parth:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Enwi Gweinydd:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Cychwyn Amrediad IP:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Diwedd Amrediad IP:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Atodi TS yn Gynwysiedig i'r Ffurfwediad Presennol"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Ysgrifennu ffurfweddu"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Ffurfweddiad Gweinydd dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18014,7 +18022,7 @@ msgstr ""
"hyn o'ch system ar waith.\n"
"Gallwch eu newid yn ôl y galw."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -18023,101 +18031,101 @@ msgstr ""
"Pwll Cyfeiriad IP Dynamig\n"
"(ar gyfer rhaglenni PXE):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Methodd ysgrifenu at %s!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Mewnosodwch ddisg meddal:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Methu cael mynediad i'r disg meddal!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Mae modd tynnu'r disg meddal nawr"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Does dim gyrrwr disg meddal ar gael!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "Delwedd PXE yw %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Gwall ysgrifennu %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "%s yw'r ddelwedd ISO etherboot"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Aeth rhywbeth o'i le! - ydy mkisofs wedi ei osod?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Mae angen creu /etc/dhcpd.conf yn gyntaf"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s passwd gwael yng Ngweinydd Terfynell - ail ysgrifennu...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "Nid yw %s yn ddefnyddiwr..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "Mae %s yn ddefnyddiwr Gweinydd Terfynell eisoes\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Methodd ychwanegu %s 'r Gweinydd Terfynell\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "Ychwanegu %s i'r Gweinydd Terfynell\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Dilëwyd %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "Heb ganfod %s...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"Mae /etc/hosts.allow and /etc/hosts.deny wedi eu ffurfweddu - dim newid"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Newidiodd ffurfweddiad - ailgychwyn clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Newidiodd ffurfweddiad - ailgychwyn %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26275,17 +26283,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Ni fydd Scannerdrake yn cael ei gychwyn."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Chwilio am sganiwr wedi ei ffurfweddu..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Chwilio am sganiwr newydd..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Ail gynhyrchu rhestr o sganwyr wedi eu ffurfweddu..."
@@ -26449,43 +26457,43 @@ msgstr ""
"Rhaid i %s gael ei ffurfweddu gan printerdrake.\n"
"Gallwch gychwyn printerdrake o adran Galedwedd Canolfan Rheoli %s"
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Gosod modiwlau'r cnewyllyn..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Awtoganfod pyrth ar gael"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Dewiswch y ddyfais lle mae %s wedi ei gysylltu"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Sylwer: Nid oes modd awtoganfod pyrth paralel)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "dewis dyfais"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Chwilio am sganwyr..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Gosod modiwlau'r cnewyllyn..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Sylwch!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26499,7 +26507,7 @@ msgstr ""
"Mae angen newidiadau gyda llaw. Golygwch y ffeil ffurfweddiad /etc/sane.d/%s."
"conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26508,7 +26516,7 @@ msgstr ""
"Mae rhagor o wybodaeth ar dudalen llawlyfr y gyrrwr. Rhedwch y gorchymyn "
"\"man sane-%s\" i'w ddarllen."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26517,7 +26525,7 @@ msgstr ""
"Wedi hynny gallwch sganio dogfennau gan ddefnyddio \"XSane\" neu \"Kooka\" "
"o'r ddewislen Aml-gyfrwng/Graffigau."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26526,7 +26534,7 @@ msgstr ""
"Mae eich %s wedi ei ffurfweddu, ond mae'n bosibl bod angen newidiadau llaw "
"ychwanegol i'w gael i weithio."
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26535,12 +26543,12 @@ msgstr ""
"Nid yw'n ymddangos ar restr sganwyr wedi eu ffurfweddu ym mhrif ffenestr "
"Scannerdrake neu nid yw'n gweithio'n iawn."
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "golygu'r ffeil ffurfweddu /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26551,7 +26559,7 @@ msgstr ""
"Gallwch ddefnyddio \"XSane\" i sganio dogfennau o'r ddewislen rhaglenni Aml-"
"gyfrwng/Graffigau."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26564,7 +26572,7 @@ msgstr ""
"%s\n"
"ar gael ar eich system.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26577,42 +26585,42 @@ msgstr ""
"%s\n"
"ar gael ar eich system.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Does unrhyw sganiwr wedi ei ganfod ar gael ar eich cyfrifiadur.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Chwilio am sganwyr newydd"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Ychwanegu sganiwr gyda llaw"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Gosod/Diweddaru ffeiliau cadarnwedd"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Rhannu sganiwr"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Pob cyfrifiadur pell"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Y peiriant hwn"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26621,7 +26629,7 @@ msgstr ""
"Yma gallwch benderfynu a ddylai'r sganwyr sy'n gysylltiedig â'r cyfrifiadur "
"hwn fod ar gael i gyfrifiaduron pell a pha rai."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26630,33 +26638,33 @@ msgstr ""
"Gallwch benderfynu a ddylai sganwyr ar gyfrifiadur pell fod ar gael ar gyfer "
"y cyfrifiadur hwn."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Mae' sganwyr y cyfrifiadur hwn ar gael ar gyfer rhai eraill"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Rhannu sganwyr i westeiwyr:"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Defnyddio sganiwr ar gyfrifiaduron pell"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Defnyddio sganwyr ar westeiwyr:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Rhannu sganwyr lleol"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26664,55 +26672,55 @@ msgid ""
msgstr ""
"Dyma'r cyfrifiaduron a rhwydweithiau ddylai'r sganiwr lleol fod ar gael:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Ychwanegu gwesteiwr"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Golygu'r gwesteiwr"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Tynnu'r gwesteiwr"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Enw/cyfeiriad IP gwesteiwr"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Dewis y gwesteiwr ddylai'r sganiwr lleol fod ar gael iddynt:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Rhowch enw'r gwesteiwr neu'r cyfeiriad IP.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Mae'r gwesteiwr ar y rhestr yn barod, does dim modd ei ychwanegu.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Defnyddiwch o sganwyr pell"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Dyma'r cyfrifiaduron ddylai'r sganwyr fod ar gael:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26723,7 +26731,7 @@ msgstr ""
"\n"
"Hoffech chi osod pecyn saned?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Ni fydd eich sganiwr(sganwyr) ar gael ar y rhwydwaith"
@@ -26907,6 +26915,309 @@ msgstr ""
msgid "Installation failed"
msgstr "Methodd y gosod"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Diddymu"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Creu Delwedd Cychwynnwr Galluogi Etherboot:\n"
+#~ " \t\tI gychwyn y cnewyllyn drwy etherboot, rhaid creu delwedd "
+#~ "cnewyllyn/initrd\n"
+#~ " \tarbennig. Mae tmkinitrd-net yn gwneud llawer o'r gwaith ac mae "
+#~ "drak TermServ yn \trhyngwyneb graffigol iddo "
+#~ "i gynorthwyo rheoli/addasu'r delweddau. I greu'r ffeil\n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.dylech greu'r ddelwedd "
+#~ "etherboot ar gyfer o leiaf un \tcnewyllyn llawn."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Cynnal /etc/dhcpd.conf:\n"
+#~ " \t\tIgychwyn cleient o'r rhyngrwyd mae pob cleient angen cofnod "
+#~ "dhcpd.conf ei hun, \t\tI ddynodi cyfeiriad IP a delwedd cychwyn "
+#~ "rhyngrwyd i'r peiriant. Mae drakTermServ\n"
+#~ " \t\tyn gallu gosod/tynnu rhain\n"
+#~ "\t\t\t\n"
+#~ " \t\t(Gall cardiau PCI hepgor y ddelwedd - bydd etherboot yn gofyn "
+#~ "am y ddelwedd gywir. Dylech\n"
+#~ " \t\thefyd ystyried pan fo etherboot yn chwilio am y ddelwedd, "
+#~ "bydd yn disgwyl enwau fel\n"
+#~ " \t\tboot-3c59x.nbi, yn lle boot-3c59x.2.4.19-16mdk.nbi).\n"
+#~ "\t\t\t \n"
+#~ " \t\tMae stanza dhcpd.conf arferol i gynnal cleient di-ddisg yn "
+#~ "edrych fel:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ "\t\t\tEr bod modd defnyddio casgliad o gyfeiriadau IP, yn lle gosod "
+#~ "cofnod penodol ar\n"
+#~ "\t\t\t beiriant cleient, mae defnyddio cynllun cyfeiriad sefydlog yn "
+#~ "caniatáu defnyddio\n"
+#~ "\t\t\tnodweddion ffeiliau ffurfweddu cleient penodol mae ClusterNFS yn "
+#~ "darparu.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tSylwer: Mae'r cofnod \"#type\" yn cael ei ddefnyddio gan "
+#~ "drakTermServ yn unig. Clients can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Cynnal %s:\n"
+#~ " \t\tAr gyfer defnyddwyr sy'n gallu mewngofnodi i system o gleient "
+#~ "di ddisg, rhaid dyblygu eu cofnod \n"
+#~ " \t\t/etc/shadow yn %s. drakTermServ helps\n"
+#~ " \t\tyn yr achos hwn drwy ychwanegu neu dynnu defnyddwyr o'r ffeil."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Cleient Unigol %s:\n"
+#~ " \t\tDrwy clusternfs, mae modd i bob cleient gael ei ffeiliau "
+#~ "ffurfweddiad ei hun\n"
+#~ " \t\tar system ffeiliau gwraidd y gweinydd. Drwy ganiatáu "
+#~ "ffurfweddiad caledwedd cleient,\n"
+#~ " \t\tbydd drakTermServ yn cynorthwyo i greu'r ffeiliau hyn."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Ffeiliau ffurfweddi system cleient unigol:\n"
+#~ " \t\tDrwy clusternfs, mae modd i bob cleient di-ddisg gael ei "
+#~ "ffeiliau ffurfweddu ei hun\n"
+#~ " \t\tar system ffeiliau gwraidd y gweinydd. Drwy ganiatáu "
+#~ "ffurfweddiad caledwedd \n"
+#~ " \tcleient lleol, mae modd addasu ffeiliau fel /etc/modules.conf, /"
+#~ "etc/sysconfig/mouse, \n"
+#~ " \t\t/etc/sysconfig/keyboard ar sail cleient.\n"
+#~ "\n"
+#~ " Sylw: Mae galluogi ffurfweddiad cleient lleol yn galluogi "
+#~ "mewngofnodi gwraidd i'r gweinydd\n"
+#~ " terfynell ar bob un o'ch peiriannau cleient sydd a'r nodwedd hon "
+#~ "wedi ei alluogi. Mae modd diffodd\n"
+#~ " ffurfweddiad lleol, cadw'r ffeiliau ffurfweddu, un waith mae'r "
+#~ "peiriant cleient wedi ei ffurfweddu"
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \t\tBydd drakTermServ yn ffurfweddu'r ffeil i weithio ar y cyd "
+#~ "gyda delweddau a grëwyd gan\n"
+#~ " \t\tmkinitrd-net, a'r cofnodion yn /etc/dhcpd.conf, i "
+#~ "wasanaethu'r ddelwedd cychwyn i bob\n"
+#~ " \t\tcleient di-ddisg.\n"
+#~ "\n"
+#~ " \t\tMae ffeil ffurfweddu TFTP nodweddiadol yn edrych fel hyn:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \t\tMae'r newidiadau yma o'r gosodiad rhagosodedig yn newid y "
+#~ "faner analluogi i \n"
+#~ " \t\t'na' a newid llwybr cyfeiriadur i /var/lib/tftpboot, lle mae "
+#~ "mkinitrd-net\n"
+#~ " \t\tyn gosod ei ddelweddau."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Newidiodd ffurfweddiad - ailgychwyn clusternfs/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/da.po b/perl-install/share/po/da.po
index 1538bb99b..8c4b36285 100644
--- a/perl-install/share/po/da.po
+++ b/perl-install/share/po/da.po
@@ -1,7 +1,3 @@
-# translation of da.po to
-# translation of da.po to
-# translation of da.po to
-# translation of da.po to
# translation of da1.po to Danish
# translation of da.po to Danish
# translation of DrakX-da.po to Danish
@@ -13,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: da\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-10-21 20:29+0200\n"
"Last-Translator: Keld Simonsen <keld@rap.dk>\n"
"Language-Team: <da@li.org>\n"
@@ -214,21 +210,21 @@ msgstr "Vent venligst, finder og konfigurerer enheder..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -255,9 +251,9 @@ msgstr "Vent venligst, finder og konfigurerer enheder..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Fejl"
@@ -500,10 +496,10 @@ msgstr "Tilpasset"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Afslut"
@@ -666,7 +662,7 @@ msgstr "Grafikkort: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -683,7 +679,7 @@ msgstr "O.k."
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -698,7 +694,7 @@ msgstr "Annullér"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -930,7 +926,7 @@ msgstr "Første sektor af rodpartitionen"
msgid "On Floppy"
msgstr "På diskette"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Spring over"
@@ -1274,9 +1270,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Færdig"
@@ -1478,9 +1474,9 @@ msgstr "Du kan eksportere med NFS eller SMB. Hvilken vil du bruge"
msgid "Launch userdrake"
msgstr "Start userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1660,7 +1656,7 @@ msgstr "Domæne"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Server"
@@ -1794,7 +1790,7 @@ msgstr "Kan ikke bruge rundkastning uden noget NIS-domæne"
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1809,42 +1805,42 @@ msgstr ""
"vent paa at starte standard-systemet.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO med grafisk menu"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO med tekstmenu"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB med grafisk menu"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB med tekstmenu"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "Ikke nok plads i /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Du kan ikke installere opstartsindlæseren på en %s-partition\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1853,7 +1849,7 @@ msgstr ""
"Din opstartsindlæserkonfiguration behøver at opdateres da rækkefølgen på "
"dine partitioner er blevet ændret"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1862,7 +1858,7 @@ msgstr ""
"Opstartsindlæseren kan ikke blive installeret korrekt. Du skal lave "
"nødopstart og vælge \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Geninstallér systemopstarter"
@@ -3076,7 +3072,7 @@ msgstr "Søg efter nye servere"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Pakken %s skal være installeret. Ønsker du at installere den?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Kunne ikke installerer pakken %s!"
@@ -3087,19 +3083,19 @@ msgid "Mandatory package %s is missing"
msgstr "Krævet pakke %s mangler"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Advarsel"
@@ -3991,7 +3987,7 @@ msgstr "Brugernavn"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4915,8 +4911,8 @@ msgstr ""
"blokke."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5977,8 +5973,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7668,14 +7664,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Indsend igen"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Tjekkisk (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7689,28 +7685,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Spansk"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finsk"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Fransk"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7724,828 +7720,828 @@ msgid ""
"Polish"
msgstr "Polsk"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Russisk"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Svensk"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Britisk"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Amerikansk"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albansk"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armensk (gammel)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armensk (skrivemaskine)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armensk (fonetisk)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arabisk"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaidiansk (latin)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgisk"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengali (Inscript layout)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengali (Probhat layout)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgarsk (fonetisk)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgarsk (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brasiliansk (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosnisk"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Hviderussisk"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Schweizisk (Tysk layout)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Schweizisk (Fransk layout)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee syllabic"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Tjekkisk (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Tysk (ingen døde taster)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Dansk"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (fransk)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (UK)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (norsk)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (polsk)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (svensk)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/tibetansk"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estisk"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Færøsk"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgisk (russisk layout)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgisk (Latin layout)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Græsk"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Græsk (polytonisk)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Kroatisk"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Ungarsk"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irsk"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israelsk"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israelsk (Fonetisk)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iransk"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandsk"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italiensk"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japansk 106 taster"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Koreansk tastatur"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurdisk (arabisk skript)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kyrgyz tastatur"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latinamerikansk"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laotisk"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Litauisk AZERTY (gammel)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Litauisk AZERTY (ny)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Litauisk \"talrække\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Litauisk \"fonetisk\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Lettisk"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Makedonisk"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Burmesisk)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongolsk (kyrillisk)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltesisk (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltesisk (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Hollandsk"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polsk (polsk layout)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polsk (polsk layout)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugisisk"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Canadisk (Québec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Russisk (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Russisk (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Russisk (Fonetisk)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Samisk (norsk)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Samisk (svensk/finsk)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovensk"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Sinhala"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovakisk (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovakisk (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbisk (kyrillisk)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Syrisk"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Syrisk (fonetisk)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (ISCII-layout)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamil (skrivemaskine-layout)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thailandsk (kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thailandsk (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thailandsk (pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (morokkisk type) (+latinsk/arabisk)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (fonetisk) (+latinsk/arabisk)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tajik tastatur"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turkmen"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Tyrkisk (traditionel \"F\" model)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Tyrkisk (moderne \"Q\" model)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrainsk"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Urdu-tastatur"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Amerikansk (internaltionalt)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Uzbek (kyrillisk)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamesisk \"talrække\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Jugoslavisk (latinsk)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Højre alt-tast"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Begge taster samtidigt"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Kontrol- og skiftetaster samtidigt"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock-tast"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift- og Capslock-taster samtidigt"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl- og alt-taster samtidigt"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt og Shift-taster samtidigt"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "'Menu'-tast"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Venstre Windows-tast"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Højre Windows-tast"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Begge kontrol-taster samtidigt"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Begge Alt-taster samtidigt"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Venstre skifte-tast"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Højre skifte-tast"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Venstre Alt-tast"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Venstre kontol-tast"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Højre kontrol-tast"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8556,7 +8552,7 @@ msgstr ""
"lader dig skifte mellem forskellige tastaturlayouter\n"
"(dvs latinsk eller ikke-latinsk)."
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10953,8 +10949,8 @@ msgstr "Netmaske bør have formatet 255.255.224.0"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Advarsel: IP-adresse %s er normalt reserveret!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s er allerede i brug\n"
@@ -11665,7 +11661,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Kopiering af firmware mislykkeDES, filen %s ikke fundet"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Tillykke!"
@@ -11798,9 +11794,9 @@ msgstr "Konfigureret på andre maskiner"
msgid "On CUPS server \"%s\""
msgstr "På CUPS-server '%s'"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Standard)"
@@ -11852,9 +11848,9 @@ msgstr "Ekstern CUPS"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Ukendt model"
@@ -12102,7 +12098,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Rå printer (ingen driver)"
@@ -12133,12 +12129,12 @@ msgstr "Vært %s"
msgid "%s (Port %s)"
msgstr "%s (port %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12186,7 +12182,7 @@ msgstr ""
"automatisk tilgængelige på denne maskine."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Ekstern CUPS-server og ingen lokal CUPS-dæmon"
@@ -12235,8 +12231,8 @@ msgstr "Printerdeling på vært eller netværk:"
msgid "Custom configuration"
msgstr "Tilrettet konfiguration"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Ingen ekstern maskine"
@@ -12467,8 +12463,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "På, navn eller IP på fjernserver"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "CUPS-servernavn eller IP-adresse mangler."
@@ -12478,29 +12474,30 @@ msgstr "CUPS-servernavn eller IP-adresse mangler."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Læser printerdata ..."
@@ -12637,7 +12634,7 @@ msgstr ""
"Eksterne CUPS-servere behøves ikke at blive konfigureret her: \n"
"disse printere vil automatisk blive fundet."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12879,12 +12876,12 @@ msgstr " på "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Valg af printermodel"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Hvilken printermodel har du?"
@@ -12902,7 +12899,7 @@ msgstr ""
"Printerdrake kunne ikke finde ud af hvilken model din printer %s er. Vælg "
"venligst den korrekte model fra listen."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12911,7 +12908,7 @@ msgstr ""
"Hvis din printer ikke er listet, så vælg en kompatibel (se printermanual) "
"eller en lignende printer."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Konfigurerer printer '%s'..."
@@ -12934,7 +12931,7 @@ msgstr ""
"Du kan aktivere det igen ved at vælge \"%s\" -> \"%s\" i Printerdrake's "
"hovedmenu. "
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Konfigurér auto-administration"
@@ -12952,8 +12949,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Tilføj en ny printer"
@@ -13158,8 +13155,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Kunne ikke installere %s-pakkerne!"
@@ -13398,10 +13395,10 @@ msgid "Remote printer name missing!"
msgstr "Det eksterne værtsnavn mangler!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13781,8 +13778,8 @@ msgstr "Redigér"
msgid "and choosing \"%s\"."
msgstr "og vælge \"%s\"."
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Printeropkoblingstype"
@@ -13792,22 +13789,18 @@ msgstr "Printeropkoblingstype"
msgid "What do you want to do?"
msgstr "Hvad vil du lave?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr "Opsætning med HPLIP"
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr "Opsætning uden HPLIP"
-#: printer/printerdrake.pm:2426
-#, c-format
-msgid "Cancel setup"
-msgstr "Annullér opsætning"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13820,7 +13813,7 @@ msgstr ""
"alt for gamle inkjet-printere, skanning på multi-funktionsenheder, og adgang "
"til hukommelseskort på printere med kortlæsere. "
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13829,89 +13822,105 @@ msgstr ""
"For at få adgang til disse ekstra funktioner på HP-printere skal de sættes "
"op med HPLIP (HP Linux Imaging and Printing). "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr "Ønsker du at bruge HPLIP (Vælg 'Nej' for printere,der ikke er fra HP)?"
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Installerer %s-pakke..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Kun udskrift vil være mulig på %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Kunne ikke fjerne din gamle HPOJ-konfigurationsfil '%s' for din %s! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Fjern venligst filen manuelt, og genstart HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Tjekker enhed og konfigurerer %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Hvilken printer ønsker du at sætte op med HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Opsætning uden HPLIP"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Installerer SANE-pakker..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Skanning på %s vil ikke være mulig."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Brug og vedligeholdelse af din %s"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Konfigurerer enhed..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Gør printerport tilgængelig for CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Læser database over printere ..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Indtast printernavn og kommentarer"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Navn på printer bør kun indeholde bogstaver, tal og understregen _"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13920,7 +13929,7 @@ msgstr ""
"Printeren \"%s\" eksisterer allerede,\n"
"ønsker du virkelig at overskrive dens konfiguration?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13931,7 +13940,7 @@ msgstr ""
"printeren er utilgængelig fra Windows-klienter. Ønsker du virkelig at bruge "
"dette navn?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13941,35 +13950,35 @@ msgstr ""
"Beskrivelsen og lokaliseringsfelterne behøver ikke \n"
"udfyldes. De er kommentarer til brugerne."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Navn på printer"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Beskrivelse"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Placering"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Forbereder printerdatabase: ..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Din printermodel"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13994,18 +14003,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Modellen er korrekt"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Vælg model manuelt"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14021,12 +14030,12 @@ msgstr ""
"korrekt. Find den korrekte model i listen\n"
"når en forkert model, eller 'Rå printer' er fremhævet."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Installér en producent-leveret PPD-fil"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14035,7 +14044,7 @@ msgstr ""
"Alle PostScript-printere leveres med en PPD-fil, som beskriver printerens "
"valgmuligheder og faciliteter."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14044,12 +14053,12 @@ msgstr ""
"Denne fil findes som regel et eller andet sted på cd'en sammen med Windows- "
"eller MAC-drivere leveret med printeren."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Du kan også finde PPD-filerne på producentens websteder."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14058,7 +14067,7 @@ msgstr ""
"Hvis du har Windows installeret på din maskine, så kan du også finde PPD-"
"filen på din Windows-partition."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14068,7 +14077,7 @@ msgstr ""
"Installerer skriverens PPD-fil og bruger den, mens den opsætter printeren så "
"alle valg til printeren vil være tilgængelig via printerens hardware"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14077,51 +14086,51 @@ msgstr ""
"Her kan du vælge PPD-filen som skal installeres på din maskine, den vil så "
"blive brugt til opsætningen af din printer."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Installér PPD-fil fra"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Diskette"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Andet sted"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Vælg PPD-fil"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "PPD-filen %s eksisterer ikke eller kan ikke læses!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "PPD-filen %s følger ikke PPD-specifikationerne!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Installerer PPD-fil..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI konfiguration af winprinter"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14138,12 +14147,12 @@ msgstr ""
"parallelle port før du udskriver en prøveside. Ellers vil printeren ikke "
"virke. Din opsætning af forbindelsestype vil blive ignoreret af driveren."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjet konfiguration"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14156,7 +14165,7 @@ msgstr ""
"din printer til en lokal port eller konfigurér den på den maskine, den er "
"forbundet til."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14177,12 +14186,12 @@ msgstr ""
"derefter justeringssider for skrivehovedet med 'lexmarkmaintain', og justér "
"opsætningen af justeringen af hovedet med dette program."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark X125-konfiguration"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14195,12 +14204,12 @@ msgstr ""
"printer til en lokal USB-port eller konfigurér den på den maskine, den er "
"forbundet til."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Samsung ML/QL-85G konfiguration"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14214,17 +14223,17 @@ msgstr ""
"første parallelle port eller konfigurér den på den maskine, den er forbundet "
"til."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Canon LBP-460/660 konfiguration"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Canon LBP-810/1120 (CAPT) konfiguration"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14237,12 +14246,12 @@ msgstr ""
"parallelporten. Forbind din printer til en lokal USB-port eller konfigurér "
"den på den maskine, den er forbundet til."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Oplægning af firmware for HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14259,27 +14268,27 @@ msgstr ""
"enhed, ekstra bakker) er sat rigtigt. Bemærk at en meget god "
"udskriftskvalitet kan gøre udskriften betydeligt langsommere."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Standardindstillinger for printer"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Valg %s skal være et helt tal!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Valg %s skal være et tal!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Valg %s er udenfor område!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14288,12 +14297,12 @@ msgstr ""
"Ønsker du fremover at bruge printeren \"%s\"\n"
"som standard?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Testsider"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14306,47 +14315,47 @@ msgstr ""
"laserprintere med for lidt hukommelse vil den måske ikke skrives ud i det "
"hele taget. Som regel vil det være nok at udskrive standard-testsiden."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Ingen testsider"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Udskriv"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Standard testside"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternativ testside (letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternativ testside (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Fototestside"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Udskriver testsider..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Overspringer fototestside."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14361,7 +14370,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14370,17 +14379,17 @@ msgstr ""
"Testsider er sendt til printeren.\n"
"Det kan tage lidt tid før printeren starter.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Fungerer det korrekt?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Rå printer"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14393,7 +14402,7 @@ msgstr ""
"'kprinter <fil>'. De grafiske værktøjer lader dig vælge printeren og ændre "
"indstillingerne på en nem måde.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14404,8 +14413,8 @@ msgstr ""
"udskriftsdialogerne i mange programmer, men lad være med at angive filnavnet "
"her, fordi filen der skal udskrives leveres af programmet.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14418,7 +14427,7 @@ msgstr ""
"bestemt udskriftsjob. Tilføj blot de ønskede indstillinger til "
"kommandolinjen, fx '%s <fil>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14429,7 +14438,7 @@ msgstr ""
"listen vist nedenfor, eller klikke på knappen 'Liste med printermuligheder'.%"
"s%s%s\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14438,7 +14447,7 @@ msgstr ""
"Her er en liste over tilgængelige printmuligheder for den aktuelle printer:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14447,8 +14456,8 @@ msgstr ""
"For at udskrive en fil fra kommandolinjen (terminalvinduet) brug da "
"kommandoen '%s <fil>'.\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14459,7 +14468,7 @@ msgstr ""
"udskriftsdialogerne i mange programmer, men lad være med at angive filnavnet "
"her, fordi filen der skal udskrives leveres af programmet.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14468,7 +14477,7 @@ msgstr ""
"For at få en liste af tilgængelige muligheder for den aktuelle printer kan "
"du klikke på knappen 'Liste med printermuligheder'."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14477,7 +14486,7 @@ msgstr ""
"For at udskrive en fil fra kommandolinjen (terminalvinduet) brug da "
"kommandoen '%s <fil>' eller '%s <fil>'.\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14494,7 +14503,7 @@ msgstr ""
"øjeblikkeligt når du klikker på den. Dette er fx nyttigt hvis papiret "
"krøller sammen.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14507,27 +14516,27 @@ msgstr ""
"for et bestemt udskriftsjob. Tilføj blot de ønskede indstillinger til "
"kommandolinjen, fx '%s <fil>'.\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Bruger eller vedligeholder printeren '%s'"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Udskriver på printeren '%s'"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Liste med printermuligheder"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, c-format
msgid "Printing option list..."
msgstr "Liste med printermuligheder..."
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14538,7 +14547,7 @@ msgstr ""
"særlige faciliteter være understøttet for din printer.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14547,7 +14556,7 @@ msgstr ""
"Skanneren i din printer kan bruges med det almindelige SANE-programmel, for "
"eksempel Kooka eller XSane (Begge i Multimedie/grapfik-menuen). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14558,7 +14567,7 @@ msgstr ""
"din skanner på netværket.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14567,7 +14576,7 @@ msgstr ""
"Hukommelseskortlæserne i din printer kan du få adgang til som en normal USB-"
"lagerenhed. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14578,7 +14587,7 @@ msgstr ""
"skrivebord.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14589,7 +14598,7 @@ msgstr ""
"Toolbox (Menu: System/overvøgning/HP Printer Toolbox) ved at klikke på "
"\"Adgang til fotokort...\" knappen på \"Funktioner\" fanen. "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14600,7 +14609,7 @@ msgstr ""
"en USB-kortlæser er normalt hurtigere.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14611,33 +14620,33 @@ msgstr ""
"en masse overvågning af status og vedligeholdelsesfunktioner for din %s:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - Blækniveau/status info\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - Rensning af blækdysse\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Justering af printhoved\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Farve-indstilling\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Overfør printerkonfiguration"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14652,7 +14661,7 @@ msgstr ""
"opgaver.\n"
"Ikke alle køer kan overføres på grund af:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14661,7 +14670,7 @@ msgstr ""
"CUPS understøtter ikke printere på Novellservere eller printere som sender "
"dataene ind i en frit-formet kommando.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14670,12 +14679,12 @@ msgstr ""
"PDQ understøtter kun lokale printere, eksterne LPD printere, og Sokkel/TCP "
"printere.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD og LPRng understøtter ikke IPP printere.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14684,7 +14693,7 @@ msgstr ""
"Desuden kan køer lavet med dette program eller \"foomatic -configure\" ikke "
"overflyttes."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14695,7 +14704,7 @@ msgstr ""
"Printere konfigureret med PPD-filerne, som producenten har lavet, eller med "
"CUPS egne drivere kan heller ikke overflyttes."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14706,17 +14715,17 @@ msgstr ""
"Vælg printerene som du vil overflytte og klik\n"
"\"Overfør\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Overfør ikke printere"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Overfør"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14727,17 +14736,17 @@ msgstr ""
"Klik \"Overfør\" for at overskrive.\n"
"Du kan også give et nyt printernavn, eller overspringe denne printer."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Nyt printernavn"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Overfører %s ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14746,28 +14755,28 @@ msgstr ""
"Du har overført din tidligere standard-printer '%s', skal den også være "
"standard-printer under det nye printersystem %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Opfrisker printerdata ..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Starter netværk ..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Konfigurér netværket nu"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Netværksfunktionalitet ikke konfigureret"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14780,12 +14789,12 @@ msgstr ""
"fortsætte uden en netværkskonfiguration, vil du ikke kunne bruge printeren "
"som du konfigurerer nu. Hvordan ønsker du at fortsætte?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Fortsæt med konfigurering af netværk"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14800,7 +14809,7 @@ msgstr ""
"'Forbindelse', og konfigurér derefter printeren også med %s Kontrolcenter, "
"afsnittet om 'Maskinel'/'Printer'"
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14810,27 +14819,27 @@ msgstr ""
"Netværksadgangen kørte ikke og kunne ikke startes. Tjek din konfiguration og "
"dit udstyr. Prøv derefter at konfigurere din eksterne printer igen."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Genstarter printsystemet ..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "høj"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoid"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Installerer et printersystem på sikkerhedsniveauet %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14855,12 +14864,12 @@ msgstr ""
"\n"
"Ønsker du virkelig at konfigurere udskrivning på denne maskine?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Starter printsystemet ved opstart"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14880,32 +14889,32 @@ msgstr ""
"\n"
"Ønsker du at have den automatiske opstart af printsystemet slået til igen?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Tjekker installeret programmel..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Fjerner %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Kunne ikke fjerne '%s'-udskriftssystemet!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Installerer %s..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Kunne ikke installere %s-udskriftssystemet!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14918,7 +14927,7 @@ msgstr ""
"det så ikke er muligt at definere lokale printkøer, og at hvis den angivne "
"server er nede, så kan der slet ikke udskrives fra denne maskine."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -14927,32 +14936,32 @@ msgstr ""
"Indtast værtsnavnet eller IP-numme på din CUPS-server oh klik O.k. hvis du "
"ønsker at bruge denne tilstand, ellers klik 'Afslut'."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Navn eller IP på ekstern server"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Sætter standard printer..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Lokalt CUPS-udskrivningsystem eller ekstern CUPS server?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "CUPS-udskrivningssystemet kan bruges på to måder: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. CUPS-udskrivningssystemet kan køre lokalt. "
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -14961,7 +14970,7 @@ msgstr ""
"De lokalt forbundne printere kan bruges, og eksterne printere på andre CUPS-"
"servere i det samme netværk bliver automatisk opdaget. "
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14973,14 +14982,14 @@ msgstr ""
"maskine. Yderligere programpakker skal installeres, CUPS-dæmonen skal køre i "
"baggrunden og kræver nogen hukommelse, og IPP porten (port 631) er åbnet. "
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. Alle udskriftsanmodninger sendes øjeblikkeligt til en ekstern CUPS-"
"server. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14992,7 +15001,7 @@ msgstr ""
"af lokale printkøer bliver installeret, så mindre hukommelse og diskplads "
"bruges. "
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15001,48 +15010,48 @@ msgstr ""
"Bagdelen er, at det ikke er muligt så at definere lokale printere, og hvis "
"den angivne server er nede, kan der slet ikke udskrives fra denne maskine. "
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Hvordan bør CUPS opsættes på din maskine?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Fjernserver, angiv navn eller IP her:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Lokalt CUPS-udskrivningssystem"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Vælg printerkø-behandler"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Hvilket printersystem (spooler) ønsker du at bruge?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Kunne ikke konfigurere printer '%s'!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Installerer Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Kunne ikke installere %s pakkerne. %s kan ikke startes!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15053,49 +15062,49 @@ msgstr ""
"dens indstillinger, for at gøre den til standard-printer, eller for at se "
"information om den."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Vís alle tilgængelige eksterne CUPS-printere"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Opfrisk printerliste (for at vise alle tilgængelige eksterne CUPS-printere)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS-konfiguration"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Ændr printsystemet"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Normal udgave"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Eksperttilstand"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Printer-muligheder"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Ændr printerkonfiguration"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15104,99 +15113,99 @@ msgstr ""
"Printer %s%s\n"
"Hvad ønsker du at forandre på, på denne printer?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Denne printer er deaktiveret"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Gør det!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Printernavn, beskrivelse, sted"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Printerproducent, model, driver"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Printerproducent, model"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Sæt printeren som standard-printer"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Aktivér printer"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Deaktivér printer"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "Håndtering af fejl ved printeropkobling"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Udskriver testsider"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Lær hvordan denne printer bruges"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Fjern printer"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Fjerner gammel printer \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Printer \"%s\" er nu aktiveret."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Printer '%s' er nu deaktiveret."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Ønsker du virkelig at fjerne printeren \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Fjerner printer \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Standard printer"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Printeren '%s' er nu sat som standard-printer."
@@ -15232,15 +15241,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Kunne ikke sætte tilladelser på firmwarefil %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Skannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -17159,12 +17168,12 @@ msgstr "Log ud og tryk herefter på Ctrl-Alt-Bak"
msgid "You need to log out and back in again for changes to take effect"
msgstr "Du skal logge ud og ind igen for at ændringerne skal gælde"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s kræver et brugernavn...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17173,112 +17182,112 @@ msgstr ""
"%s: %s kræver værtsnavn, MAC-adresse, IP, nbi-aftryk, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s kræver et værtsnavn...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Konfiguration af Terminalserver"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "Konfigurér dhcpd"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Aktivér server"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Deaktivér server"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Start server"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Stop server"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot diskette/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Opstartsbilleder for netopstart"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Tilføj/slet brugere"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Tilføj/slet klienter"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Billeder"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Klienter/brugere"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Førstegangshjælper"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr "%s defineret som dm, tilføjer gdm-bruger til /etc/passwd$$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17319,27 +17328,27 @@ msgstr ""
" e) Spørge dig om at oprette en opstartsdiskette.\n"
" f) Hvis der er tynde klienter, spørge om du vil starte KDM igen.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Afbryd vejlederen"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Gem venligst dhcpd-konfiguration!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Brug tynde klienter."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Synkronisér klientens X-tastatursopsætning med serverens."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17354,28 +17363,28 @@ msgstr ""
"klientens skærm.\n"
" 'Tykke' klienter bruger deres egen CPU/RAM, men serverens filsystem."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Opretter netopstartsaftryksfiler for alle kerner"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Dette vil tage nogle få minutter."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Færdig!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s mislykkedes"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17386,12 +17395,12 @@ msgstr ""
"NBIer i %s.\n"
"Behøver: %d MB, Ledigt: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr "Synkroniserer serverbrugerliste med klientliste, inklusive root."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17400,19 +17409,18 @@ msgstr ""
"For at kunne aktivere ændringer gjort for tynde klienter, så skal "
"sessionsbehandleren startes igen. Start igen nu?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "TerminalServer-oversigt"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17423,8 +17431,8 @@ msgstr ""
" - Lav Etherboot-aktiverede opstartsaftryksfiler:\n"
" \tFor at starte med en kerne via etherboot skal en speciel kerne/"
"initrd-aftryksfil oprettes.\n"
-" \ttmkinitrd-net laver meget af dette arbejde og drakTermServ er bare "
-"en grafisk grænseflade\n"
+" \ttmkinitrd-net laver meget af dette arbejde og %s er bare en "
+"grafisk grænseflade\n"
" \tfor at hjælpe til med at håndtere/ændre på disse aftryksfiler. For "
"at \n"
" \toprette filen /etc/dhcpd.conf.etherboot-pcimap.include som "
@@ -17433,14 +17441,14 @@ msgstr ""
"aftrykkene for \n"
" \tetherboot for mindst én fuld kerne."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17455,8 +17463,8 @@ msgstr ""
" - Vedligeholdelse af /etc/dhcpd.conf:\n"
" \t\tFor at starte klientene over netværk behøver hver klient en "
"indgang i dhcpd.conf, som udleverer en IP-adresse\n"
-" \t\tog netværksopstart-aftryksfiler til maskinen. drakTermServ "
-"hjælper til med at lave/fjerne disse indgange.\n"
+" \t\tog netværksopstart-aftryksfiler til maskinen. %s hjælper til med "
+"at lave/fjerne disse indgange.\n"
"\t\t\t\n"
" \t\t(PCI-kort kan undlade aftryksfilen - etherboot vil efterspørge "
"den rigtige aftryksfil. Du bør\n"
@@ -17467,30 +17475,29 @@ msgstr ""
" \t\tEt typisk dhcpd.conf-afsnit for at understøtte diskløse klienter "
"ser sådan ud:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17509,10 +17516,10 @@ msgstr ""
"specifik opsætningsindgang for\n"
"\t\t\ten klientmaskine, vil brug af faste adresser lette\n"
"brugen\n"
-"\t\t\taf klientspecifikke konfigurationsfiler som ClusterNFS tilbyder.\n"
+"\t\t\taf klientspecifikke konfigurationsfiler som %s tilbyder.\n"
"\t\t\t\n"
-"\t\t\tBemærk: \"#type\"-indgangen er kun brugt af drakTermServ. Klienter "
-"kan enten være 'tynde'\n"
+"\t\t\tBemærk: \"#type\"-indgangen er kun brugt af %s. Klienter kan enten "
+"være 'tynde'\n"
"\t\t\teller 'tykke'. Tynde klienter kører størsteparten af programmellet "
"via XDMCP, mens tykke klienter kører størsteparten\n"
"af programmellet på klientmaskinen. En speciel inttab, %s bliver\n"
@@ -17521,7 +17528,7 @@ msgstr ""
"aktivere XDMCP. Idet der er sikkerhedsproblematikker omkring brugen af "
"XDMCP, så bliver hosts.deny og hosts.allow ændret for at begrænse adgangen "
"til det lokale subnet.\n"
-"Bemærk: Indgangen '#hdw_config' bruges også kun af drakTermServ. \n"
+"Bemærk: Indgangen '#hdw_config' bruges også kun af %s. \n"
"\t\t\tKlienter kan enten være 'true' eller 'false'. 'true' aktiverer root-"
"logind på \n"
"\t\t\tklientmaskinen og tillader lokal udstyrskonfiguration af lyd, mus og "
@@ -17538,17 +17545,16 @@ msgstr ""
"Bemærk: Du skal stoppe/starte serveren efter at have tilføjet eller ændret "
"klienter."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17556,57 +17562,58 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Vedligeholdelse af /etc/exports:\n"
-" \t\tClusternfs lader dig eksportere rod-filsystemet til diskløse "
-"klienter, drakTermServ\n"
+" \t\t%s lader dig eksportere rod-filsystemet til diskløse klienter, %"
+"s\n"
" \t\topsætter de rigtige indgange for at tillade anonym adgang til "
"rod-filsystemet fra\n"
" \t\tdiskløse klienter.\n"
"\n"
-" \t\tEn typisk eksporterings-indgang for clusternfs er:\n"
+" \t\tEn typisk eksporterings-indgang for %s er:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t\t/home SUBNET/MASKE(rw,root_squash)\n"
"\t\t\t\n"
"\t\t\tHvor SUBNET/MASKE bliver defineret for dit netværk."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Vedligeholdelse af %s:\n"
" \t\tFor at brugere skal kunne logge ind på systemet fra en diskløs "
"klient, så må deres indgang i\n"
-" \t\t/etc/shadow kopieres ind i %s. drakTermServ hjælper til\n"
+" \t\t/etc/shadow kopieres ind i %s. %s hjælper til\n"
" \t\tved at tilføje og slette brugere fra denne fil."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Per klient %s:\n"
-" \t\tVia clusternfs kan hver diskløs klient have deres egen unikke "
+" \t\tVia %s kan hver diskløs klient have deres egen unikke "
"konfigurationsfil\n"
-" \t\tpå rod-filsystemet på serveren. I fremtiden vil drakTermServ "
-"kunne hjælpe til med at lave disse\n"
+" \t\tpå rod-filsystemet på serveren. I fremtiden vil %s kunne hjælpe "
+"til med at lave disse\n"
" \t\tfiler."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17622,7 +17629,7 @@ msgid ""
"machine is configured."
msgstr ""
" - Per klient systemkonfigurationsfiler:\n"
-" \tVia clusternfs kan hver diskløs klient have deres egne unikke "
+" \tVia %s kan hver diskløs klient have deres egne unikke "
"konfigurationsfiler\n"
" \tpå rod-filesystemet på serveren. Ved at tillade lokal "
"klientudstyrskonfiguration kan klienter tilrette filer\n"
@@ -17636,12 +17643,12 @@ msgstr ""
"........slået fra igen, idet konfigurationsfilerne beholDES, når først "
"klientmaskinen er blevet konfigureret."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17666,7 +17673,7 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \t\tdrakTermServ vil konfigurere denne fil til at virke sammen med "
+" \t\t%s vil konfigurere denne fil til at virke sammen med "
"aftryksfilerne som bliver oprettet af\n"
" \t\tmkinitrd-net, og indgangene i /etc/dhcpd.conf, for at udlevere "
"netværks-opstartsaftryksfilerne til hver \n"
@@ -17691,14 +17698,12 @@ msgstr ""
"net\n"
" \t\tplacere sine aftryksfiler."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17709,8 +17714,8 @@ msgstr ""
" - Lav etherboot-disketter/CDer:\n"
" \tDe diskløse klientmaskiner behøver enten ROM-imagefil på "
"netværkskortet, opstartsdiskett\n"
-" \teller en CD for at initialisere opstartssekvensen. drakTermServ "
-"vil hjælpe til med at generere disse\n"
+" \teller en CD for at initialisere opstartssekvensen. %s vil hjælpe "
+"til med at generere disse\n"
" \timagefiler, baseret på netværkskortet i klientmaskinen.\n"
" \t\t\n"
" \tEt simpelt eksempel på oprettelse af en opstartsdiskette for et "
@@ -17718,94 +17723,94 @@ msgstr ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Start fra diskette"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Start fra ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE-aftryk"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Standard kerne-version"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "Installér i586-kerne for ældre klienter"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Opbyg hele kernen -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Ingen kerne valgt!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Byg enkel NIC -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Ingen NIC valgt!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Byg alle kerner -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Slet"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Intet billede valgt!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Slet alle NBI'er"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Bygger filaftryk for kerne:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17816,27 +17821,27 @@ msgstr ""
" den i TerminalServer-databasen.\n"
"Slet/tilføj brugeren igen il TerminalServeren for at muliggøre logind."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Tilføj bruger -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Slet bruger"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "type: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "lokal konfig: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17845,22 +17850,22 @@ msgstr ""
"Tillad konfiguration\n"
"af lokalt udstyr"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Ingen opstartsbilleder oprettet!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Tynd klient"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Tillad tynde klienter"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -17869,52 +17874,52 @@ msgstr ""
"Synkronisér klientens X-tastatur-\n"
"opsætning med serverens."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Tilføj klient -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "type: tyk"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "type: tynd"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "Lokal konfigurering: falsk"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "lokal konfigurering: sand"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Redigér klient"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Deaktivér lokal konfiguration"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Slet klient"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17923,78 +17928,78 @@ msgstr ""
"Skal genstarte Display Manager for at de fulde ændringer kan tage effekt. \n"
"(service dm restart - fra konsollen)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Tynde klienter vil ikke virke med autologin. Skal autologin deaktiveres?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Alle klienter vil bruge %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Undernet:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Netmaske:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Rutere:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Undernetmaske:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Rundkastningsadresse:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Domænenavn:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Navne-servere:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Start på IP-område:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Slut på IP-område:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Tilføj TS-includes til eksisterende konfiguration"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Udskriv konfiguration"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Konfiguration af dhcp-server"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18005,7 +18010,7 @@ msgstr ""
"fra dit kørende system.\n"
"Du kan ændre dem efter behov."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -18014,101 +18019,101 @@ msgstr ""
"Dynamisk IP-adresseområde\n"
"(behøves for PXE-klienter):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Skrivning til %s mislykkedes!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Indsæt diskette:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Kunne ikke få adgang til disketten!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Diskette kan fjernes nu"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Intet tilgængeligt diskettedrev!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "PXE-aftryksfil er %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Fejl ved skrivning %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO-aftryk er %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Noget gik galt! - er mkisofs installeret?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Skal oprette /etc/dhcpd.conf først!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s adgangskode forkerti Terminalserver - genskriver...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s er ikke en bruger...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s er allerede en Terminalserverbruger\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Kunne ikke tilføje %s i Terminalserver!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s tilføjet i Terminalserver\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Slettede %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s ikke fundet...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"/etc/hosts.allow og /etc/hosts.deny allerede konfigureret - ikke ændret"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Konfiguration ændret - genstart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Konfiguration ændret - genstart %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26329,17 +26334,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake vil ikke blive startet nu."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Søger efter konfigurerede skannere ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Søger efter nye skannere..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Regenererer liste af konfigurerede skannere ..."
@@ -26502,43 +26507,43 @@ msgstr ""
"Denne %s skal være konfigureret af printerdrake.\n"
"Du kan starte printerdrake fra %s Kontrolcenter i Udstyr-afsnittet."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Opsætter kernemoduler..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Auto-detektér tilgængelige porte"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Vælg venligst enheden hvor din %s er isat"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Bemærk: Parallelle porte kan ikke auto-detekteres)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "vælg enhed"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Søger efter skannere ..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Opsætter kernemoduler..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Bemærk!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26551,7 +26556,7 @@ msgstr ""
"Manuelle tilpasninger er nødvendige. Redigér venligst konfigurationsfilen /"
"etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26560,7 +26565,7 @@ msgstr ""
"Mere info på driverens manualside. Kør kommandoen \"man sane-%s\" for at "
"læse den."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26569,7 +26574,7 @@ msgstr ""
"Derefter kan du skanne dokumenter med 'XSane' eller 'Kooka' fra Multimedie/"
"grafik i programmenuen."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26578,7 +26583,7 @@ msgstr ""
"Din %s her blevet konfigureret, med det er muligt at yderligere manuelle "
"tilpasninger er nødvendige for at få den til at virke. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26587,12 +26592,12 @@ msgstr ""
"Hvis den ikke kommer til syne i listen over konfigurerede skannere i "
"Scannerdrakes hovedvindue, eller hvis den ikke virker korrekt, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "redigér konfigurationsfilen /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26603,7 +26608,7 @@ msgstr ""
"Du kan nu skanne dokumenter med 'XSane' eller 'Kooka' fra Multimedie/grafik "
"i programmenuen."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26616,7 +26621,7 @@ msgstr ""
"%s\n"
"er tilgængelige på dit system.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26629,43 +26634,43 @@ msgstr ""
"%s\n"
"er tilgængelig på dit system.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
"Der blev ikke fundet nogen skannere som er tilgængelige på dit system.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Søg efter nye skannere..."
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Håndpluk skanner"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Installér/opdatér firmware-filer"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Skannerdeling"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Alle eksterne maskiner"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Denne maskine"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26674,7 +26679,7 @@ msgstr ""
"Hær kan du vælge om skannere koblede til denne maskine skal gøres "
"tilgængelige for eksterne maskiner og i så fald på hvilke eksterne maskiner."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26683,33 +26688,33 @@ msgstr ""
"Du kan også her bestemme om skannere på eksterne maskiner skal gøres "
"tilgængelige på denne maskine"
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Skannerne på denne maskine er tilgængelige for andre maskiner"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Skannerdeling til værter: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Brug skannere på eksterne maskiner"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Brug skannerne på følgende værtsmaskiner:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Deling af lokale skannere"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26718,55 +26723,55 @@ msgstr ""
"Dette er maskinerne på hvilke de lokalt forbundne skannere skal gøres "
"tilgængelige:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Tilføj vært"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Redigér valgte vært"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Fjern valgte vært"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Navn eller IP-adresse på vært:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Vælg værten på hvilken de lokale skannere skal gøres tilgængelige: "
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Du skal indtaste et værtsnavn eller en IP-adresse.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Denne vært er allerede på listen, og kan ikke blive tilføjet igen.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Brug skannere"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Dette er maskinerne fra hvilke skannerne skal bruges:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26777,7 +26782,7 @@ msgstr ""
"\n"
"Vil du installere saned-pakken?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Dinne skannere vil ikke være tilgængelige på netværket."
@@ -26961,6 +26966,309 @@ msgstr ""
msgid "Installation failed"
msgstr "Installation mislykkedes"
+#~ msgid "Cancel setup"
+#~ msgstr "Annullér opsætning"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Lav Etherboot-aktiverede opstartsaftryksfiler:\n"
+#~ " \tFor at starte med en kerne via etherboot skal en speciel kerne/"
+#~ "initrd-aftryksfil oprettes.\n"
+#~ " \ttmkinitrd-net laver meget af dette arbejde og drakTermServ er "
+#~ "bare en grafisk grænseflade\n"
+#~ " \tfor at hjælpe til med at håndtere/ændre på disse aftryksfiler. "
+#~ "For at \n"
+#~ " \toprette filen /etc/dhcpd.conf.etherboot-pcimap.include som "
+#~ "trækkes \n"
+#~ " \tind som en inklusionsfil i /etc/dhcpd.conf bør du oprette "
+#~ "aftrykkene for \n"
+#~ " \tetherboot for mindst én fuld kerne."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Vedligeholdelse af /etc/dhcpd.conf:\n"
+#~ " \t\tFor at starte klientene over netværk behøver hver klient en "
+#~ "indgang i dhcpd.conf, som udleverer en IP-adresse\n"
+#~ " \t\tog netværksopstart-aftryksfiler til maskinen. drakTermServ "
+#~ "hjælper til med at lave/fjerne disse indgange.\n"
+#~ "\t\t\t\n"
+#~ " \t\t(PCI-kort kan undlade aftryksfilen - etherboot vil "
+#~ "efterspørge den rigtige aftryksfil. Du bør\n"
+#~ " \t\togså bemærke at når etherboot ser efter aftryksfilerne "
+#~ "forventer den navne som\n"
+#~ " \t\tboot-3c59x.nbi, fremfor boot-3c59x.2.4.19-16mdk.nbi).\n"
+#~ "\t\t\t \n"
+#~ " \t\tEt typisk dhcpd.conf-afsnit for at understøtte diskløse "
+#~ "klienter ser sådan ud:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ "\t\t\tMens du kan bruge en pøl af IP-adresser, fremfor at opsætte en "
+#~ "specifik opsætningsindgang for\n"
+#~ "\t\t\ten klientmaskine, vil brug af faste adresser lette\n"
+#~ "brugen\n"
+#~ "\t\t\taf klientspecifikke konfigurationsfiler som ClusterNFS tilbyder.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tBemærk: \"#type\"-indgangen er kun brugt af drakTermServ. Klienter "
+#~ "kan enten være 'tynde'\n"
+#~ "\t\t\teller 'tykke'. Tynde klienter kører størsteparten af programmellet "
+#~ "via XDMCP, mens tykke klienter kører størsteparten\n"
+#~ "af programmellet på klientmaskinen. En speciel inttab, %s bliver\n"
+#~ "\t\t\tskrevet for tynde klienter. Systemkonfigurationsfilerne xdm-config, "
+#~ "kdmrc, og gdm.conf bliver ændrede hvis tynde klienter bliver brugt, for "
+#~ "at aktivere XDMCP. Idet der er sikkerhedsproblematikker omkring brugen af "
+#~ "XDMCP, så bliver hosts.deny og hosts.allow ændret for at begrænse "
+#~ "adgangen til det lokale subnet.\n"
+#~ "Bemærk: Indgangen '#hdw_config' bruges også kun af drakTermServ. \n"
+#~ "\t\t\tKlienter kan enten være 'true' eller 'false'. 'true' aktiverer root-"
+#~ "logind på \n"
+#~ "\t\t\tklientmaskinen og tillader lokal udstyrskonfiguration af lyd, mus "
+#~ "og X \n"
+#~ "\t\t\tmed brug af 'drak'-værktøjer. Dette aktiveres ved oprettelse af "
+#~ "separate \n"
+#~ "\t\t\tkonfigureringsfiler tilknyttet klientens IP-adresse og oprettelse "
+#~ "af \n"
+#~ "\t\t\tmonteringspunkter med skriveadgang for at tillade klienten at ændre "
+#~ "filen. \n"
+#~ "\t\t\tNår du er tilfreds med konfigurationen kan du fjerne root-"
+#~ "rettighederne \n"
+#~ "\t\t\tfra klienterne.\n"
+#~ "\n"
+#~ "Bemærk: Du skal stoppe/starte serveren efter at have tilføjet eller "
+#~ "ændret klienter."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Vedligeholdelse af /etc/exports:\n"
+#~ " \t\tClusternfs lader dig eksportere rod-filsystemet til diskløse "
+#~ "klienter, drakTermServ\n"
+#~ " \t\topsætter de rigtige indgange for at tillade anonym adgang til "
+#~ "rod-filsystemet fra\n"
+#~ " \t\tdiskløse klienter.\n"
+#~ "\n"
+#~ " \t\tEn typisk eksporterings-indgang for clusternfs er:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t\t/home SUBNET/MASKE(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tHvor SUBNET/MASKE bliver defineret for dit netværk."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Vedligeholdelse af %s:\n"
+#~ " \t\tFor at brugere skal kunne logge ind på systemet fra en "
+#~ "diskløs klient, så må deres indgang i\n"
+#~ " \t\t/etc/shadow kopieres ind i %s. drakTermServ hjælper til\n"
+#~ " \t\tved at tilføje og slette brugere fra denne fil."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Per klient %s:\n"
+#~ " \t\tVia clusternfs kan hver diskløs klient have deres egen unikke "
+#~ "konfigurationsfil\n"
+#~ " \t\tpå rod-filsystemet på serveren. I fremtiden vil drakTermServ "
+#~ "kunne hjælpe til med at lave disse\n"
+#~ " \t\tfiler."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Per klient systemkonfigurationsfiler:\n"
+#~ " \tVia clusternfs kan hver diskløs klient have deres egne unikke "
+#~ "konfigurationsfiler\n"
+#~ " \tpå rod-filesystemet på serveren. Ved at tillade lokal "
+#~ "klientudstyrskonfiguration kan klienter tilrette filer\n"
+#~ " \tsom feks. /etc/modules.conf, /etc/sysconfig/mouse, /etc/"
+#~ "sysconfig/keyboard på per klient\n"
+#~ " \tbasis. \n"
+#~ "........Bemærk: Aktivering af lokal klientudstyrskonfiguration aktiverer "
+#~ "ikke root logind til terminalserveren \n"
+#~ "........fra hver klientmaskine som har denne facilitet aktiveret. Lokal "
+#~ "konfiguration kan blive \n"
+#~ "........slået fra igen, idet konfigurationsfilerne beholDES, når først "
+#~ "klientmaskinen er blevet konfigureret."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \t\tdrakTermServ vil konfigurere denne fil til at virke sammen "
+#~ "med aftryksfilerne som bliver oprettet af\n"
+#~ " \t\tmkinitrd-net, og indgangene i /etc/dhcpd.conf, for at "
+#~ "udlevere netværks-opstartsaftryksfilerne til hver \n"
+#~ " \t\tdiskløs klient.\n"
+#~ "\n"
+#~ " \t\tEn typisk tftp-konfigurationsfil ser sådan ud:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \t\tÆndringen her fra den normale installation er ændringen af "
+#~ "disable-flaget til\n"
+#~ " \t\t'no' og ændring af filstien til /var/lib/tftpboot, hvor "
+#~ "mkinitrd-net\n"
+#~ " \t\tplacere sine aftryksfiler."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Lav etherboot-disketter/CDer:\n"
+#~ " \tDe diskløse klientmaskiner behøver enten ROM-imagefil på "
+#~ "netværkskortet, opstartsdiskett\n"
+#~ " \teller en CD for at initialisere opstartssekvensen. "
+#~ "drakTermServ vil hjælpe til med at generere disse\n"
+#~ " \timagefiler, baseret på netværkskortet i klientmaskinen.\n"
+#~ " \t\t\n"
+#~ " \tEt simpelt eksempel på oprettelse af en opstartsdiskette for et "
+#~ "3Com 3509 manuelt::\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Konfiguration ændret - genstart clusternfs/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/de.po b/perl-install/share/po/de.po
index aca1e7074..dc13c0cd0 100644
--- a/perl-install/share/po/de.po
+++ b/perl-install/share/po/de.po
@@ -1,4 +1,3 @@
-# translation of de.po to
# translation of de.po to deutsch
# translation of DrakX-de.po to deutsch
# translation of de.po to Deutsch
@@ -18,7 +17,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-de\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-09-20 17:12+0200\n"
"Last-Translator: Frank Koester <frank@dueppel13.de>\n"
"Language-Team: deutsch\n"
@@ -219,21 +218,21 @@ msgstr "Bitte warten, erkenne und konfiguriere Geräte..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -260,9 +259,9 @@ msgstr "Bitte warten, erkenne und konfiguriere Geräte..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Fehler"
@@ -504,10 +503,10 @@ msgstr "Benutzerdefiniert"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Verlassen"
@@ -666,7 +665,7 @@ msgstr "Grafikkarte: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -683,7 +682,7 @@ msgstr "OK"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -698,7 +697,7 @@ msgstr "Abbrechen"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -933,7 +932,7 @@ msgstr "Erster Sektor der Root-Partition"
msgid "On Floppy"
msgstr "Auf Diskette"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Überspringen"
@@ -1279,9 +1278,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Fertig"
@@ -1490,9 +1489,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "UserDrake starten"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1674,7 +1673,7 @@ msgstr "Domäne"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Server"
@@ -1812,7 +1811,7 @@ msgstr ""
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1827,44 +1826,44 @@ msgstr ""
"oder warten Sie auf das Starten des Standard-OS.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO mit grafischem Menü"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO mit Textmenü"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB mit grafischem Menü"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB mit Textmenü"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "Sie haben nicht genug Platz in „/boot“"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr ""
"Sie können den Bootloader\n"
"nicht auf einer %s Partition installieren!\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1873,7 +1872,7 @@ msgstr ""
"Ihere Bootloaderkonfiguration muss geändert werden, da sich Ihre "
"Partitionsnummerierung geändert hat"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1882,7 +1881,7 @@ msgstr ""
"Das Startabbild konnte nicht korrekt installiert werden. Rettungsmodus "
"starten und „%s“ wählen."
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "BS-Starter neu installieren"
@@ -3104,7 +3103,7 @@ msgstr "Neue Server suchen"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Das Paket %s muss installiert sein. Soll ich es installieren?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Konnte das Paket %s nicht installieren!"
@@ -3115,19 +3114,19 @@ msgid "Mandatory package %s is missing"
msgstr "Das zwingend benötigte Paket „%s“ fehlt."
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Warnung"
@@ -4033,7 +4032,7 @@ msgstr "Benutzername"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4991,8 +4990,8 @@ msgstr ""
"Blöcke untersuchen wollen."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -6122,8 +6121,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7868,14 +7867,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Erneut verschicken"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Tschechien (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7889,28 +7888,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Spanien"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finnland"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Frankreich"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7924,612 +7923,612 @@ msgid ""
"Polish"
msgstr "Polen"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Russland"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Schweden"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Großbritannien"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "US Tastatur"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albanien"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armenien (alt)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armenien (Schreibmaschine)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armenien (Phonetisch)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arabisch"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Aserbeidschan (Lateinisches Layout)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgien"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bangladesh (Inscript Layout)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bangladesh (Probhat Layout)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgarien (Phonetisch)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgarien (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brasilien (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosnien"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Weißrussland"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Schweiz (deutsches Layout)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Schweiz (französisches Layout)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee syllabics"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Tschechien (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Deutschland (ohne Akzenttasten)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Dänemark"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (USA)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Spanien)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Französisch)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (GB)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norwegen)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Polnisch)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Schweden)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tibetanisch"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estland"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Faroeisch"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgien (Kyrillisches Layout)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgien (Lateinisches Layout)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Griechenland"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Griechisch (polytonic)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Indien (Gujarati)"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Indien (Gurmukhi)"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Kroatien"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Ungarn"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irisch"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israel"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israel (Phonetisch)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iran"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Island"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italien"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Grönland (Inuktitut)"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japan (106 Tasten)"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kanada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Korea"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurdisch (arabische Schrift)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kyrgyz Tastatur"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Lateinamerika"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laos"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Litauen (AZERTY - alt)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Litauen (AZERTY - neu)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Litauen (QWERTY - „number row“)"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Litauen (QWERTY - Phonetisch)"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Lettland"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Mazedonien"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Burmesien)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongolei (Kyrillisches Layout)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Malta (GB)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Malta (USA)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Niederlande"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Orissa"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polen (QWERTY Layout)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polen (QWERTZ Layout)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugal"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanada (Québec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rumänien (QWERTZ)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Rumänien (QWERTY)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Russland (Phonetisch)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saamen (Norwegen)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saamen (schwedisch/finnisch)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slowenien"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Sinhala"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slowakei (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slowakei (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbien (Kyrillisches Layout)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Syrien"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
@@ -8537,216 +8536,216 @@ msgid ""
msgstr "Syrien (Phonetisch)"
# drakfw:278 (Neuse
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamilisch (TSCII Layout)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamilisch (Schreibmaschine)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thailändisch (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thailändisch (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thailändisch (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (marokkanische Anordnung) (+latein/arabisch)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (phonetisch) (+latein/arabisch)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tadschikistan"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turkmenisch"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Türkei (traditionelles „F“ Modell)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Türkei (modernes „Q“ Modell)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukraine"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Urdu"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Vereinigte Staaten von Amerika (international)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Usbekistan (Kyrillisches Layout)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnam QWERTY („number row“)"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Jugoslawien (Lateinisches Layout)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "AltGr-Taste"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Beide Umschalttasten gleichzeitig"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Strg und Umschalttaste gleichzeitig"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock Taste"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift und CapsLock gleichzeitig"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Strg und Alt gleichzeitig"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt und Umschalttaste gleichzeitig"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "Menütaste"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Linke „Windows“-Taste"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Rechte „Windows“-Taste"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Beide Steuerungstasten gleichzeitig"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Beide ALT-Tasten gleichzeitig"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Linke Umschalt-Taste"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Rechte Shift-Taste"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Linke Alt-Taste"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Linke STRG Taste"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Rechte STRG-Taste"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8757,7 +8756,7 @@ msgstr ""
"mit der Sie zwischen verschiedenen Tastaturbelegungen \n"
"umschalten können, etwa zwischen deutschem und US-Layout."
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11163,8 +11162,8 @@ msgstr "Die Netzmaske sollte das Format 255.255.224.0 haben"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Warnung : IP-Adresse %s ist üblicherweise reserviert !"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s bereits anderweitig genutzt\n"
@@ -11874,7 +11873,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Kopieren der Firmware fehlgeschlagen, Datei %s nicht gefunden"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Herzlichen Glückwunsch!"
@@ -12009,9 +12008,9 @@ msgstr "Auf anderen Rechnern konfiguriert"
msgid "On CUPS server \"%s\""
msgstr "Auf CUPS-Server „%s“"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Standard)"
@@ -12063,9 +12062,9 @@ msgstr "Entferntes CUPS"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Unbekanntes Modell"
@@ -12313,7 +12312,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Rohdaten-Drucker (kein Treiber)"
@@ -12344,12 +12343,12 @@ msgstr "Rechner %s"
msgid "%s (Port %s)"
msgstr "%s (Port %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12398,7 +12397,7 @@ msgstr ""
"diesem Rechner zur Verfügung gestellt werden sollen."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Entfernter CUPS-Server und kein lokaler CUPS Dämon"
@@ -12448,8 +12447,8 @@ msgstr "Gemeinsamer Druckerzugriff auf Rechnern/Netzwerken:"
msgid "Custom configuration"
msgstr "Angepasste Konfiguration"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Keine Netzwerkrechner"
@@ -12684,8 +12683,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "An, Name oder IP des entfernten Servers:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "CUPS Servername oder IP-Adresse fehlt."
@@ -12695,29 +12694,30 @@ msgstr "CUPS Servername oder IP-Adresse fehlt."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "PrinterDrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Lesen der Treiber-Datenbank ..."
@@ -12856,7 +12856,7 @@ msgstr ""
"Drucker an entfernten CUPS-Servern müssen hier nicht konfiguriert werden; "
"diese Drucker werden automatisch erkannt."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -13097,12 +13097,12 @@ msgstr " auf "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Auswahl des Druckermodells"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Welches Druckermodell haben Sie?"
@@ -13120,7 +13120,7 @@ msgstr ""
"PrinterDrake konnte Ihr Druckermodell %s nicht bestimmen. Bitte wählen Sie "
"das richtige Modell aus der Liste aus."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -13129,7 +13129,7 @@ msgstr ""
"Falls Ihr Drucker nicht aufgeführt ist wählen Sie bitte ein kompatibles bzw "
"ähnliches Modell (Für Einzelheiten schauen Sie bitte in Ihr Druckerhandbuch)."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Konfiguriere Drucker „%s“..."
@@ -13152,7 +13152,7 @@ msgstr ""
"Sie können sie wieder anschalten, wenn Sie \"%s\" -> \"%s\" in Printerdrakes "
"Hauptmenü wählen. "
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Automatische Konfiguration einstellen"
@@ -13170,8 +13170,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Drucker hinzufügen"
@@ -13377,8 +13377,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Kann Paket nicht installieren %s"
@@ -13621,10 +13621,10 @@ msgid "Remote printer name missing!"
msgstr "Der Name des Netzwerkdruckers fehlt!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -14008,8 +14008,8 @@ msgstr "Bearbeiten"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Art der Druckeranbindung"
@@ -14019,22 +14019,18 @@ msgstr "Art der Druckeranbindung"
msgid "What do you want to do?"
msgstr "Wo wollen Sie machen?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Abbrechen"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -14047,7 +14043,7 @@ msgstr ""
"Scannen auf Multifunktionsgeräten und Speicherkartenzugriff bei Druckern mit "
"Kartenlesern. "
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, fuzzy, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -14056,91 +14052,107 @@ msgstr ""
"Um auf diese Spezialfunktionen Ihres HP-Druckers zugreifen zu können, muss "
"er mit der entsprechenden Software eingerichtet werden: "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, fuzzy, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr "Was ist Ihre Auswahl (wählen Sie „Keine‟ für Nicht-HP-Drucker)? "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Installiere %s-Paket..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Nur Drucken wird möglich sein auf %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"Konnte Ihre alte HPOJ Konfigurationsdatei %s für Ihren %s nicht löschen! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Bitte löschen Sie die Datei manuell und starten Sie HPOJ neu."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Überprüfe Gerät und konfiguriere %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Welchen Drucker wollen Sie mit HPLIP einrichten?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Kernelmodule einrichten..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Installiere SANE-Pakete..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Das Durchsuchen auf %s wird nicht möglich sein."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Ihren %s verwenden und warten"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Konfiguriere Gerät..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Bereite Druckerport für CUPS vor..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Lesen der Drucker-Datenbank ..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Geben Sie Druckername und Kommentare ein"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Druckernamen sollten nur Buchstaben, Ziffern und den Unterstrich unterhalten"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -14149,7 +14161,7 @@ msgstr ""
"Der Drucker „%s“ existiert bereits. Wollen Sie ihn wirklich \n"
"ersetzen?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -14160,7 +14172,7 @@ msgstr ""
"der Drucker von Windowsclients aus nicht erreichbar ist. Wollen Sie diesen "
"Namen wirklich verwenden?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -14170,35 +14182,35 @@ msgstr ""
"Beschreibung und Standort müssen nicht ausgefüllt werden.\n"
"Sie dienen nur als Kommentare für den Anwender."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Druckername"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Beschreibung"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Standort"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Vorbereiten der Drucker-Datenbank ..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Ihr Druckermodell"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14224,18 +14236,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Das Modell ist richtig"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Modell manuell auswählen"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14250,12 +14262,12 @@ msgstr ""
"Falls die Markierung auf einem falschen Gerät oder auf „Rohdaten-Drucker“ "
"steht, suchen Sie bitte selbst Ihren Drucker in der Liste."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Installiere eine herstellerunterstützte PPD-Datei"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14264,7 +14276,7 @@ msgstr ""
"Jeder PostScript-Drucker wird mit einer PPD-Datei ausgeliefert, welche die "
"Optionen des Druckers beschreiben."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14273,13 +14285,13 @@ msgstr ""
"Diese Datei ist in der Regel irgendwo auf der CD bei den Windows- und Mac-"
"Treibern, die mit dem Drucker geliefert wurde."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
"Sie können die PPD-Datei auch von den Hersteller-Homepages runterladen."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14288,7 +14300,7 @@ msgstr ""
"Falls Sie Windows auf ihrem Rechner installiert haben können Sie die PPD-"
"Datei auch auf der Windows-Partition finden."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14299,7 +14311,7 @@ msgstr ""
"Einrichtung des Druckers machen alle Optionen des Druckers verfügbar, die "
"durch das Gerät unterstützt werden."
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14309,51 +14321,51 @@ msgstr ""
"installiert wird. Sie wird anschließend für die Einrichtung des Druckers "
"verwendet."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Installiere PPD-Datei von"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Diskettenlaufwerk"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Andere Orte"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "PPD-Datei auswählen"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "Die PPD Datei %s existiert nicht oder ist unlesbar!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "Die PPD-Datei %s stimmt nicht mit den PPD-Spezifikationen überein!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Installiere PPD Datei..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI Win-Drucker-Konfiguration"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14369,12 +14381,12 @@ msgstr ""
"Schnittstelle oder an einer Printserver-Box hängen, schließen Sie ihn bitte "
"an den ersten Parallelport, bevor Sie versuchen eine Testseite zu drucken ..."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark-Tintenstrahl-Konfiguration"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14387,7 +14399,7 @@ msgstr ""
"Bitte schließen Sie den Drucker direkt an Ihren Rechner oder richten Sie ihn "
"auf dem Rechner ein, an den er angeschlossen ist."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14409,12 +14421,12 @@ msgstr ""
"Druckkopf-Justierungsseiten mit „lexmarkmaintain“ und justieren Sie damit "
"den Druckkopf."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark X125 Konfiguration"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14428,12 +14440,12 @@ msgstr ""
"Anschluss an oder richten Sie ihn auf dem Rechner ein, an den er "
"angeschlossen ist."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Samsung ML/QL-85G Konfiguration"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14447,17 +14459,17 @@ msgstr ""
"ersten Parallelschnittstelle an oder richten Sie ihn auf dem Rechner ein, an "
"den er angeschlossen ist."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Canon LBP-460/660 Konfiguration"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Canon LBP-810/1120 (CAPT)-Konfiguration"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14471,12 +14483,12 @@ msgstr ""
"Anschluss an oder richten Sie ihn auf dem Rechner ein, an den er "
"angeschlossen ist."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Firmware-Upload an HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14493,27 +14505,27 @@ msgstr ""
"richtig eingestellt sind. Es sei auch angemerkt, dass häufig mit steigender "
"Druckqualität die Druckgeschwindigkeit sinkt."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Standard-Einstellungen des Druckers"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Der Parameter %s muss eine ganzzahlige Zahl sein!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Der Parameter %s muss eine Zahl sein!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Der Parameter %s ist groß oder zu klein!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14522,12 +14534,12 @@ msgstr ""
"Möchten Sie diesen Drucker („%s“)\n"
"als Standarddrucker verwenden?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Testseiten"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14542,47 +14554,47 @@ msgstr ""
"gedruckt wird. Normalerweise sollte es ausreichen, die Standard-Testseiten "
"auszudrucken."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Keine Testseiten"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Drucken"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Standard-Testseite"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternative Testseite (US-Format - „Letter“)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternative Testseite (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Foto-Testseite"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Druck der Testseite(n) ..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Überspringe Foto-Testseite."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14597,7 +14609,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14606,17 +14618,17 @@ msgstr ""
"Die Testseite(n) wurden an den Drucker gesandt.\n"
"Es kann einen Augenblick dauern, bevor der Drucker seine Arbeit aufnimmt.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "War der Ausdruck korrekt?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Rohdaten-Drucker"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14630,7 +14642,7 @@ msgstr ""
"grafischen Hilfsprogramme erlauben Ihnen auf einfache Weise den richtigen "
"Drucker zu wählen und die notwendigen Drucker-Parameter anzugeben.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14641,8 +14653,8 @@ msgstr ""
"zahlreicher Anwendungen angeben, lassen Sie jedoch den Dateinamen weg, da "
"die zu druckende Datei von der Anwendung geliefert wird.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14655,7 +14667,7 @@ msgstr ""
"bestimmten Druckauftrag zu ändern. Geben Sie die gewünschten Angaben einfach "
"in der Kommandozeile mit an, etwa: „%s <Datei>“. "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14667,7 +14679,7 @@ msgstr ""
"Drucker-Optionen“. %s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14676,7 +14688,7 @@ msgstr ""
"Hier die Liste vorhandener Drucker-Parameter des aktuellen Druckers:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14685,8 +14697,8 @@ msgstr ""
"Verwenden Sie den Befehl „%s <Datei>“, um die Datei <Datei> in der "
"Kommandozeile auszudrucken.\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14697,7 +14709,7 @@ msgstr ""
"angeben. Tragen Sie bitte keinen Dateinamen ein, da dieser vom Programm "
"ergänzt wird.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14706,7 +14718,7 @@ msgstr ""
"Um eine Liste der Drucker-Parameter Ihres Druckers zu erhalten, betätigen "
"Sie bitte die Schaltfläche „Liste der Drucker-Optionen“."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14715,7 +14727,7 @@ msgstr ""
"Verwenden Sie einen der Befehle „%s <Datei>„ oder „%s <Datei>“, um die Datei "
"<Datei> in der Kommandozeile auszudrucken.\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14732,7 +14744,7 @@ msgstr ""
"Druckaufträge anhält, wenn Sie es betätigen. Das kann beispielsweise dann "
"hilfreich sein, wenn Sie einen Papierstau in Ihrem Drucker haben.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14745,27 +14757,27 @@ msgstr ""
"speziellen Druckjobs zu konfigurieren. Fügen Sie einfach die gewünschten "
"Einstellungen in der Kommandozeile ein, etwa „%s <Datei>“.\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Benutzen/Verwalten des Druckers „%s“"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Drucken auf Drucker „%s“"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Liste der Drucker-Optionen"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Liste der Drucker-Optionen"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14776,7 +14788,7 @@ msgstr ""
"werden viele spezielle Funktionen Ihres Druckers unterstützt.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14785,7 +14797,7 @@ msgstr ""
"Der Scanner in Ihrem Drucker kann mit den normalen SANE-Programmen verwendet "
"werden, zum Beispiel Kooka or XSane (beide im Menü Multimedia/Grafik). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14796,7 +14808,7 @@ msgstr ""
"Kontrollzentrum), um Ihren Scanner im Netzwerk freizugeben.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14805,7 +14817,7 @@ msgstr ""
"Auf die Speicherkartenleser in Ihrem Drucker kann wie auf normale USB-"
"Massenspeichergeräte zugegriffen werden. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14816,7 +14828,7 @@ msgstr ""
"Kartenzugriff auf Ihrer Arbeitsfläche erscheinen.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14827,7 +14839,7 @@ msgstr ""
"(Menu: System/Überwachung/HP Printer Toolbox) durch Anklicken von „Zugriff "
"auf Fotokarten‟ unter dem Tabulator „Funktionen‟ zugegriffen werden. "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14838,7 +14850,7 @@ msgstr ""
"Bilder von der Kamera oder einem USB-Kartenleser zu lesen.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14849,33 +14861,33 @@ msgstr ""
"eine Menge an Statusüberwachung und Verwaltungsfunktionen für Ihren %s:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - Tintenfüllstand/Statusinformation\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - Tintendüsenreinigung\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Druckkopfausrichtung\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Farbabgleich\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Drucker-Einstellung übertragen"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14891,7 +14903,7 @@ msgstr ""
"Warteschlange gehen jedoch verloren.\n"
"Nicht alle Warteschlangen können übernommen werden:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14900,7 +14912,7 @@ msgstr ""
"CUPS unterstützt keine Drucker an Novell-Servern oder Drucker, die ihre "
"Daten in ein frei gewähltes Kommando senden.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14909,12 +14921,12 @@ msgstr ""
"PDQ unterstützt nur lokale Drucker, entfernte LPD-Drucker und Socket/TCP-"
"Drucker.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD und LPRng unterstützen keine IPP-Drucker.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14923,7 +14935,7 @@ msgstr ""
"Warteschlangen, die nicht mit diesem Programm oder „foomatic-configure“ "
"erstellt wurden, können nicht übertragen werden."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14934,7 +14946,7 @@ msgstr ""
"Drucker, die mit den PPD-Dateien ihrer Hersteller oder CUPS-spezifischen "
"Treibern eingerichtet wurden, können nicht übertragen werden."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14945,17 +14957,17 @@ msgstr ""
"Markieren Sie die Drucker, die sie übertragen wollen und betätigen Sie die "
"Schaltfläche „Übertragen“."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Druckerdaten nicht übertragen"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Übertragen"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14967,17 +14979,17 @@ msgstr ""
"überschreiben. Sie können dem Drucker auch einen neuen \n"
"Namen geben oder ihn einfach überspringen."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Neuer Druckername"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Übertrage „%s“ ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14986,28 +14998,28 @@ msgstr ""
"Sie haben Ihren alten Standarddrucker („%s“) übertragen, soll es auch Ihr "
"Standarddrucker unter dem neuen Drucksystem „%s“ werden?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Aktualisieren der Druckerdaten ..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Netzwerk starten ..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Netzwerk jetzt konfigurieren"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Ihr Netzwerk ist nicht konfiguriert"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -15020,12 +15032,12 @@ msgstr ""
"Wenn Sie dennoch fortfahren, ohne Ihr Netzwerk einzurichten, ist der Drucker "
"hinterher nicht zu verwenden. Wie wollen Sie verfahren?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Weiter ohne Netzwerkkonfiguration"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -15041,7 +15053,7 @@ msgstr ""
"anschließend erneut den Drucker mittels „Hardware/Drucker“ im %s "
"Kontrollzentrum einzurichten."
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -15053,27 +15065,27 @@ msgstr ""
"und Ihre Softwareeinstellungen. Versuchen Sie anschließend erneut den "
"Netzwerkdrucker einzurichten."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Drucksystem neu starten ..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "Hoch"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "Paranoid"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Installiere ein Drucksystem in Sicherheitsebene %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -15098,12 +15110,12 @@ msgstr ""
"\n"
"Wollen Sie wirklich dieses Drucksystem auf diesem Rechner installieren?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Drucksystem beim Systemstart aktivieren"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -15123,32 +15135,32 @@ msgstr ""
"\n"
"Wollen sie den automatischen Start des Drucksystems wiederherstellen?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Suche nach installierter Software..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Entferne %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Konnte das %s Drucksystem nicht entfernen!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Installiere %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Konnte das %s Drucksystem nicht installieren!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -15162,7 +15174,7 @@ msgstr ""
"angegebene Server heruntergefahren ist, von dieser Maschine überhaupt nicht "
"gedruckt werden kann."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -15172,32 +15184,32 @@ msgstr ""
"Sie auf OK, wenn Sie diesen Modus verwenden wollen. Ansonsten klicken Sie "
"auf „Abbrechen“."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Name oder IP des entfernten Servers:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Standarddrucker wählen ..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Lokales CUPS-Drucksystem oder entfernter CUPS-Server?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "Das CUPS-Drucksystem kann auf zwei Arten verwendet werden:"
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. Das CUPS-Drucksystem kann lokal arbeiten."
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -15207,7 +15219,7 @@ msgstr ""
"Drucker an anderen CUPS-Servern im gleichen Netzwerk werden automatisch "
"erkannt."
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15220,13 +15232,13 @@ msgstr ""
"werden, der CUPS-Dämon muss im Hintergrund laufen und braucht etwas "
"Arbeitsspeicher und der IPP-Port (631) is offen."
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. Alle Druckaufträge werden sofort zu einem entfernten CUPS-Server gesendet."
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15238,7 +15250,7 @@ msgstr ""
"Aufsetzen lokaler Druckerwarteschlangen muss installiert werden, also wird "
"weniger Arbeitsspeicher und Festplattenplatz verbraucht. "
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15248,49 +15260,49 @@ msgstr ""
"und von dieser Maschine überhaupt nicht gedruckt werden kann, wenn der "
"Server heruntergefahren ist."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Wie soll CUPS auf Ihrer Maschine eingerichtet werden?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Entfernter Server, geben Sie hier den Namen oder die IP ein:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Lokales CUPS-Drucksystem"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Wählen Sie das Drucksystem"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Welches Drucksystem (Spooler) wollen Sie verwenden?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Konnte Drucker „%s“ nicht konfigurieren!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Installiere das Paket Foomatic ..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
"Konnte die %s Pakete nicht installieren, %s kann nicht gestartet werden!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15301,48 +15313,48 @@ msgstr ""
"Doppelklick auf einen Drucker aus, um seine Einstellungen zu ändern, als "
"Standarddrucker zu verwenden oder Informationen über ihn zu erhalten."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Alle Netzwerk-CUPS-Drucker anzeigen"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Aktualisiere Druckerliste (um alle entfernten CUPS-Drucker anzuzeigen)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS-Konfiguration"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Drucksystem ändern"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Normaler Modus"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Expertenmodus"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Drucker-Optionen"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Drucker-Konfiguration ändern"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15351,99 +15363,99 @@ msgstr ""
"Drucker %s%s\n"
"Was wollen Sie an diesem Drucker ändern?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Dieser Drucker ist deaktiviert"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Ausführen!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Druckername, Beschreibung, Standort"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Druckerproduzent, Modell, Treiber"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Druckerproduzent, Modell"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Als Standarddrucker verwenden"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Drucker aktivieren"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Drucker deaktivieren"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "Fehlerbehandlung der Druckerkommunikation"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Testseite(n) drucken"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Wie dieser Drucker genutzt werden kann"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Drucker entfernen"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Entferne alten Drucker „%s“..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Drucker „%s“ ist jetzt aktiviert."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Drucker „%s“ ist jetzt deaktiviert."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Möchten Sie den Drucker „%s“ wirklich entfernen?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Entferne Drucker „%s“..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Standarddrucker"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Der Drucker „%s“ ist jetzt Ihr Standarddrucker“"
@@ -15480,15 +15492,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Konnte keine Zulassung setzen für die Firmware-Datei %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "ScannerDrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -17461,12 +17473,12 @@ msgstr ""
"Sie müssen sich abmelden und wieder anmelden, damit die Änderungen wirksam "
"werden"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s benötigt einen Benutzernamen...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17475,114 +17487,114 @@ msgstr ""
"%s: %s benötigt Rechnername, MAC Adresse, IP, nbi-image, 0/1 für "
"THIN_CLIENT, 0/1 für Lokale Konfiguration ...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s benötigt hostname...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Terminal-Server-Konfiguration"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "dhcpd-Konfiguration"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Server aktivieren"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Server deaktivieren"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Server starten"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Server stoppen"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot Diskette/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Net Boot Images"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Benutzer hinzufügen/löschen"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Clients hinzufügen/löschen"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Abbilder"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Clients/Benutzer"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "First Time Assistent"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
"%s als dm definiert, der gdm-Benutzer wird zu /etc/passwd$$CLIENT$$ "
"hinzugefügt"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17622,27 +17634,27 @@ msgstr ""
" f) Im Falle eines Thin-Clients nachfragen, ob KDM neu gestartet werden "
"soll.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Assistent abbrechen"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Bitte die DHCP-Konfigurationsdatei speichern!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Benutze Thin-Clients"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Gleiche Client-X-Tastatureinstellungen mit dem Server ab."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17658,28 +17670,28 @@ msgstr ""
"....„Fat“-Clients benutzen ihre eigene CPU/RAM und das Dateisystem des "
"Servers."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Erzeuge Startabbilder zum Netzwerk-Start für alle Kernel"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Dies wird einige Minuten dauern."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Fertig!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s ist fehlgeschlagen"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17689,14 +17701,14 @@ msgstr ""
"Nicht genug Platz um NBIs in %s zu erstellen.\n"
"Benötigt: %d MB, Frei: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Gleiche die serverseitige Benutzerliste mit der des Clients ab, inklusive "
"root."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17705,19 +17717,18 @@ msgstr ""
"Um die Änderungen wirksam zu machen für den Thin-Client muss der Display-"
"Manager neu gestartet werden. Soll dies jetzt geschehen?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Terminal-Server-Überblick"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17729,7 +17740,7 @@ msgstr ""
" \tUm einen Kernel über Etherboot zu laden muss ein speziellen "
"kernel/initrd-Abbild erzeugt werden.\n"
" \tmkinitrd-net erledigt einen großen Teil dieser Arbeit. "
-"DrakTermServ ist nur eine grafische Schnitt-\n"
+"%s ist nur eine grafische Schnitt-\n"
" \tstelle die bei der Verwaltung dieser Abbilder unstützt. Zum "
"erstellen der Datei \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include, die von dhcpd.conf als "
@@ -17737,14 +17748,14 @@ msgstr ""
" \twird, sollten Sie mindestens für einen Kernel Etherboot-"
"Startabbilder erzeugen."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17761,7 +17772,7 @@ msgstr ""
"einen Eintrag\n"
" \tin dhcpd.conf, der dem Rechner eine IP-Adresse und "
"netzwerkfähige\n"
-" \tStartabbilder zuweist. DrakTermServ hilft beim Erzeugen/"
+" \tStartabbilder zuweist. %s hilft beim Erzeugen/"
"Entfernen\n"
" \tdieser Einträge.\n"
"\t\t\t\n"
@@ -17774,30 +17785,29 @@ msgstr ""
" \tEine typische dhcpd.conf ??stanza to support?? diskettenlose "
"Clients wie:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17816,10 +17826,9 @@ msgstr ""
"für\n"
" jeden Client ein spezifisches Setup, erleichtert ein feste "
"Adressvergabe die \n"
-" Client-spezifischen Einstellungen die ClusterNFS anbietet.\n"
+" Client-spezifischen Einstellungen die %s anbietet.\n"
"\t\t\t\n"
-" Anmerkung: Der „#type“-Eintrag wird nur von drakTermServ benutzt. "
-"Clients\n"
+" Anmerkung: Der „#type“-Eintrag wird nur von %s benutzt. Clients\n"
" können entweder „schlank“ oder „voll“ sein.\n"
" Schlanke Clients starten die meisten Programme auf dem Server "
"mittels XDMCP, \n"
@@ -17836,8 +17845,7 @@ msgstr ""
"Netzwerk\n"
" zu beschränken.\n"
"\t\t\t\n"
-" Anmerkung: Der „#hdw_config“-Eintrag wird nur vondrakTermServ. "
-"benutzt.\n"
+" Anmerkung: Der „#hdw_config“-Eintrag wird nur von%s. benutzt.\n"
" Clients kann entweder „richtig“ oder „falsch“ sein. „richtig“ "
"erlaubt den Root-\n"
" Zugang auf dem Client-Rechner und ermöglicht Geräte-Einstellungen "
@@ -17857,17 +17865,16 @@ msgstr ""
"Hinzufügen\n"
" von Clients."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17875,58 +17882,59 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Wartung von /etc/exports:\n"
-" \tClusternfs erlaubt den Export des Wurzeldateisystems an "
-"festplattenlose Clients. drakTermServ\n"
+" \t%s erlaubt den Export des Wurzeldateisystems an festplattenlose "
+"Clients. %s\n"
" \tstellt die korrekten Einträge ein, um anonymen Zugriff zum "
"Wurzeldateisystem von \n"
" \tfestplattenlosen Clients zu erlauben.\n"
"\n"
-" \tEin typischer exports Eintrag für clusternfs ist:\n"
+" \tEin typischer exports Eintrag für %s ist:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNETZ/MASKE(rw,root_squash)\n"
"\t\t\t\n"
" \tMit SUBNETZ/MASKE definiert für Ihr Netzwerk."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - %s warten:\n"
" \tUm Benutzern von diskettenlosen Clients das Einloggen zu erlauben, "
"muss ihr Eintrag in\n"
-" \t/etc/shadow dupliziert werden nach %s. drakTermServ\n"
+" \t/etc/shadow dupliziert werden nach %s. %s\n"
" \tunterstützt dies durch das Hinzufügen oder Entfernen der Benutzer "
"aus dieser Datei."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Pro Client %s:\n"
-" \tDurch ClusterNFS hat jeder Client seine eigenen, eigenständigen "
+" \tDurch %s hat jeder Client seine eigenen, eigenständigen "
"Konfigurationsdateien\n"
" \tauf dem root-Dateisystem des Servers. Durch das Erlauben Client-"
"seitiger Geräteeinstellungen\n"
-" \thilft drakTermServ beim Erzeugen dieser Dateien."
+" \thilft %s beim Erzeugen dieser Dateien."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17942,7 +17950,7 @@ msgid ""
"machine is configured."
msgstr ""
" - Pro Client System-Konfigurationsdateien:\n"
-" \tDurch ClusterNFS hat jeder Client seine eigenen, eigenständigen "
+" \tDurch %s hat jeder Client seine eigenen, eigenständigen "
"Konfigurationsdateien\n"
" \tauf dem root-Dateisystem des Servers. Durch das Erlauben Client-"
"seitiger\n"
@@ -17959,12 +17967,12 @@ msgstr ""
"sobald der Client\n"
"\teingerichtet ist."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17989,8 +17997,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ wird diese Datei so einrichten, dass sie mit den "
-"Abbildern, die\n"
+" \t%s wird diese Datei so einrichten, dass sie mit den Abbildern, "
+"die\n"
" \tdurch mkinitrd-net erstellt wurden, zusammenspielt und den "
"Einträgen in\n"
" \t/etc/dhcpd.conf, um die Startabbilder jedem festplattenlosen "
@@ -18015,14 +18023,12 @@ msgstr ""
" \tund setzen den Verzeichnispfad auf /var/lib/tftpboot, wo mkinitrd-"
"net seine Abbilder \tablegt."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -18033,8 +18039,8 @@ msgstr ""
" - Erstelle etherboot Disketten/CDs:\n"
" \tDie plattenlose Client-Maschine benötigt entweder ROM-Abbilder auf "
"der Netzwerkkarte, einer Startdiskette\n"
-" \toder einer CD, um den Startvorgang einzuleiten. drakTermServ wird "
-"dabei helfen, diese Abbilder basierend\n"
+" \toder einer CD, um den Startvorgang einzuleiten. %s wird dabei "
+"helfen, diese Abbilder basierend\n"
" \tauf der Netzwerkkarte der Client-Maschine zu erstellen.\n"
" \t\t\n"
" \tEin einfaches Beispiel, um eine Startdiskette für eine 3Com 3c509 "
@@ -18042,94 +18048,94 @@ msgstr ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Bootdiskette"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Boot ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE-Abbild"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Standard-Kernelversion"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "Installiere i586-Kernel für ältere Clients"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Ganzen Kernel erstellen -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Kein Kernel ausgewählt!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Erstelle einzelnen NIC -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Keine Netzwerkkarte ausgewählt!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Alle Kernel erstellen -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Löschen"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Kein Abbild ausgewählt!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Alle NBIs löschen"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Erzeuge Abbilder für Kernel:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -18141,27 +18147,27 @@ msgstr ""
"Entfernen/erneutes Hinzufügen des Benutzers zum Terminal Server \n"
"nötig, um das Anmelden zu ermöglichen."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Benutzer hinzufügen -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Benutzer löschen"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "Typ: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "lokale Konfiguration: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -18170,22 +18176,22 @@ msgstr ""
"Erlaube lokale Hardware-\n"
"Konfiguration"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Keine Net Boot Images erstellt!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Thin Client"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Erlaube Thin Clients"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -18194,52 +18200,52 @@ msgstr ""
"Gleiche Client-X-Tastatureinstellungen\n"
"mit dem Server ab."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Client hinzufügen -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "Typ: FAT"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "Typ: Thin"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "Lokale Einstellung: fehlerhaft"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "lokale Konfiguration: wahr"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Client bearbeiten"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Unterbinde die lokale Konfiguration"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Client löschen"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -18248,78 +18254,78 @@ msgstr ""
"Sie müssen den Display-Manager neu starten, damit alle Änderungen\n"
"wirksam werden. (Geben Sie auf der Konsole ein: service dm restart)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Thin-Clients werden nicht mit AutoLogin funktionieren. AutoLogin ausschalten?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Alle Clients werden %s benutzen."
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subnetz:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Netzmaske:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Router:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Subnetzmaske:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Broadcast-Adresse:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Name der Domäne:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "DNS-Server:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Anfang des IP-Bereichs:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Ende des IP-Bereichs:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "TS Einfügungen an existierenden Konfiguration anhängen"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Konfiguration speichern"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "dhcpd-Server-Konfiguration"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18330,7 +18336,7 @@ msgstr ""
"laufenden System entnommen.\n"
"Sie können diese nach Bedarf anpassen."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -18339,102 +18345,102 @@ msgstr ""
"Dynamischer IP-Adressen-Pool\n"
"(für PXE-Clients benötigt):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Konnte nicht auf %s schreiben!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Bitte legen Sie eine Diskette ein:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Kein Diskettenzugriff möglich!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Sie können die Diskette nun entfernen"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Kein Disketten-Laufwerk verfügbar!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "Netzstart-Abbild ist %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Fehler beim Schreiben von %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO Image ist %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Es trat ein Fehler auf! Ist „mkisofs“ installiert?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "„/etc/dhcpd.conf“ muss erst angelegt werden!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s Passwort ungültig am Terminal-Server - schreibe neu...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s ist kein Benutzer...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s ist bereits ein Terminalserver-Benutzer\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Hinzufügen von %s zum Terminal-Server fehlgeschlagen!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s zum Terminalserver hinzugefügt\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s gelöscht...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s nicht gefunden...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"/etc/hosts.allow und /etc/hosts.deny sind bereits konfiguriert - keine "
"Änderung"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Konfiguration geändert - Neustart von clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Konfiguration geändert - Neustart von %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26724,17 +26730,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake wird jetzt nicht gestartet."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Suche nach eingerichteten Scannern ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Suche nach neuen Scannern ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Erneuere die Liste der konfigurierten Scanner..."
@@ -26899,43 +26905,43 @@ msgstr ""
"Der %s muss von PrinterDrake konfiguriert werden.\n"
"Sie können PrinterDrake im %s Kontrollzentrum im Hardware-Bereich starten."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Kernelmodule einrichten..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Verfügbare Ports automatisch erkennen"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Bitte wählen Sie den Gerätenamen, an dem Ihr „%s“ hängt."
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Anmerkung: Parallelports können nicht automatisch erkannt werden)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "Gerät wählen"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Suche nach neuen Scannern ..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Kernelmodule einrichten..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Achtung!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26948,7 +26954,7 @@ msgstr ""
"Manuelle Anpassungen sind nötig. Bitte bearbeiten Sie die "
"Konfigurationsdatei /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26957,7 +26963,7 @@ msgstr ""
"Weitere Informationen finden Sie im Treiberhandbuch. Rufen Sie den Befehl "
"„man sane-%s“ auf und lesen sie es."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26966,7 +26972,7 @@ msgstr ""
"Danach können Sie Dokumente mit „XSane“ oder „Kooka“ im Menu Multimedia/"
"Grafik scannen."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26975,7 +26981,7 @@ msgstr ""
"Ihr %s wurde eingerichtet aber es ist möglich, dass zusätzliche manuelle "
"Einstellungen nötig sind, um ihn zum Laufen zu bekommen. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26984,12 +26990,12 @@ msgstr ""
"Wenn er nicht im Scannerdrake-Hauptfenster in der Liste der eingerichteten "
"Scanner erscheint oder wenn er nicht richtig funktioniert, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "Bearbeiten Sie die Konfigurationsdatei /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -27000,7 +27006,7 @@ msgstr ""
"Sie können nun Dokumente mit „XSane“ oder „Kooka“ scannen (unter „Multimedia/"
"Graphik“ im Mandriva-Menü)."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -27013,7 +27019,7 @@ msgstr ""
"%s\n"
"sind direkt an Ihr System angeschlossen.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -27026,42 +27032,42 @@ msgstr ""
"%s\n"
"ist direkt an Ihr System angeschlossen.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Ich konnte keine Scanner direkt an Ihrem Rechner finden.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Suche nach neuen Scannern"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Scanner manuell hinzufügen"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Installieren/Aktualisieren der Firmware Datei"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Gemeinsamer Scannerzugriff"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Alle entfernten Maschinen"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Dieser Rechner"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -27070,7 +27076,7 @@ msgstr ""
"Hier können Sie einstellen, ob die Scanner, die an diesem Rechner hängen, "
"für andere Rechner nutzbar sein sollen und falls ja, für welche."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -27079,33 +27085,33 @@ msgstr ""
"Sie können hier entscheiden, ob Scanner von anderen Rechnern automatisch auf "
"diesem Rechner zur Verfügung gestellt werden sollen."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Die Scanner dieses Rechners sind für andere Rechner nutzbar"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Scanner mit folgenden Rechnern teilen:"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Benutze Scanner auf entfernten Computern"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Verwende die Scanner am Rechner:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Gemeinsamer Zugriff auf lokale Scanner"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -27114,58 +27120,58 @@ msgstr ""
"Das sind die Rechner und Netzwerke, für die die lokalen Scanner zugänglich "
"sein sollen:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Hinzufügen eines Rechners"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Änderung des markierten Rechners"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Löschen des markierten Rechners"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Name/IP-Adresse des Rechners:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
"Wählen Sie den Rechner, dem der lokale Scanner bekannt gemacht werden soll:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Sie müssen einen Rechnernamen oder eine IP eingeben.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
"Der Computer ist bereits in der Liste, er kann nicht erneut hinzugefügt "
"werden.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Scanner an anderen Rechnern nutzen"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Das sind die Rechner, für die der Scanner zugänglich sein soll:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -27176,7 +27182,7 @@ msgstr ""
"freizugeben.\n"
"Möchten Sie „saned“ nun installieren?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Ihre Scanner werden nicht im Netzwerk verfügbar sein."
@@ -27360,6 +27366,330 @@ msgstr ""
msgid "Installation failed"
msgstr "Die Installation schlug fehl!"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Abbrechen"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Erzeuge „Etherboot“bare Startabbilder:\n"
+#~ " \tUm einen Kernel über Etherboot zu laden muss ein speziellen "
+#~ "kernel/initrd-Abbild erzeugt werden.\n"
+#~ " \tmkinitrd-net erledigt einen großen Teil dieser Arbeit. "
+#~ "DrakTermServ ist nur eine grafische Schnitt-\n"
+#~ " \tstelle die bei der Verwaltung dieser Abbilder unstützt. Zum "
+#~ "erstellen der Datei \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include, die von dhcpd.conf "
+#~ "als Include-Datei hinzugezogen\n"
+#~ " \twird, sollten Sie mindestens für einen Kernel Etherboot-"
+#~ "Startabbilder erzeugen."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Pflege von /etc/dhcpd.conf:\n"
+#~ " \tUm Clients über das Netzwerk zu starten benötigt jeder Client "
+#~ "einen Eintrag\n"
+#~ " \tin dhcpd.conf, der dem Rechner eine IP-Adresse und "
+#~ "netzwerkfähige\n"
+#~ " \tStartabbilder zuweist. DrakTermServ hilft beim Erzeugen/"
+#~ "Entfernen\n"
+#~ " \tdieser Einträge.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI-Karten könnten das Image ablehnen - Etherboot wird das "
+#~ "richtige Image anfragen.\n"
+#~ "\t\t\tSie sollten weiter bedenken, dass Etherboot bei der Suche eines "
+#~ "Abbilds Einträge wie \n"
+#~ "\t\t\tboot-3c59x.nbi anstelle von boot-3c59x.2.4.19-16mdk.nbi erwartet).\n"
+#~ "\t\t\t \n"
+#~ " \tEine typische dhcpd.conf ??stanza to support?? diskettenlose "
+#~ "Clients wie:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " Obwohl Sie einen Bereich von IP-Adressen verwenden können, "
+#~ "anstatt für\n"
+#~ " jeden Client ein spezifisches Setup, erleichtert ein feste "
+#~ "Adressvergabe die \n"
+#~ " Client-spezifischen Einstellungen die ClusterNFS anbietet.\n"
+#~ "\t\t\t\n"
+#~ " Anmerkung: Der „#type“-Eintrag wird nur von drakTermServ benutzt. "
+#~ "Clients\n"
+#~ " können entweder „schlank“ oder „voll“ sein.\n"
+#~ " Schlanke Clients starten die meisten Programme auf dem Server "
+#~ "mittels XDMCP, \n"
+#~ " während volle Clients die meisten Programme auf dem Client selbst "
+#~ "starten.\n"
+#~ " Eine besondere inittab, %s wurde für schlanke Clients "
+#~ "geschrieben.\n"
+#~ " Die System-Konfigurationsdateien xdm-config, kdmrc, und gdm.conf "
+#~ "werden \n"
+#~ " modifiziert falls schlanke Clients benutzt werden, um XDMCP zu "
+#~ "ermöglichen.\n"
+#~ " Aufgrund von Sicherheitsproblemen in XDMCP werden die Dateien "
+#~ "hosts.deny\n"
+#~ " und hosts.allow are modifiziert umd den Zugang auf das lokale "
+#~ "Netzwerk\n"
+#~ " zu beschränken.\n"
+#~ "\t\t\t\n"
+#~ " Anmerkung: Der „#hdw_config“-Eintrag wird nur vondrakTermServ. "
+#~ "benutzt.\n"
+#~ " Clients kann entweder „richtig“ oder „falsch“ sein. „richtig“ "
+#~ "erlaubt den Root-\n"
+#~ " Zugang auf dem Client-Rechner und ermöglicht Geräte-Einstellungen "
+#~ "für\n"
+#~ " Sound, Maus und X, wobei die „Drak“-Werkzeuge benutzt werden.\n"
+#~ " Dies wird ermöglicht durch das Erstellen seperater "
+#~ "Konfigurationsdateien.\n"
+#~ " Diese werden mit den IP-Adressen der Clients assoziiert. Das "
+#~ "Erzeugen von Lese-/\n"
+#~ " Schreib-Einhängepunkte um das clientseitige Ändern der Datei zu "
+#~ "erlauben.\n"
+#~ " Sobald Sie mit den Einstellungen des Clients zufrieden sind "
+#~ "können Sie den\n"
+#~ " Root-Zugang auf dem Client enfernen.\n"
+#~ "\t\t\t\n"
+#~ " Anmerkung: Sie müssen den Server neu starten nach dem Ändern oder "
+#~ "Hinzufügen\n"
+#~ " von Clients."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Wartung von /etc/exports:\n"
+#~ " \tClusternfs erlaubt den Export des Wurzeldateisystems an "
+#~ "festplattenlose Clients. drakTermServ\n"
+#~ " \tstellt die korrekten Einträge ein, um anonymen Zugriff zum "
+#~ "Wurzeldateisystem von \n"
+#~ " \tfestplattenlosen Clients zu erlauben.\n"
+#~ "\n"
+#~ " \tEin typischer exports Eintrag für clusternfs ist:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNETZ/MASKE(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tMit SUBNETZ/MASKE definiert für Ihr Netzwerk."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - %s warten:\n"
+#~ " \tUm Benutzern von diskettenlosen Clients das Einloggen zu "
+#~ "erlauben, muss ihr Eintrag in\n"
+#~ " \t/etc/shadow dupliziert werden nach %s. drakTermServ\n"
+#~ " \tunterstützt dies durch das Hinzufügen oder Entfernen der "
+#~ "Benutzer aus dieser Datei."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Pro Client %s:\n"
+#~ " \tDurch ClusterNFS hat jeder Client seine eigenen, eigenständigen "
+#~ "Konfigurationsdateien\n"
+#~ " \tauf dem root-Dateisystem des Servers. Durch das Erlauben Client-"
+#~ "seitiger Geräteeinstellungen\n"
+#~ " \thilft drakTermServ beim Erzeugen dieser Dateien."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Pro Client System-Konfigurationsdateien:\n"
+#~ " \tDurch ClusterNFS hat jeder Client seine eigenen, eigenständigen "
+#~ "Konfigurationsdateien\n"
+#~ " \tauf dem root-Dateisystem des Servers. Durch das Erlauben Client-"
+#~ "seitiger\n"
+#~ " \tGeräteeinstellungen können Clients Dateien wie /etc/modules."
+#~ "conf,\n"
+#~ " \t/etc/sysconfig/mouse oder /etc/sysconfig/keyboard auf Client-"
+#~ "Basis\n"
+#~ "\t\tanpassen.\n"
+#~ "\n"
+#~ " Anmerkung: Das Erlauben lokaler Client-Geräteeinstellungen "
+#~ "ermöglicht Root-Zugang zum\n"
+#~ "\tTerminal-Server auf jedem Client, der diese Funktion aktiviert hat. Die "
+#~ "lokale Konfiguration\n"
+#~ "\tkann wieder ausgeschaltet werden unter Beibehaltung der Einstellungen, "
+#~ "sobald der Client\n"
+#~ "\teingerichtet ist."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ wird diese Datei so einrichten, dass sie mit den "
+#~ "Abbildern, die\n"
+#~ " \tdurch mkinitrd-net erstellt wurden, zusammenspielt und den "
+#~ "Einträgen in\n"
+#~ " \t/etc/dhcpd.conf, um die Startabbilder jedem festplattenlosen "
+#~ "Client zur\n"
+#~ " \tVerfügung zu stellen.\n"
+#~ "\n"
+#~ " \tEine typische TFTP-Konfigurationsdatei sieht so aus:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tDie Änderungen hier von der Standardinstallation ändern den "
+#~ "disable-Schalter auf „no“\n"
+#~ " \tund setzen den Verzeichnispfad auf /var/lib/tftpboot, wo "
+#~ "mkinitrd-net seine Abbilder \tablegt."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Erstelle etherboot Disketten/CDs:\n"
+#~ " \tDie plattenlose Client-Maschine benötigt entweder ROM-Abbilder "
+#~ "auf der Netzwerkkarte, einer Startdiskette\n"
+#~ " \toder einer CD, um den Startvorgang einzuleiten. drakTermServ "
+#~ "wird dabei helfen, diese Abbilder basierend\n"
+#~ " \tauf der Netzwerkkarte der Client-Maschine zu erstellen.\n"
+#~ " \t\t\n"
+#~ " \tEin einfaches Beispiel, um eine Startdiskette für eine 3Com "
+#~ "3c509 manuell zu erstellen:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Konfiguration geändert - Neustart von clusternfs/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/el.po b/perl-install/share/po/el.po
index cc18c53e6..23b62a534 100644
--- a/perl-install/share/po/el.po
+++ b/perl-install/share/po/el.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-el\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2004-09-15 13:28+0200\n"
"Last-Translator: Νίκος Νύκταρης (Nick Niktaris) <niktarin@yahoo.com>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
@@ -171,21 +171,21 @@ msgstr "Παρακαλώ περιμένετε, ρυθμίζεται το επί
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -212,9 +212,9 @@ msgstr "Παρακαλώ περιμένετε, ρυθμίζεται το επί
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Σφάλμα"
@@ -440,10 +440,10 @@ msgstr "Προσαρμοσμένο"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Έξοδος"
@@ -604,7 +604,7 @@ msgstr "Κάρτα γραφικών: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -621,7 +621,7 @@ msgstr "Εντάξει"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -636,7 +636,7 @@ msgstr "Άκυρο"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -867,7 +867,7 @@ msgstr "Πρώτος τομέας της κατάτμησης εκκίνησης
msgid "On Floppy"
msgstr "Στην Δισκέτα"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Παράλειψη"
@@ -1212,9 +1212,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Ολοκληρώθηκε"
@@ -1417,9 +1417,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Εκκίνηση userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1589,7 +1589,7 @@ msgstr "Τομέας"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Εξυπηρετητής"
@@ -1716,7 +1716,7 @@ msgstr "Δεν μπορώ να χρησιμοποιήσω broadcast χωρίς
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, fuzzy, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1731,56 +1731,56 @@ msgstr ""
"H PERIMENETE %d DEUTEROLEPTA GIA THN AYTOMATH EPILOGH.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO με γραφικό μενού"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO με μενού κειμένου"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "δεν υπάρχει αρκετός χώρος στο /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Δεν μπορείτε να εγκαταστήσετε το πρόγραμμα εκκίνησης σε κατάτμηση %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, fuzzy, c-format
msgid "Re-install Boot Loader"
msgstr "Πρόγραμμα εκκίνησης"
@@ -2990,7 +2990,7 @@ msgstr "Αναζήτηση διακομιστών"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Το πακέτο %s πρέπει να αναβαθμιστεί. Θέλετε να το εγκαταστήσετε;"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Εγκατάσταση πακέτου %s"
@@ -3001,19 +3001,19 @@ msgid "Mandatory package %s is missing"
msgstr "Ένα απαραίτητο αρχείο (το %s ) δεν υπάρχει"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Προσοχή"
@@ -3889,7 +3889,7 @@ msgstr "Όνομα χρήστη"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4804,8 +4804,8 @@ msgstr ""
"."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5766,8 +5766,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7448,14 +7448,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Εισάγετε ξανά"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Τσέχικο (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7469,28 +7469,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Ισπανικό"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Φινλανδικό"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Γαλλικό"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7504,828 +7504,828 @@ msgid ""
"Polish"
msgstr "Πολωνικό"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Ρωσικό"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Σουηδικό"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Μεγάλη Βρετανία (UK)"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Η.Π.Α. (US)"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Αλβανικό"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Αρμενικό (παλιό)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Αρμενικό (γραφομηχανή)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Αρμενικό (φωνητικό)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Αραβικό"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Αζερμπαϊτζάν (Λατινικό)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Βελγικό"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Βεγγαλικό (Inscript διάταξη)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Βεγγαλικό (Probhat διάταξη)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Βουλγαρικό (φωνητικό)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Βουλγαρικό (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Βραζιλιάνικο (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Βοσνίας"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Λευκορωσίας"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Ελβετικό (Γερμανική διάταξη)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Ελβετικό (Γαλλική διάταξη)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Αραβικό"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Τσέχικο (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Γερμανικό (χωρίς νεκρά πλήκτρα)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Δεβαναγαρικό"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Δανικό"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (ΗΠΑ)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Νορβηγικό)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Νορβηγικό)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (ΗΠΑ)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Νορβηγικό)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Σουηδικό)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Σουηδικό)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Βοσνίας"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Εσθονικό"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Ελληνικό"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Γεωργία (\"Ρώσικη\" διάταξη)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Γεωργία (\"Λατινική\" διάταξη)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Ελληνικό"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Γκουτζαρατικό"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Γκουρμούκι"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Κροατικό"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Ουγγρικό"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr ""
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Ισραήλ"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Ισραήλ (φωνητικό)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Ιρανικό"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Ισλανδικό"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Ιταλικό"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr ""
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Ιαπωνικό 106 πλήκτρων"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Καναδάς"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Κορεάτικο Πληκτρολόγιο"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Αραβικό"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Μεγάλη Βρετανία (UK)"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Λατινικής Αμερικής"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr ""
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Λιθουανικό AZERTY (παλιό)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Λιθουανικό AZERTY (νέο)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Λιθουανικό \"number row\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Λιθουανικό \"φωνητικό\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Λετονικό"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Μαλαγιαλαμικό"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Μακεδονικό Π.Γ Δ."
-#: keyboard.pm:264
+#: keyboard.pm:259
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Μιανμάρ"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Μογγολικό (Κυριλλική)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr ""
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr ""
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Ολλανδικό"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Συρία"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Πολωνικό (διάταξη qwerty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Πολωνικό (διάταξη qwertz)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Πολωνικό"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Πορτογαλικό"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Καναδικό (Κεμπέκ)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Ρουμανικό (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Ρουμανικό (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Ρωσικό (φωνητικό)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Dvorak (Νορβηγικό)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr ""
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Ταϊλανδέζικο"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Σλοβενίας"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Σλοβακίας (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Σλοβακίας (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Σέρβικο (κυριλλικό)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Συρία"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Αρμενικό (φωνητικό)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Τοκελάου"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Ταμιλικό (διάταξη ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Ταμιλικό (διάταξη γραφομηχανή)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Ταϊλανδέζικο"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Ταϊλανδέζικο"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Ταϊλανδέζικο"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr ""
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Γερμανικό"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Τουρκικό (παραδοσιακό \"F\" μοντέλο)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Τουρκικό (μοντέρνο \"Q\" μοντέλο)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ουκρανικό"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Συρία"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "US διεθνές"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Σέρβικο (κυριλλικό)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Βιετνάμ \"numeric row\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Γιουγκοσλαβικό (λατινικό)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Δεξιό πλήκτρο Alt"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Ταυτόχρονα τα δύο πλήκτρα Shift"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Ταυτόχρονα τα πλήκτρα Control και Shift"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "Πλήκτρο Capslock"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, fuzzy, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Ταυτόχρονα τα πλήκτρα Ctrl και Alt"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ταυτόχρονα τα πλήκτρα Ctrl και Alt"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Ταυτόχρονα τα πλήκτρα Alt και Shift"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "Πλήκτρο \"Μενού\""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Αριστερό πλήκτρο \"Windows\""
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Δεξιό πλήκτρο \"Windows\""
-#: keyboard.pm:342
+#: keyboard.pm:335
#, fuzzy, c-format
msgid "Both Control keys simultaneously"
msgstr "Ταυτόχρονα τα δύο πλήκτρα Shift"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, fuzzy, c-format
msgid "Both Alt keys simultaneously"
msgstr "Ταυτόχρονα τα δύο πλήκτρα Shift"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, fuzzy, c-format
msgid "Left Shift key"
msgstr "Αριστερό πλήκτρο \"Windows\""
-#: keyboard.pm:345
+#: keyboard.pm:338
#, fuzzy, c-format
msgid "Right Shift key"
msgstr "Δεξιό πλήκτρο Alt"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, fuzzy, c-format
msgid "Left Alt key"
msgstr "Δεξιό πλήκτρο Alt"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, fuzzy, c-format
msgid "Left Control key"
msgstr "Απομακρυσμένος Έλεγχος"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, fuzzy, c-format
msgid "Right Control key"
msgstr "Δεξιό πλήκτρο Alt"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8336,7 +8336,7 @@ msgstr ""
"πλήκτρων εναλλαγής των διατάξεων πληκτρολογίων\n"
"(π.χ. Αγγλική ή Ελληνική)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10716,8 +10716,8 @@ msgstr "Η IP διεύθυνση της πύλης πρέπει να είναι
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr ""
@@ -11364,7 +11364,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Συγχαρητήρια!"
@@ -11498,9 +11498,9 @@ msgstr "Ρύθμιση της σύνδεσης"
msgid "On CUPS server \"%s\""
msgstr "Στον εξυπηρετητή CUPS \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Προεπιλεγμένος)"
@@ -11552,9 +11552,9 @@ msgstr "Απομακρυσμένος εξυπηρετητής CUPS"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Άγνωστο μοντέλο"
@@ -11802,7 +11802,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Ακατέργαστος εκτυπωτής (Χωρίς οδηγό)"
@@ -11833,12 +11833,12 @@ msgstr "Όνομα συστήματος"
msgid "%s (Port %s)"
msgstr "%s (Θύρα %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11880,7 +11880,7 @@ msgstr ""
"μηχάνημα."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -11926,8 +11926,8 @@ msgstr "Κοινόχρηστοι εκτυπωτές στους υπολογισ
msgid "Custom configuration"
msgstr "Προσαρμοσμένη Ρύθμιση"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, fuzzy, c-format
msgid "No remote machines"
msgstr "(σε αυτό το μηχάνημα)"
@@ -12135,8 +12135,8 @@ msgstr "Θύρα"
msgid "On, Name or IP of remote server:"
msgstr "Απομακρυσμένος εκτυπωτής σε εξυπηρετητή lpd"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "Λείπει η διεύθυνση του Υπολογιστή/Δικτύου."
@@ -12146,29 +12146,30 @@ msgstr "Λείπει η διεύθυνση του Υπολογιστή/Δικτ
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Ανάγνωση δεδομένων εκτυπωτή..."
@@ -12298,7 +12299,7 @@ msgstr ""
"Εκτυπωτές που είναι συνδεμένοι σε απομακρυσμένους εξυπηρετητές CUPS δεν "
"χρειάζεται να ρυθμιστούν εδώ, θα ανιχνευθούν αυτόματα."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12523,12 +12524,12 @@ msgstr " στο "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Επιλογή μοντέλου εκτυπωτή"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Τι μοντέλο εκτυπωτή έχετε;"
@@ -12546,7 +12547,7 @@ msgstr ""
"Το Printerdrake δεν μπόρεσε να καθορίσει το μοντέλο του εκτυπωτή %s. "
"Παρακαλώ επιλέξτε το σωστό μοντέλο από τη λίστα."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12555,7 +12556,7 @@ msgstr ""
"Ο εκτυπωτής σας δεν υπάρχει στη λίστα, παρακαλώ διαλέξτε έναν συμβατό ή έναν "
"παρόμοιο εκτυπωτή."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Ρύθμιση εκτυπωτή \"%s\"..."
@@ -12574,7 +12575,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Απομακρυσμένη διαχείριση"
@@ -12589,8 +12590,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Προσθήκη νέου εκτυπωτή"
@@ -12780,8 +12781,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Εγκατάσταση πακέτου %s"
@@ -13019,10 +13020,10 @@ msgid "Remote printer name missing!"
msgstr "Το απομακρυσμένο όνομα εκτυπωτή λείπει!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13383,8 +13384,8 @@ msgstr "Επεξεργασία"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Τύπο σύνδεση εκτυπωτή"
@@ -13394,22 +13395,18 @@ msgstr "Τύπο σύνδεση εκτυπωτή"
msgid "What do you want to do?"
msgstr "Τι θέλετε να κάνετε;"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Άκυρο"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13418,98 +13415,114 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Εγκατάσταση πακέτου %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "HPLIP"
msgstr "PL_IP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Αδυναμία δημιουργίας καταλόγου ρυθμίσεων ανά χρήστη gnome `%s': %s\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Έλεγχος και ρύθμιση της συσκευή %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Σε ποιόν τομέα θέλετε να μετακινηθείτε;"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Αποθήκευση πληροφ. χρήστη..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Εγκατάσταση πακέτου SANE..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Ρύθμιση..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Γίνονται διαθέσιμες οι θύρες στο CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Ανάγνωση βάσης δεδομένων εκτυπωτών..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Εισάγετε Όνομα Εκτυπωτή και Σχόλια"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Το όνομα του εκτυπωτή πρέπει να περιέχει μόνο γράμματα, αριθμούς και τον "
"χαρακτήρα underscore"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13518,7 +13531,7 @@ msgstr ""
"Ο εκτυπωτής \"%s\" υπάρχει ήδη,\n"
"Είστε βέβαιοι για την επικάλυψη των ρυθμίσεων;"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13526,7 +13539,7 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13536,35 +13549,35 @@ msgstr ""
"και Τοποθεσία δεν χρειάζεται να συμπληρωθούν. Είναι απλά σχόλια για τους "
"χρήστες."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Όνομα εκτυπωτή"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Περιγραφή"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Τοποθεσία"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Ανάγνωση βάσης δεδομένων εκτυπωτών..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Το μοντέλο εκτυπωτή σας"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13589,18 +13602,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Το μοντέλο είναι σωστό"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Επιλέξτε το μοντέλο χειροκίνητα"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, fuzzy, c-format
msgid ""
"\n"
@@ -13613,38 +13626,38 @@ msgstr ""
"\n"
" Printerdrake."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13652,58 +13665,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, fuzzy, c-format
msgid "Install PPD file from"
msgstr "Εγκατάσταση rpm"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, fuzzy, c-format
msgid "Floppy Disk"
msgstr "Δισκέτα"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, fuzzy, c-format
msgid "Other place"
msgstr "Άλλες θύρες"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "Επιλέξτε αρχείο"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "Εγκατάσταση %s ..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Ρυθμίσεις OKI winprinter"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13721,12 +13734,12 @@ msgstr ""
"εκτυπωτής δεν θα λειτουργήσει. Η ρυθμίσεις του τύπου σύνδεσης θα αγνοηθούν "
"από τον οδηγό."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Ρυθμίσεις εκτυπωτή μελάνης Lexmark"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13739,7 +13752,7 @@ msgstr ""
"υπολογιστές ή εξυπηρετητές εκτυπώσεων. Παρακαλώ συνδέστε τον εκτυπωτή σας σε "
"μια τοπική θύρα ή ρυθμίστε τον στο μηχάνημα που είναι συνδεδεμένος."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, fuzzy, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13752,12 +13765,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr "http://www.lexmark. Linux Άκυρο."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Ρυθμίσεις εκτυπωτή μελάνης Lexmark"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13770,12 +13783,12 @@ msgstr ""
"υπολογιστές ή εξυπηρετητές εκτυπώσεων. Παρακαλώ συνδέστε τον εκτυπωτή σας σε "
"μια τοπική θύρα ή ρυθμίστε τον στο μηχάνημα που είναι συνδεδεμένος."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Ρύθμιση ήχου"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -13788,17 +13801,17 @@ msgstr ""
"υπολογιστές ή εξυπηρετητές εκτυπώσεων. Παρακαλώ συνδέστε τον εκτυπωτή σας σε "
"μια τοπική θύρα ή ρυθμίστε τον στο μηχάνημα που είναι συνδεδεμένος."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Χειροκίνητη ρύθμιση"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Χειροκίνητη ρύθμιση"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13811,12 +13824,12 @@ msgstr ""
"υπολογιστές ή εξυπηρετητές εκτυπώσεων. Παρακαλώ συνδέστε τον εκτυπωτή σας σε "
"μια τοπική θύρα ή ρυθμίστε τον στο μηχάνημα που είναι συνδεδεμένος."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, fuzzy, c-format
msgid ""
"Printer default settings\n"
@@ -13830,27 +13843,27 @@ msgstr ""
"\n"
" Υψηλό."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, fuzzy, c-format
msgid "Printer default settings"
msgstr "Επιλογή μοντέλου εκτυπωτή"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Η επιλογή %s πρέπει να είναι ακέραιος αριθμός!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Η επιλογή %s πρέπει να είναι αριθμός!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Επιλογή %s εκτός ορίου!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -13859,12 +13872,12 @@ msgstr ""
"Θέλετε να ορίσετε αυτόν τον εκτυπωτή (\"%s\")\n"
"σαν τον προεπιλεγμένο εκτυπωτή;"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Δοκιμαστικές σελίδες"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -13878,47 +13891,47 @@ msgstr ""
"εκτυπωθεί. Στις περισσότερες περιπτώσεις η εκτύπωση τις τυπικής δοκιμαστικής "
"σελίδας αρκεί."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Χωρίς δοκιμαστικές σελίδες"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Εκτύπωση"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Τυπική δοκιμαστική σελίδα"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Εναλλακτική δοκιμαστική σελίδα (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Εναλλακτική δοκιμαστική σελίδα (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Δοκιμαστική σελίδα φωτογραφίας"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Εκτύπωση δοκιμαστικών σελίδων..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Δοκιμαστική σελίδα φωτογραφίας"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13933,7 +13946,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13942,17 +13955,17 @@ msgstr ""
"Μία ή περισσότερες δοκιμαστικές σελίδες στάλθηκαν στον εκτυπωτή.\n"
"Μπορεί να περάσει κάποιος χρόνος μέχρι η εκτύπωση να ξεκινήσει.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Λειτούργησε σωστά;"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Ακατέργαστος εκτυπωτής"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -13965,7 +13978,7 @@ msgstr ""
"εργαλείο εκτύπωσης: \"xpp <αρχείο>\" ή \" kprinter <αρχείο>\". Το γραφικό "
"εργαλείο σας επιτρέπει να αλλάξετε εύκολα τις ρυθμίσεις επιλογών.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -13976,8 +13989,8 @@ msgstr ""
"εκτυπώσεων\" των διαλόγων εκτυπώσεων σε πολλές εφαρμογές, αλλά μην παρέχετε "
"το όνομα αρχείου εδώ επειδή το αρχείο προς εκτύπωση το παρέχει η εφαρμογή.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -13990,7 +14003,7 @@ msgstr ""
"για μια συγκεκριμένη εργασία εκτύπωσης. Απλά προσθέσετε τις επιθυμητές "
"ρυθμίσεις στην γραμμή εντολών, π.χ. \"%s<αρχείο>\"."
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14002,7 +14015,7 @@ msgstr ""
"επιλογών\"%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14012,7 +14025,7 @@ msgstr ""
"εκτυπωτή:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14021,8 +14034,8 @@ msgstr ""
"Για να εκτυπώσετε από τη γραμμή εντολών (παράθυρο τερματικού) κάντε χρήση "
"της εντολής \"%s <αρχείο>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, fuzzy, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14030,7 +14043,7 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr "Εκτύπωση"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14039,7 +14052,7 @@ msgstr ""
"Για μια λίστα με τις διαθέσιμες εντολές για τον τρέχον εκτυπωτή κάντε κλικ "
"στο πλήκτρο \"Εκτύπωση λίστας εντολών\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14048,7 +14061,7 @@ msgstr ""
"Για να εκτυπώσετε από τη γραμμή εντολών (παράθυρο τερματικού) κάντε χρήση "
"της εντολής \"%s <αρχείο>\" ή \"%s<αρχείο>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, fuzzy, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14061,7 +14074,7 @@ msgstr ""
"\n"
" Εκτυπωτής"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14074,27 +14087,27 @@ msgstr ""
"επιλογών για μια συγκεκριμένη εργασία εκτύπωσης. Απλά προσθέστε τις "
"επιθυμητές ρυθμίσεις από την γραμμή εντολών, π.χ. \"%s <αρχείο>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Εκτύπωση στον εκτυπωτή \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Εκτύπωση στον εκτυπωτή \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Εκτύπωση λίστα επιλογών"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Εκτύπωση λίστα επιλογών"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14102,14 +14115,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14117,14 +14130,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14132,7 +14145,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14140,7 +14153,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14148,7 +14161,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14156,33 +14169,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "Οριζόντια στοίχιση:"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Ρύθμιση χρωμάτων"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Μεταφορά ρυθμίσεων εκτυπωτή"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, fuzzy, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14192,14 +14205,14 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr "Ολοκληρώθηκε Όλα εξ' ορισμού\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14208,12 +14221,12 @@ msgstr ""
"Το PDQ υποστηρίζει μόνο τοπικούς εκτυπωτές, Απομακρυσμένος εκτυπωτές LPD και "
"εκτυπωτές Sockete/TCP.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "Το LPD και το LPRng δεν υποστηρίζουν εκτυπωτές IPP.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14222,7 +14235,7 @@ msgstr ""
"Επίσης εργασίες που δεν δημιουργήθηκαν με αυτό το πρόγραμμα ή το \"foomatic-"
"configure\" δεν μπορούν να μεταφερθούν."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14233,7 +14246,7 @@ msgstr ""
"Επίσης εκτυπωτές που έχουν ρυθμιστεί με αρχεία PPD που παρέχονται από τους "
"κατασκευαστές τους ή με τοπικούς οδηγούς CUPS δεν μπορούν να μεταφερθούν."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14244,17 +14257,17 @@ msgstr ""
"Επιλέξτε τους εκτυπωτές που θέλετε να μεταφέρετε και κάντε\n"
"κλικ στο \"Μεταφορά\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Χωρίς μεταφορά εκτυπωτών"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Μεταφορά"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14265,17 +14278,17 @@ msgstr ""
"Κάντε κλικ στο \"Μεταφορά\" για να τον επικαλύψετε.\n"
"Επίσης μπορείτε να του δώσετε ένα νέο όνομα ή να τον παραβλέψετε ."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Κανένα όνομα εκτυπωτή"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Μεταφέρεται ο %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14284,28 +14297,28 @@ msgstr ""
"'Έχετε μεταφέρει τον πρώην προεπιλεγμένο εκτυπωτής σας (\"%s\"), Να είναι ο "
"προεπιλεγμένος εκτυπωτής και στο νέο νέο σύστημα εκτύπωσης %s;"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Ανανέωση δεδομένων εκτυπωτή..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Εκκίνηση δικτύου..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Ρύθμιση δικτύου τώρα"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Η λειτουργικότητα του δικτύου δεν ρυθμίστηκε"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14318,12 +14331,12 @@ msgstr ""
"ρυθμίσετε το δίκτυο δεν θα μπορέσετε να κάνετε χρήση του εκτυπωτή που "
"ρυθμίζετε. Τι θέλετε να κάνετε;"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Συνέχιση χωρίς την ρύθμιση του δικτύου"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, fuzzy, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14339,7 +14352,7 @@ msgstr ""
"ρυθμίστε τον εκτυπωτή επίσης με το Κέντρο Ελέγχου Mandriva στο τμήμα \"Υλικό"
"\"/\"Εκτυπωτής\""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14350,27 +14363,27 @@ msgstr ""
"ελέγξτε την ρύθμιση του υλικού σας. Μετά προσπαθήστε να ρυθμίσετε τον "
"απομακρυσμένο εκτυπωτή σας."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Επανεκκίνηση του συστήματος εκτύπωσης..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "Υψηλό"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "Παρανοϊκό"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Εγκατάσταση συστήματος εκτύπωσης στο επίπεδο ασφάλειας %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14395,12 +14408,12 @@ msgstr ""
"\n"
"Είστε βέβαιοι ότι θέλετε να ρυθμίσετε την εκτύπωση σε αυτό το μηχάνημα;"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Εκκίνηση του συστήματος εκτύπωσης κατά την εκκίνηση"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14422,32 +14435,32 @@ msgstr ""
"\n"
"Θέλετε να ξαναενεργοποιηθεί η αυτόματη εκκίνηση του συστήματος εκτύπωσης;"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "'Έλεγχος εγκατεστημένων προγραμμάτων..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Αφαιρείται ο %s..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Αλλαγή συστήματος εκτύπωσης"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Εγκατάσταση %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Αλλαγή συστήματος εκτύπωσης"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14456,46 +14469,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "Απομακρυσμένος εκτυπωτής σε εξυπηρετητή lpd"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Ορισμός Προεπιλεγμένου Εκτυπωτή..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Απομακρυσμένος εκτυπωτής σε εξυπηρετητή CUPS"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14504,12 +14517,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14517,55 +14530,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "Αλλαγή συστήματος εκτύπωσης"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Επιλογή Spooler Εκτυπωτή"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Ποιο σύστημα εκτύπωσης θέλετε να χρησιμοποιήσετε;"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Απέτυχε η ρύθμιση του εκτυπωτή \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Εγκατάσταση Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14576,52 +14589,52 @@ msgstr ""
"να αλλάξετε τις ρυθμίσεις του, να τον ορίσετε ως προεπιλεγμένο ή για να "
"προβάλετε πληροφορίες για αυτόν."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, fuzzy, c-format
msgid "Display all available remote CUPS printers"
msgstr ""
"Ανανέωση λίστας εκτυπωτών ( για να εμφανίσει όλους τους διαθέσιμους "
"απομακρυσμένους εκτυπωτές)"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Ανανέωση λίστας εκτυπωτών ( για να εμφανίσει όλους τους διαθέσιμους "
"απομακρυσμένους εκτυπωτές)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "Ρύθμιση CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Αλλαγή συστήματος εκτύπωσης"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Κανονική Κατάσταση"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Για Προχωρημένους"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Επιλογές εκτυπωτή"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Αλλαγή ρυθμίσεων εκτυπωτή"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -14630,99 +14643,99 @@ msgstr ""
"Εκτυπωτής %s%s\n"
"Τι θέλετε να αλλάξετε σε αυτόν τον εκτυπωτή;"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "Αυτή η κατάτμηση δεν μπορεί ν' αλλάξει μέγεθος."
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Καν' το!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Όνομα εκτυπωτή, περιγραφή, θέση"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Κατασκευαστή εκτυπωτή, μοντέλο, οδηγό"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Κατασκευαστή εκτυπωτή, μοντέλο"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Ορισμός αυτού του εκτυπωτή ως προεπιλεγμένου"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Ενεργοποίηση Εξυπηρετητή"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Απενεργοποίηση Εξυπηρετητή"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Τύπο σύνδεση εκτυπωτή"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Εκτύπωση δοκιμαστικών σελίδων"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Μάθετε πως να χειρισθείτε αυτόν τον εκτυπωτή"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Αφαίρεση εκτυπωτή"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Αφαίρεση παλαιού εκτυπωτή \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Εκτυπωτής \"%s\"στον εξυπηρετητή \"%s\""
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Η Κοινή Σύνδεση Διαδικτύου τώρα απενεργοποιήθηκε."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Είστε βέβαιοι για την αφαίρεση του εκτυπωτή \"%s\";"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Γίνεται αφαίρεση του εκτυπωτή \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Προεπιλεγμένος εκτυπωτής"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Ο εκτυπωτής \"%s\" είναι πλέον ο προεπιλεγμένος εκτυπωτής."
@@ -14758,15 +14771,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -16665,124 +16678,124 @@ msgstr "Παρακαλώ αποσυνδεθείτε και μετά πατήστ
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, fuzzy, c-format
msgid "Terminal Server Configuration"
msgstr "Ρύθμιση του Διακομιστή Τερματικού Mandriva"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "Ρύθμιση dhcpd..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Ενεργοποίηση Εξυπηρετητή"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Απενεργοποίηση Εξυπηρετητή"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Εκκίνηση Εξυπηρετητής"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Τερματισμός Εξυπηρετητή"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot Floppy/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Εικόνες Net Boot"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Προσθήκη/Αφαίρεση Χρηστών"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Προσθήκη/Αφαίρεση Πελατών"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Εικόνες"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Οδηγός Πρώτης Φοράς"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -16805,27 +16818,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, fuzzy, c-format
msgid "Cancel Wizard"
msgstr "Κάντε κλικ εδώ για να ξεκινήσει ο οδηγός ->"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "Προσθήκη/Αφαίρεση Πελατών"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -16835,28 +16848,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Αυτό θα διαρκέσει μερικά λεπτά."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, fuzzy, c-format
msgid "Done!"
msgstr "Ολοκληρώθηκε"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -16864,31 +16877,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Ρύθμιση του Διακομιστή Τερματικού Mandriva"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -16897,14 +16909,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -16917,30 +16929,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -16956,17 +16967,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -16974,33 +16984,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17016,12 +17027,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17046,14 +17057,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17062,94 +17072,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Δισκέτα Εκκίνησης"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Εκκίνηση ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, fuzzy, c-format
msgid "PXE Image"
msgstr "Εικόνα"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "έκδοση πυρήνα"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Δημιουργία Ολόκληρου Πυρήνα -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Δεν επιλέχτηκε πυρήνας!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Δημιουργία Μονού NIC -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Δε επιλέχτηκε NIC!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, fuzzy, c-format
msgid "Build All Kernels -->"
msgstr "Όλα"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Διαγραφή"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Δε επιλέχτηκε NIC!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Διαγραφή Όλων των NBIs"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, fuzzy, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17160,101 +17170,101 @@ msgstr ""
" Εξυπηρετητής\n"
" Διαγραφή χρήστης Εξυπηρετητής ενεργοποίηση."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Προσθήκη χρήστη -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Διαγραφή Χρήστη"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "τύπος: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, fuzzy, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr "Αυτόματη επαναρύθμισης"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Δεν δημιουργήθηκαν εικόνες εκκίνησης δικτύου!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, fuzzy, c-format
msgid "Thin Client"
msgstr "Πελάτης DHCP"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, fuzzy, c-format
msgid "Allow Thin Clients"
msgstr "Προσθήκη/Αφαίρεση Πελατών"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Προσθήκη Πελάτη -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, fuzzy, c-format
msgid "type: fat"
msgstr "τύπος: %s"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, fuzzy, c-format
msgid "type: thin"
msgstr "τύπος: %s"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, fuzzy, c-format
msgid "local config: false"
msgstr "Τοπικά αρχεία"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, fuzzy, c-format
msgid "local config: true"
msgstr "δεν ρυθμίστηκε"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Επεξεργασία Πελάτη"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr ""
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Διαγραφή Πελάτη"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17264,77 +17274,77 @@ msgstr ""
"αλλαγές. \n"
"(από την κονσόλα - service dm restart)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr ""
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Μάσκα δικτύου:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Δρομολογητές:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Subnet Mask:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Διεύθυνση Μετάδοσης:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Όνομα Τομέα:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Όνομα Εξυπηρετητών:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Όριο Εκκίνησης ΙΡ:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Όριο Τερματισμού IP:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Εγγραφή Ρύθμισης"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Ρυθμίσεις Εξυπηρετητή dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17345,108 +17355,108 @@ msgstr ""
"από το σύστημά σας\n"
"Αλλάξτε τις αν χρειάζεται."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Παρακαλώ εισάγετε δισκέτα Εκκίνησης:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Δεν είναι δυνατή η πρόσβαση στη δισκέτα!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Τώρα μπορείτε να αφαιρέστε τη δισκέτα"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Δεν υπάρχει διαθέσιμος οδηγός δισκέτας!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, fuzzy, c-format
msgid "PXE image is %s/%s"
msgstr "Η εικόνα Etherboot ISO είναι η %s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "Σφάλμα εγγραφής στο αρχείο %s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Η εικόνα Etherboot ISO είναι η %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Κάτι δεν πήγε καλά! Είναι το mkisofs εγκατεστημένο;"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Πρέπει να δημιουργήσω πρώτα το /etc/dhcpd.conf!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, fuzzy, c-format
msgid "%s is not a user..\n"
msgstr "το %s δεν ανταποκρίνεται"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr "Βρέθηκε ο %s"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, fuzzy, c-format
msgid "%s not found...\n"
msgstr "το %s δεν ανταποκρίνεται"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"το /etc/hosts.allow και /etc/hosts.deny έχουν ήδη ρυθμιστεί - δεν "
"μετατράπηκαν"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
msgstr ""
#: standalone/drakautoinst:38 standalone/drakhosts:123
@@ -25068,17 +25078,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Γίνεται αναζήτηση για ρυθμισμένους σαρωτές ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Γίνεται αναζήτηση για νέους σαρωτές ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Επαναδημιουργία λίστας με τους ρυθμισμένους σαρωτές ..."
@@ -25231,44 +25241,44 @@ msgstr ""
"Μπορείτε να εκκινήσετε το printerdrake από το Κέντρο Ελέγχου Mandriva από το "
"τμήμα Υλικό."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "Αποθήκευση πληροφ. χρήστη..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Διαθέσιμες θύρες αυτόματου εντοπισμού"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Παρακαλώ επιλέξτε την συσκευή στην οποία είναι συνδεμένο το %s"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
"(Σημείωση: Στις παράλληλες θύρες δεν μπορεί να γίνει αυτόματος εντοπισμός)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "Επιλέξτε συσκευή"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Γίνεται αναζήτηση για σαρωτές ..."
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "Αποθήκευση πληροφ. χρήστη..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "Έλξη"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -25277,14 +25287,14 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, fuzzy, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -25294,26 +25304,26 @@ msgstr ""
"Μπορείτε τώρα να σαρώσετε έγγραφα με το \"XSane\" από το Πολυμέσα/Γραφικά "
"από μενού εφαρμογών."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, fuzzy, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "Ενεργοποίηση ρυθμίσεων tos"
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, fuzzy, c-format
msgid ""
"Your %s has been configured.\n"
@@ -25324,7 +25334,7 @@ msgstr ""
"Μπορείτε τώρα να σαρώσετε έγγραφα με το \"XSane\" από το Πολυμέσα/Γραφικά "
"από μενού εφαρμογών."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -25337,7 +25347,7 @@ msgstr ""
"%s\n"
"είναι διαθέσιμοι στο σύστημά σας\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -25350,42 +25360,42 @@ msgstr ""
"%s\n"
"είναι διαθέσιμος στο σύστημά σας\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Δεν βρέθηκαν σαρωτές που να είναι διαθέσιμοι στο σύστημά σας.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Αναζήτηση για νέους σαρωτές"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Προσθήκη σαρωτή χειροκίνητα"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, fuzzy, c-format
msgid "Install/Update firmware files"
msgstr "Επιλέξτε αρχείο"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Κοινή χρήση σαρωτών"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Όλα τα απομακρυσμένα μηχανήματα"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Αυτό το μηχάνημα"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -25394,7 +25404,7 @@ msgstr ""
"Εδώ μπορείτε να επιλέξετε αν οι συνδεμένοι σαρωτές αυτού το μηχανήματος θα "
"είναι προσβάσιμοι από απομακρυσμένα μηχανήματα και από ποια."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -25403,34 +25413,34 @@ msgstr ""
"Επίσης εδώ μπορείτε να ορίσετε αν σαρωτές που βρίσκονται σε απομακρυσμένα "
"μηχανήματα θα είναι διαθέσιμα σε αυτό το μηχάνημα."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
"Οι σαρωτές αυτού του μηχανήματος είναι διαθέσιμοι σε άλλους υπολογιστές"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Κοινόχρηστοι σαρωτές στους υπολογιστές: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Χρήση σαρωτών σε απομακρυσμένους υπολογιστές"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Χρήση των σαρωτών στους υπολογιστές:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Κοινή χρήση τοπικών σαρωτών"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -25439,58 +25449,58 @@ msgstr ""
"Αυτά είναι τα μηχανήματα όπου οι τοπικά συνδεμένοι σαρωτές(ης) πρέπει να "
"είναι διαθέσιμοι:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Προσθήκη υπολογιστή"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Επεξεργασία επιλεγμένου υπολογιστή"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Αφαίρεση επιλεγμένου υπολογιστή"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Όνομα/IP διεύθυνση του υπολογιστή:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
"Επιλέξτε τον υπολογιστή του οποίου οι τοπικοί σαρωτές θα γίνουν διαθέσιμοι:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Πρέπει να ορίστε τον δικτυακό όνομα ή την IP διεύθυνση.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
"Ο υπολογιστής είναί ήδη στη λίστα, δεν μπορείτε να τον προσθέσετε ξανά.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Χρήση των απομακρυσμένων σαρωτών"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
"Αυτά είναι τα μηχανήματα από όπου οι σαρωτές θα πρέπει να χρησιμοποιηθούν:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, fuzzy, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -25498,7 +25508,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr "Το πακέτο %s πρέπει να αναβαθμιστεί. Θέλετε να το εγκαταστήσετε;"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -25683,6 +25693,10 @@ msgid "Installation failed"
msgstr "Η εγκατάσταση απέτυχε"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Άκυρο"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/eo.po b/perl-install/share/po/eo.po
index fc958a5ff..1aaa2f6ae 100644
--- a/perl-install/share/po/eo.po
+++ b/perl-install/share/po/eo.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2003-03-12 18:31-0400\n"
"Last-Translator: Vilhelmo Lutermano <vlutermano@free.fr>\n"
"Language-Team: esperanto <eo@li.org>\n"
@@ -169,21 +169,21 @@ msgstr "Elektas sekurnivelon"
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -210,9 +210,9 @@ msgstr "Elektas sekurnivelon"
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Eraro"
@@ -435,10 +435,10 @@ msgstr "Akomodata"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Ĉesu"
@@ -598,7 +598,7 @@ msgstr "Grafika karto: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -615,7 +615,7 @@ msgstr "Jeso"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -630,7 +630,7 @@ msgstr "Nuligu"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -849,7 +849,7 @@ msgstr "Unua sektoro de radika subdisko"
msgid "On Floppy"
msgstr "Sur disketo"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Ellasu"
@@ -1191,9 +1191,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Finata"
@@ -1392,9 +1392,9 @@ msgstr "Vi povas eksporti uzante NFS aŭ SMB. Bonvole elektu kiun vi ŝatus uzi.
msgid "Launch userdrake"
msgstr "Lanĉu userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1561,7 +1561,7 @@ msgstr "Domajno"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Servilo"
@@ -1677,7 +1677,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1692,56 +1692,56 @@ msgstr ""
"atendu por defauxlta starto.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr ""
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr ""
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "mankas sufiĉe da spaco en /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Vi ne povas instali la startŝargilon en %s-subdiskon\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, fuzzy, c-format
msgid "Re-install Boot Loader"
msgstr "Instalu restart-ŝargilon"
@@ -2948,7 +2948,7 @@ msgstr "Serĉu servilojn"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Ĉi tiu pakaĵo %s devas esti instalita. Ĉu vi deziras instali ĝin?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Instalanta pakaĵo %s"
@@ -2959,19 +2959,19 @@ msgid "Mandatory package %s is missing"
msgstr ""
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Averto"
@@ -3765,7 +3765,7 @@ msgstr "Salutnomo"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4357,8 +4357,8 @@ msgid ""
msgstr ""
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5087,8 +5087,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6664,14 +6664,14 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Ĉeĥa (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -6685,28 +6685,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak-a"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Hispana"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finna"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Franca"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -6720,828 +6720,828 @@ msgid ""
"Polish"
msgstr "Pola"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Rusa"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Sveda"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Unuiĝinta Regna klavaro"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Usona klavaro"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albana"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armena (malnova)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armena (skribmaŝina)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armena (fonetika)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "araba"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbajĝana (latina)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belga"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengala (Inscript aranĝo)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengala (Probhat aranĝo)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgara (fonetika)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgara (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brazila (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosna"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Belarusa"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Svisa (germana aranĝo)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Svisa (franca aranĝo)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "araba"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Ĉeĥa (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Germana (neniom da mortaj klavoj)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "devanagara"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Dana"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak-a (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak-a (Norvega)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak-a (Norvega)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak-a (US)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak-a (Norvega)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak-a (Sveda)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak-a (Sveda)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Bosna"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estona"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Greka"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Kartvela (\"Rusa\" aranĝo)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Kartvela (\"Latina\" aranĝo)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Greka"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "gujarata"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "gumurka"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Kroata"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Hungara"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr ""
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israela"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israela (fonetika)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Irana"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islanda"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Itala"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "inuita"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japana 106 klavoj"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kanado"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Korea klavaro"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "araba"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Unuiĝinta Regna klavaro"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latinamerika"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laosa"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Litova AZERTY-a (malnova)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Litova AZERTY-a (nova)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Litova \"numero-vica\" QWERTY-a"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Litova \"fonetika\" QWERTY-a"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Latva"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malajalama"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Macedona"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Mianmara (burma)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongola (cirila)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Malta (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Malta (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Nederlanda"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Sirio"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Pola (qwerty aranĝo)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Pola (qwertz aranĝo)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pola"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugala"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanada (Kebeka)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rumana (qwertz-a)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Rumana (qwerty-a)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Rusa (fonetika)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Dvorak-a (Norvega)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr ""
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Taja klavaro"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovena"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovaka (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovaka (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serba (cirila)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Sirio"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Armena (fonetika)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Belgio"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamila (ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamila (skribmaŝina)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Taja klavaro"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Taja klavaro"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Taja klavaro"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Taja klavaro"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Germana"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turka (tradicia \"F\" modelo)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turka (moderna \"Q\" modelo)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrajna"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Sirio"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Usona klavaro (internacia)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Serba (cirila)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vjetnama \"numero-vica\" QWERTY-a"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Jugoslava (latina)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr ""
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr ""
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr ""
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Menuo\"-klavo"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Maldekstra \"Vindozo\"-klavo"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Dekstra \"Vindozo\"-klavo"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr ""
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:344
+#: keyboard.pm:337
#, fuzzy, c-format
msgid "Left Shift key"
msgstr "Maldekstra \"Vindozo\"-klavo"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, fuzzy, c-format
msgid "Right Shift key"
msgstr "Dekstra \"Vindozo\"-klavo"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, fuzzy, c-format
msgid "Left Alt key"
msgstr "Maldekstra \"Vindozo\"-klavo"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, fuzzy, c-format
msgid "Left Control key"
msgstr "Malproksima printilo"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, fuzzy, c-format
msgid "Right Control key"
msgstr "Dekstra \"Vindozo\"-klavo"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7552,7 +7552,7 @@ msgstr ""
"ebligos al vi ŝalti inter la diversaj klavaroj\n"
"(ekz-e latinaj kaj ne-latinaj)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -9912,8 +9912,8 @@ msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr ""
@@ -10546,7 +10546,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Gratulojn!"
@@ -10679,9 +10679,9 @@ msgstr "Konfiguru la konekton"
msgid "On CUPS server \"%s\""
msgstr "Ĉe CUPS-servilo \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Defaŭlta)"
@@ -10733,9 +10733,9 @@ msgstr "Malproksima CUPS-o"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Nekonata modelo"
@@ -10983,7 +10983,7 @@ msgid "URI: %s"
msgstr "URL: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr ""
@@ -11014,12 +11014,12 @@ msgstr "Gastiganto %s"
msgid "%s (Port %s)"
msgstr "%s (Pordo%s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11056,7 +11056,7 @@ msgid ""
msgstr ""
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -11101,8 +11101,8 @@ msgstr "Printilo"
msgid "Custom configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, fuzzy, c-format
msgid "No remote machines"
msgstr "Malproksima printilo"
@@ -11296,8 +11296,8 @@ msgstr "Pordo"
msgid "On, Name or IP of remote server:"
msgstr "Malproksimaj lpd servilo"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "Printilaj Poŝtejo"
@@ -11307,29 +11307,30 @@ msgstr "Printilaj Poŝtejo"
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, fuzzy, c-format
msgid "Printerdrake"
msgstr "Printilo"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, fuzzy, c-format
msgid "Reading printer data..."
msgstr "Legas datumbason de CUPS peliloj..."
@@ -11457,7 +11458,7 @@ msgstr ""
"ĉi tie; printiloj estos aŭtomate dektektataj. Se vi havas dubojn,\n"
"elektu \"Malproksima CUPS servilo\"."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -11658,12 +11659,12 @@ msgstr ""
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, fuzzy, c-format
msgid "Printer model selection"
msgstr "Printilan Konekton"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, fuzzy, c-format
msgid "Which printer model do you have?"
msgstr "Kiun specon de printilo vi havas?"
@@ -11677,14 +11678,14 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Mi konfiguras printilon \"%s\"..."
@@ -11703,7 +11704,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Malproksima administrado"
@@ -11718,8 +11719,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, fuzzy, c-format
msgid "Add a new printer"
msgstr "Neniu printilo"
@@ -11852,8 +11853,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Instalanta pakaĵo %s"
@@ -12072,10 +12073,10 @@ msgid "Remote printer name missing!"
msgstr "Malproksima poŝtejo"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -12416,8 +12417,8 @@ msgstr "Redaktu"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, fuzzy, c-format
msgid "Printer connection type"
msgstr "Disdividado de Interreta Konekto"
@@ -12427,22 +12428,18 @@ msgstr "Disdividado de Interreta Konekto"
msgid "What do you want to do?"
msgstr "Kie vi deziras kroĉi aparaton %s?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Nuligu"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -12451,103 +12448,119 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Instalanta pakaĵon %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Ne eblis sekurigi agordodosieron.\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr ""
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Al kiu sektoro vi deziras movi?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Ŝarĝas la kernan modulon por la USB-a printilo ...\n"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Instalanta pakaĵojn SANE..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Mi konfiguras..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, fuzzy, c-format
msgid "Reading printer database..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr ""
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -12555,42 +12568,42 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Nomo de printilo"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Priskribo"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Loko"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, fuzzy, c-format
msgid "Preparing printer database..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, fuzzy, c-format
msgid "Your printer model"
msgstr "Malproksima printilo"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12605,18 +12618,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, fuzzy, c-format
msgid "The model is correct"
msgstr "Ĉu tio ĉi pravas?"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, fuzzy, c-format
msgid "Select model manually"
msgstr "Malproksima printilo"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -12626,38 +12639,38 @@ msgid ""
"\"Raw printer\" is highlighted."
msgstr ""
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -12665,58 +12678,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, fuzzy, c-format
msgid "Install PPD file from"
msgstr "Instalu rpm"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, fuzzy, c-format
msgid "Floppy Disk"
msgstr "Disketo"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, fuzzy, c-format
msgid "Other place"
msgstr "Aliaj pordoj"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "Elektu dosieron"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "Instalanta pakaĵo %s"
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, fuzzy, c-format
msgid "OKI winprinter configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -12727,12 +12740,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, fuzzy, c-format
msgid "Lexmark inkjet configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -12741,7 +12754,7 @@ msgid ""
"to."
msgstr ""
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -12754,12 +12767,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12768,12 +12781,12 @@ msgid ""
"connected to."
msgstr ""
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Son-konfigurado"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -12782,17 +12795,17 @@ msgid ""
"port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12801,12 +12814,12 @@ msgid ""
"where it is directly connected to."
msgstr ""
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -12817,27 +12830,27 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, fuzzy, c-format
msgid "Printer default settings"
msgstr "Printilan Konekton"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -12846,12 +12859,12 @@ msgstr ""
"Ĉu vi deziras konfiguri tiun ĉi presilon (\"%s\")\n"
"kiel defaŭltan presilon?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, fuzzy, c-format
msgid "Test pages"
msgstr "Provu pordojn"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -12860,47 +12873,47 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, fuzzy, c-format
msgid "No test pages"
msgstr "Jes, printu ambaŭ de la provpaĝojn"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Preso"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, fuzzy, c-format
msgid "Standard test page"
msgstr "Laŭnorma"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr ""
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, fuzzy, c-format
msgid "Alternative test page (A4)"
msgstr "Printas provpaĝo(j)n..."
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, fuzzy, c-format
msgid "Photo test page"
msgstr "Printas provpaĝo(j)n..."
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Printas provpaĝo(j)n..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Printas provpaĝo(j)n..."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -12916,7 +12929,7 @@ msgstr ""
"\n"
"Ĉu ĝi ĝuste funkcias?"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -12926,17 +12939,17 @@ msgstr ""
"Ĉi tiu eble postulas iom da tempo antaŭ ol la printilo komencas.\n"
"Ĉu ĝi ĝuste funkcias?"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr ""
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Kruda presilo"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -12945,7 +12958,7 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -12953,8 +12966,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -12963,7 +12976,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -12971,22 +12984,22 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -12994,21 +13007,21 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -13019,7 +13032,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -13028,27 +13041,27 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Presanta per presilo \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Presanta per presilo \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, fuzzy, c-format
msgid "Print option list"
msgstr "Printilaj opcioj"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Printilaj opcioj"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -13056,14 +13069,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -13071,14 +13084,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -13086,7 +13099,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -13094,7 +13107,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -13102,7 +13115,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -13110,33 +13123,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr ""
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, fuzzy, c-format
msgid "Transfer printer configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -13146,33 +13159,33 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -13180,7 +13193,7 @@ msgid ""
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -13188,17 +13201,17 @@ msgid ""
"\"Transfer\"."
msgstr ""
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr ""
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr ""
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -13206,45 +13219,45 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, fuzzy, c-format
msgid "New printer name"
msgstr "Neniu printilo"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, fuzzy, c-format
msgid "Refreshing printer data..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, fuzzy, c-format
msgid "Starting network..."
msgstr "Startas vian konektaĵon..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, fuzzy, c-format
msgid "Configure the network now"
msgstr "Konfiguru retumon"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, fuzzy, c-format
msgid "Network functionality not configured"
msgstr "Ekrano ne estas konfigurata"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -13253,12 +13266,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, fuzzy, c-format
msgid "Go on without configuring the network"
msgstr "Konfiguras reto"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -13268,7 +13281,7 @@ msgid ""
"also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr ""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -13276,27 +13289,27 @@ msgid ""
"printer again."
msgstr ""
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, fuzzy, c-format
msgid "Restarting printing system..."
msgstr "Kiun printsistemo vi deziras uzi?"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, fuzzy, c-format
msgid "high"
msgstr "Alta"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, fuzzy, c-format
msgid "paranoid"
msgstr "Paranoja"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -13311,12 +13324,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, fuzzy, c-format
msgid "Starting the printing system at boot time"
msgstr "Kiun printsistemo vi deziras uzi?"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -13330,32 +13343,32 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr ""
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Mi forigas %s"
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Konfiguru retumon"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, fuzzy, c-format
msgid "Installing %s..."
msgstr "Instalanta pakaĵo %s"
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Konfiguru retumon"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -13364,46 +13377,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "Malproksimaj lpd servilo"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, fuzzy, c-format
msgid "Setting Default Printer..."
msgstr "Loka printilo"
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Malproksima CUPS-a servilo"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -13412,12 +13425,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -13425,55 +13438,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "Konfiguru retumon"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, fuzzy, c-format
msgid "Select Printer Spooler"
msgstr "Elektu Printilan Konekton"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, fuzzy, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Kiun printsistemo vi deziras uzi?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Malsukcesis konfiguri la printilon \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Instalanta Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13483,48 +13496,48 @@ msgstr ""
"Jen la sekvantaj printvicoj.\n"
"Vi povas aldoni pli aŭ ŝanĝi la ekzistantajn."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr ""
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, fuzzy, c-format
msgid "CUPS configuration"
msgstr "LAN Konfiguraĵo"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, fuzzy, c-format
msgid "Change the printing system"
msgstr "Konfiguru retumon"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Normala Modalo"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Spertuloreĝimo"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Printilaj opcioj"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, fuzzy, c-format
msgid "Modify printer configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -13533,99 +13546,99 @@ msgstr ""
"Presilo %s%s\n"
"Kion vi deziras modifi pri tiu presilo?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "Ĉi tiu subdisko ne estas regrandecigebla"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr ""
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, fuzzy, c-format
msgid "Printer name, description, location"
msgstr "Printilan Konekton"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr ""
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr ""
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Datumbazoj"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Datumbazoj"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Disdividado de Interreta Konekto"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, fuzzy, c-format
msgid "Print test pages"
msgstr "Printas provpaĝo(j)n..."
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, fuzzy, c-format
msgid "Learn how to use this printer"
msgstr "Ĉu vi deziras provi la konfiguraĵon?"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, fuzzy, c-format
msgid "Remove printer"
msgstr "Malproksima printilo"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Foriganta la malnovan presilon \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Presilo \"%s\" en servilo \"%s\""
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Disdividado de Interreta Konekto nuntempe malkapabligata"
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Ĉu vi vere deziras forigi la presilon \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Foriganta presilon \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, fuzzy, c-format
msgid "Default printer"
msgstr "Loka printilo"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
@@ -13661,15 +13674,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, fuzzy, c-format
msgid "Scannerdrake"
msgstr "Elektu grafikan karton"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -15487,124 +15500,124 @@ msgstr ""
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, fuzzy, c-format
msgid "Terminal Server Configuration"
msgstr "Interreta Konfigurado"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "Mi konfiguras..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, fuzzy, c-format
msgid "Enable Server"
msgstr "Datumbazoj"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, fuzzy, c-format
msgid "Disable Server"
msgstr "Datumbazoj"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Lanĉu servon"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, fuzzy, c-format
msgid "Stop Server"
msgstr "NIS Servilo"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr ""
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, fuzzy, c-format
msgid "Add/Del Users"
msgstr "Aldonu uzanto"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr ""
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Bildoj"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Unuafoja Sorĉilo"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -15627,27 +15640,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, fuzzy, c-format
msgid "Cancel Wizard"
msgstr "Lanĉu userdrake"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr ""
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -15657,28 +15670,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr ""
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Finu !"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -15686,31 +15699,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Interreta Konfigurado"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -15719,14 +15731,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -15739,30 +15751,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -15778,17 +15789,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -15796,33 +15806,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -15838,12 +15849,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -15868,14 +15879,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -15884,94 +15894,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr ""
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr ""
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, fuzzy, c-format
msgid "PXE Image"
msgstr "Kerna bildo"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "Kerna versio"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr ""
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr ""
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, fuzzy, c-format
msgid "No NIC selected!"
msgstr "Ne konektita"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr ""
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, fuzzy, c-format
msgid "<-- Delete"
msgstr "Forigu"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Ne konektita"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, fuzzy, c-format
msgid "Delete All NBIs"
msgstr "Elektu dosieron"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -15979,178 +15989,178 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, fuzzy, c-format
msgid "Add User -->"
msgstr "Aldonu uzanto"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr ""
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, fuzzy, c-format
msgid "type: %s"
msgstr "Speco: "
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, fuzzy, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr "Post-instala konfigurado"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr ""
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr ""
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr ""
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr ""
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, fuzzy, c-format
msgid "type: fat"
msgstr "Speco: "
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, fuzzy, c-format
msgid "type: thin"
msgstr "Speco: "
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, fuzzy, c-format
msgid "local config: false"
msgstr "Lokaj dosieroj"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, fuzzy, c-format
msgid "local config: true"
msgstr "ne konfigurita"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr ""
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr ""
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, fuzzy, c-format
msgid "Delete Client"
msgstr "Forigu"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr ""
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Retmasko:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr ""
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr ""
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, fuzzy, c-format
msgid "Domain Name:"
msgstr "Domajna nomo"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, fuzzy, c-format
msgid "Name Servers:"
msgstr "NIS Servilo"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr ""
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr ""
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, fuzzy, c-format
msgid "Write Config"
msgstr "rekonfiguru"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, fuzzy, c-format
msgid "dhcpd Server Configuration"
msgstr "LAN Konfiguraĵo"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -16158,106 +16168,106 @@ msgid ""
"You can modify as needed."
msgstr ""
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, fuzzy, c-format
msgid "Please insert floppy disk:"
msgstr "Enŝovu disketon en drajvo %s"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr ""
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr ""
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, fuzzy, c-format
msgid "No floppy drive available!"
msgstr "Neniu disketilo havebla"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "Eraro skribante al dosiero %s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, fuzzy, c-format
msgid "%s is not a user..\n"
msgstr "neniu retkarto trovita"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr "Duobla surmetingo %s"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, fuzzy, c-format
msgid "%s not found...\n"
msgstr "neniu retkarto trovita"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
msgstr ""
#: standalone/drakautoinst:38 standalone/drakhosts:123
@@ -23660,17 +23670,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, fuzzy, c-format
msgid "Searching for configured scanners..."
msgstr "Loka printilo"
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, fuzzy, c-format
msgid "Searching for new scanners..."
msgstr "Loka printilo"
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -23819,43 +23829,43 @@ msgid ""
"You can launch printerdrake from the %s Control Center in Hardware section."
msgstr ""
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "Ŝarĝas la kernan modulon por la USB-a printilo ...\n"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, fuzzy, c-format
msgid "Auto-detect available ports"
msgstr "Malproksima printilo"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr ""
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, fuzzy, c-format
msgid "choose device"
msgstr "Starta aparato"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, fuzzy, c-format
msgid "Searching for scanners..."
msgstr "Loka printilo"
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "Ŝarĝas la kernan modulon por la USB-a printilo ...\n"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "Altirfortoj"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -23864,40 +23874,40 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
"Multimedia/Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -23905,7 +23915,7 @@ msgid ""
"Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, fuzzy, c-format
msgid ""
"The following scanners\n"
@@ -23914,7 +23924,7 @@ msgid ""
"are available on your system.\n"
msgstr "Via komputilo ne havas retadaptilon!"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, fuzzy, c-format
msgid ""
"The following scanner\n"
@@ -23923,137 +23933,137 @@ msgid ""
"is available on your system.\n"
msgstr "Via komputilo ne havas retadaptilon!"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, fuzzy, c-format
msgid "Search for new scanners"
msgstr "Loka printilo"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr ""
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, fuzzy, c-format
msgid "Install/Update firmware files"
msgstr "Elektu dosieron"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, fuzzy, c-format
msgid "Scanner sharing"
msgstr "Printilo"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, fuzzy, c-format
msgid "All remote machines"
msgstr "Malproksima printilo"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, fuzzy, c-format
msgid "This machine"
msgstr "konformanta(j)"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr ""
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr ""
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, fuzzy, c-format
msgid "Scanner sharing to hosts: "
msgstr "Printilo"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr ""
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr ""
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, fuzzy, c-format
msgid "Sharing of local scanners"
msgstr "Loka printilo"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr ""
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, fuzzy, c-format
msgid "Add host"
msgstr "Aldonu uzanto"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, fuzzy, c-format
msgid "Edit selected host"
msgstr "Malinstalu printvicon"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, fuzzy, c-format
msgid "Remove selected host"
msgstr "Malinstalu printvicon"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr ""
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, fuzzy, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Bonvole, provu la muson"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, fuzzy, c-format
msgid "Usage of remote scanners"
msgstr "Uzu liberan spacon"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, fuzzy, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -24061,7 +24071,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr "Ĉi tiu pakaĵo %s devas esti instalita. Ĉu vi deziras instali ĝin?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -24244,6 +24254,10 @@ msgid "Installation failed"
msgstr "Instalado malsukcesis"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Nuligu"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/es.po b/perl-install/share/po/es.po
index 92fe17fe7..e988999fd 100644
--- a/perl-install/share/po/es.po
+++ b/perl-install/share/po/es.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-es\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-04-24 11:46+0200\n"
"Last-Translator: José Manuel Pérez <jmprodu@hotmail.com>\n"
"Language-Team: Español <es@li.org>\n"
@@ -215,21 +215,21 @@ msgstr "Por favor espere, detectando y configurando dispositivos..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -256,9 +256,9 @@ msgstr "Por favor espere, detectando y configurando dispositivos..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Error"
@@ -498,10 +498,10 @@ msgstr "Personalizada"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Salir"
@@ -663,7 +663,7 @@ msgstr "Tarjeta gráfica: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -680,7 +680,7 @@ msgstr "Aceptar"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -695,7 +695,7 @@ msgstr "Cancelar"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -930,7 +930,7 @@ msgstr "Primer sector de la partición raíz"
msgid "On Floppy"
msgstr "En disquete"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Omitir"
@@ -1275,9 +1275,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Hecho"
@@ -1484,9 +1484,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Lanzar UserDrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1663,7 +1663,7 @@ msgstr "Dominio"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Servidor"
@@ -1794,7 +1794,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "No se puede usar difusión sin un dominio NIS"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1809,42 +1809,42 @@ msgstr ""
"a que arranque el sistema predeterminado.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO con menú gráfico"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO con menú de texto"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "no hay espacio suficiente en /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "No puede instalar el cargador de arranque en una partición %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1853,7 +1853,7 @@ msgstr ""
"Se debe actualizar la configuración de su cargador de arranque debido a que "
"cambió el número de la partición"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1862,7 +1862,7 @@ msgstr ""
"No se puede instalar correctamente el cargador de arranque. Debe arrancar "
"con rescate y elegir \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Volver a instalar cargador de arranque"
@@ -3077,7 +3077,7 @@ msgstr "Buscar servidores nuevos"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Se necesita instalar el paquete %s. ¿Quiere instalarlo?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "¡No se pudo instalar el paquete %s!"
@@ -3088,19 +3088,19 @@ msgid "Mandatory package %s is missing"
msgstr "Falta el paquete obligatorio %s"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Advertencia"
@@ -4010,7 +4010,7 @@ msgstr "Nombre del usuario"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4990,8 +4990,8 @@ msgstr ""
"las que se buscarán bloques defectuosos."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -6131,8 +6131,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7882,14 +7882,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Reenviar"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Checo (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7903,28 +7903,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Español"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finlandés"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Francés"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7938,828 +7938,828 @@ msgid ""
"Polish"
msgstr "Polaco"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Ruso"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Sueco"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Británico"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Estadounidense"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albano"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armenio (antiguo)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armenio (nuevo)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armenio (fonético)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arábico"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbadján (latín)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belga"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengalí (disposición Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengalí (disposición Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Búlgaro (fonético)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Búlgaro (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brasileño (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosnio"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Bielorruso"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Suizo (germánico)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Suizo (francés)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee silábico"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Checo (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Alemán (sin teclas muertas)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Indio (Devanagari)"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Danés"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Francés)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (UK)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Noruego)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Polaco)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Sueco)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tibetano"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estonio"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Feroés"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgiano (estilo \"ruso\")"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgiano (estilo \"latín\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Griego"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Griego (politónico)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Indio (Gujarati)"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Indio (Gurmukhi)"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Croata"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Húngaro"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "irlandés"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israelí"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israelí (fonético)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iraní"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandés"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italiano"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japonés de 106 teclas"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Coreano"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurdo (escritura árabe)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Teclado Kyrgyz"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latinoamericano"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laosiano"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lituano AZERTY (antiguo)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lituano AZERTY (nuevo)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lituano \"numérico\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lituano \"fonético\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Letón"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayo"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Macedonio"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Birmano)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongol (cirílico)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltés (Reino Unido)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltés (EE.UU.)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Holandés"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polaco (disposición qwerty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polaco (disposición qwertz)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugués"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Canadiense (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rumano (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Rumano (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Ruso (fonético)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (noruego)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (sueco/finlandés)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Esloveno"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Sinhala"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Eslovaco (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Eslovaco (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbio (cirílico)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Syriac"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Syriac (fonético)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (disposición ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamil (disposición de máquina de escribir)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thailandés (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Tailandés (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Tailandés (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (marroquí) (+latín/árabe)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (fonético) (+latín/árabe)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Teclado tajik"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turkmeno"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turco (modelo \"F\" tradicional)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turco (modelo \"Q\" moderno)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ucraniano"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Teclado Urdu"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Estadounidense (internacional)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Uzbek (cirílico)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamita \"numérico\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Yugoslavo (latín)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Tecla Alt derecha"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Ambas teclas Mayús simultáneamente"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Las teclas Control y Mayús simultáneamente"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "Tecla CapsLock"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Las teclas Mayús y CapsLock simultáneamente"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Las teclas Ctrl y Alt simultáneamente"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Las teclas Alt y Shift simultáneamente"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "La tecla \"Menú\""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Tecla \"Windows\" de la izquierda"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Tecla \"Windows\" de la derecha"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Ambas teclas Control simultáneamente"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Ambas teclas Alt simultáneamente"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Tecla Mayús izquierda"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Tecla Mayús derecha"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Tecla Alt izquierda"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Tecla Control izquierda"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Tecla Control derecha"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8770,7 +8770,7 @@ msgstr ""
"cambiar entre los diferentes esquemas de teclado\n"
"(ej.: latino y no latino)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11165,8 +11165,8 @@ msgstr ""
msgid "Warning: IP address %s is usually reserved!"
msgstr "Advertencia: ¡Por lo general la dirección IP %s está reservada!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s ya está en uso\n"
@@ -11879,7 +11879,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Falló la copia del firmware, el archivo %s no se encuentra"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "¡Felicidades!"
@@ -12013,9 +12013,9 @@ msgstr "Configurada en otras máquinas"
msgid "On CUPS server \"%s\""
msgstr "En servidor CUPS \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Por defecto)"
@@ -12070,9 +12070,9 @@ msgstr "CUPS remoto"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Modelo desconocido"
@@ -12320,7 +12320,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Impresora \"en crudo\" (sin controlador)"
@@ -12351,12 +12351,12 @@ msgstr "Host %s"
msgid "%s (Port %s)"
msgstr "%s (Puerto %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12405,7 +12405,7 @@ msgstr ""
"deberían estar disponibles automáticamente en esta máquina."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Servidor CUPS remoto sin demonio CUPS local"
@@ -12456,8 +12456,8 @@ msgstr "Compartir impresoras en hosts/redes: "
msgid "Custom configuration"
msgstr "Configuración personalizada"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Ninguna máquina remota"
@@ -12687,8 +12687,8 @@ msgstr "Puerto"
msgid "On, Name or IP of remote server:"
msgstr "Activado, Nombre o dirección IP del servidor remoto:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "Falta el nombre o dirección IP del servidor CUPS."
@@ -12698,29 +12698,30 @@ msgstr "Falta el nombre o dirección IP del servidor CUPS."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Leyendo los datos de la impresora ..."
@@ -12849,7 +12850,7 @@ msgstr ""
"Aquí no tiene que configurar las impresoras en los servidores CUPS remotos; "
"las mismas se detectarán automáticamente."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -13082,12 +13083,12 @@ msgstr " en "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Selección del modelo de impresora"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "¿Qué modelo de impresora tiene?"
@@ -13105,7 +13106,7 @@ msgstr ""
"Printerdrake no pudo determinar qué modelo es su impresora %s. Por favor, "
"escoja el modelo correcto de la lista."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -13114,7 +13115,7 @@ msgstr ""
"Si no se lista su impresora, elija una compatible (vea el manual de la "
"misma) o una similar."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Configurando la impresora \"%s\" ..."
@@ -13133,7 +13134,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Administración remota"
@@ -13148,8 +13149,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Añadir una impresora nueva"
@@ -13362,8 +13363,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "¡No se pudieron instalar los paquetes %s!"
@@ -13606,10 +13607,10 @@ msgid "Remote printer name missing!"
msgstr "¡Falta el nombre de la impresora remota!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13993,8 +13994,8 @@ msgstr "Editar"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Tipo de conexión de la impresora"
@@ -14004,22 +14005,18 @@ msgstr "Tipo de conexión de la impresora"
msgid "What do you want to do?"
msgstr "¿Qué desea hacer?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Cancelar"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -14033,7 +14030,7 @@ msgstr ""
"antiguas, escaneado o equipos multifunción, y acceso a tarjetas de memoria "
"en las impresoras con lectores de tarjetas. "
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, fuzzy, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -14042,93 +14039,109 @@ msgstr ""
"Para acceder a estas funciones extra en su impresora HP, debe estar "
"configurada con el software adecuado: "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, fuzzy, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
"¿Cuál es su elección (elija \"Ninguno\" para las impresoras que no sean HP)? "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Instalando paquete %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Sólo será posible imprimir en %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"¡No se ha eliminar su archivo de configuración del antiguo HPOJ %s de su %s! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Por favor, elimine manualmente el archivo y reinicialice HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Verificando dispositivo y configurando %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "¿Cual impresora desea configurar con HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Configurando los módulos del kernel..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Instalando paquetes SANE..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "El escaneo en %s no será posible."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Uso y mantenimiento de su %s"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Configurando dispositivo..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Haciendo que el puerto de la impresora esté disponible para CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Leyendo base de datos de impresoras ..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Ingrese nombre de la impresora y comentarios"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"El nombre de la impresora sólo debería contener letras, números y el guión "
"bajo"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -14137,7 +14150,7 @@ msgstr ""
"La impresora \"%s\" ya existe,\n"
"¿realmente desea sobre-escribir la configuración de la misma?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -14148,7 +14161,7 @@ msgstr ""
"hacer que la impresora resulte inaccesible para los clientes de Windows. "
"¿Quiere usar de todos modos este nombre?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -14158,35 +14171,35 @@ msgstr ""
"qué rellenar los campos Descripción ni Ubicación. Son comentarios para los "
"usuarios."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Nombre de la impresora"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Descripción"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Ubicación"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Preparando base de datos de impresoras ..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "El modelo de su impresora"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14213,18 +14226,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "El modelo es correcto"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Seleccionar el modelo manualmente"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14239,12 +14252,12 @@ msgstr ""
"automática del modelo de su impresora. Busque el modelo correcto en la lista "
"si está resaltado un modelo equivocado o \"Impresora en crudo\"."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Instalar un archivo PPD provisto por el fabricante"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14253,7 +14266,7 @@ msgstr ""
"Cada impresora PostScript se envía junto con un archivo PPD que describe las "
"opciones y características de la impresora."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14262,12 +14275,12 @@ msgstr ""
"Este archivo por lo general está en algún lugar del CD con los controladores "
"para Windows y Mac que se entregan con la impresora."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "También puede encontrar archivos PPD en los sitios web del fabricante."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14276,7 +14289,7 @@ msgstr ""
"Si tiene Windows instalado en su máquina, también puede encontrar el archivo "
"PPD en su partición Windows."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14287,7 +14300,7 @@ msgstr ""
"que estén disponibles todas las opciones de la impresora que brinda el "
"hardware de la misma."
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14296,51 +14309,51 @@ msgstr ""
"Aquí puede elegir el archivo PPD a instalar en su máquina, luego se usará el "
"mismo para la configuración de su impresora."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Instalar archivo PPD desde"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Disquete"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Otro lugar"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Seleccione archivo PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "¡El archivo PPD %s no existe o no se puede leer!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "¡El archivo PPD %s no está conforme a las especificaciones PPD!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Instalando archivo PPD..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Configuración de impresora de windows OKI"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14358,12 +14371,12 @@ msgstr ""
"impresora no funcionará. El controlador ignorará la configuración del tipo "
"de conexión."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Configuración de impresora de inyección de tinta Lexmark"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14376,7 +14389,7 @@ msgstr ""
"servidores de impresión. Por favor, conecte su impresora a un puerto local o "
"configúrela en la máquina a la que está conectada."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14399,12 +14412,12 @@ msgstr ""
"cabezal de impresión con \"lexmarkmaintain\" y ajuste la configuración de la "
"alineación de la cabeza con este programa."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Configuración de Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14417,12 +14430,12 @@ msgstr ""
"impresión. Por favor, conecte su impresora a un puerto USB local o "
"configúrela en la máquina en la que está conectada."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Configuración del Samsung ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14436,17 +14449,17 @@ msgstr ""
"que el primero. Por favor, conecte su impresora al primer puerto paralelo o "
"configúrela en la máquina en la que está conectada."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Configuración del Canon LBP-460/660"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Configuración del Canon LBP-460/660"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14459,12 +14472,12 @@ msgstr ""
"impresión. Por favor, conecte su impresora a un puerto USB local o "
"configúrela en la máquina en la que está conectada."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Transferencia de Firmware para HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14482,27 +14495,27 @@ msgstr ""
"configurados correctamente. Note que una calidad de impresión o resolución "
"extremadamente alta puede ser bastante lenta."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Configuraciones predeterminadas de la impresora"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "¡La opción %s debe ser un número entero!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "¡La opción %s debe ser un número!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "¡La opción %s está fuera de rango"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14511,12 +14524,12 @@ msgstr ""
"¿Quiere configurar esta impresora (\"%s\")\n"
"como la impresora predeterminada?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Páginas de prueba"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14529,47 +14542,47 @@ msgstr ""
"incluso en impresoras láser con muy poca memoria puede que no salga. En la "
"mayoría de los casos, basta con imprimir la página de prueba estándar."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "No hay páginas de prueba"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Imprimir"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Página de prueba estándar"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Página de prueba alternativa (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Página de prueba alternativa (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Página de prueba de foto"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Imprimir la(s) página(s) de prueba..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Omitiendo página de prueba de foto."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14584,7 +14597,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14593,17 +14606,17 @@ msgstr ""
"La(s) página(s) de prueba se enviaron al demonio de impresión.\n"
"Puede que pase algo de tiempo antes de que comience la impresión.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "¿Funcionó adecuadamente?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Impresora en crudo"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14617,7 +14630,7 @@ msgstr ""
"permiten seleccionar la impresora y modificar las opciones de configuración "
"fácilmente.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14629,8 +14642,8 @@ msgstr ""
"nombre del archivo porque el archivo a imprimir lo proporciona la "
"aplicación.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14644,7 +14657,7 @@ msgstr ""
"configuraciones deseadas a la línea de comando, por ejemplo \"%s <archivo>"
"\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14655,7 +14668,7 @@ msgstr ""
"lista que se muestra debajo o haga clic sobre el botón \"Imprimir lista de "
"opciones\".%s%s%s\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14664,7 +14677,7 @@ msgstr ""
"Aquí tiene una lista de las opciones disponibles para la impresora actual:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14673,8 +14686,8 @@ msgstr ""
"Para imprimir un archivo desde la línea de comando (ventana de terminal) use "
"el comando \"%s <archivo>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14686,7 +14699,7 @@ msgstr ""
"del archivo porque el nombre del archivo a imprimir lo proporciona la "
"aplicación.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14695,7 +14708,7 @@ msgstr ""
"Para obtener una lista de las opciones disponibles para la impresora actual, "
"haga clic en el botón \"Imprimir lista de opciones\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14704,7 +14717,7 @@ msgstr ""
"Para imprimir un archivo desde la línea de comando (ventana de terminal) use "
"el comando \"%s <archivo>\" o \"%s <archivo>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14721,7 +14734,7 @@ msgstr ""
"detiene todos los trabajos de impresión inmediatamente cuando hace clic en "
"él. Esto es útil, por ejemplo, para atascos de papel.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14734,27 +14747,27 @@ msgstr ""
"configuración para un trabajo de impresión particular. Simplemente añada las "
"opciones deseadas a la línea de comando, por ejemplo \"%s <archivo>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Usando/manteniendo la impresora \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Imprimiendo en la impresora \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Imprimir lista de opciones"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Imprimir lista de opciones"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14765,7 +14778,7 @@ msgstr ""
"diversas características especiales de su impresora serán soportadas.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14774,7 +14787,7 @@ msgstr ""
"El escáner de su impresora puede ser usado con el habitual programa SANE, "
"por ejemplo Kooka o XSane (ambos en el menú de Multimedia/Gráficos). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14785,7 +14798,7 @@ msgstr ""
"Linux) para compartir su escáner en la red.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14794,7 +14807,7 @@ msgstr ""
"Los lectores de tarjeta de memoria de su impresora pueden ser accedidos como "
"un dispositivo de almacenamiento masivo USB habitual. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14805,7 +14818,7 @@ msgstr ""
"escritorio, para poder acceder a la tarjeta.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14817,7 +14830,7 @@ msgstr ""
"Herramientas de impresora HP) haciendo clic en el botón \"Acceder a Tarjetas "
"de Foto...\" en la pestaña \"Funciones\". "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14828,7 +14841,7 @@ msgstr ""
"cámara o de un lector de tarjetas por USB es habitualmente más rápido.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14840,33 +14853,33 @@ msgstr ""
"mantenimiento de su %s:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - Nivel de tinta/información de estado\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - Limpieza de inyectores\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Alineación de las cabezas de impresión\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Calibraje del color\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Transferir configuración de la impresora"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14882,7 +14895,7 @@ msgstr ""
"transfieren.\n"
"Debido a las siguientes razones no todas las colas se pueden transferir:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14891,7 +14904,7 @@ msgstr ""
"CUPS no soporta impresoras en servidores Novell o impresoras que envían los "
"datos en un comando formado libremente.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14900,12 +14913,12 @@ msgstr ""
"PDQ sólo soporta impresoras locales, impresoras LPD remotas, e impresoras "
"Socket/TCP.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD y LPRng no soportan impresoras IPP.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14914,7 +14927,7 @@ msgstr ""
"Además, las colas no creadas con este programa o con \"foomatic-configure\" "
"no se pueden transferir."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14925,7 +14938,7 @@ msgstr ""
"Tampoco se pueden transferir las impresoras configuradas con los archivos "
"PPD provistos por sus fabricantes o con controladores CUPS nativos."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14936,17 +14949,17 @@ msgstr ""
"Marque las impresoras que desea transferir y haga clic \n"
"sobre \"Transferir\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "No transferir impresoras"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Transferir"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14957,17 +14970,17 @@ msgstr ""
"Haga clic sobre \"Transferir\" para sobre-escribirla.\n"
"También puede ingresar un nombre nuevo o saltear esta impresora."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Nuevo nombre de la impresora"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Transfiriendo %s ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14976,28 +14989,28 @@ msgstr ""
"Ha transferido su impresora por defecto anterior (\"%s\"), ¿Debería ser "
"también la impresora por defecto bajo el nuevo sistema de impresión %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Refrescando datos de impresora ..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Iniciando la red ..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Configurar la red ahora"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Funcionalidad de red no configurada"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -15010,12 +15023,12 @@ msgstr ""
"configuración de red, no podrá utilizar la impresoara que está configurando "
"ahora. ¿Cómo desea proceder?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Continuar sin configurar la red"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -15031,7 +15044,7 @@ msgstr ""
"impresora, también utilizando el Centro de Control de %s, sección \"Hardware"
"\"/\"Impresora\"."
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -15042,27 +15055,27 @@ msgstr ""
"verifique su configuración y su hardware. Luego, intente configurar su "
"impresora remota de nuevo."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Reiniciando el sistema de impresión ..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "Alta"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "Paranoica"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instalando un sistema de impresión en el nivel de seguridad %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -15087,12 +15100,12 @@ msgstr ""
"\n"
"¿Seguro que desea configurar la impresión para esta máquina?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Iniciar el sistema de impresión al arrancar"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -15115,32 +15128,32 @@ msgstr ""
"¿Desea volver a activar el inicio automático de la impresión cuando el "
"sistema se vuelva a encender?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Verificando software instalado..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Quitando %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "¡No se pudo quitar el sistema de impresión %s!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Instalando %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "¡No se pudo instalar el sistema de impresión %s!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -15154,7 +15167,7 @@ msgstr ""
"si el servidor especificado estuviera fuera de servicio no se podría "
"imprimir de ninguna manera desde esta máquina."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -15163,32 +15176,32 @@ msgstr ""
"Introduzca el nombre del host o la IP de su servidor CUPS y pulse Acepar si "
"desea usar este modo, pulse \"Salir\" en caso contrario."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Nombre o dirección IP del servidor remoto:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Configurando impresora predeterminada..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "¿Sistema de impresión CUPS local o servidor CUPS remoto?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "El sistema de impresión CUPS se puede usar de dos maneras: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. El sistema de impresión CUPS puede ejecutarse de manera local. "
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -15198,7 +15211,7 @@ msgstr ""
"automática impresoras remotas en otros servidores CUPS dentro de la misma "
"red."
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15211,14 +15224,14 @@ msgstr ""
"demonio CUPS tiene que ejecutarse en segundo plano y consume algo de "
"memoria, y el puerto IPP (puerto 631) se abre."
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. Todas la peticiones de impresión de envían de manera inmediata a un "
"servidor CUPS remoto."
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15230,7 +15243,7 @@ msgstr ""
"software para configurar las colas de impresión locales, por lo que se usa "
"menos memoria y espacio en disco."
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15240,48 +15253,48 @@ msgstr ""
"el servidor especificado estuviera fuera de servicio no se podría imprimir "
"de ninguna manera desde esta máquina."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "¿Cómo debería configurarse CUPS en su máquina?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Servidor remoto, especifique el nombre o dirección IP aquí:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Sistema de impresión CUPS local"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Seleccione sistema de impresión (spooler)"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "¿Qué sistema de impresión (spooler) desea usar?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "¡Falló la configuración de la impresora \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Instalando Foomatic ..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "¡No se pudieron instalar los paquetes %s, no se puede iniciar %s!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15292,50 +15305,50 @@ msgstr ""
"ellas para cambiar los ajustes, para configurarla como predeterminada, o "
"para ver información acerca de la misma."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Mostrar todas las impresoras CUPS remotas"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Refrescar la lista de impresoras (para visualizar todas las impresoras CUPS "
"remotas)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "Configuración de CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Cambiar el sistema de impresión"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Modo normal"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Modo experto"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Opciones de la impresora"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Modificar configuración de la impresora"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15344,99 +15357,99 @@ msgstr ""
"Impresora %s%s\n"
"¿Qué desea modificar de esta impresora?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Esta impresora está desactivada"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "¡Hacerlo!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Nombre de la impresora, descripción, ubicación"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Fabricante de la impresora, modelo, controlador"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Fabricante de la impresora, modelo"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Poner esta impresora como predeterminada"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Habilitar la impresora"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Deshabilitar la impresora"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Tipo de conexión de la impresora"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Imprimir la(s) página(s) de prueba"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Aprender como usar esta impresora"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Borrar impresora"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Quitando la impresora antigua \"%s\" ..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Ahora, la impresora \"%s\" está habilitada."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Ahora, la impresora \"%s\" está deshabilitada."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "¿Seguro que quiere borrar la impresora \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Quitando la impresora \"%s\" ..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Impresora predeterminada"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "La impresora \"%s\" ahora es la impresora predeterminada."
@@ -15473,15 +15486,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "¡No se pudo ajustar permisos en el archivo de firmware %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -17431,12 +17444,12 @@ msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"Debe desconectarse y volver a conectarse para que los cambios tengan efecto"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s necesita un nombre de usuario...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17445,112 +17458,112 @@ msgstr ""
"%s: %s necesita nombre del host, dirección MAC, IP, nbi-image, 0/1 para "
"THIN_CLIENT, 0/1 para Local Config...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s necesita nombre del host...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Configuración del Servidor de Terminales"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "Configuración de dhcpd..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Habilitar el Servidor"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Deshabilitar el Servidor"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Iniciar el Servidor"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Detener el Servidor"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Disquete/ISO Etherboot"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Imágenes de arranque por la red"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Añadir/Quitar usuarios"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Añadir/Quitar clientes"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Imágenes"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Clientes/usuarios"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Asistente Inicial"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr "%s definido como dm, añadiendo usuario gdm a /etc/passwd/$$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17593,27 +17606,27 @@ msgstr ""
" f) Si es un cliente delgado, le preguntará si desea volver a iniciar "
"KDM.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Cancelar el Asistente"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "¡Por favor, guarde la configuración DHCP!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Usar clientes delgados."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Sincronizar los ajustes de teclado del cliente X con el servidor."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, fuzzy, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17628,28 +17641,28 @@ msgstr ""
" Los clientes 'gruesos' usan su propia CPU/RAM, pero el sistema de "
"archivos del servidor."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Creando imágenes de arranque de red para todos los núcleos"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Esto tomará algunos minutos."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "¡Hecho!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17657,14 +17670,14 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Sincronizando la lista de usuarios del servidor con la del cliente, "
"incluyendo a root."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17673,19 +17686,18 @@ msgstr ""
"Para poder habilitar los cambios hechos a los clientes delgados, se debe "
"reiniciar el administrador de conexión ¿Volver a iniciar ahora?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Generalidades del servidor de terminales"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17696,22 +17708,21 @@ msgstr ""
" - Crear imágenes de arranque con Etherboot habilitado:\n"
" \t\tPara arrancar un núcleo por Etherboot, se debe crear una imagen de "
"arranque initrd/núcleo especial\n"
-" \t\tmkinitrd-net hace mucho de esto y drakTermServ sólo es una "
-"interfaz gráfica\n"
+" \t\tmkinitrd-net hace mucho de esto y %s sólo es una interfaz gráfica\n"
" \t\tpara ayudar a administrar/personalizar estas imágenes. Para crear\n"
" \t\tel archivo /etc/dhcpd.conf.etherboot-pcimap.include que se "
"incluye\n"
" \t\ten dhcpd.conf, debería crear las imágenes Etherboot para al menos\n"
" \t\tun núcleo completo."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17726,8 +17737,8 @@ msgstr ""
" - Mantener /etc/dhcp.conf:\n"
" \t\tPara arrancar los clientes desde la red, cada cliente necesita una "
"entrada dhcpd.conf asignando una dirección IP\n"
-" \t\ty las imágenes de arranque para la máquina. drakTermServ ayuda a "
-"crear/quitar estas entradas.\n"
+" \t\ty las imágenes de arranque para la máquina. %s ayuda a crear/"
+"quitar estas entradas.\n"
"\t\t\t\n"
" \t\t(Las tarjetas PCI pueden omitir la imagen - etherboot pedirá la "
"imagen correcta. También\n"
@@ -17738,30 +17749,29 @@ msgstr ""
" \t\tUna entrada típica de dhcpd.conf para soportar un cliente sin "
"disco luce así:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17782,10 +17792,10 @@ msgstr ""
"facilita el uso\n"
"\t\t\tde la funcionalidad de archivos de configuración específicos para los "
"clientes\n"
-"\t\t\tque brinda ClusterNFS.\n"
+"\t\t\tque brinda %s.\n"
"\t\t\t\n"
-"\t\t\tNota: La entrada \"#type\" sólo la utiliza drakTermServ. Los clientes "
-"pueden ser \"thin\"*/\n"
+"\t\t\tNota: La entrada \"#type\" sólo la utiliza %s. Los clientes pueden "
+"ser \"thin\"*/\n"
"\t\t\to 'fat'. Los clientes livianos corren la mayoría del software en el "
"servidor por medio de XDMCP, mientras que los clientes pesados corren la "
"mayoría\n"
@@ -17797,8 +17807,8 @@ msgstr ""
"\t\t\thosts.deny y hosts.allow se modifican para limitar el acceso a la "
"subred local.\n"
"\t\t\t\n"
-"\t\t\tNota: La entrada \"#hdw_config\" también sólo la utiliza "
-"drakTermServ. Los clientes pueden ser o bien \n"
+"\t\t\tNota: La entrada \"#hdw_config\" también sólo la utiliza %s. Los "
+"clientes pueden ser o bien \n"
"\t\t\t'true' o 'false'. 'true' permite conectarse como root en la máquina "
"cliente\n"
"\t\t\ty configurar el hardware de sonido, ratón, y X, usando herramientas "
@@ -17812,17 +17822,16 @@ msgstr ""
"\t\t\tNota: Debe detener/iniciar el servidor luego de añadir o cambiar "
"clientes."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17830,58 +17839,59 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Mantener /etc/exports:\n"
-" \t\tClusternfs permite exportar la raíz del sistema de archivos a "
-"los clientes sin disco. drakTermServ\n"
+" \t\t%s permite exportar la raíz del sistema de archivos a los "
+"clientes sin disco. %s\n"
" \t\tconfigura la entrada correcta para permitir acceso anónimo al "
"sistema de archivos raíz desde\n"
" \t\tlos clientes sin disco.\n"
"\n"
-" \t\tUna entrada exports típica para clusternfs es:\n"
+" \t\tUna entrada exports típica para %s es:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t\t/home SUBRED/MÁSCARA(rw,root_squash)\n"
"\t\t\t\n"
"\t\t\tDonde SUBRED/MÁSCARA están definidas por su red."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Maintener %s:\n"
" \t\tPara que los usuarios puedan conectarse al sistema desde un "
"cliente sin disco, la entrada en\n"
-" \t\t/etc/shadow debe duplicarse en %s. drakTermServ ayuda\n"
+" \t\t/etc/shadow debe duplicarse en %s. %s ayuda\n"
" \t\ten este aspecto añadiendo o quitando usuarios del sistema de "
"este archivo."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - %s por cliente:\n"
-" \t\tA través de clusternfs, cada cliente sin disco puede tener sus "
-"archivos de configuración únicos\n"
-" \t\ten el sist. de archivos raíz del servidor. En el futuro "
-"drakTermServ ayudará a crear\n"
+" \t\tA través de %s, cada cliente sin disco puede tener sus archivos "
+"de configuración únicos\n"
+" \t\ten el sist. de archivos raíz del servidor. En el futuro %s "
+"ayudará a crear\n"
" \t\testos archivos."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17897,8 +17907,8 @@ msgid ""
"machine is configured."
msgstr ""
" - Archivos de configuración del sistema por cliente:\n"
-" \t\tA través de clusternfs, cada cliente sin disco puede tener sus "
-"archivos de configuración únicos\n"
+" \t\tA través de %s, cada cliente sin disco puede tener sus archivos "
+"de configuración únicos\n"
" \t\ten el sist. de archivos raíz del servidor. Al permitir la "
"configuración de hardware del cliente local,\n"
" \tlos clientes pueden personalizar archivos como /etc/modules.conf, /"
@@ -17912,12 +17922,12 @@ msgstr ""
" esto, conservando los archivos de configuración, una vez que configuró "
"la máquina cliente."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17942,8 +17952,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \t\tdrakTermServ configurará este archivo para trabajar en conjunto "
-"con las imágenes creadas\n"
+" \t\t%s configurará este archivo para trabajar en conjunto con las "
+"imágenes creadas\n"
" \t\tpor mkinitrd-net, y las entradas en /etc/dhcpd.conf, para servir "
"la imagen de arranque\n"
" \t\ta cada cliente sin disco.\n"
@@ -17967,14 +17977,12 @@ msgstr ""
"mkinitrd-net\n"
" \t\tpone sus imágenes."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17982,95 +17990,106 @@ msgid ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
+" - Crear disquetes/CDs Etherboot:\n"
+" \tLas máquinas sin disco necesitan o bien imágenes ROM en las NIC, o "
+"un disquete o\n"
+" \tCD de arranque para iniciar la secuencia de arranque. %s ayudará a "
+"generar estas,\n"
+" \tbasadas en la NIC en la máquina cliente.\n"
+" \t\t\n"
+" \tUn ejemplo básico para crear un disquete de arranque para una 3Com "
+"3c509 manualmente:\n"
+" \t\t\n"
+" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Disquete de arranque"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "ISO de arranque"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "Imagen PXE"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Versión del núcleo predeterminada"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Construir el núcleo completo -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "¡No se seleccionó núcleo!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Construir NIC única -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "¡No se seleccionó NIC!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Construir todos los núcleos -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Borrar"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "¡No se seleccionó ninguna imagen!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Borrar todos los NBI"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, fuzzy, c-format
msgid "Building images for kernel:"
msgstr "Creando imágenes de arranque de red para todos los núcleos"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -18081,27 +18100,27 @@ msgstr ""
"de la de la base de datos del Servidor de Terminales.\n"
"Quite/agregue el usuario al Servidor de Terminales para permitir conexión."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Añadir usuario -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Borrar usuario"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "tipo: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "configuración local: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -18110,22 +18129,22 @@ msgstr ""
"Permitir configuración del\n"
"hardware local."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "¡No se crearon imágenes de arranque por red!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Cliente liviano"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Permitir Clientes livianos"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -18134,52 +18153,52 @@ msgstr ""
"Sincronizar los ajustes de teclado\n"
" del cliente X con el servidor."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Añadir cliente -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "tipo: grueso"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "tipo: delgado"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "configuración local: falso"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "configuración local: verdadero"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Editar cliente"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Deshabilitar configuración local"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Borrar cliente"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -18188,78 +18207,78 @@ msgstr ""
"Debe reiniciar el Display Manager para que los cambios tengan efecto. \n"
"(service dm restart - en la consola)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Los clientes delgados no funcionan con conexión automática ¿Deshabilitarla?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Todos los clientes usarán %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subred:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Máscara de red:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Routers:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Máscara de subred:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Dirección de difusión:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Nombre de dominio:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Servidores de nombres:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Comienzo de rango IP:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Fin de rango IP:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Añadir inclusiones de TS a la configuración existente"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Escribir configuración"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Configuración del servidor dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18270,107 +18289,107 @@ msgstr ""
"de su sistema actual.\n"
"Los puede modificar si es necesario."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Por favor, inserte un disquete:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "¡No se pudo acceder al disquete!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Ya se puede quitar el disquete"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "¡Ninguna disquetera disponible!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "La imagen PXE es %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Error al escribir %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "La imagen ISO Etherboot es %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "¡Ocurrió algo malo! - ¿Está instalado mkisofs?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "¡Primero debe crear /etc/dhcpd.conf!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "contraseña %s incorrecta en Terminal Server - re-escribiendo...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s no es un usuario...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s ya es un usuario del servidor de terminales\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "¡Falló la adición de %s al Servidor de terminales!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s añadido al Servidor de terminales\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Borrado %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s no encontrado...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allow y /etc/hosts.deny ya configurados - no se cambiaron"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Configuración cambiada - ¿reiniciar clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Configuración cambiada - ¿reiniciar %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26562,17 +26581,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake no se iniciará ahora."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Buscando escáneres configurados ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Buscando escáneres nuevos..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Regenerando lista de escáneres configurados ..."
@@ -26737,43 +26756,43 @@ msgstr ""
"Puede lanzar printerdrake desde el Centro de control de %s en la sección "
"Hardware."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Configurando los módulos del kernel..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "/Autodetectar puertos disponibles"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Por favor, seleccione el dispositivo donde está conectado su %s"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Nota: no se pueden detectar automáticamente los puertos paralelo)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "elija el dispositivo"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Buscando escáneres..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Configurando los módulos del kernel..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "¡Cuidado!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26786,7 +26805,7 @@ msgstr ""
"Se requieren ajustes manuales. Por favor, edite el archivo de configuración /"
"etc/ sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26795,7 +26814,7 @@ msgstr ""
"Más información en la página del manual del controlador. Ejecute el comando "
"\"man sane-%s\" para leerlo."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26804,7 +26823,7 @@ msgstr ""
"Ahora puede escanear documentos usando \"XSane\" o \"Kooka\" desde "
"Multimedios/Gráficos en el menú de aplicaciones."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26813,7 +26832,7 @@ msgstr ""
"Su %s ha sido configurada, pero es posible que sean necesarios algunos "
"ajustes manuales adicionales para hacer que funcione. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26822,12 +26841,12 @@ msgstr ""
"Si no aparece en la lista de escáneres configurados en la ventana principal "
"de Scannerdrake o si no funciona correctamente, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "edite el archivo de configuración /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26838,7 +26857,7 @@ msgstr ""
"Ahora puede escanear documentos usando \"XSane\" o \"Kooka\" desde "
"Multimedios/Gráficos en el menú de aplicaciones."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26851,7 +26870,7 @@ msgstr ""
"%s\n"
"están disponibles en su sistema.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26864,42 +26883,42 @@ msgstr ""
"%s\n"
"está disponible en su sistema.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "No se encontraron escáneres disponibles en su sistema.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Buscar escáneres nuevos"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Añadir un escáner manualmente"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Instalar/Actualizar archivo de firmware"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Compartir escáner"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Todas las máquinas remotas"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Esta máquina"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26908,7 +26927,7 @@ msgstr ""
"Aquí puede elegir si los escáneres conectados a esta máquina deberían poder "
"accederse desde máquinas remotas y desde qué máquinas remotas."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26917,34 +26936,34 @@ msgstr ""
"También puede decidir aquí si los escáneres en las máquinas remotas deberían "
"estar disponibles automáticamente en esta máquina."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
"Los escáneres en esta máquina están disponibles para otras computadoras"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Compartir escáneres en hosts: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Usar los escáneres en computadoras remotas"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Usar los escáneres en los hosts:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Compartir escáneres locales"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26953,57 +26972,57 @@ msgstr ""
"Estas son las máquinas en las cuales deberían estar disponibles los "
"escáneres conectados localmente:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Añadir host"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Editar host seleccionado"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Quitar host seleccionado"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Nombre/dirección IP del host:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
"Elija el host donde se deberían hacer disponibles los escáneres locales:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Debe ingresar el nombre o la IP del host.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Este host ya está en la lista, no se puede volver a añadir.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Uso de escáneres remotos"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
"Estas son las máquinas desde las cuales deberían utilizarse los escáneres:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -27014,7 +27033,7 @@ msgstr ""
"\n"
"¿Desea instalar el paquete saned?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Sus escáneres no estarán disponibles en la red."
@@ -27198,6 +27217,289 @@ msgstr ""
msgid "Installation failed"
msgstr "Falló la instalación"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Cancelar"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Crear imágenes de arranque con Etherboot habilitado:\n"
+#~ " \t\tPara arrancar un núcleo por Etherboot, se debe crear una imagen "
+#~ "de arranque initrd/núcleo especial\n"
+#~ " \t\tmkinitrd-net hace mucho de esto y drakTermServ sólo es una "
+#~ "interfaz gráfica\n"
+#~ " \t\tpara ayudar a administrar/personalizar estas imágenes. Para "
+#~ "crear\n"
+#~ " \t\tel archivo /etc/dhcpd.conf.etherboot-pcimap.include que se "
+#~ "incluye\n"
+#~ " \t\ten dhcpd.conf, debería crear las imágenes Etherboot para al "
+#~ "menos\n"
+#~ " \t\tun núcleo completo."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Mantener /etc/dhcp.conf:\n"
+#~ " \t\tPara arrancar los clientes desde la red, cada cliente necesita "
+#~ "una entrada dhcpd.conf asignando una dirección IP\n"
+#~ " \t\ty las imágenes de arranque para la máquina. drakTermServ ayuda "
+#~ "a crear/quitar estas entradas.\n"
+#~ "\t\t\t\n"
+#~ " \t\t(Las tarjetas PCI pueden omitir la imagen - etherboot pedirá la "
+#~ "imagen correcta. También\n"
+#~ " \t\tdebería considerar que cuando etherboot busca las imágenes, "
+#~ "espera nombres como\n"
+#~ " \t\tboot-3c59x.nbi, en vez de boot-3c59x.2.4.19-16mdk.nbi)\n"
+#~ "\t\t\t\n"
+#~ " \t\tUna entrada típica de dhcpd.conf para soportar un cliente sin "
+#~ "disco luce así:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ "\t\t\tSi bien puede utilizar una cantidad de direcciones IP, en vez de "
+#~ "configurar una entrada\n"
+#~ "\t\t\tespecífica para cada cliente, usar un esquema de direcciones fijas "
+#~ "facilita el uso\n"
+#~ "\t\t\tde la funcionalidad de archivos de configuración específicos para "
+#~ "los clientes\n"
+#~ "\t\t\tque brinda ClusterNFS.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tNota: La entrada \"#type\" sólo la utiliza drakTermServ. Los "
+#~ "clientes pueden ser \"thin\"*/\n"
+#~ "\t\t\to 'fat'. Los clientes livianos corren la mayoría del software en el "
+#~ "servidor por medio de XDMCP, mientras que los clientes pesados corren la "
+#~ "mayoría\n"
+#~ "\t\t\tdel software en la máquina cliente. Un inittab especial,%s se\n"
+#~ "\t\t\tescribe para los clientes livianos. Los archivos de configuración "
+#~ "del sistema xdm-config, kdmrc, y gdm.conf se modifican\n"
+#~ "\t\t\tsi se utilizan clientes livianos, para habilitar XDMCP. Debido a "
+#~ "que hay problemas de seguridad al utilizar XDMCP,\n"
+#~ "\t\t\thosts.deny y hosts.allow se modifican para limitar el acceso a la "
+#~ "subred local.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tNota: La entrada \"#hdw_config\" también sólo la utiliza "
+#~ "drakTermServ. Los clientes pueden ser o bien \n"
+#~ "\t\t\t'true' o 'false'. 'true' permite conectarse como root en la "
+#~ "máquina cliente\n"
+#~ "\t\t\ty configurar el hardware de sonido, ratón, y X, usando herramientas "
+#~ "'drak'. Esto se habilita \n"
+#~ "\t\t\tcreando archivos de configuración separados asociados con la "
+#~ "dirección IP del cliente y creando\n"
+#~ "\t\t\tpuntos de montaje escr./lect. para permitir que el cliente cambie "
+#~ "el archivo. Cuando está satisfecho \n"
+#~ "\t\t\tcon la configuración, puede quitar los privilegios de conexión como "
+#~ "root del cliente.\n"
+#~ "\t\t\tNota: Debe detener/iniciar el servidor luego de añadir o cambiar "
+#~ "clientes."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Mantener /etc/exports:\n"
+#~ " \t\tClusternfs permite exportar la raíz del sistema de archivos a "
+#~ "los clientes sin disco. drakTermServ\n"
+#~ " \t\tconfigura la entrada correcta para permitir acceso anónimo al "
+#~ "sistema de archivos raíz desde\n"
+#~ " \t\tlos clientes sin disco.\n"
+#~ "\n"
+#~ " \t\tUna entrada exports típica para clusternfs es:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t\t/home SUBRED/MÁSCARA(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tDonde SUBRED/MÁSCARA están definidas por su red."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Maintener %s:\n"
+#~ " \t\tPara que los usuarios puedan conectarse al sistema desde un "
+#~ "cliente sin disco, la entrada en\n"
+#~ " \t\t/etc/shadow debe duplicarse en %s. drakTermServ ayuda\n"
+#~ " \t\ten este aspecto añadiendo o quitando usuarios del sistema de "
+#~ "este archivo."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - %s por cliente:\n"
+#~ " \t\tA través de clusternfs, cada cliente sin disco puede tener "
+#~ "sus archivos de configuración únicos\n"
+#~ " \t\ten el sist. de archivos raíz del servidor. En el futuro "
+#~ "drakTermServ ayudará a crear\n"
+#~ " \t\testos archivos."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Archivos de configuración del sistema por cliente:\n"
+#~ " \t\tA través de clusternfs, cada cliente sin disco puede tener "
+#~ "sus archivos de configuración únicos\n"
+#~ " \t\ten el sist. de archivos raíz del servidor. Al permitir la "
+#~ "configuración de hardware del cliente local,\n"
+#~ " \tlos clientes pueden personalizar archivos como /etc/modules."
+#~ "conf, /etc/sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard sobre una base por cliente.\n"
+#~ "\n"
+#~ " Nota: Habilitar la configuración local del hardware del cliente "
+#~ "habilita conexión de root al servidor \n"
+#~ " de terminal en cada cliente que tenga esta opción habilitada. Se "
+#~ "puede volver a deshabilitar\n"
+#~ " esto, conservando los archivos de configuración, una vez que "
+#~ "configuró la máquina cliente."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \t\tdrakTermServ configurará este archivo para trabajar en "
+#~ "conjunto con las imágenes creadas\n"
+#~ " \t\tpor mkinitrd-net, y las entradas en /etc/dhcpd.conf, para "
+#~ "servir la imagen de arranque\n"
+#~ " \t\ta cada cliente sin disco.\n"
+#~ "\n"
+#~ " \t\tUn archivo de configuración típico de TFTP luce así:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \t\tAquí los cambios con respecto a lo predeterminado son cambiar "
+#~ "el flag disable a\n"
+#~ " \t\t'no' y cambiar la ruta del directorio a /var/lib/tftpboot, "
+#~ "donde mkinitrd-net\n"
+#~ " \t\tpone sus imágenes."
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Configuración cambiada - ¿reiniciar clusternfs/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/et.po b/perl-install/share/po/et.po
index fc3958515..20673cddb 100644
--- a/perl-install/share/po/et.po
+++ b/perl-install/share/po/et.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-et\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-10-10 14:13+0200\n"
"Last-Translator: Marek Laane <bald@starman.ee>\n"
"Language-Team: Estonian <et@li.org>\n"
@@ -207,21 +207,21 @@ msgstr "Palun oodake, tuvastan ja seadistan seadmeid..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -248,9 +248,9 @@ msgstr "Palun oodake, tuvastan ja seadistan seadmeid..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Viga"
@@ -490,10 +490,10 @@ msgstr "Kohandatud"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Välju"
@@ -652,7 +652,7 @@ msgstr "Graafikakaart: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -669,7 +669,7 @@ msgstr "Olgu"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -684,7 +684,7 @@ msgstr "Loobu"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -914,7 +914,7 @@ msgstr "Juurpartitsiooni algusesse"
msgid "On Floppy"
msgstr "Disketil"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Jäta vahele"
@@ -1259,9 +1259,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Tehtud"
@@ -1466,9 +1466,9 @@ msgstr "Eksportida saab NFS või SMB abil. Palun valige, kumba kasutada."
msgid "Launch userdrake"
msgstr "Userdrake käivitamine"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1645,7 +1645,7 @@ msgstr "Domeen"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Server"
@@ -1775,7 +1775,7 @@ msgstr "Üldlevi kasutamine on ilma NIS domeenita võimatu"
# NOTE: this message will be displayed at boot time; that is# only the ascii charset will be available on most machines# so use only 7bit for this message (and do transliteration or# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1790,49 +1790,49 @@ msgstr ""
"ehk oodake, kuni laetakse vaikimisi valitu.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LiLo graafilises režiimis"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LiLo tekstirežiimis"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB graafilises režiimis"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB tekstirežiimis"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "/boot on liiga täis"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Alglaadurit ei ole võimalik paigaldada partitsioonile %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr "Alglaaduri seadistust tuleb uuendada, sest partitsioon on ümber seatud"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1841,7 +1841,7 @@ msgstr ""
"Alglaadurit ei ole võimalik korrektselt paigaldada. Teil tuleb ette võtta "
"alglaadimine päästerežiimis (rescue) ja valida \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Alglaaduri taaspaigaldamine"
@@ -3049,7 +3049,7 @@ msgstr "Uute serverite otsing"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Pakett %s tuleks kindlasti paigaldada. Kas soovite seda teha?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Ei õnnestunud paigaldada %s paketti!"
@@ -3060,19 +3060,19 @@ msgid "Mandatory package %s is missing"
msgstr "Puudub kohustuslik pakett %s"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Hoiatus"
@@ -3970,7 +3970,7 @@ msgstr "Kasutajanimi"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4920,8 +4920,8 @@ msgstr ""
"vigaste blokkide olemasolu."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5996,8 +5996,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7721,14 +7721,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Uuestisaatmine"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Tšehhi (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7742,28 +7742,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Hispaania"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Soome"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Prantsuse"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7777,828 +7777,828 @@ msgid ""
"Polish"
msgstr "Poola"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Vene"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Rootsi"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Briti"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "USA"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albaania"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armeenia (vanem)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armeenia (trükimasin)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armeenia (foneetiline)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Araabia"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Aserbaidžaani (ladina)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgia"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengali (Inscript asetus)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengali (Probhat asetus)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgaaria (foneetiline)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgaaria (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brasiilia (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosnia"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Valgevene"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Šveitsi (Saksa asetus)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Šveitsi (Prantsuse asetus)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Šerokii silpkiri"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Tšehhi (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Saksa (ilma sammuta)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanaagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Taani"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Prantsuse)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (Briti)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norra)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Poola)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Rootsi)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/tiibeti"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Eesti"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Fääri"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Gruusia (\"vene\" asetus)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Gruusia (\"ladina\" asetus)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Kreeka"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Kreeka (polütoonne)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gudžarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Horvaadi"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Ungari"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Iiri"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Iisraeli"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Iisraeli (foneetiline)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iraani"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandi"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Itaalia"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktituti"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Jaapani 106 klahviga"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Korea"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurdi (araabia kiri)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kirgiisi"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Ladina-Ameerika"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laose"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Leedu AZERTY (vanem)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Leedu AZERTY (uuem)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Leedu \"numbrireaga\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Leedu \"foneetiline\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Läti"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malajalami"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Makedoonia"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmari (Birma)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongoli (kirillitsa)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Malta (briti)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Malta (USA)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Hollandi"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oria"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Poola (QWERTY)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Poola (QWERTZ)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Puštu"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugali"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanada (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rumeenia (QWERTZ)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Rumeenia (QWERTY)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Vene (foneetiline)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (Norra)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (Rootsi/Soome)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Sloveenia"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Singali"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovaki (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovaki (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbia (kirillitsa)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Süüria"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Süüria (foneetiline)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamili (ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamili (kirjutusmasin)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Tai (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Tai (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Tai (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (Maroko paigutus) (+ladina/araabia)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (foneetiline) (+ladina/araabia)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tadžiki"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Türkmeeni"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Türgi (traditsiooniline \"F\" mudel)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Türgi (modernne \"Q\" mudel)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukraina"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Urdu"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "USA (rahvusvaheline)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Usbeki (kirillitsa)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnami \"numbrireaga\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Jugoslaavia (ladina)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Parempoolne Alt-klahv"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Mõlemad Shift-klahvid korraga"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Ctrl- ja Shift-klahvid korraga"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock-klahv"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift- ja CapsLock-klahvid korraga"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl- ja Alt-klahvid korraga"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt- ja Shift-klahvid korraga"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Menüü\"-klahv"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Vasakpoolne \"Windows\"-klahv"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Parempoolne \"Windows\"-klahv"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Mõlemad Ctrl-klahvid korraga"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Mõlemad Alt-klahvid korraga"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Vasakpoolne Shift-klahv"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Parempoolne Shift-klahv"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Vasakpoolne Alt-klahv"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Vasakpoolne Ctrl-klahv"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Parempoolne Ctrl-klahv"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8608,7 +8608,7 @@ msgstr ""
"Siin saab valida klahvi või klahvikombinatsiooni, mis laseb\n"
"vahetada klaviatuuri (nt. ladina ja mitte-ladina tähestikuga)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11007,8 +11007,8 @@ msgstr "Võrgumaski aadress peab olema kujul 255.255.224.0"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Hoiatus : IP-aadress %s on tavaliselt reserveeritud!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s on juba kasutusel\n"
@@ -11711,7 +11711,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Püsivara kopeerimine ebaõnnestus, faili %s ei leitud"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Õnnitleme!"
@@ -11844,9 +11844,9 @@ msgstr "Seadistatud muudes masinates"
msgid "On CUPS server \"%s\""
msgstr "CUPS-serveris \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Vaikimisi)"
@@ -11898,9 +11898,9 @@ msgstr "CUPS-võrguserver"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Tundmatu mudel"
@@ -12148,7 +12148,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Toorprinter (draiverita)"
@@ -12179,12 +12179,12 @@ msgstr "Masin %s"
msgid "%s (Port %s)"
msgstr "%s (port %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12231,7 +12231,7 @@ msgstr ""
"arvutis kättesaadavad"
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "CUPS-võrguserver ilma kohaliku CUPS-deemonita"
@@ -12280,8 +12280,8 @@ msgstr "Printeri jagamine masinas/võrgus: "
msgid "Custom configuration"
msgstr "Kohandatud seadistused"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Ainult selles masinas"
@@ -12510,8 +12510,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "Sees, võrguserveri nimi või IP:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "CUPS-serveri nimi või IP-aadress puudub."
@@ -12521,29 +12521,30 @@ msgstr "CUPS-serveri nimi või IP-aadress puudub."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Printeri andmete lugemine..."
@@ -12679,7 +12680,7 @@ msgstr ""
"Kui võrgus on CUPS-server, siis ei ole Teil vaja siin printereid seadistada, "
"need leitakse automaatselt."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12918,12 +12919,12 @@ msgstr " masinas "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Printeri mudeli valik"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Milline on Teie printeri mudel?"
@@ -12941,7 +12942,7 @@ msgstr ""
"Printerdrake ei suutnud määrata Teie printeri %s mudelit. Valige palun õige "
"mudel nimekirjast."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12950,7 +12951,7 @@ msgstr ""
"Kui Teie printerit nimekirjas ei leidu, valige mõni ühilduv (vaadake "
"printeri käsiraamatust) või sarnane."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Printeri \"%s\" seadistamine..."
@@ -12973,7 +12974,7 @@ msgstr ""
"Te võite selle uuesti sisse lülitada, valides Printerdrake'i peamenüüs \"%s"
"\" -> \"%s\". "
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Automaathalduse seadistamine"
@@ -12991,8 +12992,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Uue printeri lisamine"
@@ -13201,8 +13202,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Ei õnnestunud paigaldada %s paketti!"
@@ -13441,10 +13442,10 @@ msgid "Remote printer name missing!"
msgstr "Võrguprinteri nimi puudub!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13821,8 +13822,8 @@ msgstr "Muuda"
msgid "and choosing \"%s\"."
msgstr "ja valite \"%s\". "
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Printeri ühendusviis"
@@ -13832,22 +13833,18 @@ msgstr "Printeri ühendusviis"
msgid "What do you want to do?"
msgstr "Mida soovite ette võtta?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr "Seadista HPLIP-iga"
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr "Seadista HPLIP-ita"
-#: printer/printerdrake.pm:2426
-#, c-format
-msgid "Cancel setup"
-msgstr "Loobu seadistamisest"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13860,7 +13857,7 @@ msgstr ""
"tindiprinteritel, skaneerimiseks mitmefunktsionaalsetel seadmetel ning "
"mälukaardi kasutamiseks kaardilugejaga printeritel. "
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13869,91 +13866,107 @@ msgstr ""
"Selliste HP printerite lisafunktsioonide pruukimiseks tuleb need panna tööle "
"HPLIP-iga (HP Linux Imaging and Printing). "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
"Kas soovite kasutada HPLIP-i (valige \"Ei\", kui Teil pole HP printerit)?"
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "%s pakettide paigaldamine..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "%s korral on võimalik ainult trükkimine."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"Vana HPOJ konfiguratsioonifaili %s (%s jaoks) eemaldamine ebaõnnestus! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Palun eemaldage fail käsitsi ja käivitage HPOJ uuesti."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "%s kontrollimine ja seadistamine..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Millise printeri jaoks soovite HPLIP-i kasutada?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Seadista HPLIP-ita"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "SANE pakettide paigaldamine..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "%s korral ei ole skaneerimine võimalik."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Teie %s kasutamine ja hooldamine"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Seadme seadistamine..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Printeriport tehakse CUPS-ile kättesaadavaks..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Printerite andmebaasi lugemine..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Printeri nimi ja kommentaar"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Printeri nimi tohib sisaldada vaid tähti, numbreid ja alakriipsu"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13962,7 +13975,7 @@ msgstr ""
"Printer \"%s\" on juba olemas,\n"
"kas tõesti kirjutada selle seadistused üle?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13972,7 +13985,7 @@ msgstr ""
"Printeri nimes \"%s\" on üle 12 märgi, mis muudab selle Windowsi klientidele "
"kättesaamatuks. Kas soovite tõesti sellist nime kasutada?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13981,35 +13994,35 @@ msgstr ""
"Iga printer vajab nime (näiteks \"printer\"). Kirjelduse ja asukoha välja ei "
"ole vaja tingimata täita, need on vaid kommentaarid kasutajatele."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Printeri nimi"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Kirjeldus"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Asukoht"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Printerite andmebaasi ettevalmistamine..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Teie printeri mudel"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14035,18 +14048,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Mudel õige"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Mudeli valik käsitsi"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14061,12 +14074,12 @@ msgstr ""
"mudeli õigesti. Valige nimekirjast õige mudel, kui kursor seisab vale mudeli "
"või \"toorprinteri\" kohal."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Tootja PPD-faili paigaldamine"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14075,7 +14088,7 @@ msgstr ""
"Iga PostScript-printeriga on kaasas PPD-fail, mis kirjeldab printeri "
"võimalusi ja omadusi."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14083,12 +14096,12 @@ msgid ""
msgstr ""
"Tavaliselt leidub see CD-l kõrvuti printeri Windowsi ja Mac draiveritega."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "PPD-faile võib leida ka tootja veebileheküljelt."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14097,7 +14110,7 @@ msgstr ""
"Kui arvutisse on paigaldatud Windows, võib PPD-faili leida ka Windowsi "
"partitsioonilt."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14107,7 +14120,7 @@ msgstr ""
"Printeri PPD-faili paigaldamine ja selle kasutamine printeri seadistamisel "
"muudab kättesaadavaks kõik võimalused, mida tootja on printerile ette näinud."
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14116,51 +14129,51 @@ msgstr ""
"Siin saate valida, milline PPD-fail Teie masinasse paigaldada. Seda "
"kasutatakse seejärel printeri seadistamisel."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "PPD-faili paigaldamine asukohast"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Diskett"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Muu koht"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Valige PPD-fail"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "PPD-faili %s ei ole olemas või ei ole see loetav!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "PPD-fail %s ei vasta PPD spetsifikatsioonile!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "PPD-faili paigaldamine..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI winprinteri seadistamine"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14177,12 +14190,12 @@ msgstr ""
"trükite testlehekülje. Vastasel juhul printer lihtsalt ei tööta ja draiver "
"eirab Teie määratud ühendusviisi."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjeti seadistamine"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14195,7 +14208,7 @@ msgstr ""
"Ühendage palun oma printer kohalikku porti või seadistage see masinas, "
"millega printer on ühendatud."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14217,12 +14230,12 @@ msgstr ""
"\"lexmarkmaintain\" abil printeripea joondamise leheküljed ning kohandage "
"selle rakenduse abil pea joondamise seadistust."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark X125 seadistamine"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14235,12 +14248,12 @@ msgstr ""
"printer kohalikku USB porti või seadistage see masinas, millega printer on "
"ühendatud."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Samsung ML/QL-85G seadistamine"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14254,17 +14267,17 @@ msgstr ""
"esimesse paralleelporti või seadistage see masinas, millega printer on "
"ühendatud."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Canon LBP-460/660 seadistamine"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Canon LBP-810/1120 (CAPT) seadistamine"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14277,12 +14290,12 @@ msgstr ""
"paralleelportides. Ühendage palun oma printer kohalikku USB-porti või "
"seadistage see masinas, millega printer on ühendatud."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "HP LaserJet 1000 püsivara laadimine"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14300,27 +14313,27 @@ msgstr ""
"väga suure trükikvaliteedi või lahutusvõime puhul muutub trükkimine "
"märgatavalt aeglasemaks."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Printeri vaikeseadistused"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Võti %s peab olema täisarv!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Võti %s peab olema arv!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Võti %s väljub piiridest!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14329,12 +14342,12 @@ msgstr ""
"Kas soovite määrata selle printeri (\"%s\")\n"
"vaikeprinteriks?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Testleheküljed"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14347,47 +14360,47 @@ msgstr ""
"mäluga laserprinteritel ei pruugi see üldse õnnestuda. Enamasti peaks "
"piisama tavalise testlehekülje trükkimisest."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Ära trüki"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Trüki"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Tavaline testlehekülg"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternatiivne testlehekülg (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternatiivne testlehekülg (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Fototestlehekülg"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Trükitakse testlehekülg(i)..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Fototestlehekülg jäetakse vahele."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14402,7 +14415,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14411,17 +14424,17 @@ msgstr ""
"Testlehekülg on saadetud printerile.\n"
"Nüüd võib minna natuke aega, enne kui printer alustab.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Kas kõik oli korras?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Toorprinter"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14434,7 +14447,7 @@ msgstr ""
"<fail>\". Graafilised vahendid võimaldavad hõlpsamalt valida printerit ja "
"muuta valikuid.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14445,8 +14458,8 @@ msgstr ""
"\"Trükkimiskäsk\", kuid seal pole vaja kirjutada failinime, sest selle annab "
"rakendus ise.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14458,7 +14471,7 @@ msgstr ""
"Käsk \"%s\" võimaldab muuta ka konkreetse trükkimistöö valikuid. Selleks "
"lisage vaid soovitud valik käsureale, nt \"%s <fail>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14470,7 +14483,7 @@ msgstr ""
"nimekiri\".%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14479,7 +14492,7 @@ msgstr ""
"See on nimekiri praegusel printeril kasutamiskõlblike trükkimisvalikutega:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14487,8 +14500,8 @@ msgid ""
msgstr ""
"Faili trükkimiseks käsurealt (terminaliaken) kasutage käsku \"%s <fail>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14499,7 +14512,7 @@ msgstr ""
"\"Trükkimiskäsk\". Kuid seal ei ole vaja kirjutada failinime, sest selle "
"annab rakendus ise.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14508,7 +14521,7 @@ msgstr ""
"Praeguse printeri puhul kasutuskõlblike valikute nimekirja vaatamiseks "
"klõpsake nupule \"Trükkimisvalikute nimekiri\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14517,7 +14530,7 @@ msgstr ""
"Faili trükkimiseks käsurealt (terminaliaken) kasutage käsku \"%s <fail>\" "
"või \"%s <fail>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14533,7 +14546,7 @@ msgstr ""
"nimetusega \"PEATA printer!\", millele klõpsates peatatakse otsekohe kõik "
"trükkimistööd. See on kasulik näiteks paberiummistuste esinemisel.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14546,27 +14559,27 @@ msgstr ""
"valikuid. Selleks tuleb vaid lisada soovitud valikud käsureale, näiteks \"%s "
"<fail>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Printeri \"%s\" kasutamine/hooldamine"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Trükkimine printeril \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Trükkimisvalikute nimekiri"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, c-format
msgid "Printing option list..."
msgstr "Trükkimisvalikute nimekiri..."
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14577,7 +14590,7 @@ msgstr ""
"printeri lisavõimalusi.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14586,7 +14599,7 @@ msgstr ""
"Teie printeri skännerit saab kasutada tavalise SANE tarkvaraga, näiteks "
"Kooka või XSane (mõlemad leiab menüüst Multimeedia/Graafika). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14597,7 +14610,7 @@ msgstr ""
"juhtimiskeskuses rubriik Riistvara/Skänner).\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14606,7 +14619,7 @@ msgstr ""
"Teie printeri mälukaardilugejaid saab kasutada nagu tavalisi USB mass-"
"salvestusseadmeid. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14617,7 +14630,7 @@ msgstr ""
"kasutada.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14628,7 +14641,7 @@ msgstr ""
"\" (menüüs: Süsteem/Monitooring/HP printeri Toolbox) klõpsuga nupule "
"\"Access Photo Cards...\", mille leiab kaardilt \"Functions\". "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14639,7 +14652,7 @@ msgstr ""
"kaardilugejalt läheb tavaliselt palju kiiremini.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14650,33 +14663,33 @@ msgstr ""
"mitmeid võimalusi Teie %s jälgimiseks ja hooldamiseks:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - tinditase/olekuinfo\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - tindiavade puhastamine\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - printeri pea joondus\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - värvi kalibeerimine\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Printeri seadistuste ülekandmine"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14690,7 +14703,7 @@ msgstr ""
"nimi, kirjeldus, asukoht, ühendusviis, vaikevalikud), aga mitte tööd.\n"
"Kõiki järjekordi ei saa üle kanda järgmistel põhjustel:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14699,7 +14712,7 @@ msgstr ""
"CUPS ei toeta printereid Novelli serverites ega printereid, mis saadavad "
"andmeid suvalise vormiga käskudena.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14708,12 +14721,12 @@ msgstr ""
"PDQ toetab ainult kohalikke printereid, võrguprintereid (LPD) ning Socket/"
"TCP printereid.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD ja LPRng ei toeta IPP printereid.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14722,7 +14735,7 @@ msgstr ""
"Lisaks sellele ei saa üle kanda järjekordi, mis on loodud käesoleva "
"programmi või \"foomatic-configure\" poolt."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14733,7 +14746,7 @@ msgstr ""
"Üle kanda ei saa ka printereid, mis on seadistatud nende tootjate pakutud "
"PPD failidega või loomupäraste CUPS-i draiveritega."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14744,17 +14757,17 @@ msgstr ""
"Märkige printer(id), mida soovite üle kanda, ning klõpsake nupule \n"
"\"Kanna üle\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Ära kanna printereid üle"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Kanna üle"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14765,17 +14778,17 @@ msgstr ""
"Klõpsake \"Kanna üle\" selle ülekirjutamiseks.\n"
"Te võite küll ka sisestada uue nime või selle printeri vahele jätta."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Uus printeri nimi"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "%s ülekandmine..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14784,28 +14797,28 @@ msgstr ""
"Kandsite üle oma senise vaikeprinteri (\"%s\"). Kas see peaks olema "
"vaikeprinter ka uue trükkimissüsteemi %s puhul?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Printeri andmete värskendamine..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Võrgu käivitamine..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Seadistada võrk otsekohe"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Võrguvalmidus on seadistamata"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14818,12 +14831,12 @@ msgstr ""
"seadistamata, et ole Teil võimalik kasutada printerit, mida Te tahate "
"seadistada. Kuidas peaks nüüd edasi talitama?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Jätkata ilma võrku seadistamata"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14838,7 +14851,7 @@ msgstr ""
"\"/\"Ühendus\", misjärel seadistage printer samuti %s juhtimiskeskuses, aga "
"sektsioonis \"Riistvara\"/\"Printer\". "
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14848,27 +14861,27 @@ msgstr ""
"Võrguühendus ei töötanud ja seda ei saa ka käivitada. Kontrollige palun oma "
"seadistusi ja riistvara. Seejärel proovige uuesti seadistada võrguprinterit."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Trükkimissüsteemi taaskäivitamine..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "kõrge"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoiline"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Trükkimissüsteemi paigaldamine turvatasemel \"%s\""
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14893,12 +14906,12 @@ msgstr ""
"\n"
"Kas soovite tõesti seadistada trükkimist selles masinas?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Trükkimissüsteem käivitatakse alglaadimisel"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14918,32 +14931,32 @@ msgstr ""
"\n"
"Kas soovite trükkimissüsteemi automaatkäivituse taas sisse lülitada?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Paigaldatud tarkvara kontroll..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "%s eemaldamine..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "%s trükkimissüsteemi ei õnnestunud eemaldada!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "%s paigaldamine..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "%s trükkimissüsteemi ei õnnestunud paigaldada!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14956,7 +14969,7 @@ msgstr ""
"ei ole võimalik määrata kohalikke trükkimisjärjekordi ja kui määratud server "
"ei peaks töötama, ei ole Teie masinast üldse võimalik trükkida."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -14965,32 +14978,32 @@ msgstr ""
"Sisestage oma CUPS-serveri nimi või IP-aadress ja klõpsakse \"Olgu\", kui "
"soovite seda režiimi kasutada. Vastasel juhul klõpsake \"Välju\"."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Võrguserveri nimi või IP:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Vaikeprinteri määramine..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Kas kohalik CUPS-trükkimissüsteem või CUPS-võrguserver?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "CUPS-trükkimissüsteemi saab kasutada kahel moel: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. CUPS-trükkimissüsteem töötab kohalikus masinas. "
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -14999,7 +15012,7 @@ msgstr ""
"Sellisel juhul saab kasutada kohaliku masinaga ühendatud printereid ning "
"sama võrgu muude CUPS-serverite võrguprinterid tuvastatakse automaatselt. "
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15011,12 +15024,12 @@ msgstr ""
"tuleb paigaldada lisatarkvara, taustal peab töötama CUPS-i deemon jne. Kõik "
"see nõuab omajagu mälu ning IPP pordi (port 631) avamist. "
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr "2. Kõik trükkimissoovid saadetakse vahetult CUPS-võrguserverisse. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15028,7 +15041,7 @@ msgstr ""
"paigaldata täiendavat tarkvara. Kokkuvõttes kasutatakse nii vähem mälu ja "
"kettaruumi. "
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15037,48 +15050,48 @@ msgstr ""
"Puuduseks on see, et ei ole võimalik määrata kohalikke printereid ja kui "
"määratud server ei peaks töötama, ei saa Teie masinast üldse trükkida. "
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Kuidas CUPS Teie masinas tööle panna?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Võrguserveris, mille nimi või IP-aadress on:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Kohaliku CUPS-trükkimissüsteemina"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Printeri spuuleri valik"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Millist trükkimissüsteemi (spuulerit) soovite kasutada?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Printeri \"%s\" seadistamine ebaõnnestus!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Foomaticu paigaldamine..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Ei õnnestunud paigaldada %s paketti, %s käivitamine ei ole võimalik!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15088,49 +15101,49 @@ msgstr ""
"Seadistatud on järgmised printerid. Topeltklõps printeril võimaldab muuta "
"selle seadistusi, teha see vaikeprinteriks või vaadata selle infot."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Näita kõiki saadaolevaid CUPS-serveri printereid"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Värskenda printerite nimekirja (näitamaks kõiki saadaolevaid CUPS-printereid)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS-i seadistamine"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Trükkimissüsteemi muutmine"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Tavarežiim"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Ekspertrežiim"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Printeri valikud"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Printeri seadistuste muutmine"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15139,99 +15152,99 @@ msgstr ""
"Printer %s%s\n"
"Mida soovite ette võtta?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "See printer on keelatud"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Tee seda!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Printeri nimi, kirjeldus, asukoht"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Printeri tootja, mudel, draiver"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Printeri tootja, mudel"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Määramine vaikeprinteriks"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Printeri lubamine"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Printeri keelamine"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "Printeri kasutamisvigade käsitlemine"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Testlehekülgede trükkimine"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Tutvumine printeri võimalustega"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Printeri eemaldamine"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Vana printeri \"%s\" eemaldamine..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Printer \"%s\" on nüüd lubatud."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Printer \"%s\" on nüüd välja lülitatud."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Kas tõesti eemaldada printer \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Printeri \"%s\" eemaldamine..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Vaikeprinter"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Printer \"%s\" on määratud vaikeprinteriks."
@@ -15268,15 +15281,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Ei õnnestunud seada õigusi püsivarafailile %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -17172,12 +17185,12 @@ msgstr "Palun väljuge ja vajutage siis Ctrl+Alt+BackSpace"
msgid "You need to log out and back in again for changes to take effect"
msgstr "Muudatuste rakendamiseks tuleb end uuesti sisse logida"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s nõuab kasutajatunnust...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17186,114 +17199,114 @@ msgstr ""
"%s: %s nõuab masina nime, MAC aadressi, IP-d, nbi-laadepilti, 0/1 "
"THIN_CLIENT puhul, 0/1 kohaliku seadistuse puhul...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s nõuab masina nime...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Terminaliserveri seadistamine"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "Dhcpd seadistamine"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Serveri lubamine"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Serveri keelamine"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Serveri käivitamine"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Serveri peatamine"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot diskett/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Võrgu alglaadefailid"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Lisa/kustuta kasutaja"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Lisa/kustuta klient"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Laadefailid"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Kliendid/kasutajad"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Esimese korra nõustaja"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
"%s on määratud aknahalduriks, GDM kasutaja lisatakse faili /etc/passwd$"
"$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17335,27 +17348,27 @@ msgstr ""
" f) Kui tegemist on õhukese kliendiga, küsib, kas soovite taaskävitada "
"KDM-i.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Välju nõustajast"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Palun salvestage dhcpd seadistus!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Õhukeste klientide lubamine."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Kliendi X'i klaviatuuri seadistused sünkroniseeritakse serveriga."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17371,28 +17384,28 @@ msgstr ""
" \"Paks\" klient kasutab enda protsessorit/RAM-i, kuid serveri "
"failisüsteemi."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Võrgulaadepiltide loomine kõigile kernelitele"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Selleks kulub päris mitu minutit."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Tehtud!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s ebaõnnestus"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17403,14 +17416,14 @@ msgstr ""
"asukohas %s napib ruumi.\n"
"Vajalik: %d MB, vaba: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Serveri kasutajate nimekirja sünkroniseerimine kliendi nimekirjaga "
"(sealhulgas administraator)"
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17419,19 +17432,18 @@ msgstr ""
"Õhukese kliendi muudatuste rakendamiseks tuleb kuvahaldur uuesti käivitada. "
"Kas teha taaskäivitus nüüd?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Terminaliserveri ülevaade"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17442,21 +17454,20 @@ msgstr ""
" - Etherboot-suutlike laadepiltide loomine:\n"
" \tKerneli alglaadimiseks etherboodi vahendusel tuleb luua eriline "
"kernel/initrd laadepilt.\n"
-" \tSuure osa tööst teeb ära mkinitrd-net ning drakTermServ on vaid "
-"graafiline\n"
+" \tSuure osa tööst teeb ära mkinitrd-net ning %s on vaid graafiline\n"
" \tkasutajaliides, aitamaks neid laadepilte hallata ja/või kohandada. "
"Faili /etc/dhcpd.conf.etherboot-pcimap.include loomiseks, \n"
" \tmis kaasatakse faili dhcpd.conf, tuleb luua etherboot-laadepildid "
"vähemalt ühele kernelile."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17472,7 +17483,7 @@ msgstr ""
" \t\tEt klient saaks teha alglaadimise võrgust, vajab iga klient "
"kirjet failis dhcpd.conf,\n"
" \t\tmis omistab masinale IP-aadressi ja võrgulaadepildi. "
-"drakServTerm aitab neid\n"
+"%s aitab neid\n"
" \t\tkirjeid luua/eemaldada.\n"
"\t\t\t\n"
" \t\t(PCI kaartidel võib laadepilt puududa - etherboot nõuab "
@@ -17484,30 +17495,29 @@ msgstr ""
" \t\tTüüpiline dhcpd.conf-i lõik, mis toetab kettata tööjaama, näeb "
"välja selline:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17526,10 +17536,9 @@ msgstr ""
"määrata igale\n"
"\t\t\tkliendi masinale eraldi kirje, võimaldab fikseeritud aadress "
"kasutamine siiski\n"
-"\t\t\tpruukida ClusterNFS pakutavaid kliendikeskseid seadistustefaile.\n"
+"\t\t\tpruukida %s pakutavaid kliendikeskseid seadistustefaile.\n"
"\t\t\t\n"
-"\t\t\tMärkus: kirjet \"#type\" kasutab ainult drakTermServ. Kliendid võivad "
-"olla \n"
+"\t\t\tMärkus: kirjet \"#type\" kasutab ainult %s. Kliendid võivad olla \n"
"\t\t\tkas \"thin\" või \"fat\". \"Õhuke\" klient kasutab enamikku tarkvara "
"serveris XDMCP\n"
"\t\t\tvahendusel, \"paksud\" kliendid aga jooksutavad takrvara enamasti "
@@ -17542,8 +17551,8 @@ msgstr ""
"\t\t\thosts.deny ja hosts.allow, et piirata ligipääsu kohalikule "
"alamvõrgule.\n"
"\t\t\t\n"
-"\t\t\tNote: Ka kirjet \"#hdw_config\" kasutab ainult drakTermServ. Kliendid "
-"võivad olla kas \n"
+"\t\t\tNote: Ka kirjet \"#hdw_config\" kasutab ainult %s. Kliendid võivad "
+"olla kas \n"
"\t\t\tkas \"true\" või \"false\". \"true\" lubab administraatori "
"sisselogimist kliendi masinas ning \n"
"\t\t\theli, hiire ja X'i riistvara kohalikku seadistamist \"drak\"-"
@@ -17558,17 +17567,16 @@ msgstr ""
"\t\t\tMärkus: server tuleb peatada/käivitada pärast kliendi lisamist või "
"muutmist."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17576,57 +17584,55 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - /etc/exports haldamine:\n"
-" \t\tClusterNFS võimaldab eksportida juurfailisüsteemi kettata "
-"tööjaamadele.\n"
-" \t\tdrakTermServ loob korrektse kirje, mis võimaldab kettata "
-"tööjaamadele\n"
+" \t\t%s võimaldab eksportida juurfailisüsteemi kettata tööjaamadele.\n"
+" \t\t%s loob korrektse kirje, mis võimaldab kettata tööjaamadele\n"
" \t\tanonüümset ligipääsu juurfailisüsteemile.\n"
"\n"
-" \t\tTüüpiline ekspordikirje ClusterNFS tarbeks näeb välja selline:\n"
+" \t\tTüüpiline ekspordikirje %s tarbeks näeb välja selline:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
"\t\t\tkus SUBNET/MASK määrab Teie võrku."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - %s haldamine:\n"
" \t\tEt kasutajad saaksid kettata tööjaamalt süsteemi logida, peab "
"nende kirje\n"
" \t\tfailis /etc/shadow leiduma ka failis %s.\n"
-" \t\tdrakTermServ aitab süsteemi kasutajaid faili lisada või sealt "
-"eemaldada."
+" \t\t%s aitab süsteemi kasutajaid faili lisada või sealt eemaldada."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Kliendi failid %s:\n"
-" \t\tClusterNFS abil võivad igal kettata tööjaamal olla oma "
-"unikaalsed seadetefailid\n"
+" \t\t%s abil võivad igal kettata tööjaamal olla oma unikaalsed "
+"seadetefailid\n"
" \t\tserveri juurfailisüsteemis. Kliendi kohalikku riistvara "
-"seadistamist lubades aitab drakTermServ neid luua."
+"seadistamist lubades aitab %s neid luua."
-#: standalone/drakTermServ:620
-#, c-format
+#: standalone/drakTermServ:631
+#, fuzzy, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17642,12 +17648,12 @@ msgid ""
"machine is configured."
msgstr ""
" - Kliendi süsteemsed seadistustefailid:\n"
-" \tClusterNFS abil võivad igal kettata tööjaamal olla oma unikaalsed "
+" \t%s abil võivad igal kettata tööjaamal olla oma unikaalsed "
"seadistustefailid\n"
" \tserveri juurfailisüsteemis. Kliendi kohalikku riistvara "
"seadistamist lubades\n"
-" \tvõimaldab drakTermServ kohandada selliseid faile, nagu /etc/"
-"modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/keyboard.\n"
+" \tvõimaldab %s kohandada selliseid faile, nagu /etc/modules.conf, /"
+"etc/sysconfig/mouse, /etc/sysconfig/keyboard.\n"
"\n"
" Märkus: Kliendi kohaliku riistvara seadistamine lubamine võimaldab "
"administraatorina terminaliserverisse \n"
@@ -17656,12 +17662,12 @@ msgstr ""
" tagasi muuta, hankides seadistustefailid uuesti, kui klientmasin on "
"seadistatud."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17686,7 +17692,7 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \t\tdrakTermServ seadistab selle faili, et see saaks töötada koos "
+" \t\t%s seadistab selle faili, et see saaks töötada koos "
"laadepiltidega, mille\n"
" \t\ttekitab mkinitrd-net, samuti kirjed failis /etc/dhcpd.conf, et "
"pakkuda igale kettata\n"
@@ -17711,14 +17717,12 @@ msgstr ""
"tftpboot, kuhu mkinitrd\n"
" \t\tsalvestab oma laadepildid."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17729,8 +17733,8 @@ msgstr ""
" - Etherbooti diskettide/CD-de loomine:\n"
" \tKettata tööjaamad vajavad kas ROM-laadepilti võrguliidesel või "
"alglaadimisdisketti\n"
-" \tvõi -CD-d alglaadimise käivitamiseks. drakTermServ aitab neid "
-"laadepilte luua,\n"
+" \tvõi -CD-d alglaadimise käivitamiseks. %s aitab neid laadepilte "
+"luua,\n"
" \ttuginedes kliendi masina võrguliidesele.\n"
" \t\t\n"
" \tLihtne näide alglaadimisdisketi loomisest käsitsi 3com 3c509 "
@@ -17738,94 +17742,94 @@ msgstr ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Alglaadimisdiskett"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Alglaadimis-ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE laadefail"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Kerneli vaikeversioon"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "i586 kerneli paigaldamine vanematele klientidele"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Loo terve kernel -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Kernelit pole valitud!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Loo ainus võrgukaart -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Võrgukaarti pole valitud!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Loo kõik kernelid -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Kustuta"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Laadefaili pole valitud!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Kustuta kõik võrgu alglaadefailid"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Laadepiltide loomine kernelile:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17838,27 +17842,27 @@ msgstr ""
"võimaldada\n"
"sisselogimist."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Lisa kasutaja -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Kustuta kasutaja"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "tüüp: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "kohalik seadistus: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17867,22 +17871,22 @@ msgstr ""
"Kohalik riistvara\n"
"seadistus on lubatud."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Võrgu alglaadefaile pole loodud!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Õhuke klient"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Luba õhukesi kliente"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -17891,52 +17895,52 @@ msgstr ""
"Kliendi X'i klaviatuuri seadistused\n"
"sünkroniseeritakse serveriga."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Lisa klient -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "tüüp: paks (fat)"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "tüüp: õhuke (thin)"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "kohalik seadistus: false"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "kohalik seadistus: true"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Muuda klienti"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Kohalik seadistus on keelatud"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Kustuta klient"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17945,78 +17949,78 @@ msgstr ""
"Muutuste täielikuks jõustamiseks tuleb kuvahaldur taaskäivitada.\n"
"(käsurealt: service dm restart)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Automaatne sisselogimine õhukestel klientidel ei toimi. Kas see keelata?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "%s kõigile klientidele"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Alamvõrk:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Võrgumask:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Ruuterid:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Alamvõrgu mask:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Üldlevi aadress:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Domeeninimi:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Nimeserverid:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "IP vahemiku algus:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "IP vahemiku lõpp:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "TS kaasatud lisatakse olemasolevasse seadistusse"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Salvesta seadistus"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Dhcpd serveri seadistamine"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18026,7 +18030,7 @@ msgstr ""
"Enamik väärtusi on võetud Teie töötavast\n"
"süsteemist. Võite neid vajadusel muuta."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -18035,100 +18039,100 @@ msgstr ""
"Dünaamiline IP-aadresside vahemik\n"
"(vajalik PXE klientidele):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Kirjutamine asukohta %s ebaõnnestus!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Sisestage palun diskett:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Disketti ei õnnestunud leida!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Disketi võib nüüd välja võtta"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Disketiseade ei ole kättesaadav!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "PXE laadefail on %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Viga faili %s/%s kirjutamisel"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO-laadefail on %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Midagi läks valesti! - Kas mkisofs on ikka paigaldatud?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Esmalt tuleb luua /etc/dhcpd.conf!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s parool terminaliserveris ei sobi - kirjutatakse uuesti...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s ei ole kasutaja...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s on juba terminaliserveri kasutaja\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "%s lisamine terminaliserverisse ebaõnnestus!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s lisati terminaliserverisse\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Kustutati %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s jäi leidmata...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allow ja /etc/hosts.deny on juba seadistatud - ei muudeta"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Seadistust on muudetud - kas käivitada clusternfs/dhcpd uuesti?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Seadistust on muudetud - kas käivitada %s/dhcpd uuesti?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26320,17 +26324,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdraket praegu ei käivitata."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Seadistatud skännerite otsimine..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Uute skännerite otsimine..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Seadistatud skännerite nimekirja taasloomine..."
@@ -26489,43 +26493,43 @@ msgstr ""
"See %s skänner tuleb seadistada printerdrake abil.\n"
"Printerdrake saab käivitada %s juhtimiskeskuse riistvara sektsioonist."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Kerneli moodulite häälestamine..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Kättesaadavate portide automaattuvastus"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Valige palun seade, kuhu %s on ühendatud"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Märkus: paralleelporte ei tuvastata)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "valige seade"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Skännerite otsimine..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Kerneli moodulite häälestamine..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Tähelepanu!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26538,7 +26542,7 @@ msgstr ""
"Üht-teist tuleb käsitsi kohendada. Palun redigeerige selleks "
"konfiguratsioonifaili /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26547,7 +26551,7 @@ msgstr ""
"Rohkem infot leiab draiveri manuaalileheküljelt. Selle lugemiseks andke "
"käsureal käsk \"man sane-%s\"."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26557,7 +26561,7 @@ msgstr ""
"\" või \"Kooka\", mille leiate rakenduste menüüs rubriigist Multimeedia/"
"Graafika."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26566,7 +26570,7 @@ msgstr ""
"Teie %s on seadistatud, kuid on täiesti võimalik, et korrektseks töötamiseks "
"tuleb seda veel täiendavalt käsitsi seadistada. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26575,12 +26579,12 @@ msgstr ""
"Kui Te ei näe seda Scannerdrake'i peaaknas seadistatud skännerite hulgas või "
"kui see ei tööta korrektselt, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "redigeerige konfiguratsioonifaili /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26591,7 +26595,7 @@ msgstr ""
"Nüüd võite skaneerida dokumente, kasutades selleks rakendust \"XSane\" või "
"\"Kooka\", mille leiate rakenduste menüüs rubriigist Multimeedia/Graafika."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26604,7 +26608,7 @@ msgstr ""
"%s\n"
"skännerid.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26617,42 +26621,42 @@ msgstr ""
"%s\n"
"skänner.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Ei leitud ühtegi skännerit, mida süsteem saaks kasutada.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Uute skännerite otsimine..."
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Skänneri lisamine käsitsi"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Püsivarafailide paigaldamine/uuendamine"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Skänneri jagamine"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Kõik võrgumasinad"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "See masin"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26662,7 +26666,7 @@ msgstr ""
"olema kättesaadavad ka teistele kohtvõrgu arvutitele ja millistele nende "
"hulgast. "
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26671,33 +26675,33 @@ msgstr ""
"Samuti saate otsustada, kas võrguskännerid peaksid olema automaatselt siin "
"arvutis kättesaadavad"
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Selle arvuti külge ühendatud skännerid on teistele kättesaadavad"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Skänneri jagamine masinatele: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Skännerite kasutamine võrgumasinatel"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Skännerite kasutamine masinatel:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Skännerite jagamine"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26706,56 +26710,56 @@ msgstr ""
"Nende masinate jaoks on selle arvuti küljes olevad skännerid kättesaadavaks "
"tehtud:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Lisa masin"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Muuda valitud masinat"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Eemalda valitud masin"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Masina nimi/IP-aadress:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
"Valige palun masin, mille jaoks soovite siinseid skännereid välja jagada:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Sisestage palun masinanimi või IP-aadress.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "See masin on juba nimekirjas ja seda ei ole võimalik uuesti lisada.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Võrguskänneri kasutamine"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Nende masinate skännereid saab selle arvutiga kasutada:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26766,7 +26770,7 @@ msgstr ""
"\n"
"Kas soovite seda nüüd teha?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Teie skänner(id) ei ole võrgus kättesaadavad."
@@ -26950,6 +26954,312 @@ msgstr ""
msgid "Installation failed"
msgstr "Paigaldamine ebaõnnestus!"
+#~ msgid "Cancel setup"
+#~ msgstr "Loobu seadistamisest"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Etherboot-suutlike laadepiltide loomine:\n"
+#~ " \tKerneli alglaadimiseks etherboodi vahendusel tuleb luua eriline "
+#~ "kernel/initrd laadepilt.\n"
+#~ " \tSuure osa tööst teeb ära mkinitrd-net ning drakTermServ on vaid "
+#~ "graafiline\n"
+#~ " \tkasutajaliides, aitamaks neid laadepilte hallata ja/või "
+#~ "kohandada. Faili /etc/dhcpd.conf.etherboot-pcimap.include loomiseks, \n"
+#~ " \tmis kaasatakse faili dhcpd.conf, tuleb luua etherboot-"
+#~ "laadepildid vähemalt ühele kernelile."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - /etc/dhcpd.conf haldamine:\n"
+#~ " \t\tEt klient saaks teha alglaadimise võrgust, vajab iga klient "
+#~ "kirjet failis dhcpd.conf,\n"
+#~ " \t\tmis omistab masinale IP-aadressi ja võrgulaadepildi. "
+#~ "drakServTerm aitab neid\n"
+#~ " \t\tkirjeid luua/eemaldada.\n"
+#~ "\t\t\t\n"
+#~ " \t\t(PCI kaartidel võib laadepilt puududa - etherboot nõuab "
+#~ "korrektset laadepilti.\n"
+#~ " \t\tSilmas võiks pidada ka seda, et kui etherboot laadepilti "
+#~ "ootab, eeldab ta nime\n"
+#~ " \t\tkujul boot-3c59x.nbi, mitte aga boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t\n"
+#~ " \t\tTüüpiline dhcpd.conf-i lõik, mis toetab kettata tööjaama, "
+#~ "näeb välja selline:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ "\t\t\tKuigi võib kasutada ka IP-aadresside valimikku, selle asemel et "
+#~ "määrata igale\n"
+#~ "\t\t\tkliendi masinale eraldi kirje, võimaldab fikseeritud aadress "
+#~ "kasutamine siiski\n"
+#~ "\t\t\tpruukida ClusterNFS pakutavaid kliendikeskseid seadistustefaile.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tMärkus: kirjet \"#type\" kasutab ainult drakTermServ. Kliendid "
+#~ "võivad olla \n"
+#~ "\t\t\tkas \"thin\" või \"fat\". \"Õhuke\" klient kasutab enamikku "
+#~ "tarkvara serveris XDMCP\n"
+#~ "\t\t\tvahendusel, \"paksud\" kliendid aga jooksutavad takrvara enamasti "
+#~ "kliendi\n"
+#~ "\t\t\tmasinas. Õhukeste klientide jaoks kirjutatakse eraldi inittab-fail\n"
+#~ "\t\t\t%s. Õhukeste klientide puhul muudetakse XDMCP\n"
+#~ "\t\t\tvõimaldamiseks süsteemi seadetefaile xdm-config, kdmrc ja gdm.conf. "
+#~ "Kuivõrd\n"
+#~ "\t\t\tXDMCP kasutamisega kaasnevad teatud turvaprobleemid, muudetakse "
+#~ "faile\n"
+#~ "\t\t\thosts.deny ja hosts.allow, et piirata ligipääsu kohalikule "
+#~ "alamvõrgule.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tNote: Ka kirjet \"#hdw_config\" kasutab ainult drakTermServ. "
+#~ "Kliendid võivad olla kas \n"
+#~ "\t\t\tkas \"true\" või \"false\". \"true\" lubab administraatori "
+#~ "sisselogimist kliendi masinas ning \n"
+#~ "\t\t\theli, hiire ja X'i riistvara kohalikku seadistamist \"drak\"-"
+#~ "vahenditega. See saab võimalikuks \n"
+#~ "\t\t\teraldi seadistustefailide loomisega, mis on seotud kliendi IP "
+#~ "aadressiga, samuti \n"
+#~ "\t\t\tkirjutamis/lugemisõigusega haakepunktide loomisega, mis lubab "
+#~ "kliendil faili muuta. \n"
+#~ "\t\t\tKui jääte seadistusega rahule, võite administraatori privileegid "
+#~ "kliendilt ära võtta.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tMärkus: server tuleb peatada/käivitada pärast kliendi lisamist või "
+#~ "muutmist."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - /etc/exports haldamine:\n"
+#~ " \t\tClusterNFS võimaldab eksportida juurfailisüsteemi kettata "
+#~ "tööjaamadele.\n"
+#~ " \t\tdrakTermServ loob korrektse kirje, mis võimaldab kettata "
+#~ "tööjaamadele\n"
+#~ " \t\tanonüümset ligipääsu juurfailisüsteemile.\n"
+#~ "\n"
+#~ " \t\tTüüpiline ekspordikirje ClusterNFS tarbeks näeb välja "
+#~ "selline:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tkus SUBNET/MASK määrab Teie võrku."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - %s haldamine:\n"
+#~ " \t\tEt kasutajad saaksid kettata tööjaamalt süsteemi logida, peab "
+#~ "nende kirje\n"
+#~ " \t\tfailis /etc/shadow leiduma ka failis %s.\n"
+#~ " \t\tdrakTermServ aitab süsteemi kasutajaid faili lisada või sealt "
+#~ "eemaldada."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Kliendi failid %s:\n"
+#~ " \t\tClusterNFS abil võivad igal kettata tööjaamal olla oma "
+#~ "unikaalsed seadetefailid\n"
+#~ " \t\tserveri juurfailisüsteemis. Kliendi kohalikku riistvara "
+#~ "seadistamist lubades aitab drakTermServ neid luua."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Kliendi süsteemsed seadistustefailid:\n"
+#~ " \tClusterNFS abil võivad igal kettata tööjaamal olla oma "
+#~ "unikaalsed seadistustefailid\n"
+#~ " \tserveri juurfailisüsteemis. Kliendi kohalikku riistvara "
+#~ "seadistamist lubades\n"
+#~ " \tvõimaldab drakTermServ kohandada selliseid faile, nagu /etc/"
+#~ "modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/keyboard.\n"
+#~ "\n"
+#~ " Märkus: Kliendi kohaliku riistvara seadistamine lubamine "
+#~ "võimaldab administraatorina terminaliserverisse \n"
+#~ " sisse logida igas klientmasinas, millel see võimalus on lubatud. "
+#~ "Kohaliku seadistuse saab \n"
+#~ " tagasi muuta, hankides seadistustefailid uuesti, kui klientmasin "
+#~ "on seadistatud."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \t\tdrakTermServ seadistab selle faili, et see saaks töötada koos "
+#~ "laadepiltidega, mille\n"
+#~ " \t\ttekitab mkinitrd-net, samuti kirjed failis /etc/dhcpd.conf, "
+#~ "et pakkuda igale kettata\n"
+#~ " \t\ttööjaamale alglaadimiseks laadepilti.\n"
+#~ "\n"
+#~ " \t\tTüüpiline TFTP seadetefail näeb välja selline:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ " \t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \t\tSiin tehtud muudatused võrreldes vaikepaigaldusega muudavad "
+#~ "tühistamislipu\n"
+#~ " \t\tväärtuseks \"no\" ning kataloogirajaks muudetakse /var/lib/"
+#~ "tftpboot, kuhu mkinitrd\n"
+#~ " \t\tsalvestab oma laadepildid."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Etherbooti diskettide/CD-de loomine:\n"
+#~ " \tKettata tööjaamad vajavad kas ROM-laadepilti võrguliidesel või "
+#~ "alglaadimisdisketti\n"
+#~ " \tvõi -CD-d alglaadimise käivitamiseks. drakTermServ aitab neid "
+#~ "laadepilte luua,\n"
+#~ " \ttuginedes kliendi masina võrguliidesele.\n"
+#~ " \t\t\n"
+#~ " \tLihtne näide alglaadimisdisketi loomisest käsitsi 3com 3c509 "
+#~ "jaoks:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Seadistust on muudetud - kas käivitada clusternfs/dhcpd uuesti?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/eu.po b/perl-install/share/po/eu.po
index 087c83e6e..8b9377831 100644
--- a/perl-install/share/po/eu.po
+++ b/perl-install/share/po/eu.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-eu\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-12-31 14:02+0100\n"
"Last-Translator: Iñigo Salvador Azurmendi <xalba@euskalnet.net>\n"
"Language-Team: EUSKARA <itzulpena@euskalgnu.org>\n"
@@ -208,21 +208,21 @@ msgstr "Itxaron, gailuak detektatzen eta konfiguratzen..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -249,9 +249,9 @@ msgstr "Itxaron, gailuak detektatzen eta konfiguratzen..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Errorea"
@@ -491,10 +491,10 @@ msgstr "Pertsonalizatua"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Irten"
@@ -656,7 +656,7 @@ msgstr "Txartel grafikoa: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -673,7 +673,7 @@ msgstr "Ados"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -688,7 +688,7 @@ msgstr "Utzi"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -922,7 +922,7 @@ msgstr "Erroko partizioko lehen sektorea"
msgid "On Floppy"
msgstr "Disketean"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Saltatu"
@@ -1267,9 +1267,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Eginda"
@@ -1473,9 +1473,9 @@ msgstr "NFS edo SMB-rekin esporta dezakezu. Hautatu zein erabili nahi duzun."
msgid "Launch userdrake"
msgstr "Abiarazi userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1658,7 +1658,7 @@ msgstr "Domeinua"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Zerbitzaria"
@@ -1787,7 +1787,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "Ezin da difusioa erabili NIS domeinurik gabe"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1802,42 +1802,42 @@ msgstr ""
"itxaron lehenespenez berrabiarazi arte.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO menu grafikoarekin"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO testu-menuarekin"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB menu grafikoarekin"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB testu menuarekin"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "ez dago nahikoa leku /boot-en"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Abioko kargatzailea ezin da instalatu %s partizio batean\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1846,7 +1846,7 @@ msgstr ""
"Abioko kargatzailearen konfigurazioa eguneratu egin behar da, partizioa "
"berriro zenbakitu delako"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1855,7 +1855,7 @@ msgstr ""
"Abioko kargatzailea ezin da behar bezala instalatu. Berrabiarazi "
"berreskuratzea, eta hautatu \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Berriro instalatu abioko kargatzailea"
@@ -3067,7 +3067,7 @@ msgstr "Bilatu zerbitzari berriak"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "%s paketea instalatu egin behar da. Instalatu nahi duzu?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Ezin izan da %s paketea instalatu!"
@@ -3078,19 +3078,19 @@ msgid "Mandatory package %s is missing"
msgstr "Derrigorrezko %s paketea falta da"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Kontuz"
@@ -3991,7 +3991,7 @@ msgstr "Erabiltzaile-izena"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4953,8 +4953,8 @@ msgstr ""
" partizioak aukeratu nahi badituzu."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -6075,8 +6075,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7800,14 +7800,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Berriro bidali"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "txekiarra (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7821,28 +7821,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "espainiarra"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "finlandiarra"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "frantsesa"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7856,828 +7856,828 @@ msgid ""
"Polish"
msgstr "poloniarra"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "errusiarra"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "suediarra"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Erresuma Batuko teklatua"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Estatu Batuetako teklatua"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "albaniarra"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "armeniarra (zaharra)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "armeniarra (idazmakina)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "armeniarra (fonetikoa)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "arabiarra"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "azerbaijandarra (latinoa)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "belgikarra"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "bengaliarra (Inscript-diseinua)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "bengaliarra (Probhat-diseinua)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "bulgariarra (fonetikoa)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "bulgariarra (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "brasildarra (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "bosniarra"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "bielorrusiarra"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "suitzarra (diseinu alemana)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "suitzarra (diseinu frantsesa)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee silabikoa"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Txekiarra (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Alemana (letra zaharkiturik ez)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Daniarra"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (Estatu Batuak)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperantoa)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Frantsesa)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (Erresuma Batua)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norvegiarra)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Poloniarra)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Suediarra)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tibetarra"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "estoniarra"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Faroera"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "georgiarra (diseinu \"errusiarra\")"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "georgiarra (diseinu \"latinoa\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "grekoa"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "grekoa (politonikoa)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "gujeratiarra"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi-koa"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "kroaziarra"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "hungariarra"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "irlandarra"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "israeldarra"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "israeldarra (fonetikoa)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "irandarra"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "islandiarra"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "italiarra"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "japoniarra 106 tekla"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Koreako teklatua"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurdua (arabierazko letretan)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kyrgyz teklatua"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "latinamerikarra"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "laostarra"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lituaniako AZERTY (zaharra)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lituaniako AZERTY (berria)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lituaniako QWERTY \"ilara numerikoa\""
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lituaniako QWERTY \"fonetikoa\""
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "letoniarra"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "malayalama"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "mazedoniarra"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "myanmartarra (Birmania)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "mongoliarra (zirilikoa)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "maltarra (Erresuma Batua)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "maltarra (AEB)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "holandarra"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "poloniarra (qwerty diseinua)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "poloniarra (qwertz diseinua)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Paxtuera"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "portugesa"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "kanadarra (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "errumaniarra (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "errumaniarra (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "errusiarra (fonetikoa)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (norvegiarra)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (suediarra/finlandiarra)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "esloveniarra"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Sinhala"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "eslovakiarra (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "eslovakiarra (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "serbiarra (zirilikoa)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "siriarra"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "siriarra (fonetikoa)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "tamila (ISCII-diseinua)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "tamila (Idazmakina-diseinua)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thai (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thai (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thai (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (marokoar diseinua) (+latindarra/arabiarra)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (fonetikoa) (+latindarra/arabiarra)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tadjikistango teklatua"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "turkmenistandarra"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "turkiarra (tradizionala \"F\" modeloa)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "turkiarra (modernoa \"Q\" modeloa)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "ukrainarra"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Urdu teklatua"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Estatu Batuetako teklatua (nazioartekoa)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "uzbekistandarra (zirilikoa)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "vietnamdarra QWERTY \"ilara numerikoa\""
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "jugoslaviarra (latinoa)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Eskuineko Alt tekla"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Bi Maius teklak batera"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Kontrol eta Maius teklak batera"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "BlokMaius tekla"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Maius eta BlokMaius teklak batera"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ktrl eta Alt teklak batera"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt eta Maius teklak batera"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Menu\" tekla"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Ezkerreko \"Windows\" tekla"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Eskuineko \"Windows\" tekla"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Bi Kontrol teklak batera"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Bi Alt teklak batera"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Ezkerreko Maius tekla"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Eskuineko Maius tekla"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Ezkerreko Alt tekla"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Ezkerreko Kontrol tekla"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Eskuineko Kontrol tekla"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8688,7 +8688,7 @@ msgstr ""
"tekla-konbinazioa hauta dezakezu hemen\n"
"(adib.: latinoa edo ez-latinoa)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11086,8 +11086,8 @@ msgstr "Sare-maskara 255.255.224.0 formatuan egon behar luke"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Abisua: %s IP helbidea erreserbatua izaten da!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s lehendik ari da erabiltzen\n"
@@ -11798,7 +11798,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Firmwarea kopiatzeak huts egin du. %s fitxategia ez da aurkitu"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Zorionak!"
@@ -11932,9 +11932,9 @@ msgstr "Beste makina batzuetan konfiguratua"
msgid "On CUPS server \"%s\""
msgstr "\"%s\" CUPS zerbitzarian"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (lehenetsia)"
@@ -11986,9 +11986,9 @@ msgstr "Urruneko CUPS"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Modelo ezezaguna"
@@ -12236,7 +12236,7 @@ msgid "URI: %s"
msgstr "URIa: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Inprimagailu gordina (kontrolatzailerik ez)"
@@ -12267,12 +12267,12 @@ msgstr "%s ostalaria"
msgid "%s (Port %s)"
msgstr "%s (%s ataka)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12320,7 +12320,7 @@ msgstr ""
"automatikoki makina honetan erabilgarri egongo diren."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Urruneko CUPS zerbitzaria eta ez bertako CUPS deabrua"
@@ -12371,8 +12371,8 @@ msgstr "Inprimagailua partekatzea ostalarietan/sareetan: "
msgid "Custom configuration"
msgstr "Konfigurazio pertsonalizatua"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Urruneko makinarik ez"
@@ -12603,8 +12603,8 @@ msgstr "Ataka"
msgid "On, Name or IP of remote server:"
msgstr "Piztuta, urruneko zerbitzariaren Izen edo IP:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "CUPS zerbitzari izena edo IP helbidea falta da."
@@ -12614,29 +12614,30 @@ msgstr "CUPS zerbitzari izena edo IP helbidea falta da."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Inprimagailu-datuak irakurtzen..."
@@ -12770,7 +12771,7 @@ msgstr ""
"Urruneko CUPS zerbitzariko inprimagailuak ez dituzu hemen konfiguratu behar; "
"horrelako inprimagailuak automatikoki detektatuko dira."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -13008,12 +13009,12 @@ msgstr " - "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Inprimagailu-modeloaren hautapena"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Zein inprimagailu-modelo daukazu?"
@@ -13031,7 +13032,7 @@ msgstr ""
"Printerdrake-k ezin izan du erabaki %s inprimagailua zein modelotakoa den. "
"Hauta ezazu modeloa zerrendan."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -13040,7 +13041,7 @@ msgstr ""
"Zure inprimagailua ez badago zerrendan, aukeratu bateragarria (ikus "
"inprimagailuaren eskuliburua) edo antzekoa den bat."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "\"%s\" inprimagailua konfiguratzen..."
@@ -13063,7 +13064,7 @@ msgstr ""
"Atzera piztu dezakezu Printerdrakeren menu nagusian \"%s\" -> \"%s\" "
"aukeratuz."
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Konfiguratu Administrazio Automatikoa"
@@ -13081,8 +13082,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Gehitu inprimagailu berria"
@@ -13292,8 +13293,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Ezin izan dira %s paketeak instalatu!"
@@ -13533,10 +13534,10 @@ msgid "Remote printer name missing!"
msgstr "Urruneko inprimagailu-izena falta da!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13921,8 +13922,8 @@ msgstr "Editatu"
msgid "and choosing \"%s\"."
msgstr "eta \"%s\" hautatuz."
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Inprimagailuaren konexio-mota"
@@ -13932,22 +13933,18 @@ msgstr "Inprimagailuaren konexio-mota"
msgid "What do you want to do?"
msgstr "Zer egin nahi duzu?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr "HPLIP-ekin ezarri"
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr "HPLIP gabe ezarri"
-#: printer/printerdrake.pm:2426
-#, c-format
-msgid "Cancel setup"
-msgstr "Ezarpena galarazi"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13961,7 +13958,7 @@ msgstr ""
"guztietan, eta memoria txarteletara atzipena txartela irakurleak dituzten "
"inprimagailuetan."
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13970,93 +13967,109 @@ msgstr ""
"HP inprimagailuen funtzio berezi hauek erabili ahal izateko, HPLIP-ekin (HP "
"Linux Imaging and Printing) ezarri behar dira. "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
"HPLIP erabili nahi duzu (hautatu \"Ez\" HP-renak ez diren inprimagailuekin)? "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "%s paketea instalatzen..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Inprimatu besterik ezingo da egin %s(e)n."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"Ezin izan da zure HPOJ zaharraren konfigurazio fitxategia %s ezabatu zure %s-"
"tik! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Mesedez, ezabatu fitxategia eskuz eta berrabiarazi HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Gailua egiaztatzen eta %s konfiguratzen..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Zein inprimagailu ezarri nahi duzu HPLIP-ekin?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "HPLIP gabe ezarri"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "SANE paketeak instalatzen..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "%s ezingo da erabili eskaneatzeko."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Zure %s Erabiltzen eta Mantentzen"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Gailua konfiguratzen..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Inprimagailu-ataka CUPSerako erabilgarri egiten..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Inprimagailuaren datu-basea irakurtzen..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Idatzi Inprimagailuaren izena eta iruzkinak"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Inprimagailu-izenak letrak, zenbakiak eta azpimarra soilik eduki ditzake"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -14065,7 +14078,7 @@ msgstr ""
"\"%s\" inprimagailua badago lehendik ere,\n"
"bere konfigurazioa gainidatzi nahi duzu?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -14075,7 +14088,7 @@ msgstr ""
"Inprimagailuaren izenak \"%s\" 12 karaktere baino gehiago dauzka, honek "
"Windows bezeroetatik eskuraezin utzi lezake. Izen hori erabili nahi duzu?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -14085,35 +14098,35 @@ msgstr ""
"Azalpenaren eta Kokalekuaren eremuak ez dira nahitaez bete behar. "
"Erabiltzaileentzako iruzkinak dira."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Inprimagailuaren izena"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Azalpena"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Kokalekua"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Inprimagailuaren datu-basea prestatzen..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Zure inprimagailu-modeloa"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14138,18 +14151,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Modeloa zuzena da"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Hautatu modeloa eskuz"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14164,12 +14177,12 @@ msgstr ""
"Printerdrake-k. Okerreko modeloa edo \"Inprimagailu gordina\" badago "
"nabarmenduta, bilatu modelo egokia zerrendan."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Instalatu fabrikatzaileak emandako PPF fitxategia"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14178,7 +14191,7 @@ msgstr ""
"PostScript inprimagailu guztiekin batera PPD fitxategi bat ematen da, "
"inprimagailuaren aukerak eta eginbideak deskribatzen dituena."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14187,12 +14200,12 @@ msgstr ""
"Fitxategi hori, normalean, inprimagailuarekin batera ematen den CDan izan "
"ohi da, Windows eta Mac kontrolatzaileak dauzkan horretan."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Fabrikatzailearen web guneetan ere aurkituko dituzu PPD fitxategiak."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14201,7 +14214,7 @@ msgstr ""
"Zure makinan Windows baduzu instalatuta, Windows partizioan ere aurkituko "
"duzu PPD fitxategia."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14212,7 +14225,7 @@ msgstr ""
"erabiliz, inprimagailu-hardwareak eskaintzen dituen aukera guztiak "
"erabilgarri egingo dira"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14221,51 +14234,51 @@ msgstr ""
"Hemen, makinan instalatzeko PPD fitxategia aukera dezakezu; gero, "
"inprimagailua konfiguratzeko erabil dezakezu."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Instalatu PPD fitxategia hemendik:"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Disketea"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Beste leku bat"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Hautatu PPD fitxategia"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "%s PPD fitxategia ez dago edo ezin da irakurri!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "%s PPD fitxategiak ez ditu betetzen PPD zehaztapenak!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "PPD fitxategia instalatzen..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI winprinter-en konfigurazioa"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14284,12 +14297,12 @@ msgstr ""
"funtzionatuko. Zure konexio-motaren ezarpena ez du kontuan hartuko "
"kontrolatzaileak."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjet inprimagailuaren konfigurazioa"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14302,7 +14315,7 @@ msgstr ""
"zerbitzariak ez. Konektatu zure inprimagailua ataka lokal batera, edo "
"konfigura ezazu konektatuta dagoen makinan."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14324,12 +14337,12 @@ msgstr ""
"orriak \"lexmarkmaintain\"ekin, eta doitu burua lerrokatzeko "
"ezarpenak`programa honekin."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark X125en konfigurazioa"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14342,12 +14355,12 @@ msgstr ""
"inprimaketa-zerbitzariak ez. Konektatu zure inprimagailua USB ataka lokal "
"batera, edo konfigura ezazu konektatuta dagoen makinan."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Samsung ML/QL-85G konfigurazioa"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14360,17 +14373,17 @@ msgstr ""
"edo inprimaketa zerbitzariak edo beste ataka paraleloetan. Mesedez lotu zure "
"makina lehenengo ataka paralelora edo konfiguratu lotuta dagoen makinan."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Canon LBP-460/660 konfigurazioa"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Canon LBP-810/1120 (CAPT) konfiguraketa"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14384,12 +14397,12 @@ msgstr ""
"Konektatu zure inprimagailua bertako USB ataka batera, edo konfigura ezazu "
"konektatuta dagoen makinan."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "HP LaserJet 1000ren firmwarea kargatzea"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14407,27 +14420,27 @@ msgstr ""
"inprimatzeko kalitatea oso handia bada askoz mantsoago inprimatuko duela "
"normalean."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Inprimagailuaren ezarpen lehenetsiak"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "%s aukerak osoko zenbakia izan behar du!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "%s aukerak zenbakia izan behar du!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "%s aukera barrutitik kanpo dago!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14436,12 +14449,12 @@ msgstr ""
"Inprimagailu hau (\"%s\")\n"
"lehenetsi nahi duzu?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Proba-orriak"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14454,47 +14467,47 @@ msgstr ""
"eta memoria gutxiko inprimagailu laserretan baliteke ez ateratzea ere. "
"Gehienetan nahikoa izaten da proba-orri estandarra inprimatzea."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Proba-orririk ez"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Inprimatu"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Proba-orri estandarra"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Proba-orri alternatiboa (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Proba-orri alternatiboa (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Argazkien proba-orria"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Proba-orria(k) inprimatzen..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Argazkien proba-orria saltatzen."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14509,7 +14522,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14518,17 +14531,17 @@ msgstr ""
"Proba-orria(k) inprimagailura bidali dira.\n"
"Denbora pixka bat igaro liteke inprimatzen hasi arte.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Ongi egin du?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Inprimagailu gordina"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14541,7 +14554,7 @@ msgstr ""
"edo \"kprinter <file>\". Inprimagailua aukeratzeko eta aukera-ezarpenak "
"erraz aldatzeko aukera ematen dizute tresna grafikoek.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14552,8 +14565,8 @@ msgstr ""
"komandoa\" eremuan ere erabil ditzakezu, baina hor ez eman fitxategi-izena, "
"inprimatu behar den fitxategia aplikazioak ematen baitu.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14566,7 +14579,7 @@ msgstr ""
"alda daitezke. Gehitu nahi dituzun ezarpenak komando-lerroari, adib. \"%s "
"<file>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14577,7 +14590,7 @@ msgstr ""
"egin klik \"Inprimatzeko aukeren zerrenda\" botoian.%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14586,7 +14599,7 @@ msgstr ""
"Hemen duzu inprimagailu honen inprimatzeko aukeren zerrenda:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14595,8 +14608,8 @@ msgstr ""
"Fitxategi bat komando-lerrotik (terminal-leihoa) inprimatzeko, erabili \"%s "
"<file>\" komandoa.\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14607,7 +14620,7 @@ msgstr ""
"komandoa\" eremuan ere erabil dezakezu. Baina hor ez eman fitxategi-izena, "
"inprimatu behar den fitxategia aplikazioak ematen baitu.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14616,7 +14629,7 @@ msgstr ""
"Uneko inprimagailuaren aukeren zerrenda ikusteko, egin klik \"Inprimatzeko "
"aukeren zerrenda\" botoian."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14625,7 +14638,7 @@ msgstr ""
"Fitxategi bat komando-lerrotik (terminal-leihoa) inprimatzeko, erabili \"%s "
"<file>\" komandoa edo \"%s <file>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14642,7 +14655,7 @@ msgstr ""
"berehala eteteko balio duena. Papera trabatzen denean eta horrelakoetan "
"erabili ohi da.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14655,27 +14668,27 @@ msgstr ""
"aukera-ezarpenak aldatzeko. Gehitu nahi dituzun ezarpenak komando-lerroan, "
"adib. \"%s <file>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "\"%s\" inprimagailua Erabiltzen/Mantentzen"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "\"%s\" inprimagailuan inprimatzen"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Inprimatzeko aukeren zerrenda"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, c-format
msgid "Printing option list..."
msgstr "Inprimaketa aukeren zerrenda..."
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14686,7 +14699,7 @@ msgstr ""
"inprimagailuaren ezaugarri berezi ugari erabili daitezke.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14695,7 +14708,7 @@ msgstr ""
"Zure inprimagailuko eskanerra ohiko SANE softwarearekin erabili daiteke, "
"adibidez Kooka edo XSane (Biak Multimedia/Grafikoak menuan). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14706,7 +14719,7 @@ msgstr ""
"zure eskanerra sarean partekatzeko\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14715,7 +14728,7 @@ msgstr ""
"Zure inprimagailuko memoria txartel irakurleak ohiko USB biltegiratze "
"gailuak bezala atzitu daiteke. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14725,7 +14738,7 @@ msgstr ""
"Txartela sartu ondoren honetara sarbidea emango duen disko ikono bat agertu "
"beharko litzateke zure idaztegian.\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14737,7 +14750,7 @@ msgstr ""
"tresna multzoa) \"Funtzioak\" fitxako \"Atzitu Argazki Txartelak...\" botoia "
"sakatuz. "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14748,7 +14761,7 @@ msgstr ""
"irakurletik irakurtzea normalean azkarragoa da.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14760,33 +14773,33 @@ msgstr ""
"eskaintzen ditu zure %s-rentzako:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - Tinta maila/egoera info\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - Tinta injektore garbiketa\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Inprimaketa buruen lerrokapena\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Kolore Kalibraketa\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Transferitu inprimagailu-konfigurazioa"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14801,7 +14814,7 @@ msgstr ""
"ezarpen lehenetsiak) hartuko ditu, baina lanak ez ditu transferituko.\n"
"Ilara guztiak ezin dira transferitu, arrazoi hauek direla eta:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14810,7 +14823,7 @@ msgstr ""
"CUPSek ez ditu onartzen Novell zerbitzarietako inprimagailuak edo datuak "
"libre osatutako komando batean bidaltzen dituztenak.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14819,12 +14832,12 @@ msgstr ""
"PDQk inprimagailu lokalak, urruneko LPD inprimagailuak eta Socket/TCP "
"inprimagailuak soilik onartzen ditu.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPDk eta LPRng-ek ez dute IPP inprimagailurik onartzen.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14833,7 +14846,7 @@ msgstr ""
"Gainera, programa honen edo \"foomatic-configure\"ren bidez sortu ez diren "
"ilarak ezin dira transferitu."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14844,7 +14857,7 @@ msgstr ""
"Halaber, ezin dira transferitu fabrikatzaileek emandako PPD fitxategiekin "
"edo jatorrizko CUPS kontrolatzaileekin konfiguratutako inprimagailuak."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14855,17 +14868,17 @@ msgstr ""
"Markatu transferitu nahi dituzun inprimagailuak eta sakatu\n"
"\"Transferitu\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Ez transferitu inprimagailuak"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Transferitu"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14876,17 +14889,17 @@ msgstr ""
"Sakatu \"Transferitu\" gainidazteko.\n"
"Beste izen bat idatz dezakezu, edo inprimagailu hori saltatu."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Inprimagailu-izen berria"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "%s transferitzen..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14895,28 +14908,28 @@ msgstr ""
"Zure lehengo inprimagailu lehenetsia (\"%s\") transferitu duzu. Inprimagailu "
"lehenetsia izan behar du %s inprimatze-sistema berrian ere?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Inprimagailuaren datuak freskatzen..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Sarea abiarazten ..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Konfiguratu sarea orain"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Sare-funtzionalitatea ez dago konfiguratuta"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14929,12 +14942,12 @@ msgstr ""
"aurrera jarraitzen baduzu, ezingo duzu erabili orain konfiguratzen ari zaren "
"inprimagailua. Zer egin nahi duzu?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Jarraitu sarea konfiguratu gabe"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14949,7 +14962,7 @@ msgstr ""
"konfiguratu inprimagailua, %s kontrol-zentroko \"Hardwarea\"/\"Inprimagailua"
"\" atalean."
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14960,27 +14973,27 @@ msgstr ""
"konfigurazioa eta hardwarea ondo dauden. Gero saiatu berriro urruneko "
"inprimagailua konfiguratzen."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Inprimatze-sistema berrabiarazten ..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "handia"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoidea"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Inprimatze-sistema segurtasun-maila %sn instalatzen"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -15005,12 +15018,12 @@ msgstr ""
"\n"
"Makina honetan konfiguratu nahi duzu inprimaketa?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Abioan inprimatze-sistema abiarazi"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -15031,32 +15044,32 @@ msgstr ""
"\n"
"Inprimatze-sistema automatikoki hastea berriro aktibatu nahi duzu?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Instalatutako softwarea egiaztatzen..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "%s kentzen..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Ezin izan da %s inprimatze-sistema kendu!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "%s instalatzen..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Ezin izan da %s inprimatze-sistema instalatu!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -15069,7 +15082,7 @@ msgstr ""
"izan ezingo direla bertako inprimaketa ilarak definitu eta zehaztutako "
"zerbitzaria erorita badago makina honetatik ezingo dela inolaz inprimatu."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -15078,32 +15091,32 @@ msgstr ""
"Sartu zure CUPS zerbitzariaren izen edo IP eta klikatu Ados modu hau erabili "
"nahi baduzu, bestela klikatu \"Irten\"."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Urruneko zerbitzariaren izena edo IP:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Inprimagailu lehenetsia ezartzen..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Bertako CUPS inprimaketa sistema edo urruneko CUPS zerbitzaria?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "CUPS inprimaketa sistema bi eratan erabili daiteke: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. CUPS inprimaketa sistema bertan exekutatu daiteke. "
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -15113,7 +15126,7 @@ msgstr ""
"beste CUPS zerbitzari batzuetako urruneko inprimagailuak automatikoki "
"aurkitutzen dira."
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15126,14 +15139,14 @@ msgstr ""
"lanegin behar du eta memoria pixka bat behar du horretarako, eta IPP ataka "
"(631 ataka) irekitzen da."
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. Inprimaketa eskari guztiak bereala bidaltzen dira urruneko CUPS "
"zerbitzari batera. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15145,7 +15158,7 @@ msgstr ""
"ezartzeko software azpiegitura instalatzen, beraz memoria eta disko leku "
"gutxiago erabiltzen da."
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15155,48 +15168,48 @@ msgstr ""
"inprimagailu zerbitzaria erorita badago makina honetatik ezingo dela inolaz "
"inprimatu."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Nola ezarri beharko litzateke CUPS zure sisteman?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Urruneko zerbitzaria, zehaztu Izena edo IP hemen:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Bertako CUPS inprimaketa sistema"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Hautatu inprimagailuaren spooler-a"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Zein inprimatze-sistema (spooler) erabili nahi duzu?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Huts egin du \"%s\" inprimagailua konfiguratzean!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Foomatic instalatzen..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Ezin izan dira %s pakete instalatu, %s ezin dira ireki!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15207,48 +15220,48 @@ msgstr ""
"ezarpenak aldatzeko, inprimagailu lehenetsia egiteko edo hari buruzko "
"informazioa bistaratzeko."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Bistaratu urruneko CUPS inprimagailu erabilgarri guztiak"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Freskatu inprimagailu-zerrenda (urruneko CUPS inprimagailuak ikusteko)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPSen konfigurazioa"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Aldatu inprimatzeko sistema"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Modu normala"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Aditu modua"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Inprimagailuaren aukerak"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Aldatu inprimagailuaren konfigurazioa"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15257,99 +15270,99 @@ msgstr ""
"%s%s inprimagailua\n"
"Zer da inprimagailu honetan aldatu nahi duzuna?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Inprimagailu hau ezgaituta dago"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Egin!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Inprimagailuaren izena, azalpena, kokalekua"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Inprimagailuaren fabrikatzailea, modeloa, kontrolatzailea"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Inprimagailuaren fabrikatzailea, modeloa"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Ezarri inprimagailu hau lehenetsi gisa"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Gaitu inprimagailua"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Ezgaitu imprimagailua"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "Inprimaketa komunikazio akatsak maneiatzeko era"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Inprimatu proba-orriak"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Ikasi inprimagailua erabiltzen"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Kendu inprimagailua"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "\"%s\" inprimagailu zaharra kentzen..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "\"%s\" inprimagailua gaituta dago orain."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "\"%s\" inprimagailua ezgaituta dago orain."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Benetan kendu nahi duzu \"%s\" inprimagailua?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "\"%s\" inprimagailua kentzen..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Inprimagailu lehenetsia"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "\"%s\" inprimagailu lehenetsia da orain."
@@ -15386,15 +15399,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Ezin izan dira %s firmware-fitxategiaren baimenak ezarri!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "Ezin dira instalatu eskanerrak partekatzeko behar diren paketeak."
@@ -17333,12 +17346,12 @@ msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"Saioa amaitu eta berriro hasi behar duzu aldaketek eragina izan dezaten"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s(e)k erabiltzaile-izena behar du...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17347,113 +17360,113 @@ msgstr ""
"%s: %s(e)k ostalari-izena behar du, eta MAC helbidea, IP, nbi-image, 0/1 "
"THIN_CLIENTentzat, 0/1 Local Config-entzat...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s(e)k ostalari-izena behar du...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Terminal-zerbitzariaren konfigurazioa"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "dhcpd konfig"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Gaitu zerbitzaria"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Desgaitu zerbitzaria"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Abiarazi zerbitzaria"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Gelditu zerbitzaria"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot disketea/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Saretik abiarazteko imajinak"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Gehitu/ezabatu erabiltzaileak"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Gehitu/ezabatu bezeroak"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Irudiak"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Bezeroak/Erabiltzaileak"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Lehen aldiko morroia"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
"%s dm gisa definitua, gdm erabiltzailea gehitzen hemen: /etc/passwd$$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17494,27 +17507,27 @@ msgstr ""
" e) Abioko diskete bat egin dezazun eskatu.\n"
" f) Bezero arina bada, KDM berrabiarazteko eskatu.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Bertan behera utzi morroia"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Gorde dhcpd konfigurazioa!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Erabili bezero arinak."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Sinkronizatu bezeroaren X teklatu-ezarpenak zerbitzariarekin."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17530,28 +17543,28 @@ msgstr ""
" Bezero 'astunek' beren CPU/RAM propioa erabiltzen dute, baina "
"zerbitzariaren fitxategi-sistema."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Nukleo guztietarako sareko abioko imajinak sortzen"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Minutu batzuk beharko ditu."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Eginda!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s-k huts egin du"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17562,14 +17575,14 @@ msgstr ""
"behar adina lekurik.\n"
"Beharrezko: %d MB, Hutsik: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Zerbitzariaren erabiltzaile-zerrenda eta bezero-zerrenda sinkronizatzen, "
"root-a barne."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17578,19 +17591,18 @@ msgstr ""
"Bezero arinentzat egindako aldaketak gaitzeko, pantaila-kudeatzailea "
"berrabiarazi behar da. Orain berrabiarazi nahi duzu?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Terminal-zerbitzariaren sarrera"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17601,8 +17613,8 @@ msgstr ""
" - Etherboot gaitutako abioko imajinak sortu:\n"
" \tNukleo bat etherboot bidez abiarazteko, nukleo/initrd imajina "
"berezi bat sortu behar da.\n"
-" \tmkinitrd-net-ek egiten du lan horren zati handiena eta "
-"drakTermServ interfaze \n"
+" \tmkinitrd-net-ek egiten du lan horren zati handiena eta %s "
+"interfaze \n"
" \tgrafiko bat besterik ez da, imajina horiek maneiatzen "
"laguntzeko. \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include fitxategia sortzeko, "
@@ -17610,14 +17622,14 @@ msgstr ""
" \tdhcpd.conf-en dagoena, gutxienez nukleo oso baterako etherboot "
"imajinak sortu behar dituzu."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17634,7 +17646,7 @@ msgstr ""
"bat \n"
" \tizan behar du, IP helbidea eta makinaren abioko imajina esleitzen "
"dituena. \n"
-" \tdrakTermServ-ek sarrera horiek sortzen eta kentzen laguntzen du.\n"
+" \t%s-ek sarrera horiek sortzen eta kentzen laguntzen du.\n"
" \t\t\t\n"
" \t(PCI txartelek imajina salta dezakete - etherboot-ek behar den \n"
" \timajina eskatuko du. Kontuan izan behar duzu etherboot-ek \n"
@@ -17644,30 +17656,29 @@ msgstr ""
" \tEra honetakoa izan daiteke diskorik gabeko bezero batentzako dhcpd."
"conf sarrera tipikoa:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17686,11 +17697,11 @@ msgstr ""
"sarrera espezifikoa\n"
" konfiguratu ordez, helbide-eskema finko batez baliatuz "
"errazagoerabiliko duzu\n"
-" ClusterNFS-ek eskaintzen duen bezeroen konfigurazio-fitxategi "
-"espezifikoen funtzionalitatea.\n"
+" %s-ek eskaintzen duen bezeroen konfigurazio-fitxategi espezifikoen "
+"funtzionalitatea.\n"
"\t\t\t\n"
-" Oharra: '#type' sarrera drakTermServ-ek bakarrik erabiltzen du. "
-"Bezeroak 'arinak'\n"
+" Oharra: '#type' sarrera %s-ek bakarrik erabiltzen du. Bezeroak "
+"'arinak'\n"
" edo 'astunak' izan daitezke. Bezero arinek zerbitzarian exekutatzen "
"dute software gehiena, XDMCP bidez astunek berriz\n"
" makina bezeroan exekutatzen dute. inittab berezi bat, %s \n"
@@ -17702,8 +17713,7 @@ msgstr ""
"lokalerako sarbidea\n"
" mugatzeko.\n"
"\t\t\t\n"
-" Oharra: '#hdw_config' ere drakTermServ-ek bakarrik erabiltzen du. "
-"Bezeroak \n"
+" Oharra: '#hdw_config' ere %s-ek bakarrik erabiltzen du. Bezeroak \n"
" 'egiazkoak' edo 'faltsuak' izan daitezke. 'egiazkoak' aukera ematen "
"du root gisa \n"
" saioa hasteko makina bezeroan eta hardware lokaleko soinua, sagua, "
@@ -17722,17 +17732,16 @@ msgstr ""
"abiarazi \n"
" behar duzu."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17740,28 +17749,29 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Mantendu /etc/exports:\n"
-" \tClusternfs-ek erroko fitxategi-sistema diskorik gabeko bezeroetara "
+" \t%s-ek erroko fitxategi-sistema diskorik gabeko bezeroetara "
"esportatzeko \n"
-" \t aukera ematen du . DrakTermServ-ek sarrera egokia konfiguratzen "
+" \t aukera ematen du . %s-ek sarrera egokia konfiguratzen "
"du, diskorik gabeko \n"
" \t bezeroetatik erroko fitxategi-sistemara anonimoki sartzeko aukera "
"emateko.\n"
"\n"
-" \tClusternfs-ren esportazio-sarrera ohiko bat:\n"
+" \t%s-ren esportazio-sarrera ohiko bat:\n"
" \t\tn \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
" \tSUBNET/MASK zure sarerako definitua."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Mantendu %s:\n"
" \tErabiltzaileek diskorik gabeko bezero batetik sartzeko aukera izan "
@@ -17771,28 +17781,28 @@ msgstr ""
" \tlaguntzen du fitxategi honetatik sistema-erabiltzaileak gehituz "
"edo kenduz."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Bezero bakoitzeko %s:\n"
-" \tclusternfs erabiliz, disko gabeko bezero bakoitzak "
-"berekonfigurazio-fitxategi\n"
+" \t%s erabiliz, disko gabeko bezero bakoitzak berekonfigurazio-"
+"fitxategi\n"
" \tesklusiboak ditu zerbitzariaren erroko fitxategi-sisteman. Bezero "
"lokalen hardwarea konfiguratzea onartuz, \n"
-" \tdrakTermServ-ek lagunduko dizu fitxategi horiek sortzen."
+" \t%s-ek lagunduko dizu fitxategi horiek sortzen."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17808,8 +17818,8 @@ msgid ""
"machine is configured."
msgstr ""
" - Bezero bakoitzeko sistema-konfigurazioko fitxategiak:\n"
-" \tclusternfs erabiliz, disko gabeko bezero bakoitzak "
-"berekonfigurazio-fitxategi\n"
+" \t%s erabiliz, disko gabeko bezero bakoitzak berekonfigurazio-"
+"fitxategi\n"
" \tesklusiboak ditu zerbitzariaren erroko fitxategi-sisteman. Bezero "
"lokalen hardwarea konfiguratzea onartuz, \n"
" \tbezeroek /etc/modules.conf, /etc/sysconfig/mouse, eta /etc/"
@@ -17823,12 +17833,12 @@ msgstr ""
" gaitzen da. Makina bezeroa konfiguratutakoan, konfigurazio lokala \n"
" desaktiba daiteke konfigurazio-fitxategiak galdu gabe."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17853,8 +17863,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ-ek fitxategi hau konfiguratuko du, mkinitrd-net-"
-"eksortutako imajinekin\n"
+" \t%s-ek fitxategi hau konfiguratuko du, mkinitrd-net-eksortutako "
+"imajinekin\n"
" \tbatera lan egiteko, eta /etc/dhcpd.conf-eko sarrerak, abioko "
"imajinaz baliatzeko\n"
" \tdisko gabeko bezero bakoitzerako.\n"
@@ -17878,14 +17888,12 @@ msgstr ""
"mkinitrd-net-ek\n"
" \tbere imajinak jarriko ditu."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17905,94 +17913,94 @@ msgstr ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Abioko disketea"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Abioko ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE imajina"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Nukleo-bertsio lehenetsia"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "instalatu i586 nukleoa bezero zaharragoentzako"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Sortu nukleo osoa -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Nukleorik ez dago hautatuta!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Sortu NIC bakarra -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Ez da NICrik hautatu!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Sortu nukleo guztiak -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Ezabatu"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Ez da irudirik hautatu!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Ezabatu NBI guztiak"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Nukleoarentzako irudiak sortzen:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -18003,27 +18011,27 @@ msgstr ""
"ez direla berdinak adierazten du.\n"
"Ezabatu/gehitu berriro erabiltzailea terminal-zerbitzarian, saioa hasteko."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Gehitu erabiltzailea -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Ezab erabiltzailea"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "mota: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "konfigurazio lokala: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -18032,22 +18040,22 @@ msgstr ""
"Onartu hardware lokalaren\n"
"konfigurazioa."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Saretik abiarazteko imajinarik ez da sortu!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Bezero arina"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Onartu bezero arinak"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -18056,52 +18064,52 @@ msgstr ""
"Sinkronizatu bezeroaren X teklatu\n"
"ezarpenak zerbitzariarekin."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Bezeroa erantsi-->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "mota: astuna"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "mota: arina"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "konfigurazio lokala: faltsua"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "konfigurazio lokala: egiazkoa"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Editatu bezeroa"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Desgaitu konfigurazio lokala"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Ezabatu bezeroa"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -18111,79 +18119,79 @@ msgstr ""
"dezaten. \n"
"(service dm restart - kontsolan)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Bezero arinek ez dute funtzionatuko saio-hasiera automatikoarekin. Saio-"
"hasiera automatikoa desgaitu?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Bezero guztiek erabiliko dute %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Azpisarea:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Sare-maskara:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Bideratzaileak:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Azpisare-maskara:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Difusio-helbidea:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Domeinu-izena:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Izen-zerbitzariak:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "IP barrutiaren hasiera:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "IP barrutiaren amaiera:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Erantsi TS inklusioak existitzen den konfiguraziora"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Idatzi konfigurazioa"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "dhcpd zerbitzariaren konfigurazioa"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18194,7 +18202,7 @@ msgstr ""
"zure sistematik atera dira.\n"
"Nahi izanez gero alda ditzakezu."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -18203,101 +18211,101 @@ msgstr ""
"IP Helbide Dinamikoen Barrutia\n"
"(beharrezkoa PXE bezeroentzako):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "%s-ra idazteak huts egin du!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Sartu diskete bat:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Ezin izan da disketea atzitu!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Disketea atera dezakezu orain"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Ez dago diskete-unitate erabilgarririk!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "PXE imajina: %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Errorea %s/%s idaztean"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO imajina %s da"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Zerbait gaizki irten da! - mkisofs instalatuta dago?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "/etc/dhcpd.conf sortu behar duzu lehendabizi!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s pasahitz okerra terminal-zerbitzarian - berriro idazten...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s ez da erabiltzaile bat..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s lehendik da terminal-zerbitzariko erabiltzailea\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Huts egin du %s terminal-zerbitzarira gehitzeak!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s terminal-zerbitzarira gehitu da\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s ezabatuta...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s ez da aurkitu...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"/etc/hosts.allow eta /etc/hosts.deny dagoeneko konfiguratuta - ez dira aldatu"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Konfigurazioa aldatu egin da - clusternfs/dhcpd berrabiarazi?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Konfigurazioa aldatu egin da - %s/dhcpd berrabiarazi?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26508,17 +26516,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake ez da abiaraziko orain."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Konfiguratutako eskanerren bila..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Eskaner berrien bila..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Konfiguratutako eskanerren zerrenda birsortzen..."
@@ -26681,43 +26689,43 @@ msgstr ""
"%s printerdrake bidez konfiguratu behar da.\n"
"Printerdrake %s kontrol-zentroko Hardwarea sekziotik abiaraz dezakezu."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Nukleo-moduluak ezartzen..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Automatikoki detektatu ataka erabilgarriak"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Hautatu zure %s konektatutako gailua"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Oharra: paraleloko atakak ezin dira automatikoki detektatu)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "aukeratu gailua"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Eskanerren bila..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Nukleo-moduluak ezartzen..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Erne!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26730,7 +26738,7 @@ msgstr ""
"Eskuz doikuntza batzuk egin behar dira. Mesedez editatu /etc/sane.d/%s.conf "
"fitxategia."
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26739,7 +26747,7 @@ msgstr ""
"Info gehiago gidarien eskuliburu orrian. Exekutatu \"man sane-%s\" komandoa "
"hura irakurtzeko."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26748,7 +26756,7 @@ msgstr ""
"Horren ondoren dokumentuak eskaneatu ditzakezu Multimedia/Grafikoak "
"aplikazio menutik \"XSane\" edo \"Kooka\" erabiliz."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26757,7 +26765,7 @@ msgstr ""
"Zure %s konfiguratua izan da, baino litekeena da eskuz doikuntza batzuk egin "
"behar izatea hura lanean jartzeko. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26766,12 +26774,12 @@ msgstr ""
"Ez bada Scannerdrake-n leiho nagusian konfiguratutako eskanerren zerrendan "
"agertzen edo ez badu era egokian lanegiten, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "editatu /etc/sane.d/%s.conf konfigurazio fitxategia. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26782,7 +26790,7 @@ msgstr ""
"Orain dokumentuak eskanea ditzakezu aplikazioen menuko Multimedia/Irudiak "
"saileko \"XSane\" edo \"Kooka\" aplikazioaren bidez."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26795,7 +26803,7 @@ msgstr ""
"%s\n"
"erabilgarri daude zure sisteman.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26808,42 +26816,42 @@ msgstr ""
"%s\n"
"erabilgarri dago zure sisteman.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Zure sisteman ez da aurkitu erabilgarri dagoen eskanerrik.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Bilatu eskaner berriak"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Gehitu eskanerra eskuz"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Instalatu/Eguneratu firmware-fitxategiak"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Eskanerrak partekatzea"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Urruneko makina guztiak"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Makina hau"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26852,7 +26860,7 @@ msgstr ""
"Hemen erabaki dezakezu ea makina honetara konektatutako eskanerrak urruneko "
"makinetatik atzitu ahal izango diren, eta urruneko zein makinatatik."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26861,34 +26869,34 @@ msgstr ""
"Hemen erabaki dezakezu, halaber, urruneko makinetako eskanerrak automatikoki "
"makina honetan erabilgarri egongo diren."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
"Makina honetako eskanerrak beste ordenagailu batzuentzako erabilgarri daude"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Eskanerrak ostalarietan partekatzea: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Erabili eskanerrak urruneko ordenagailuetan"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Erabili eskanerrak ostalarietan: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Eskaner lokalak partekatzea"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26896,55 +26904,55 @@ msgid ""
msgstr ""
"Lokalki konektatutako eskanerrak makina hauetan egongo dira erabilgarri:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Gehitu ostalaria"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Editatu hautatutako ostalaria"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Kendu hautatutako ostalaria"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Ostalariaren izena/IP helbidea:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Aukeratu eskaner lokalak erabilgarri izan behar dituen ostalaria:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Ostalari-izen bat edo IP helbide bat idatzi behar duzu.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Ostalaria lehendik ere badago zerrendan; ezin da berriro gehitu.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Urruneko eskanerren erabilera"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Eskanerrak makina hauetatik erabiliko dira:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26955,7 +26963,7 @@ msgstr ""
"\n"
"saned paketea instalatu nahi duzu?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Zure eskanerrak ez dira erabilgarri egongo sarean."
@@ -27139,6 +27147,321 @@ msgstr ""
msgid "Installation failed"
msgstr "Instalazioak huts egin du"
+#~ msgid "Cancel setup"
+#~ msgstr "Ezarpena galarazi"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Etherboot gaitutako abioko imajinak sortu:\n"
+#~ " \tNukleo bat etherboot bidez abiarazteko, nukleo/initrd imajina "
+#~ "berezi bat sortu behar da.\n"
+#~ " \tmkinitrd-net-ek egiten du lan horren zati handiena eta "
+#~ "drakTermServ interfaze \n"
+#~ " \tgrafiko bat besterik ez da, imajina horiek maneiatzen "
+#~ "laguntzeko. \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include fitxategia sortzeko, "
+#~ "include gisa \n"
+#~ " \tdhcpd.conf-en dagoena, gutxienez nukleo oso baterako etherboot "
+#~ "imajinak sortu behar dituzu."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Mantendu /etc/dhcpd.conf:\n"
+#~ " \tBezeroak saretik abiarazteko, bezero bakoitzak dhcpd.conf "
+#~ "sarrera bat \n"
+#~ " \tizan behar du, IP helbidea eta makinaren abioko imajina "
+#~ "esleitzen dituena. \n"
+#~ " \tdrakTermServ-ek sarrera horiek sortzen eta kentzen laguntzen "
+#~ "du.\n"
+#~ " \t\t\t\n"
+#~ " \t(PCI txartelek imajina salta dezakete - etherboot-ek behar "
+#~ "den \n"
+#~ " \timajina eskatuko du. Kontuan izan behar duzu etherboot-ek \n"
+#~ " \timajinak bilatzen dituenean, boot-3c59x.nbi moduko izenak \n"
+#~ " \tespero dituela, eta ez boot-3c59x.2.4.19-16mdk.nbi modukoak)\n"
+#~ "\t\t\t \n"
+#~ " \tEra honetakoa izan daiteke diskorik gabeko bezero batentzako "
+#~ "dhcpd.conf sarrera tipikoa:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " IP helbideen pool bat erabil dezakezunez, makina bezero "
+#~ "batentzako sarrera espezifikoa\n"
+#~ " konfiguratu ordez, helbide-eskema finko batez baliatuz "
+#~ "errazagoerabiliko duzu\n"
+#~ " ClusterNFS-ek eskaintzen duen bezeroen konfigurazio-fitxategi "
+#~ "espezifikoen funtzionalitatea.\n"
+#~ "\t\t\t\n"
+#~ " Oharra: '#type' sarrera drakTermServ-ek bakarrik erabiltzen du. "
+#~ "Bezeroak 'arinak'\n"
+#~ " edo 'astunak' izan daitezke. Bezero arinek zerbitzarian "
+#~ "exekutatzen dute software gehiena, XDMCP bidez astunek berriz\n"
+#~ " makina bezeroan exekutatzen dute. inittab berezi bat, %s \n"
+#~ " idatziko da bezero arinentzat. Sistemako xdm-config, kdmrc, eta "
+#~ "gdm.conf konfigurazio-fitxategiak \n"
+#~ " aldatu egingo dira bezero arinak erabiltzen badira, XDMCP "
+#~ "gaitzeko. Segurtasun-arazoak daudenez XDMCP \n"
+#~ " erabiltzeko, hosts.deny eta hosts.allow aldatu egingo dira, "
+#~ "azpisare lokalerako sarbidea\n"
+#~ " mugatzeko.\n"
+#~ "\t\t\t\n"
+#~ " Oharra: '#hdw_config' ere drakTermServ-ek bakarrik erabiltzen du. "
+#~ "Bezeroak \n"
+#~ " 'egiazkoak' edo 'faltsuak' izan daitezke. 'egiazkoak' aukera "
+#~ "ematen du root gisa \n"
+#~ " saioa hasteko makina bezeroan eta hardware lokaleko soinua, "
+#~ "sagua, eta X \n"
+#~ " konfiguratzeko 'drak' tresnen bidez. Horretarako, bezeroaren IP "
+#~ "helbidearekin \n"
+#~ " asoziatutako konfigurazio-fitxategi bereiziak sortu behar dira, "
+#~ "eta irakurri eta \n"
+#~ " idazteko muntatze-puntuak ere sortu behar dira, bezeroak "
+#~ "fitxategian aldaketak \n"
+#~ " egin ahal izan ditzan. Konfigurazioa egokitzat jotzen duzunean, "
+#~ "root-aren saioa \n"
+#~ " hasteko pribilegioak ken ditzakezu bezerotik.\n"
+#~ "\t\t\t\n"
+#~ " Oharra: Bezeroak aldatu edo gehitu ondoren, zerbitzaria gelditu/"
+#~ "abiarazi \n"
+#~ " behar duzu."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Mantendu /etc/exports:\n"
+#~ " \tClusternfs-ek erroko fitxategi-sistema diskorik gabeko "
+#~ "bezeroetara esportatzeko \n"
+#~ " \t aukera ematen du . DrakTermServ-ek sarrera egokia "
+#~ "konfiguratzen du, diskorik gabeko \n"
+#~ " \t bezeroetatik erroko fitxategi-sistemara anonimoki sartzeko "
+#~ "aukera emateko.\n"
+#~ "\n"
+#~ " \tClusternfs-ren esportazio-sarrera ohiko bat:\n"
+#~ " \t\tn \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tSUBNET/MASK zure sarerako definitua."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Mantendu %s:\n"
+#~ " \tErabiltzaileek diskorik gabeko bezero batetik sartzeko aukera "
+#~ "izan dezaten, \n"
+#~ " \t/etc/shadow-en duten sarrera bikoiztu egin behar da hemen:\n"
+#~ " \t/%s. DrakTermServ-ek horretan \n"
+#~ " \tlaguntzen du fitxategi honetatik sistema-erabiltzaileak gehituz "
+#~ "edo kenduz."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Bezero bakoitzeko %s:\n"
+#~ " \tclusternfs erabiliz, disko gabeko bezero bakoitzak "
+#~ "berekonfigurazio-fitxategi\n"
+#~ " \tesklusiboak ditu zerbitzariaren erroko fitxategi-sisteman. "
+#~ "Bezero lokalen hardwarea konfiguratzea onartuz, \n"
+#~ " \tdrakTermServ-ek lagunduko dizu fitxategi horiek sortzen."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Bezero bakoitzeko sistema-konfigurazioko fitxategiak:\n"
+#~ " \tclusternfs erabiliz, disko gabeko bezero bakoitzak "
+#~ "berekonfigurazio-fitxategi\n"
+#~ " \tesklusiboak ditu zerbitzariaren erroko fitxategi-sisteman. "
+#~ "Bezero lokalen hardwarea konfiguratzea onartuz, \n"
+#~ " \tbezeroek /etc/modules.conf, /etc/sysconfig/mouse, eta /etc/"
+#~ "sysconfig/keyboard\n"
+#~ " \tgisako fitxategiak pertsonaliza ditzake bezerokako oinarri "
+#~ "batean.\n"
+#~ "\n"
+#~ " Oharra: Bezeroaren hardware-konfigurazio lokala gaitzean, "
+#~ "eginbide hori gaituta\n"
+#~ " daukaten makinetan terminal-zerbitzarian root gisa sartzeko "
+#~ "aukera\n"
+#~ " gaitzen da. Makina bezeroa konfiguratutakoan, konfigurazio "
+#~ "lokala \n"
+#~ " desaktiba daiteke konfigurazio-fitxategiak galdu gabe."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ-ek fitxategi hau konfiguratuko du, mkinitrd-net-"
+#~ "eksortutako imajinekin\n"
+#~ " \tbatera lan egiteko, eta /etc/dhcpd.conf-eko sarrerak, abioko "
+#~ "imajinaz baliatzeko\n"
+#~ " \tdisko gabeko bezero bakoitzerako.\n"
+#~ "\n"
+#~ " \tHorrelakoa da TFTP konfigurazio-fitxategi tipikobaten itxura:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tInstalazio lehenetsian aldaketak eginez gero, desgaitze-"
+#~ "banderan'no' ezarriko da,\n"
+#~ " \tdirektorio-bidea /var/lib/tftpboot-ra aldatuko da, eta bertan "
+#~ "mkinitrd-net-ek\n"
+#~ " \tbere imajinak jarriko ditu."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Sortu etherboot disketeak edo CDak:\n"
+#~ " \tDiskorik gabeko makinek bitako bat NIC-ean ROM irudiak edo "
+#~ "abiapen diskete\n"
+#~ " \tedo CD bat behar dute abiapen sekuentzia hasteko. DrakTermServ-"
+#~ "ek irudi hauek\n"
+#~ " \t sortzen lagunduko du, bezero makinaren NIC-ean oinarrituta.\n"
+#~ " \t\t\n"
+#~ " \tHemen duzu 3Com 3c509 txartelarentzako abiapen diskete bat "
+#~ "eskuz sortzeko oinarrizko adibide bat:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Konfigurazioa aldatu egin da - clusternfs/dhcpd berrabiarazi?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/fa.po b/perl-install/share/po/fa.po
index 95d4dd8f2..069bc282b 100644
--- a/perl-install/share/po/fa.po
+++ b/perl-install/share/po/fa.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-fa\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-02-26 06:31+0100\n"
"Last-Translator: Abbas Izad <abbasizad@hotmail.com>\n"
"Language-Team: Persian\n"
@@ -204,21 +204,21 @@ msgstr "لطفاً صبر کنید، در حال شناسائی و پیکربن
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -245,9 +245,9 @@ msgstr "لطفاً صبر کنید، در حال شناسائی و پیکربن
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "خطا"
@@ -490,10 +490,10 @@ msgstr "سفارشی"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "ترک"
@@ -653,7 +653,7 @@ msgstr "کارت گرافیک: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -670,7 +670,7 @@ msgstr "تأیید"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -685,7 +685,7 @@ msgstr "لغو"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -919,7 +919,7 @@ msgstr "اولین بند قسمت‌بندی ریشه"
msgid "On Floppy"
msgstr "بر دیسکچه"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "پرش"
@@ -1261,9 +1261,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "انجام شد"
@@ -1468,9 +1468,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "راه‌اندازی userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1647,7 +1647,7 @@ msgstr "دامنه"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "کارگزار"
@@ -1775,7 +1775,7 @@ msgstr "نمی‌توان از پخش همگانی بدون دامنه‌ی NIS
# this text MUST be in ASCII! it has to be rewritten in ascii-transliteration
# of Farsi (or left in english)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1790,42 +1790,42 @@ msgstr ""
"برای آغازگری پیش‌فرض صبر کنید.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO با منوی گرافیکی"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO با منوی متنی"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "فضای کافی در شاخه‌ی /boot وجود ندارد"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "نمی‌توانید بارگذارآغازگر را بر یک قسمت‌بندی %s نصب کنید\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1834,7 +1834,7 @@ msgstr ""
"پیکربندی بارگذار آغازگر باید بروزسازی شود برای اینکه قسمت‌بندی شماره‌گذاری "
"مجدد گردیده است"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1843,7 +1843,7 @@ msgstr ""
"بارگذار آغازگر نمی‌تواند بدرستی نصب گردد. شما باید با گزینه‌ی نجات آغازگری "
"کرده و \"%s\" را انتخاب کنید"
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "نصب-مجدد بارگذار آغازگر"
@@ -3054,7 +3054,7 @@ msgstr "جستجوی کارگزارهای جدید"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "بسته‌ی %s لازم است نصب شود. آیا می‌خواهید آن را نصب کنید؟"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "بسته‌ی %s نتوانست نصب گردد!"
@@ -3065,19 +3065,19 @@ msgid "Mandatory package %s is missing"
msgstr "بسته‌ی ضروری %s حضور ندارد"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "هشدار"
@@ -3979,7 +3979,7 @@ msgstr "نام کاربر"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4912,8 +4912,8 @@ msgstr ""
"را انتخاب کنید بر %s کلیک کنید."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5997,8 +5997,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7690,14 +7690,14 @@ msgstr ""
msgid "Re-submit"
msgstr "ارسال-مجدد"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "چک (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7711,28 +7711,28 @@ msgid ""
"Dvorak"
msgstr "دوراک"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "اسپانیایی"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "فنلاندی"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "فرانسوی"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7746,828 +7746,828 @@ msgid ""
"Polish"
msgstr "لهستانی"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "روسی"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "سوئدی"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "صفحه‌کلید انگلیسی"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "صفحه‌کلید آمریکایی"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "آلبانیایی"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "ارمنی"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "ارمنی (ماشین‌نویس)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "ارمنی (تلفظی)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "عربی"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "آذربایجان (لاتین)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "بلژیکی"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "تامیل (طرح Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "بنگالی (طرح Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "بلغاری (تلفظی)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "بلغاری (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "برزیلی (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "بوسنی"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "بلاروسی"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "سوئیس (طرح آلمانی)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "سوئیس (طرح فرانسوی)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee syllabics"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "چکی ( qwerty)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "آلمانی (بدون کلیدهای مرده)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "دواناگری"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "دانمارکی"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "دوراک (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (اسپرانتو)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (French)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (UK)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (نروژی)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Polish)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "دوراک (سوئدی)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tibetan"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "استونیایی"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Faroese"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "گرجستانی (طرح \"روسی\")"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "گرجستانی (طرح \"لاتین\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "یونانی"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "یونانی (چندصوتی)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "گجراتی"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "گورموخی"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "کرواتی"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "مجارستانی"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "ایرلندی"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "اسراییلی"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "اسرائیل (تلفظی)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "ایرانی"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "ایسلندی"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "ایتالیایی"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "اینوک‌تیتوت"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "ژاپنی ۱۰۶ کلیدی"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "کن‌نادا"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "صفحه‌کلید کره‌ای"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurdish (arabic script)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "صفحه‌کلید قرقیز"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "آمریکای لاتین"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "لائوسی"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "لیتوانی AZERTY (قدیمی)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "لیتوانی AZERTY (جدید)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "لیتوانی \"ردیف شماره\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "لیتوانیایی \"تلفظی\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "لاتویایی"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "مالای‌الام"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "مقدونیه‌ای"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "مؤنمار (برمه‌ای)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "مغول (سیرلیک)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "مالتی (انگلیس)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "مالتی (آمریکا)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "هلندی"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "اوری‌یا"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "لهستانی (طرح qwerty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "لهستانی (طرح qwerty)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "پرتغالی"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "کانادایی (کوبک)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "رومانیایی (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "رومانیایی (qwertz)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "روسی (تلفظی)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "سامی (نروژی)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "سام (سوئدی/فنلاندی)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "اسلوونیایی"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "اسلوواکی (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "اسلوواکی (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "صربی (سیریلیک)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "سیریاک"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "سیریاک (تلفظی)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "تلوگو"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "تامیل (ISCII-layout)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "تامیل (طرح-ماشین‌نویسی)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thai (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thai (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thai (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "صفحه‌کلید تاجیکی"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turkmen"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "ترکی (مدل \"F\" سنتی)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "ترکی (مدل \"Q\" جدید)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "اوکراینی"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Urdu keyboard"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "صفحه‌کلید آمریکا (بین‌المللی)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "ازبک (سیریلیک)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "ویتنامی \"ردیف عددی\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "یوگوسلاو (لاتین)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "کلید راست تبدیل"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "هر دو کلیدهای تبدیل بطور همزمان"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "کلیدهای مهار و تبدیل بطور همزمان"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "کلید قفل‌تبدیل"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "کلیدهای قفل و دگرساز بطور همزمان"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "کلیدهای مهار و دگرساز بطور همزمان"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "کلیدهای دگرساز و تبدیل بطور هم‌زمان"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "کلید \"منو\""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "کلید \"ویندوز\" چپ"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "کلید \"ویندوز\" راست"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "هر دو کلیدهای مهار بطور همزمان"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "هر دو کلیدهای دگرساز بطور همزمان"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "کلید تبدیل چپ"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "کلید تبدیل راست"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "کلید دگرساز چپ"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "کلید مهار چپ"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "کلید مهار راست"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8578,7 +8578,7 @@ msgstr ""
"بین طرح‌های گوناگون صفحه‌کلید تعویض کنید انتخاب کنید\n"
"(یعنی بین لاتین و غیر لاتین)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10964,8 +10964,8 @@ msgstr "نشانی دروازه باید در قالب ۱.۲.۳.۴باشد"
msgid "Warning: IP address %s is usually reserved!"
msgstr "هشدار : نشانی آی‌پی %s معمولاً رزرو شده است!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s از قبل استفاده می‌شود\n"
@@ -11667,7 +11667,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "کپی کردن Firmware شکست خورد، پرونده‌ی %s یافت نشد"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "تبریک می‌گوئیم!"
@@ -11800,9 +11800,9 @@ msgstr "پیکربندی شده بر ماشین‌های دیگر"
msgid "On CUPS server \"%s\""
msgstr "بر کارگزار CUPS \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (پیش‌فرض)"
@@ -11854,9 +11854,9 @@ msgstr "کارگزار از راه دور CUPS"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "مدل ناشناس"
@@ -12104,7 +12104,7 @@ msgid "URI: %s"
msgstr "نشانی اینترنتی: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "چاپگر خام (بدون راه‌انداز)"
@@ -12135,12 +12135,12 @@ msgstr "میزبان %s"
msgid "%s (Port %s)"
msgstr "%s (درگاه %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12188,7 +12188,7 @@ msgstr ""
"بطور خودکار برای این رایانه در دسترس قرار گیرند."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "کارگزار از راه دور CUPS و هیچ شبح محلی CUPS"
@@ -12237,8 +12237,8 @@ msgstr "اشتراک چاپگر بر میزبان‌ها/شبکه‌ها: "
msgid "Custom configuration"
msgstr "پیکربندی اختصاصی"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "هیچ ماشین‌های از راه دور"
@@ -12465,8 +12465,8 @@ msgstr "درگاه"
msgid "On, Name or IP of remote server:"
msgstr "روشن، نام یا آی پی کارگزار از راه دور:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "نام کارگزار کاپس یا نشانی آی پی وجود ندارد."
@@ -12476,29 +12476,30 @@ msgstr "نام کارگزار کاپس یا نشانی آی پی وجود ندا
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "چاپگردرایک"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "خواندن اطلاعات چاپگر..."
@@ -12626,7 +12627,7 @@ msgstr ""
"چاپگرهای روی کارگزارهای از راه دور CUPS لازم نیست اینجا پیکربندی شوند؛ این "
"چاپگرها بطور خودکار شناسایی خواهند شد."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12854,12 +12855,12 @@ msgstr "روشن"
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "گزینش مدل چاپگر"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "مدل چاپگر شما چیست؟"
@@ -12877,7 +12878,7 @@ msgstr ""
"Printerdrake نتوانست مدل چاپگرتان %s را تعیین کند. لطفاً مدل درست را از لیست "
"انتخاب کنید."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12886,7 +12887,7 @@ msgstr ""
"اگر چاپگر در لیست نیست، یک همخوان (دستورالعمل چاپگر را ببینید) یا یک شبیه به "
"آن را انتخاب کنید."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "پیکربندی چاپگر \"%s\"..."
@@ -12905,7 +12906,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "مدیریت از راه دور"
@@ -12920,8 +12921,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "افزودن یک چاپگر جدید"
@@ -13122,8 +13123,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "بسته‌های %s نتوانستند نصب شوند!"
@@ -13362,10 +13363,10 @@ msgid "Remote printer name missing!"
msgstr "نام چاپگر از راه دور وجود ندارد!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13741,8 +13742,8 @@ msgstr "ویرایش"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "نوع اتصال چاپگر"
@@ -13752,22 +13753,18 @@ msgstr "نوع اتصال چاپگر"
msgid "What do you want to do?"
msgstr "چکار می‌خواهید بکنید؟"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "لغو"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13779,7 +13776,7 @@ msgstr ""
"جوهر، پاک کردن نوک، تراز سرآیند، ...) بر همه نه خیلی قدیمی inkjet، پویشگری "
"بر دستگاه‌های چند-کاره، و دستیابی کارت حافظه بر چاپگران با خوانشگرهای کارت."
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, fuzzy, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13788,89 +13785,105 @@ msgstr ""
"برای دستیابی به کاربردهای اضافی بر روی چاپگر اچ پی خود باید آن با نرم‌افزار "
"متناسبی برپاسازی گردد:"
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, fuzzy, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr "انتخاب شما چیست (برای چاپگر غیر اچ پی \"هیچیک\" را انتخاب کنید)؟"
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "نصب بسته %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "فقط چاپ بر روی %s ممکن خواهد بود."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "نمی‌توان پرونده‌ی پیکربندی HPOJ %s را برای %s حذف کرد!"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "لطفا پرونده را بطور دستی حذف کرده و HPOJ را راه‌اندازی مجدد کنید."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "بررسی دستگاه و پیکربندی %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "کدام چاپگر را می‌خواهید با HPLIP برپاسازی کنید؟"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "تنظیم بخشهای هسته..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "نصب بسته‌های SANE..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "پویشگری بر %s ممکن نخواهد بود."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "استفاده و نگهداری از %s"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "پیکربندی دستگاه..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "در دسترس قرار دادن درگاه چاپگر برای CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "خواندن بانک اطلاعات چاپگر..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "نام چاپگر و توضیحات را وارد کنید"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "نام چاپگر باید تنها دارای نویسه‌ها، اعداد و خط‌زیر باشد"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13879,7 +13892,7 @@ msgstr ""
"چاپگر \"%s\" از قبل وجود دارد، \n"
"آیا می‌خواهید پیکربندی آن بازنگارش شود؟"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13889,7 +13902,7 @@ msgstr ""
"نام چاپگر \"%s\" بیش از ۱۲ نویسه دارد که میتواند آن را از دسترس کارگیرهای "
"ویندوز دور نگه دارد. آیا واقعا میخواهید از این نام استفاده کنید؟"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13898,35 +13911,35 @@ msgstr ""
"هرچاپگر نامی لازم دارد (برای مثال \"چاپگر\"). محوطه‌های توضیح و مکان لازم "
"نیستند پر شوند. آنها توضیحاتی برای کاربران هستند."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "نام چاپگر"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "توصیف"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "جایگاه"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "آماده کردن بانک اطلاعات چاپگر..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "مدل چاپگر شما"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13951,18 +13964,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "مدل درست است"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "انتخاب دستی مدل"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -13977,12 +13990,12 @@ msgstr ""
"کرده است. مدل درست را وقتی که یک مدل اشتباه یا \"چاپگر خام\" پررنگ شده در "
"لیست پیدا کنید."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "نصب کردن پرونده‌ی PPD عرضه‌ی-تولید کننده"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -13991,7 +14004,7 @@ msgstr ""
"هر چاپگر پست‌اسکریپت با پرونده‌ی PPD ارائه می‌شود که قابلیت‌ها و گزینه‌های چاپگر "
"را تشریح می‌کند."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14000,12 +14013,12 @@ msgstr ""
"این پرونده معمولاً در جایی بر سی‌دی با راه‌اندازهای ویندوز و ماک همراه با چاپگر "
"ارائه می‌گردد."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "همچنین می‌توانید پرونده‌های PPD را بر وب‌گاه‌های تولید کنندگان بیابید."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14014,7 +14027,7 @@ msgstr ""
"اگر ویندوز را بر رایانه‌اتان نصب کرده‌اید، می‌توانید پرونده‌ی PPD را بر قسمت‌بندی "
"ویندوز پیدا کنید."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14024,7 +14037,7 @@ msgstr ""
"نصب پرونده‌ی PPD چاپگر و استفاده از آن هنگام برپاسازی چاپگر همه‌ی گزینه‌های "
"چاپگر را که توسط سخت‌افزار چاپگر عرضه شده‌اند در دسترس قرار می‌دهد"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14033,51 +14046,51 @@ msgstr ""
"در اینجا می‌توانید پرونده‌ی PPD را برای نصب کردن بر رایانه‌اتان انتخاب کنید، "
"سپس می‌توانید از آن برای برپاسازی چاپگرتان استفاده کنید."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "نصب کردن پرونده‌ی PPD از"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "دیسکچه"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "جای دیگر"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "انتخاب کردن پرونده‌ی PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "پرونده‌ی PPD %s وجود ندارد یا قابل خواندن نیست!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "پرونده‌ی PPD %s با مشخصات PPD مطابقت ندارد!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "نصب پرونده‌ی PPD..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "پیکربندی چاپگر ویندوز OKI "
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14094,12 +14107,12 @@ msgstr ""
"آزمایشی چاپگر را به اولین درگاه موازی وصل کنید. در غیر این صورت چاپگر کار "
"نخواهد کرد. نوع اتصال شما توسط راه‌انداز نادیده گرفته خواهد شد."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "پیکربندی چاپگر Lexmark inkjet "
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14112,7 +14125,7 @@ msgstr ""
"چاپگرتانرا به یک درگاه محلی وصل کرده یا آن را بر ماشینی که به آن وصل است "
"پیکربندی کنید."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14133,12 +14146,12 @@ msgstr ""
"با \"lexmarkmaintain\" چاپ کرده و با این برنامه تنظیم هم‌ترازی سرآیند را "
"میزان کنید."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "پیکربندی Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14150,12 +14163,12 @@ msgstr ""
"چاپگران بر ماشین‌های از راه دور یا کارگزارهای چاپ. لطفا چاپگرتان را به یک "
"درگاه USB محلی وصل کرده یا آن را بر ماشینی که به آن وصل است پیکربندی کنید."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Samsung ML/QL-85G configuration"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14168,17 +14181,17 @@ msgstr ""
"موازی دیگر. لطفا چاپگرتان را به درگاه اول موازی وصل کرده یا آن را بر ماشینی "
"که به آن وصل است پیکربندی کنید."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Canon LBP-460/660 configuration"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Canon LBP-460/660 configuration"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14190,12 +14203,12 @@ msgstr ""
"چاپگران بر ماشین‌های از راه دور یا کارگزارهای چاپ. لطفا چاپگرتان را به یک "
"درگاه USB محلی وصل کرده یا آن را بر ماشینی که به آن وصل است پیکربندی کنید."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "باردهی-Firmware برای HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14212,27 +14225,27 @@ msgstr ""
"بدرستی تعیین شده باشند. توجه کنید که چاپ با کیفیت/تفکیک‌پذیری خیلی بالا چاپ "
"کردن را بسیار آهسته می‌کند."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "تنظیمات پیش‌فرض چاپگر"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "گزینه %s باید یک عدد صحیح باشد!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "گزینه‌ی %s باید یک عدد باشد!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "گزینه‌ی %s خارج از گستره!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14241,12 +14254,12 @@ msgstr ""
"آیا می‌خواهید این چاپگر (\"%s\")\n"
"را چاپگر پیش‌فرض کنید؟"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "صفحات آزمایشی"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14259,47 +14272,47 @@ msgstr ""
"حافظه کم شاید اصلاً بیرون داده نشود. در بیشتر موارد کافی است که صفحه‌ی آزمایشی "
"استاندارد را چاپ کنید."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "بدون صفحات آزمایشی"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "چاپ"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "صفحه‌ی آزمایشی استاندارد"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "صفحه آزمایشی جایگزین (نامه)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "صفحه‌ی آزمایشی جایگزین (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "صفحه‌ی آزمایشی عکس"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "چاپ صفحه(های) آزمایشی..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "از قلم انداختن صفحه‌ی آزمایشی عکس"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14314,7 +14327,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14323,17 +14336,17 @@ msgstr ""
"صفحه‌ی آزمایشی به چاپگر فرستاده شده است.\n"
"ممکن است قدری طول بکشد تا چاپگر شروع کند.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "آیا آن بدرستی کار کرد؟"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "چاپگر خام"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14346,7 +14359,7 @@ msgstr ""
"<file>\". ابزار تصویری به شما اجازه می‌دهند که چاپگر را انتخاب کرده و "
"گزینه‌های تنظیمات را به آسانی پیرایش کنید.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14357,8 +14370,8 @@ msgstr ""
"بسیاری از برنامه‌ها استفاده کنید، ولی در اینجا نام پرونده را ارائه نکنید چرا "
"که پرونده‌ی برای چاپ شدن توسط برنامه عرضه می‌شود.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14370,7 +14383,7 @@ msgstr ""
"فرمان \"%s\"همچنین به شما اجازه‌ی پیرایش تنظیمات گزینه را برای یک کار چاپ "
"مشخص می‌دهد. فقط تنظیمات مورد نظرتان را به خط فرمان اضافه کنید،\"%s <file>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14381,7 +14394,7 @@ msgstr ""
"بخوانید یا بر دکمه‌ی \"لیست گزینه‌ی چاپ\" کلیک کنید.%s%s%s \n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14390,7 +14403,7 @@ msgstr ""
"این لیستی از گزینه‌های موجود چاپ برای چاپگر کنونی می‌باشد:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14399,8 +14412,8 @@ msgstr ""
"برای چاپ پرونده‌ای از خط فرمان (پنجره‌ی پایانه) از فرمان \"%s <file>\" استفاده "
"کنید.\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14411,7 +14424,7 @@ msgstr ""
"استفاده کنید. ولی در اینجا نام پرونده را ارائه نکنید چرا که پرونده‌ی برای چاپ "
"توسط برنامه داده می‌شود.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14420,7 +14433,7 @@ msgstr ""
"برای دریافت لیستی از گزینه‌های موجود برای چاپگر کنونی بر دکمه‌ی \"لیست "
"گزینه‌های چاپ\" کلیک کنید."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14429,7 +14442,7 @@ msgstr ""
"برای چاپ پرونده‌ای از خط فرمان (پنجره‌ی پایانه) از فرمان \"%s <file>\" یا \"%s "
"<file>\" استفاده کنید.\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14446,7 +14459,7 @@ msgstr ""
"بیدرنگ تمام کارهای چاپی را قطع می‌کند. این برای مثال هنگام گیر کردن کاغذ مفید "
"است.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14459,27 +14472,27 @@ msgstr ""
"چاپی بخصوص می‌دهد. فقط تنظیمات مورد نظر را به خط فرمان اضافه کنید, \"%s <file>"
"\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "استفاده/نگهداری از چاپگر \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "چاپ بر چاپگر \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "لیست گزینه‌ی چاپ"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "لیست گزینه‌ی چاپ"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14490,7 +14503,7 @@ msgstr ""
"قابلیتهای مخصوص چاپگرتان پشتیبانی میشود.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14499,7 +14512,7 @@ msgstr ""
"پویشگر در چاپگرتان میتواند با نرم افزار معمولی SANE استفاده شود، برای مثال "
"Kooka یا XSane ( هر دو در منوی چندرسانه/ گرافیک)"
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14510,7 +14523,7 @@ msgstr ""
"پویشگر در مرکز کنترل لینوکس ماندریبا) را اجرا کنید.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14519,7 +14532,7 @@ msgstr ""
"به خوانشگرهای کارت حافظه در چاپگر شما میتوانند مانند یک دستگاه انبار داده "
"USB دستیابی پیدا کرد. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14529,7 +14542,7 @@ msgstr ""
"بعد از داخل کردن کارتی شمایل دیسکی برای دستیابی بر روی میزکار ظاهر میگردد.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14540,7 +14553,7 @@ msgstr ""
"سیستم/پایشگری.جعبه ابزار چاپگر اچ پی) با کلیک بر دکمه \"دستیابی کارتهای "
"عکس...\" بر برگه \"Functions\" دست یافت. "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14551,7 +14564,7 @@ msgstr ""
"معمولا سریعتر است.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14561,33 +14574,33 @@ msgstr ""
"جعبه ابزار چاپگر اچ پی (منو: سیستم/پایشگری/ جعبه ابزار چاپگر اچ پی) تعداد "
"زیادی قابلیت پایشگری وضعیت و نگهداری برای %s شما عرضه میدارد:\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr "اطلاعات سطح جوهر/وضعیت\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - پاک کردن نوک جوهر\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - چاپ کردن همترازی سرآیند \n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - تنظیم رنگ\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "پیکربندی انتقال چاپگر"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14601,7 +14614,7 @@ msgstr ""
"و گزینه‌ی تنظیمات پیش‌فرض) در بر گرفته شده ولی کارهای چاپی منتقل نخواهند شد.\n"
"همه‌ی صف‌های چاپی نمی‌توانند منتقل شوند، این بدلایل بدنبال آمده می‌باشد:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14610,7 +14623,7 @@ msgstr ""
"CUPS از چاپگرهای بر روی کارگزارهای نوول یا چاپگرهایی که داده ها را بصورت "
"فرمانی بدون-فرم می‌فرستند حمایت نمی‌کند.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14619,12 +14632,12 @@ msgstr ""
"PDQ فقط از چاپگرهای محلی،, چاپگرهای از راه دور LPD, و چاپگرهای Socket/TCP "
"حمایت می‌کند.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD و LPRng چاپگرهای IPP را حمایت نمی‌کنند.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14633,7 +14646,7 @@ msgstr ""
"صف‌ها با این برنامه ایجاد نشده‌اند یا \"foomatic-configure\" نمی‌تواند منتقل "
"شود."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14644,7 +14657,7 @@ msgstr ""
"چاپگرهای پیکربندی شده‌ با پرونده‌های PPD که بوسیله تولید کننده آنها یا با "
"کارگزارهای بومی CUPS عرضه شده‌اند نمی‌توانند منتقل شوند."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14655,17 +14668,17 @@ msgstr ""
"چاپگرهایی را که می‌خواهید انتقال دهید علامت زده و \n"
"\"انتقال\" را کلیک کنید."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "چاپگرها منتقل نشوند"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "انتقال"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14676,17 +14689,17 @@ msgstr ""
"بر \"انتقال\" برای بازنگارش آن کلیک کنید.\n"
"می‌توانید نام جدیدی را تایپ کرده یا این چاپگر را رها کنید."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "نام جدید چاپگر"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "انتقال %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14695,28 +14708,28 @@ msgstr ""
"شما چاپگر پیش‌فرض قبلی خود(\"%s\") را انتقال داده‌اید، آیا آن باید چاپگر "
"پیش‌فرض در سیستم جدید چاپگری %s گردد؟"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "نوسازی اطلاعات چاپگر..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "راه‌اندازی شبکه..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "پیکربندی شبکه اکنون"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "کارآرایی شبکه پیکربندی نشده است"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14729,12 +14742,12 @@ msgstr ""
"ادامه دهید نخواهید توانست از چاپگر در حال پیکربندی شدن استفاده کنید. چگونه "
"می‌خواهید پیشروی کنید؟"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "ادامه دادن بدون پیکربندی شبکه"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14749,7 +14762,7 @@ msgstr ""
"کنید، و بعد چاپگر را با استفاده از مرکز کنترل %s، قسمت \"Network & Internet"
"\"/\"Connection\" برپاسازی کنید"
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14759,27 +14772,27 @@ msgstr ""
"دستیابی شبکه در حال اجرا نبود و نتوانست شروع گردد. لطفا پیکربندی و سخت‌افزار "
"خود را بررسی کنید. سپس دوباره سعی کنید چاپگر از راه دور خود را پیکربندی کنید."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "راه‌اندازی مجدد سیستم چاپ..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "بالا"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "خیالاتی"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "نصب یک سیستم چاپ در سطح امنیتی %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14804,12 +14817,12 @@ msgstr ""
"\n"
"آیا واقعا می‌خواهید چاپ را بر روی این رایانه پیکربندی کنید؟"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "راه‌اندازی سیستم چاپ در زمان آغازگری"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14829,32 +14842,32 @@ msgstr ""
"\n"
"آیا می‌خواهید شروع خودکار سیستم چاپی دوباره روشن شود؟"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "بررسی نرم‌افزارهای نصب شده..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "حذف %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "سیستم چاپی %s نتوانست برداشته شود!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "نصب %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "سیستم چاپی %s نتوانست نصب گردد!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14867,7 +14880,7 @@ msgstr ""
"وقت تعیین کرد و اگر کارگزار مشخص شده خاموش باشد به هیچ وجه نمیتوان از این "
"رایانه چاپ شود."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -14876,32 +14889,32 @@ msgstr ""
"نام میزبان یا آی پی کارگزار CUPS را وارد کنید و اگر میخواهید از این حالت "
"استفاده کنید تأیید را کلیک کرده و در غیر این صورت \"ترک\" را کلیک کنید."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "نام یا آی پی کارگزار از راه دور"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "گذاردن چاپگر پیش‌فرض..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "سیستم چاپ محلی کاپس یا کارگزار از راه دور CUPS؟ "
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "سیستم چاپ CUPS به دو روش میتواند مورد استفاده قرار گیرد: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "۱. سیستم چاپ CUPS میتواند بطور محلی اجرا گردد."
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -14910,7 +14923,7 @@ msgstr ""
"پس چاپگران محلی میتوانند استفاده شوند و چاپگران از راه دور بر کارگزاران دیگر "
"CUPS در همان شبکه بطور خودکار کشف خواهند گردید. "
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14922,13 +14935,13 @@ msgstr ""
"افزار بیشتری باید نصب گردند، شبح CUPS باید در پس‌زمینه اجرا شده و به مقداری "
"حافظه احتیاج دارد، و درگاه IPP (درگاه ۶۳۱) باز باشد. "
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"۲. تمام درخواستهای چاپ بیدرنگ به کارگزار از راه دور CUPS فرستاده میشوند. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14939,7 +14952,7 @@ msgstr ""
"باز نشده، هیچ ساختار نرم افزاری برای برپاسازی صفهای چاپ محلی نصب نشده است، "
"پس بنابرین حافظه و فضای دیسک کمتری استفاده شده است. "
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -14948,48 +14961,48 @@ msgstr ""
"ضرر آن این است که ممکن نیست چاپگران محلی را تعیین کرد و اگر کارگزار مشخص شده "
"کار نکند نمیتوان دیگر از این رایانه چاپ کرد."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "چگونه باید CUPS بر رایانه شما برپاسازی شود؟"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "کارگزار از راه دور، نام یا آی پی را در اینجا مشخص کنید:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "سیستم چاپی محلی CUPS"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "انتخاب اسپولر چاپگر"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "از چه سیستم چاپی (اسپولر) می‌خواهید استفاده کنید؟"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "شکست در پیکربندی چاپگر \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "نصب Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "بسته‌های %s نتوانستند نصب گردند، %s نمی‌تواند راه‌اندازی شود!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14999,48 +15012,48 @@ msgstr ""
"چاپگران بدنبال آمده پیکربندی شده‌اند. بر روی چاپگری برای تغییر تنظیماتش؛ساختن "
"آن به پیش‌فرض یا نمایش اطلاعات درباره آن بر آن دوکلیکه کنید."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "نمایش همه‌ی چاپگران از راه دور موجود CUPS "
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "نوسازی لیست چاپگر (نمایش همه‌ی چاپگرهای از راه دور موجود CUPS)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "پیکربندی CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "تغییر سیستم چاپی"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "حالت عادی"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "حالت کارشناسی"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "گزینه‌های چاپگر"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "پیرایش پیکربندی چاپگر"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15049,99 +15062,99 @@ msgstr ""
"چاپگر %s%s\n"
"چه را می‌خواهید در این چاپگر پیرایش کنید؟"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "این چاپگر از کار افتاده است"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "انجام بده!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "نام ، توضیح، مکان چاپگر"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "راه‌انداز ، مدل ،سازنده‌ی چاپگر"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "سازنده‌ی چاپگر، مدل"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "این چاپگر مانند پیش‌فرض گذارده شود"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "بکاراندازی چاپگر"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "از کاراندازی چاپگر"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "نوع اتصال چاپگر"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "چاپ صفحات آزمایشی"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "آموزش استفاده از این چاپگر"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "برداشتن چاپگر"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "برداشتن چاپگر قدیمی \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "چاپگر \"%s\" اکنون بکار افتاده است."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "چاپگر \"%s\" اکنون از کار افتاده است."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "آیا واقعاً می‌خواهید چاپگر \"%s\" را بردارید؟"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "برداشتن چاپگر \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "چاپگر پیش‌فرض"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "چاپگر \"%s\" اکنون مانند پیش‌فرض گذارده شده است."
@@ -15177,15 +15190,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "اجازه‌های پرونده‌ی ثابت‌افزار %s نتوانست گذارده شوند!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "پویشگردرایک"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "نمی‌توان بسته‌های لازم را برای اشتراک پویشگر(های) شما نصب کرد."
@@ -17088,12 +17101,12 @@ msgstr "لطفا خارج شوید سپس از Ctrl-Alt-BackSpace استفاده
msgid "You need to log out and back in again for changes to take effect"
msgstr "باید ثبت خروج کرده و باز برگردید برای اینکه تغییرات تأثیر کنند"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s یک نام کاربر لازم دارد...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17102,113 +17115,113 @@ msgstr ""
"%s: %s به نام میزبان، نشانی MAC، آی‌پی, تصویر-nbi، 0/1 برای THIN_CLIENT, 0/1 "
"برای پیکربندی محلی نیاز دارد\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s نیاز به نام میزبان دارد...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "پیکربندی کارگزار پایانه"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "پیکربندی dhcpd ..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "بکاراندازی کارگزار"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "از کاراندازی کارگزار"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "راه‌اندازی کارگزار"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "توقف کارگزار"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot Floppy/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "تصاویر آغازگری شبکه"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "افزودن/حذف کاربرها"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "افزودن/حذف کارگیرها"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "تصاویر"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "کارگیرها/کاربران"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "جادوگر بار اول"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
"%s مانند dm تعریف شده است,کاربر gdm به /etc/passwd$$CLIENT$$ افزوده می‌شود"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17249,27 +17262,27 @@ msgstr ""
" e) از شما برای ساختن دیسکچه‌ی آغازگر سؤال می‌شود.\n"
" f) اگر آن کارگیر لاغر است, از شما برای راه‌اندازی مجدد KDM سؤال می‌شود.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "لغو جادوگر"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "لطفاً پیکربندی dhcpd را ذخیره کنید!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "استفاده از کارگیرهای لاغر."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "هم‌گاه‌سازی تنظیمات صفحه‌کلید ایکس کارگیر با کارگزار."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, fuzzy, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17284,28 +17297,28 @@ msgstr ""
" کارگیرهای 'چاق' از پردازه/حافظه‌ی خودشان ولی سیستم‌پرونده‌ی کارگزار استفاده "
"می‌کنند."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "ایجاد تصاویر آغازگری شبکه برای همه‌ی هسته‌ها"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "این چند دقیقه زمان می‌برد."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "انجام شد!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17313,12 +17326,12 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr "هم‌گاه‌سازی لیست کاربر کارگزار با لیست کارگیر، شامل مدیر."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17327,19 +17340,18 @@ msgstr ""
"برای اینکه تغییرات ایجاد شده برای کارگیرهای لاغر بکار افتند، مدیر نمایش باید "
"راه‌اندازی مجدد گردد. اکنون راه‌اندازی شود؟"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "پیش‌نمای کارگزار پایانه"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17350,22 +17362,22 @@ msgstr ""
" - ایجاد تصاویر آغازگری بکار افتاده‌ی آغازگری شبکه‌ای:\n"
" \t\tبرای آغازگری یک هسته از طریق etherboot, یک تصویر هسته/initrd "
"باید ایجاد شود.\n"
-" \t\tmkinitrd-net بیشتر این کارها را انجام می‌دهد و drakTermServ فقط "
-"یک واسط گرافیک\n"
+" \t\tmkinitrd-net بیشتر این کارها را انجام می‌دهد و %s فقط یک واسط "
+"گرافیک\n"
" \t\tبرای مدیریت/تغییر این تصاویر می‌باشد. برای ایجاد پرونده‌ی \n"
" \t\t/etc/dhcpd.conf.etherboot-pcimap.include که مانند یک ضمیمه "
"بدرون \n"
" \t\tdhcpd.conf کشیده می‌شود, شما باید حداقل یک هسته‌ی کامل تصاویر "
"etherboot را ایجاد کنید."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17380,8 +17392,8 @@ msgstr ""
" - نگهداری /etc/dhcpd.conf:\n"
" \tبرای آغازگری کارگیرهای از شبکه، هر کارگیر به یک ورودی dhcpd."
"conf٬واگذاری یک آی‌پی\n"
-" \t\tو تصاویر آغازگری شبکه به ماشین احتیاج دارند. drakTermServ به شما "
-"در ایجاد/برداشتن این ورودی‌ها کمک می‌کند.\n"
+" \t\tو تصاویر آغازگری شبکه به ماشین احتیاج دارند. %s به شما در ایجاد/"
+"برداشتن این ورودی‌ها کمک می‌کند.\n"
"\t\t\t\n"
" \t\t(کارت‌های PCI ممکن است تصویر را نادیده بگیرند - etherboot تصویر "
"درست را درخواست خواهد کرد. شما باید\n"
@@ -17392,30 +17404,29 @@ msgstr ""
" \t\tیک قطعه‌ی نمونه dhcpd.conf برای حمایت یک کارگیر بدون دیسک شبیه "
"زیر است:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17434,10 +17445,10 @@ msgstr ""
"مشخص برای\n"
" یک ماشین کارگیر استفاده کنید، استفاده از یک طرح نشانی ثابت استفاده از "
"توانایی‌های پرونده‌های\n"
-" تنظیمات مخصوص-کارگیر را که ClusterNFS عرضه می‌کند را آسان می‌سازد.\n"
+" تنظیمات مخصوص-کارگیر را که %s عرضه می‌کند را آسان می‌سازد.\n"
"\t\t\t\n"
-" توجه: ورودی \"#type\" فقط توسط drakTermServ استفاده می‌شود. کارگیرها "
-"می‌توانند 'لاغر'\n"
+" توجه: ورودی \"#type\" فقط توسط %s استفاده می‌شود. کارگیرها می‌توانند "
+"'لاغر'\n"
" یا 'چاق' باشند. کارگیرهای لاغر بیشتر نرم‌افزار را برکارگزار از طریق "
"XDMCP می‌رانند, در حالی که کارگیرهای چاق fat clients run \n"
" بیشتر نرم‌افزار را بر ماشین کارگیر می‌رانند. یک inittab مخصوص, %s\n"
@@ -17449,8 +17460,8 @@ msgstr ""
"زیرشبکه محلی تغییر\n"
" کرده‌اند.\n"
"\t\t\t\n"
-" توجه: ورودی \"#hdw_config\" فقط توسط drakTermServ استفاده می‌شود. "
-"کارگیرها می‌توانند یا \n"
+" توجه: ورودی \"#hdw_config\" فقط توسط %s استفاده می‌شود. کارگیرها "
+"می‌توانند یا \n"
" 'درست' یا 'نادرست' باشند. 'درست' ورود مدیر را در ماشین کارگیر قادر "
"ساخته و تنظیمات سخت‌افزاری \n"
" محلی صدا، موش و X, را با استفاده از ابزار 'drak' مجاز می سازد. این "
@@ -17464,17 +17475,16 @@ msgstr ""
" توجه: شما باید کارگزار را بعد از افزودن یا تغییر کارگیرها متوقف/شروع "
"نمایید."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17482,58 +17492,59 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - نگهداری از /etc/exports:\n"
-" \t\tClusternfs صدور سیستم پرونده‌ی ریشه را به کارگیرهای بدون دیسک "
-"مجاز می‌سازد. drakTermServ\n"
+" \t\t%s صدور سیستم پرونده‌ی ریشه را به کارگیرهای بدون دیسک مجاز "
+"می‌سازد. %s\n"
" \t\tورودی صحیح را برای اجازه دسترسی ناشناس به سیستم پرونده‌ی ریشه را "
"از کارگیرهای بدون دیسک\n"
" \t\tبرپاسازی میکند.\n"
"\n"
-" \t\tیک نمونه از ورودی صدور برایclusternfs:\n"
+" \t\tیک نمونه از ورودی صدور برای%s:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
"\t\t\tبا تایین SUBNET/MASK برای شبکه شما می‌باشد."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - نگهداری از %s:\n"
" \t\tبرای اینکه کاربران بتوانند از کارگیر بدون دیسک به سیستم وارد "
"شوند، ورودی آنها در\n"
-" \t\t/etc/shadow لازم است در %s تکثیر شود. drakTermServ\n"
+" \t\t/etc/shadow لازم است در %s تکثیر شود. %s\n"
" \t\tبوسیله افزودن یا برداشتن کاربران سیستم از این پرونده در این مورد "
"کمک می‌کند."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - برای هر کارگیر %s:\n"
-" \t\tاز طریق clusternfs, هر کارگیر بدون دیسک می‌تواند پرونده‌های "
-"پیکربندی یگانه‌ی خود را \n"
+" \t\tاز طریق %s, هر کارگیر بدون دیسک می‌تواند پرونده‌های پیکربندی "
+"یگانه‌ی خود را \n"
" \t\tبر ریشه‌ی سیستم پرونده‌ی کارگزار داشته باشند. بوسیله‌ی اجازه دادن "
"پیکربندی سخت‌افزاری محلی کارگیر، \n"
-" \t\tdrakTermServ به ایجاد این پرونده‌ها کمک می‌کند."
+" \t\t%s به ایجاد این پرونده‌ها کمک می‌کند."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17549,8 +17560,8 @@ msgid ""
"machine is configured."
msgstr ""
" - پرونده‌های پیکربندی سیستم برای هر کارگیر:\n"
-" \t\tاز طریق clusternfs, هر کارگیر بدون دیسک می‌توانند پرونده‌های "
-"پیکربندی یگانه‌ی خود را بر\n"
+" \t\tاز طریق %s, هر کارگیر بدون دیسک می‌توانند پرونده‌های پیکربندی "
+"یگانه‌ی خود را بر\n"
" \t\tبر ریشه‌ی سیستم پرونده‌ی کارگزار داشته باشند. بوسیله‌ی اجازه دادن "
"پیکربندی سخت‌افزاری محلی کارگیر \n"
"\t\t\t\tکارگیرها می‌توانند پرونده‌هایی نظیر /etc/modules.conf, /etc/sysconfig/"
@@ -17563,12 +17574,12 @@ msgstr ""
"کارگیر پیکربندی شد،\n"
" پیکربندی محلی می‌تواند خاموش شود."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17593,8 +17604,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \t\tdrakTermServ این پرونده را در کنار تصویری که توسط mkinitrd-net "
-"ایجاد شده، و ورودی‌های در‌\n"
+" \t\t%s این پرونده را در کنار تصویری که توسط mkinitrd-net ایجاد شده، "
+"و ورودی‌های در‌\n"
" \t\t، پرونده‌ی /etc/dhcpd.conf برای ارائه تصویر آغازگر به هر کارگیر "
"بدون دیسک تنظیم خواهد نمود.\n"
"\n"
@@ -17616,14 +17627,12 @@ msgstr ""
" \t\t /var/lib/tftpboot تغییر می‌دهد, جایی که mkinitrd-net تصاویر خود "
"را می‌گذارد."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17631,95 +17640,106 @@ msgid ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
+" - ایجاد دیسکچه‌ها/سی‌دی‌های آعازگری شبکه‌ای:\n"
+" \t\tماشین‌های کارگیر بدون دیسک نه به تصاویر ROM بر NIC, یا یک دیسکچه‌ی "
+"آغازگر\n"
+" \t\tیا CD برای توالی آغازگری احتیاج دارند. %s در تولید این تصاویر "
+"کمک خواهد کرد,\n"
+" \t\tاین بر اساس NIC در ماشین کارگیر انجام پذیر می‌گردد.\n"
+" \t\t\n"
+" \t\t یک نمونه‌ی ساده از ایجاد دستی یک دیسکچه آغازگر برای یک کارت 3Com "
+"3c509:\n"
+" \t\t\n"
+" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "دیسکچه آغازگری"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Boot ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "تصویر PXE"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "نسخه‌ی هسته‌ی پیش‌فرض"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "ساختن کل هسته -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "هیچ هسته‌ای انتخاب نشده است!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "ساخت یک NIC -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "هیچ کارت شبکه، NIC، انتخاب نشده!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "ساخت تمام هسته‌ها -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- حذف"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "هیچ تصویری انتخاب نشده!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "حذف همه NBIs"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, fuzzy, c-format
msgid "Building images for kernel:"
msgstr "ایجاد تصاویر آغازگری شبکه برای همه‌ی هسته‌ها"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17730,27 +17750,27 @@ msgstr ""
"آن که در بانک اطلاعات کارگزار پایانه وجود دارد.\n"
"حذف/افزودن مجدد کاربر به کارگزار پایانه برای قادر شدن به ثبت‌ورود."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "افزودن کاربر-->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- حذف کاربر"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "نوع: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "پیکربندی محلی: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17759,22 +17779,22 @@ msgstr ""
"اجازه دادن به پیکربندی\n"
"محلی سخت‌افزار."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "هیچ تصویر آغازگری شبکه ایجاد نشده است!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "کارگیر نازک"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "اجازه دادن به کارگیرهای لاغر"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -17783,52 +17803,52 @@ msgstr ""
"هم‌گاه‌سازی تنظیمات صفحه‌کلید\n"
" ایکس کارگیر با کارگزار."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "افزودن کارگیر -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "نوع: چاق"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "نوع: لاغر"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "تنظیم محلی: نادرست"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "تنظیم محلی: درست"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "ویرایش کارگیر -->"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "از کاراندازی پیکربندی محلی"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "حذف کارگیر"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17837,79 +17857,79 @@ msgstr ""
"نیاز به راه‌اندازی مجدد مدیر نمایش برای فعال شدن تمام تغییرات است.\n"
"(راه‌اندازی مجدد سرویس dm - در کنسول) "
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"کارگیرهای نازک با ثبت‌ورود خودکار کار نمی‌کنند. ثبت‌ورود خودکار از کار انداخته "
"شود؟"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "همه‌ی کارگیرها از %s استفاده خواهند کرد"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "زیرشبکه:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "نقاب شبکه:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "مسیریاب‌ها:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "نقاب زیرشبکه:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "نشانی پخش همگانی:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "نام دامنه:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "کارگزارهای نام:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "شروع گستره‌ی آی‌پی:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "پایان گستره‌ی آی‌پی:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Append TS Includes To Existing Config"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "نگارش پیکربندی"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "پیکربندی کارگزار dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17920,109 +17940,109 @@ msgstr ""
"شما استخراج شده‌اند.\n"
"شما می‌توانید در صورت نیاز آنها را پیرایش کنید."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "لطفاً دیسکچه‌ای را داخل کنید:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "نتوانستم به دیسکچه دستیابی پیدا کنم!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "دیسکچه می‌تواند اکنون برداشته شود"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "هیچ دستگاه دیسکچه‌ای در دسترس نیست!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "تصویر PXE /%s%s است"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "خطا در نگارش %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "تصویر ISO آغازگر شبکه %s است"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "اشکالی رخ داد! - آیا mkisofs نصب شده است؟"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "احتیاج به ایجاد پرونده‌ی /etc/dhcpd.conf در ابتدا!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s گذرواژه‌ی بد در کارگزار پایانه - بازنگارش...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s یک کاربر نیست...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s از قبل کاربر کارگزار پایانه است\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "افزودن %s به کارگزار پایانه شکست خورد!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s به کارگزار پایانه اضافه شد\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s حذف گردید...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s یافت نشد...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"پرونده‌های /etc/hosts.allow و /etc/hosts.deny از قبل پیکربندی شده‌اند - بدون "
"تغییر"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "پیکربندی تغییر کرده است - آیا clusternfs/dhcpd دوباره راه‌اندازی شود؟ "
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "پیکربندی تغییر کرده است - آیا %s/dhcpd دوباره راه‌اندازی شود؟ "
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26151,17 +26171,17 @@ msgstr "بسته‌های لازم برای برپاسازی یک پویشگر
msgid "Scannerdrake will not be started now."
msgstr "پویشگردرایک اکنون راه‌اندازی نخواهد شد."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "جستجو برای پویشگرهای پیکربندی شده..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "جستجو برای پویشگرهای جدید..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "تولید مجدد لیست پویشگران پیکربندی شده..."
@@ -26323,43 +26343,43 @@ msgstr ""
"%s باید بوسیله printerdrake پیکربندی گردد.\n"
"می‌توانید printerdrake را از مرکز کنترل %s در قسمت سخت‌افزار اجرا کنید."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "تنظیم بخشهای هسته..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "درگاه‌های در دسترس شناسایی-خودکار"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "لطفاً دستگاهی را که %s شما به آن وصل شده است انتخاب کنید"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(یادآوری: درگاه‌های موازی نمی‌توانند پویش خودکار شوند)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "انتخاب دستگاه"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "جستجو برای پویشگرها..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "تنظیم بخشهای هسته..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "توجه!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26371,7 +26391,7 @@ msgstr ""
"\n"
"میزان کردن دستی آن لازم است. لطفا پرونده /etc/sane.d/%s.conf را ویرایش کنید."
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26380,7 +26400,7 @@ msgstr ""
"اطلاعات بیشتر در صفحه مانوآل راه‌انداز وجود دارد. فرمان \"man sane-%s\" را "
"برای خواندن آن اجرا کنید."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26389,7 +26409,7 @@ msgstr ""
"بعد از آن میتوانید نوشتارها را با استفاده از \"XSane\" یا \"Kooka\" از "
"وسایل چندرسانه‌ای/گرافیک در منوی برنامه‌ها پویش کنید."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26398,7 +26418,7 @@ msgstr ""
"%s شما پیکربندی شده است، ولی ممکن است قدری میزان کردن برای درست کار کردن آن "
"لازم داشته باشد. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26407,12 +26427,12 @@ msgstr ""
"اگر آن در لیست پویشگرهای پیکربندی شده در پنجره اصلی Scannerdrake ظاهر نشد یا "
"اگر آن بدرستی کار نکرد،"
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "پرونده پیکربندی /etc/sane.d/%s.conf را ویرایش کنید."
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26423,7 +26443,7 @@ msgstr ""
"شما اکنون می‌توانید با استفاده از \"XSane\" یا \"Kooka\" از وسایل چندرسانه‌ای/"
"گرافیک در منوی برنامه‌ها پویش نوشتار کنید."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26436,7 +26456,7 @@ msgstr ""
"%s\n"
"در سیستم‌تان در دسترس می‌باشند.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26449,42 +26469,42 @@ msgstr ""
"%s\n"
"بر سیستم شما در دسترس می‌باشد.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "هیچ پویشگر در دسترسی بر روی سیستم شما یافت نشد.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "جستجو برای پویشگرهای جدید"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "افزودن دستی یک پویشگر"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "نصب/بروزسازی پرونده‌های ثابت‌افزار"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "اشتراک پویشگر"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "تمام ماشین‌های از راه دور"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "این ماشین"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26493,7 +26513,7 @@ msgstr ""
"در اینجا می‌توانید اجازه‌ی دسترسی به پویشگر وصل شده به این ماشین را به "
"رایانه‌های از راه دور و توسط کدامیک از آنها را انتخاب کنید."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26502,33 +26522,33 @@ msgstr ""
"می‌توانید در اینجا تصمیم بگیرید که آیا پویشگرهای بر ماشین های از راه دور باید "
"در دسترس این ماشین قرار بگیرند یا نه. "
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "چاپگرهای موجود بر این ماشین قابل دسترسی برای رایانه‌های دیگر هستند"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "اشتراک پویشگر به میزبان‌های: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "استفاده از پویشگرهای بر روی رایانه‌های از راه دور"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "استفاده از پویشگران بر روی میزبان: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "اشتراک پویشگرهای محلی"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26537,56 +26557,56 @@ msgstr ""
"اینها ماشین‌هایی هستند که پویشگر(ها) وصل شده‌ی محلی باید برای آنها در دسترس "
"قرار گیرد:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "افزودن میزبان"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "ویرایش میزبان انتخاب شده"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "برداشتن میزبان انتخاب شده"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "نام/نشانی آی‌پی میزبان"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "میزبانی را که پویشگران محلی باید بر آن در دسترس باشند انتخاب کنید:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "باید یک نام میزبان یا یک نشانی آی‌پی را وارد کنید.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "این میزبان از قبل در لیست است، نمی‌توان آن را دوباره اضافه کرد.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "استفاده از پویشگرهای از راه دور"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
"اینها ماشین‌هایی هستند که پویشگرها باید از آنها مورد استفاده قرار گیرند:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26597,7 +26617,7 @@ msgstr ""
"\n"
"آیا می‌خواهید بسته‌ی saned را نصب کنید؟"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "پویشگر(های) شما بر شبکه قابل دسترسی نخواهد بود."
@@ -26781,6 +26801,284 @@ msgstr ""
msgid "Installation failed"
msgstr "نصب شکست خورد"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "لغو"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - ایجاد تصاویر آغازگری بکار افتاده‌ی آغازگری شبکه‌ای:\n"
+#~ " \t\tبرای آغازگری یک هسته از طریق etherboot, یک تصویر هسته/initrd "
+#~ "باید ایجاد شود.\n"
+#~ " \t\tmkinitrd-net بیشتر این کارها را انجام می‌دهد و drakTermServ "
+#~ "فقط یک واسط گرافیک\n"
+#~ " \t\tبرای مدیریت/تغییر این تصاویر می‌باشد. برای ایجاد پرونده‌ی \n"
+#~ " \t\t/etc/dhcpd.conf.etherboot-pcimap.include که مانند یک ضمیمه "
+#~ "بدرون \n"
+#~ " \t\tdhcpd.conf کشیده می‌شود, شما باید حداقل یک هسته‌ی کامل تصاویر "
+#~ "etherboot را ایجاد کنید."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - نگهداری /etc/dhcpd.conf:\n"
+#~ " \tبرای آغازگری کارگیرهای از شبکه، هر کارگیر به یک ورودی dhcpd."
+#~ "conf٬واگذاری یک آی‌پی\n"
+#~ " \t\tو تصاویر آغازگری شبکه به ماشین احتیاج دارند. drakTermServ به "
+#~ "شما در ایجاد/برداشتن این ورودی‌ها کمک می‌کند.\n"
+#~ "\t\t\t\n"
+#~ " \t\t(کارت‌های PCI ممکن است تصویر را نادیده بگیرند - etherboot "
+#~ "تصویر درست را درخواست خواهد کرد. شما باید\n"
+#~ " \t\tهمچنین توجه داشته باشید که وقتی etherboot دنبال تصاویر "
+#~ "می‌گردد، آن انتظار نام‌هایی شبیه \n"
+#~ " \t\tboot-3c59x.nbi, تا اینکه boot-3c59x.2.4.19-16mdk.nbi).\n"
+#~ "\t\t\t \n"
+#~ " \t\tیک قطعه‌ی نمونه dhcpd.conf برای حمایت یک کارگیر بدون دیسک شبیه "
+#~ "زیر است:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " وقتی شما می‌توانید از یک دسته از نشانی‌های آی پی به جای تنظیم یک "
+#~ "ورودی مشخص برای\n"
+#~ " یک ماشین کارگیر استفاده کنید، استفاده از یک طرح نشانی ثابت استفاده "
+#~ "از توانایی‌های پرونده‌های\n"
+#~ " تنظیمات مخصوص-کارگیر را که ClusterNFS عرضه می‌کند را آسان می‌سازد.\n"
+#~ "\t\t\t\n"
+#~ " توجه: ورودی \"#type\" فقط توسط drakTermServ استفاده می‌شود. کارگیرها "
+#~ "می‌توانند 'لاغر'\n"
+#~ " یا 'چاق' باشند. کارگیرهای لاغر بیشتر نرم‌افزار را برکارگزار از طریق "
+#~ "XDMCP می‌رانند, در حالی که کارگیرهای چاق fat clients run \n"
+#~ " بیشتر نرم‌افزار را بر ماشین کارگیر می‌رانند. یک inittab مخصوص, %s\n"
+#~ " برای کارگیرهای لاغر نوشته شده است. پرونده‌های تنظیم سیستم xdm-"
+#~ "config, kdmrc, و gdm.conf\n"
+#~ " اگر کارگیرهای لاغر استفاده شده باشند برای فعال کردن XDMCPتغییر "
+#~ "کرده‌اند. چون مسائل امنیتی در استفاده از\n"
+#~ " XDMCP وجود دارد, hosts.deny و hosts.allow برای محدود کردن دسترسی به "
+#~ "زیرشبکه محلی تغییر\n"
+#~ " کرده‌اند.\n"
+#~ "\t\t\t\n"
+#~ " توجه: ورودی \"#hdw_config\" فقط توسط drakTermServ استفاده می‌شود. "
+#~ "کارگیرها می‌توانند یا \n"
+#~ " 'درست' یا 'نادرست' باشند. 'درست' ورود مدیر را در ماشین کارگیر قادر "
+#~ "ساخته و تنظیمات سخت‌افزاری \n"
+#~ " محلی صدا، موش و X, را با استفاده از ابزار 'drak' مجاز می سازد. این "
+#~ "بوسیله ایجاد پرونده‌های تنظیم \n"
+#~ " جداگانه ربط داده شده به نشانی آی پی کارگیرها و ایجاد خواندن/نوشتن "
+#~ "نقاط سوارسازی برای مجاز ساختن\n"
+#~ " کارگیر به دسترسی به پرونده فعال شده است. هنگامی که شما از تنظیمات "
+#~ "راضی شدید،\n"
+#~ " می‌توانید امتیازات ورود مدیر را از کارگیر بردارید.\n"
+#~ "\t\t\t\n"
+#~ " توجه: شما باید کارگزار را بعد از افزودن یا تغییر کارگیرها متوقف/"
+#~ "شروع نمایید."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - نگهداری از /etc/exports:\n"
+#~ " \t\tClusternfs صدور سیستم پرونده‌ی ریشه را به کارگیرهای بدون دیسک "
+#~ "مجاز می‌سازد. drakTermServ\n"
+#~ " \t\tورودی صحیح را برای اجازه دسترسی ناشناس به سیستم پرونده‌ی ریشه "
+#~ "را از کارگیرهای بدون دیسک\n"
+#~ " \t\tبرپاسازی میکند.\n"
+#~ "\n"
+#~ " \t\tیک نمونه از ورودی صدور برایclusternfs:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tبا تایین SUBNET/MASK برای شبکه شما می‌باشد."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - نگهداری از %s:\n"
+#~ " \t\tبرای اینکه کاربران بتوانند از کارگیر بدون دیسک به سیستم وارد "
+#~ "شوند، ورودی آنها در\n"
+#~ " \t\t/etc/shadow لازم است در %s تکثیر شود. drakTermServ\n"
+#~ " \t\tبوسیله افزودن یا برداشتن کاربران سیستم از این پرونده در این "
+#~ "مورد کمک می‌کند."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - برای هر کارگیر %s:\n"
+#~ " \t\tاز طریق clusternfs, هر کارگیر بدون دیسک می‌تواند پرونده‌های "
+#~ "پیکربندی یگانه‌ی خود را \n"
+#~ " \t\tبر ریشه‌ی سیستم پرونده‌ی کارگزار داشته باشند. بوسیله‌ی اجازه "
+#~ "دادن پیکربندی سخت‌افزاری محلی کارگیر، \n"
+#~ " \t\tdrakTermServ به ایجاد این پرونده‌ها کمک می‌کند."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - پرونده‌های پیکربندی سیستم برای هر کارگیر:\n"
+#~ " \t\tاز طریق clusternfs, هر کارگیر بدون دیسک می‌توانند پرونده‌های "
+#~ "پیکربندی یگانه‌ی خود را بر\n"
+#~ " \t\tبر ریشه‌ی سیستم پرونده‌ی کارگزار داشته باشند. بوسیله‌ی اجازه "
+#~ "دادن پیکربندی سخت‌افزاری محلی کارگیر \n"
+#~ "\t\t\t\tکارگیرها می‌توانند پرونده‌هایی نظیر /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t\t/etc/sysconfig/keyboard را بر اساس برای هر-کارگیر تغییر "
+#~ "دهید.\n"
+#~ "\n"
+#~ " توجه: فعال کردن پیکربندی سخت‌افزاری کارگیر محلی ورود مدیر به "
+#~ "پایانه‌ی کارگزار بر هر ماشین \n"
+#~ " کارگیر که این قابلیت را فعال شده دارند کارآرا می‌سازد. وقتی که "
+#~ "ماشین کارگیر پیکربندی شد،\n"
+#~ " پیکربندی محلی می‌تواند خاموش شود."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \t\tdrakTermServ این پرونده را در کنار تصویری که توسط mkinitrd-"
+#~ "net ایجاد شده، و ورودی‌های در‌\n"
+#~ " \t\t، پرونده‌ی /etc/dhcpd.conf برای ارائه تصویر آغازگر به هر "
+#~ "کارگیر بدون دیسک تنظیم خواهد نمود.\n"
+#~ "\n"
+#~ " \t\tیک پرونده‌ی تنظیم TFTP شبیه است به:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \t\tتغییرات در اینجا از نصب پیش‌فرض پرچم غیرفعال را به نه تغییر "
+#~ "داده و مسیر شاخه را به \n"
+#~ " \t\t /var/lib/tftpboot تغییر می‌دهد, جایی که mkinitrd-net تصاویر "
+#~ "خود را می‌گذارد."
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr ""
+#~ "پیکربندی تغییر کرده است - آیا clusternfs/dhcpd دوباره راه‌اندازی شود؟ "
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/fi.po b/perl-install/share/po/fi.po
index 8561b9a79..321378249 100644
--- a/perl-install/share/po/fi.po
+++ b/perl-install/share/po/fi.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-fi - LE2005 Release\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-04-03 20:59+0300\n"
"Last-Translator: Thomas Backlund <tmb@mandrake.org>\n"
"Language-Team: Finnish <fi@li.org>\n"
@@ -207,21 +207,21 @@ msgstr "Odota hetki, tunnistetaan ja asetetaan laitteistoa..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -248,9 +248,9 @@ msgstr "Odota hetki, tunnistetaan ja asetetaan laitteistoa..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Virhe"
@@ -491,10 +491,10 @@ msgstr "Mukautettu"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Lopeta"
@@ -655,7 +655,7 @@ msgstr "Näytönohjain: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -672,7 +672,7 @@ msgstr "OK"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -687,7 +687,7 @@ msgstr "Peruuta"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -921,7 +921,7 @@ msgstr "Ensimmäinen sektori juuriosiolla"
msgid "On Floppy"
msgstr "Levykkeellä"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Ohita"
@@ -1265,9 +1265,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Valmis"
@@ -1474,9 +1474,9 @@ msgstr "Voit jakaa sekä NFS:llä että Samballa. Valitse kumpaa haluat käyttä
msgid "Launch userdrake"
msgstr "Käynnistä Userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1652,7 +1652,7 @@ msgstr "Verkkoalue"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Palvelin"
@@ -1786,7 +1786,7 @@ msgstr "En voi käyttää kuulutusta ilman NIS-verkkoaluetta"
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1801,42 +1801,42 @@ msgstr ""
"odota oletuskaynnistysta.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO graafisella valikolla"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO tekstipohjaisella valikolla"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "ei tarpeeksi tilaa hakemistossa /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Et voi asentaa käyttöjärjestelmän lataajaa osioon %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1845,7 +1845,7 @@ msgstr ""
"Käynnistyslataajasi asetukset pitää päivittää koska levyosiot on "
"uudelleennumeroitu"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1855,7 +1855,7 @@ msgstr ""
"tilaan ja valita \"%s\""
# Asennuksen sivuvalikko
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Asenna käynnistyslataaja uudelleen"
@@ -3067,7 +3067,7 @@ msgstr "Etsi uudet palvelimet"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Paketti %s pitää asentaa. Haluatko asentaa sen?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "%s pakettia ei voitu asentaa!"
@@ -3078,19 +3078,19 @@ msgid "Mandatory package %s is missing"
msgstr "Pakollinen paketti %s puuttuu"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Varoitus"
@@ -3981,7 +3981,7 @@ msgstr "Käyttäjätunnus"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4909,8 +4909,8 @@ msgstr ""
"levyllä olevien viallisten lohkojen varalta."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5977,8 +5977,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7856,14 +7856,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Lähetä uudelleen"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Tšekkiläinen (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7877,28 +7877,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Espanjalainen"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Suomalainen"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Ranskalainen"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7912,828 +7912,828 @@ msgid ""
"Polish"
msgstr "Puolalainen"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Venäläinen"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Ruotsalainen"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "UK näppäimistö"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "US näppäimistö"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albanialainen"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armenialainen (vanha)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armenialainen (kirjoituskone)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armenialainen (foneettinen)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arabialainen"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaidžanilainen (latinalainen)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgialainen"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengali (Inscript järjestys)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengali (Probhat järjestys)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgarialainen (foneettinen)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgarialainen (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brasilialainen (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosnialainen"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Valkovenäläinen"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Sveitsiläinen (saksalainen järjestys)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Sveitsiläinen (ranskalainen järjestys)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee syllabics"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Tšekkiläinen (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Saksalainen (ei kuolleita näppäimiä)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Tanskalainen"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (ranskalainen)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (UK)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (norjalainen)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (puolalainen)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (ruotsalainen)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tibetan"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Eestiläinen"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Fäärsaarelainen"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgialainen (\"venäläinen\" järjestys)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgialainen (\"latinalainen\" järjestys)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Kreikkalainen"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Kreikkalainen (polytonic)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujaratilainen"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhilainen"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Kroatialainen"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Unkarilainen"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irlantilainen"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israelilainen"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israelilainen (foneettinen)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iranilainen"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islantilainen"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italialainen"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japanilainen 106-näppäiminen"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Korealainen näppäimistö"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurdilainen (arabialainen kirjoitus)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kyrgyz-näppäimistö"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latinalaisamerikkalainen"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laoslainen"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Liettualainen AZERTY (vanha)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Liettualainen AZERTY (uusi)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Liettualainen \"numerorivi\"-QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Liettualainen \"foneettinen\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Latvialainen"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalamilainen"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Makedonialainen"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmarilainen"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongolialainen (kyrillinen)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltalainen (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltalainen (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Hollantilainen"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Puolalainen (QWERTY)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Puolalainen (QWERTZ)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugalilainen"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanadalainen (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Romanialainen (QWERTZ)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Romanialainen (QWERTY)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Venäläinen (foneettinen)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saamelainen (norjalainen)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saamelainen (ruotsalainen/suomalainen)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovenialainen"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovakialainen (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovakialainen (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbialainen (kyrillinen)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Syyrialainen"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Syyrialainen (foneettinen)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (ISCII-asettelu)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamil (kirjoituskone-asettelu)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thai (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thai (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thai (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tajik-näppäimistö"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turkmenilainen"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turkkilainen (perinteinen \"F\"-malli)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turkkilainen (perinteinen \"Q\"-malli)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrainalainen"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Urdu näppäimistö"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "US-näppäimistö (kansainvälinen)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Uzbekistanilainen (kyrillinen)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamilainen \"numerorivi\"-QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Jugoslavialainen (latinalainen)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Oikea Alt-näppäin"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Molemmat Shift-näppäimet samanaikaisesti"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Control- ja Shift-näppäin samanaikaisesti"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock-näppäin"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift- ja CapsLock-näppäin samanaikaisesti"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl- ja Alt-näppäin samanaikaisesti"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt- ja Shift-näppäin samanaikaisesti"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Valikko\"-näppäin"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Vasen \"Windows\"-näppäin"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Oikea \"Windows\"-näppäin"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Molemmat Control-näppäimet samanaikaisesti"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Molemmat Alt-näppäimet samanaikaisesti"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Vasen Shift-näppäin"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Oikea Shift-näppäin"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Oikea Alt-näppäin"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Vasen Control-näppäin"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Oikea Control-näppäin"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8743,7 +8743,7 @@ msgstr ""
"Tässä voit valita näppäimen tai näppäinyhdistelmän joka vaihtaa eri\n"
"näppäimistöasettelujen välillä (esim. latinalainen ja ei-latinalainen)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11132,8 +11132,8 @@ msgstr "Yhdyskäytävän osoite pitää olla muotoa 255.255.224.0"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Varoitus: IP osoite %s on yleensä varattu !"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s on jo käytössä\n"
@@ -11838,7 +11838,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Firmwaren kopiointi epäonnistui, tiedostoa %s ei löytynyt"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Onnittelut!"
@@ -11973,9 +11973,9 @@ msgstr "Asetettu muissa koneissa"
msgid "On CUPS server \"%s\""
msgstr "CUPS-palvelimella \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Oletus)"
@@ -12027,9 +12027,9 @@ msgstr "Ulkoinen CUPS-palvelin"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Tuntematon malli"
@@ -12277,7 +12277,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Raakatulostin (ei ajuria)"
@@ -12308,12 +12308,12 @@ msgstr "Kone %s"
msgid "%s (Port %s)"
msgstr "%s (portti %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12361,7 +12361,7 @@ msgstr ""
"automaattisesti käytettävissä tässä koneessa."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "CUPS etäpalvelin eikä paikallista CUPS-demonia"
@@ -12410,8 +12410,8 @@ msgstr "Tulostimen jako koneissa/verkoissa: "
msgid "Custom configuration"
msgstr "Mukautettu asetus"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Ei etäkoneita"
@@ -12639,8 +12639,8 @@ msgstr "Portti"
msgid "On, Name or IP of remote server:"
msgstr "Päällä, etäpalvelimen nimi tai IP:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "CUPS palvelimen nimi tai IP-osoite puuttuu."
@@ -12650,29 +12650,30 @@ msgstr "CUPS palvelimen nimi tai IP-osoite puuttuu."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Luetaan tulostimen tietoja..."
@@ -12801,7 +12802,7 @@ msgstr ""
"Tulostimia, jotka ovat CUPS-etäpalvelimella, ei tarvitse asettaa\n"
"tässä; nämä tulostimet tunnistetaan automaattisesti."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -13031,12 +13032,12 @@ msgstr " "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Tulostimen mallin valinta"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Mikä tulostinmalli sinulla on?"
@@ -13054,7 +13055,7 @@ msgstr ""
"Printerdrake ei tunnistanut mitä mallia tulostimesi %s on. Ole hyvä ja "
"valitse oikea malli listasta."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -13063,7 +13064,7 @@ msgstr ""
"Jos tulostimesi ei ole listattu, valitse yhteensopiva (katso tulostimen "
"ohjekirjasta) tai vastaava."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Asetetaan tulostinta \"%s\" ..."
@@ -13082,7 +13083,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Etähallinta"
@@ -13097,8 +13098,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Lisää uusi tulostin"
@@ -13301,8 +13302,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "%s paketteja ei voitu asentaa!"
@@ -13541,10 +13542,10 @@ msgid "Remote printer name missing!"
msgstr "Etätulostimen nimi puuttuu!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13924,8 +13925,8 @@ msgstr "Muokkaa"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Tulostusyhteyden tyyppi"
@@ -13935,22 +13936,18 @@ msgstr "Tulostusyhteyden tyyppi"
msgid "What do you want to do?"
msgstr "Mitä haluat tehdä?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Peruuta"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13963,7 +13960,7 @@ msgstr ""
"mustesuihkutulostimissa, skannausta monitoimilaitteissa, muistikorttien "
"käyttö tulostimissa jossa on muistikorttien lukulaitetta."
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, fuzzy, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13972,90 +13969,106 @@ msgstr ""
"Jotta voit käyttää näitä ylimääräisiä toimintoja HP tulostimellasi, sen "
"pitää olla asetettu oikealla ohjelmistolla: "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, fuzzy, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
"Mikä on valintasi (Valitse \"Ei mitään\" muille kuin HPn tulostimille)?"
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Asennetaan %s pakettia..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Tulostaminen on sallittu ainoastaan koneella %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "En voinut poistaa vana HPOJ asetustiedostoa %s %s laitteelesi!"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Ole hyvä ja poista tiedostoa itse ja käynnistä HPOJ uudestaan."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Tarkistetaan laite ja asetetaan %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Minkä tulosimen haluat asettaa käyttäen HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Asetetaan ytimen moduuleja..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Asennetaan SANE paketteja..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Kuvanluku %s:ssa ei ole mahdollista."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Käytetään ja Ylläpidetään %s laitteesi."
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Asetetaan laitetta..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Asetetaan tulostusporttia CUPS:n käyttöön..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Luetaan tulostintietokantaa..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Syötä tulostimen nimi ja kuvaus"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Tulostimen nimi saa sisältää vain kirjaimia, numeroita ja alaviivan"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -14064,7 +14077,7 @@ msgstr ""
"Tulostin \"%s\" on jo olemassa,\n"
"haluatko todellakin korvata olemassa olevat asetukset?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -14075,7 +14088,7 @@ msgstr ""
"mahdotonta käyttää Windows-asiakaskoneilta. Haluatko varmasti käyttää tämä "
"nimi?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -14084,35 +14097,35 @@ msgstr ""
"Jokainen tulostin tarvitsee nimen (esim. \"tulostin\"). Kenttiä Kuvaus ja "
"Sijainti ei tarvitse täyttää. Ne ovat kommentteja käyttäjille."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Tulostimen nimi"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Kuvaus"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Sijainti"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Valmistellaan tulostintietokantaa..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Tulostimesi malli "
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14137,18 +14150,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Malli on oikea"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Valitse malli manuaalisesti"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14163,12 +14176,12 @@ msgstr ""
"oikea malli kun kohdistin on väärässä mallissa tai \"Raakatulostin\" "
"valinnassa."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Asenna valmistajan tarjoama PPD-tiedosto"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14177,7 +14190,7 @@ msgstr ""
"Jokainen PostScript-tulostin toimitetaan PPD-tiedoston kanssa, joka kuvaa "
"tulostimen asetukset ja ominaisuudet."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14186,12 +14199,12 @@ msgstr ""
"Tämä tiedosto löytyy tavallisesti tulostimen mukana toimitetulta ajuri-CD:"
"ltä."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "PPD-tiedostot löytyvät myös valmistajan kotisivuilta."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14200,7 +14213,7 @@ msgstr ""
"Mikäli sinulla on Windows asennettuna koneellesi, löydät PPD-tiedoston myös "
"Windows-osioltasi."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14211,7 +14224,7 @@ msgstr ""
"asettamiseen tulevat kaikki tulostimen laitteistotasolla tarjoamat toiminnot "
"käyttöön."
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14220,51 +14233,51 @@ msgstr ""
"Tässä voit valita PPD-tiedoston asennettavaksi koneeseesi. Sitä tullaan "
"käyttämään tulostimen asettamisen yhteydessä."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Asenna PPD-tiedosto kohteesta"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Levyke"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Muu"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Valitse PPD-tiedosto"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "PPD-tiedostoa %s ei ole olemassa tai sitä ei voitu lukea!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "PPD-tiedosto %s ei ole yhteensopiva PPD-määrityksen kanssa!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Asennetaan PPD-tiedostoa..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI wintulostimen asettaminen"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14281,12 +14294,12 @@ msgstr ""
"ensimmäiseen rinnakkaisporttiin ennen kuin tulostat testisivun. Muussa "
"tapauksessa tulostin ei toimi. Ajuri ei välitä asettamastasi yhteystavasta."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjetin asettaminen"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14299,7 +14312,7 @@ msgstr ""
"tulostimia. Liitä tulostin paikalliseen porttiin tai aseta se koneessa johon "
"se on liitetty."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14320,12 +14333,12 @@ msgstr ""
"jälkeen. Sitten voit tulostaa tulostinpäiden kohdistussivut \"lexmarkmaintain"
"\" ohjelmalla ja säätää kohdistusasetukset kohdalleen."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark X125 asettaminen"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14337,12 +14350,12 @@ msgstr ""
"ei lainkaan etäkoneiden tai tulostinpalvelimien tulostimia. Liitä tulostin "
"paikalliseen USB porttiin tai aseta se koneessa johon se on liitetty."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Samsung ML/QL-85G asetus"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14355,17 +14368,17 @@ msgstr ""
"tulostinpalvelimien tulostimia. Liitä tulostin ensimmäiseen paikalliseen "
"tulostusporttiin tai aseta se koneessa johon se on liitetty."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Canon LBP-460/660 asetukset"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Canon LBP-460/660 asetukset"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14377,12 +14390,12 @@ msgstr ""
"ei lainkaan etäkoneiden tai tulostinpalvelimien tulostimia. Liitä tulostin "
"paikalliseen USB porttiin tai aseta se koneessa johon se on liitetty."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Firmwaren lataus HP LaserJet 1000 tulostimelle"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14399,27 +14412,27 @@ msgstr ""
"kaksipuolinen tulostus, lisäsyöttölokerot) ovat oikein määritetty. Huomaa "
"että korkean tulostuslaadun/resoluution käyttö voi hidastaa tulostusnopeutta."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Tulostimen oletusasetukset"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Valitsimen %s pitää olla kokonaisluku!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Valitsimen %s pitää olla luku!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Valitsin %s on arvoalueensa ulkopuolella!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14428,12 +14441,12 @@ msgstr ""
"Haluatko asettaa tämän tulostimen (\"%s\")\n"
"oletustulostimeksi?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Testisivut"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14446,47 +14459,47 @@ msgstr ""
"lasertulostimissa, joissa on liian vähän muistia, tulostus voi epäonnistua. "
"Yleensä vakiotestisivun tulostus riittää."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Ei testisivuja"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Tulosta"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Vakio testisivu"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Vaihtoehtoinen testisivu (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Vaihtoehtoinen testisivu (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Valokuva testisivu"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Tulostetaan testisivu(ja)..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Ohitetaan valokuva testisivu."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14501,7 +14514,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14510,17 +14523,17 @@ msgstr ""
"Testisivu(t) on lähetetty tulostimelle.\n"
"Voi kestää hetken ennen kuin tulostus alkaa.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Toimiiko tulostus kunnolla?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Raakatulostin"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14533,7 +14546,7 @@ msgstr ""
"tai \"kprinter <tiedosto>\". Graafiset työkalut sallivat sinun valita "
"tulostimen ja muuttaa sen asetuksia helposti.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14544,8 +14557,8 @@ msgstr ""
"\"Tulostuskomento\" kentässä, mutta tässä sinun ei pidä määrittää tiedoston "
"nimeä koska ohjelma määrittää sen itse.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14558,7 +14571,7 @@ msgstr ""
"tulostustyölle. Voit yksinkertaisesti lisätä halutut asetukset "
"komentoriville, esim.: \"%s <tiedosto>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14570,7 +14583,7 @@ msgstr ""
"s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14579,7 +14592,7 @@ msgstr ""
"Tässä on lista nykyisen tulostimen käytössä olevista tulostusvalinnoista:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14588,8 +14601,8 @@ msgstr ""
"Tulostaaksesi tiedoston komentoriviltä (pääteikkunasta) käytä komentoa \"%s "
"<tiedosto>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14600,7 +14613,7 @@ msgstr ""
"\"Tulostuskomento\" kentässä, mutta tässä sinun ei pidä määrittää tiedoston "
"nimeä koska ohjelma määrittää sen itse.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14609,7 +14622,7 @@ msgstr ""
"Saadaksesi listan nykyisen tulostimen parametreista klikkaa "
"\"Tulostusparametrien lista\" -painiketta."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14618,7 +14631,7 @@ msgstr ""
"Tulostaaksesi tiedoston komentoriviltä (pääteikkunasta) käytä komentoa \"%s "
"<tiedosto>\" tai \"%s <tiedosto>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14636,7 +14649,7 @@ msgstr ""
"kun painat sitä. Tämä on hyödyllistä esimerkiksi silloin kun tulostimessa on "
"paperitukos.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14649,27 +14662,27 @@ msgstr ""
"erityiselle tulostustyölle. Voit yksinkertaisesti lisätä halutut asetukset "
"komentoriville, esim.: \"%s <tiedosto>\". \n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Käytetään/ylläpidetään tulostinta: \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Tulostus käynnissä tulostimella \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Tulostusparametrien lista"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Tulostusparametrien lista"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14680,7 +14693,7 @@ msgstr ""
"tulostimesi erikoisominaisuuded ovat tuettuja.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14689,7 +14702,7 @@ msgstr ""
"Tulostimesi kuvanlukija voidaan käyttää SANE ohjelmilla, esimerkiksi Kooka "
"tai XSane (Molemmat ovat Multimedia/Grafiikka valikossa). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14700,7 +14713,7 @@ msgstr ""
"ohjauskeskuksessa) jaaksesi kuvalnukijasi verkkoon.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14709,7 +14722,7 @@ msgstr ""
"Tulostimesi muistikortinlukijat voidaan käyttää tavallisena USB "
"tallennuslaitteena. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14720,7 +14733,7 @@ msgstr ""
"korttia pitäisi tulla näkyviin työpöydälle.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14731,7 +14744,7 @@ msgstr ""
"kautta (Valikko: Järjestelmä/Seuranta/HP Tulostimen Työkalupakki) painamalla "
"\"Käytä kuvakortteja...\" painiketta \"Tominto\" välilehdessä. "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14742,7 +14755,7 @@ msgstr ""
"muistikortilukijan kautta on yleensä nopeampi.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14754,33 +14767,33 @@ msgstr ""
"laitteellesi:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - mustetaso/tilastotietoja\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - mustesuuttimien puhdistus\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Tulostinpäiden kalibrointi\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Värien kalibrointi\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Siirrä tulostimen asetukset"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14794,7 +14807,7 @@ msgstr ""
"sekä vakioasetukset) kopioidaan, mutta tulostustöitä ei siirretä.\n"
"Kaikkia tulostusjonoja ei voida siirtää seuraavista syistä:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14803,7 +14816,7 @@ msgstr ""
"CUPS ei tue tulostimia, jotka ovat Novell-palvelimissa, tai jotka lähettävät "
"dataa vapaamuotoiseen komentoon.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14812,12 +14825,12 @@ msgstr ""
"PDQ tukee vain paikallisia tulostimia, LPD etätulostimia, ja Socket/TCP "
"tulostimia.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD ja LPRng eivät tue IPP-tulostimia.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14826,7 +14839,7 @@ msgstr ""
"Lisäksi jonoja, joita ei ole luotu tällä ohjelmalla tai \"foomatic-configure"
"\" komennolla, ei voida siirtää."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14837,7 +14850,7 @@ msgstr ""
"Myöskään tulostimia, jotka ovat asetettuja valmistajien tuottamilla PPD-"
"tiedostoilla tai natiivi CUPS-ajureilla, ei voida siirtää."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14848,17 +14861,17 @@ msgstr ""
"Merkitse tulostimet jotka haluat siirtää ja klikkaa \n"
"\"Siirrä\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Älä siirrä tulostimia"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Siirrä"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14869,17 +14882,17 @@ msgstr ""
"Klikkaa \"Siirrä\" ylikirjoittaaksesi sen.\n"
"Voit myös kirjoittaa uuden nimen tai ohittaa tämän tulostimen."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Uuden tulostimen nimi"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Siirretään %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14888,29 +14901,29 @@ msgstr ""
"Olet siirtänyt edellisen oletustulostimesi (\"%s\"). Asetetaanko se "
"oletustulostimeksi myös uudessa %s tulostusjärjestelmässä?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Päivitetään tulostintietoja..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Käynnistetään verkkoa..."
# Asennuksen sivuvalikko
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Aseta verkkoyhteys nyt"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Verkkotoimintoja ei ole asetettu"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14922,12 +14935,12 @@ msgstr ""
"verkkosi ei ole vielä määritetty. Mikäli jatkat ilman verkkoasetusta, et voi "
"käyttää tulostinta jota olet nyt asettamassa. Miten haluat jatkaa?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Jatka asettamatta verkkoyhteyttä"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14942,7 +14955,7 @@ msgstr ""
"\"Verkko & Internet\"/\"Yhteys\", ja aseta sen jälkeen tulostin, myös %s "
"Ohjauskeskuksessa, osassa \"Laitteisto\"/\"Tulostin\"."
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14953,27 +14966,27 @@ msgstr ""
"tarkista laitteistosi ja asetuksesi. Sen jälkeen voit yrittää asettaa "
"etätulostimen uudelleen."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Käynnistän tulostusjärjestelmää uudelleen..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "korkea"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "vainoharhainen"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Asennetaan tulostusjärjestelmä turvatasolla %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14998,12 +15011,12 @@ msgstr ""
"\n"
"Haluatko varmasti asettaa tulostuksen tässä koneessa?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Käynnistä tulostusjärjestelmä käynnistyksen aikana"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -15026,34 +15039,34 @@ msgstr ""
"Haluatko ottaa uudestaan käyttöön tulostusjärjestelmän "
"automaattikäynnistyksen?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Tarkistetaan asennetut ohjelmistot..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Poistetaan %s..."
# Asennuksen sivuvalikko
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "%s tulostusjärjestelmää ei voitu poistaa!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Asennetaan %s ..."
# Asennuksen sivuvalikko
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Ei voitu asentaa %s tulostusjärjestelmää!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -15066,7 +15079,7 @@ msgstr ""
"mahdollista märittää paikallista tulostusjonoa ja jos määritty palvelin on "
"alas et voi tulostaa ollenkaan tästä koneesta."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -15075,32 +15088,32 @@ msgstr ""
"Syötä CUPS palvelimesi nimi tai IP ja paina OK jos haluat käyttää tätä "
"tilaa, muuten paina \"Lopeta\"."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Etäpalvelimen nimi tai IP:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Asetetaan oletustulostinta..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Paikallinen CUPS tulostusjärjestelmä vai CUPS etäpalvelin?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "CUPS tulostusjärjestelmää voidaan käyttää kahta eri tavalla: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. CUPS tulostusjärjestelmä voi toimia paikallisena. "
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -15109,7 +15122,7 @@ msgstr ""
"Silloin paikkallise liitetyt tulostimet voidaan käyttää ja etätulostimia "
"muissa CUPS palvelimissa samassa verkossa tunnistetaan automaattisesti. "
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15121,12 +15134,12 @@ msgstr ""
"koneesta. Lisää ohjelmia tarvitsee olla asennettuna, CUPS demoni pitää "
"pyöriä taustalla ja vaatii vähän muistia, ja IPP portti (631) on avoinna. "
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr "2. Kaikki tulostustyöt lähetetään heti CUPS etäpalvelimelle. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15138,7 +15151,7 @@ msgstr ""
"tulostusjonoa varten ei ole asennettu, joten vähemmän muistia ja levytila "
"kuluu."
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15148,49 +15161,49 @@ msgstr ""
"paikallista tulostusjonoa ja jos määritty palvelin on alas et voi tulostaa "
"ollenkaan tästä koneesta."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Minten haluat asetta CUPS järjestelmässäsi?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Etäpalvelin, syötä nimi tai IP täällä:"
# Asennuksen sivuvalikko
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Paikallinen CUPS tulostusjärjestelmä"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Valitse tulostusjono"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Mitä tulostusjärjestelmää (jonoa) haluat käyttää?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Tulostimen \"%s\" asetus epäonnistui!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Asennetaan Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "%s paketteja ei voitu asentaa, joten %s ei voida käynnistää!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15201,50 +15214,50 @@ msgstr ""
"sen asetuksia, asettaaksesi sen oletustulostimeksi tai nähdäksesi tulostimen "
"tiedot."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Näytä kaikki saatavilla olevat CUPS-etätulostimet"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Päivitä tulostinlista (näytä kaikki saatavilla olevat CUPS-etätulostimet)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS asetukset"
# Asennuksen sivuvalikko
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Muuta tulostusjärjestelmä"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Perustila"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Asiantuntijatila"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Tulostimen asetukset"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Muokkaa tulostimen asetuksia"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15253,99 +15266,99 @@ msgstr ""
"Tulostin %s%s\n"
"Mitä haluat muokata tästä tulostimesta?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Tämän tulostin on poistettu käytöstä"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Suorita!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Tulostimen nimi, kuvaus, paikka"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Tulostimen valmistaja, malli, ajuri"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Tulostimen valmistaja, malli"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Aseta tämä tulostin oletukseksi"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Ota tulositn käyttöön"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Poista tulostin käytöstä"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Tulostusyhteyden tyyppi"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Tulosta testisivut"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Opi kuinka käyttää tätä tulostinta"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Poista tulostin"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Poistetaan vanha tulostin \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Tulostin \"%s\" on nyt otettu käyttöön."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Tulostin \"%s\" on nyt poistettu käytöstä."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Haluatko todella poistaa tulostimen \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Poistetaan tulostin \"%s\" ..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Oletustulostin"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Tulostin \"%s\" on asetettu oletustulostimeksi."
@@ -15382,15 +15395,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Firmware-tiedoston %s oikeuksia ei voitu asettaa!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "Kuvanlukijasi jakamiseen tarvittavia paketteja ei voitu asentaa."
@@ -17317,12 +17330,12 @@ msgstr ""
"Sinun pitää kirjautua ulos ja takaisin sisään jotta muutokset tulevat "
"voimaan."
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s tarvitsee käyttäjänimen...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17331,114 +17344,114 @@ msgstr ""
"%s: %s vaatii konenimen, MAC-osoitteen, IP-osoitteen, nbi-kuvan, 0/1 "
"THIN_CLIENT-asetukselle, 0/1 paikallisasetukselle...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s tarvitsee konenimen...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Päätepalvelimen asetukset"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "dhcpd asetukset..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Ota palvelin käyttöön"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Poista palvelin käytöstä"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Käynnistä palvelin"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Pysäytä palvelin"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot levyke/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Verkkokäynnistyksen kuvat"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Lisää/Poista käyttäjiä"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Lisää/Poista asiakkaita"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Kuvat"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Asiakkaat/Käyttäjät"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Aloittelija velho"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
"%s on määritetty näytönhallinta, lisätään gdm käyttäjä /etc/passwd$$CLIENT$$ "
"tiedostoon"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17476,27 +17489,27 @@ msgstr ""
" f) Mikäli kyseessä on kevyet asiakkaat, pyytää käynnistämään KDM:n "
"uudelleen\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Keskeytä velho"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Ole hyvä ja tallenna dhcpd asetukset!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Käytä kevyitä asiakkaita"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Synkronoi asiakkaan X näppäimistöasetukset palvelimen kanssa."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, fuzzy, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17511,28 +17524,28 @@ msgstr ""
" Raskaat 'Fat' asiakkaat käyttävät omaa prosessoria ja muistia mutta "
"palvelimen tiedostojärjestelmää."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Luodaan verkkokäynnistyskuvat kaikille ytimille"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Tämä kestää joitakin minuutteja."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Valmis!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17540,14 +17553,14 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Tahdistetaan palvelimen käyttäjälista asiakkaan käyttäjälistan kanssa, "
"mukaanlukien root."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17556,19 +17569,18 @@ msgstr ""
"Jotta kevyille asiakkaille tekemäsi muutokset tulisivat käyttöön "
"näytönhallinta on käynnistettävä uudelleen. Uudelleenkäynnistetäänkö nyt?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Päätepalvelimen yleiskuva"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17579,8 +17591,7 @@ msgstr ""
" - Luo Etherbootia tukevia käynnistyskuvia:\n"
" \t\tYtimen käynnistämiseksi etherbootin kautta pitää luoda erityinen "
"kernel/initrd\n"
-" \t\t-kuva. mkinitrd-net tekee suuren osan tästä työstä ja "
-"drakTermServ on\n"
+" \t\t-kuva. mkinitrd-net tekee suuren osan tästä työstä ja %s on\n"
" \t\tainoastaan graafinen käyttöliittymä näiden kuvien hallintaan/"
"räätälöintiin.\n"
" \t\tLuodaksesi tiedoston /etc/dhcpd.conf.etherboot-pcimap.include, "
@@ -17589,14 +17600,14 @@ msgstr ""
"kuva ainakin\n"
" \t\tyhdelle kernelille."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17613,7 +17624,7 @@ msgstr ""
"tietueen,\n"
" \tjoka määrää IP-osoitteen ja verkkokäynnistyskuvan kyseiselle "
"koneelle.\n"
-" \tdrakTermServ auttaa näiden tietueiden luomisessa/poistamisessa.\n"
+" \t%s auttaa näiden tietueiden luomisessa/poistamisessa.\n"
"\t\t\t\n"
" \t(PCI-kortit voivat jättää kuvan asettamatta - etherboot pyytää "
"oikean kuvan.\n"
@@ -17624,30 +17635,29 @@ msgstr ""
"\t\t\t \n"
" \tTyypillinen dhcpd.conf tietue levyttömälle asiakkaalle voi olla:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17664,12 +17674,11 @@ msgid ""
msgstr ""
" Vaikka voit käyttää IP-osoiteryhmää asiakaskoneelle räätälöidyn "
"tietueen sijasta,\n"
-" kiinteiden osoitteiden määritysten käyttöä helpottaa ClusterNFS:n "
-"tarjoama\n"
+" kiinteiden osoitteiden määritysten käyttöä helpottaa %s:n tarjoama\n"
" asiakaskohtaisten asetustiedostojen käyttö.\n"
"\t\t\t\n"
-" Huomaa: \"#type\" -tietue on ainoastaan drakTermServ:n käytössä. "
-"Asiakkaat voivat\n"
+" Huomaa: \"#type\" -tietue on ainoastaan %s:n käytössä. Asiakkaat "
+"voivat\n"
" olla joko 'thin'- tai 'fat-tyyppisiä'. 'Thin' asiakkaat suorittavat "
"suurimman osan\n"
" ohjelmista palvelimella xdmcp kautta, kun 'fat' asiakkaat "
@@ -17683,7 +17692,7 @@ msgstr ""
"muokataan käytön\n"
" rajoittamiseen paikallisverkon aliverkolle.\n"
"\t\t\t\n"
-" Huomaa: Tietue '#hdw_config' on ainoastaan drakTermServ käyttämä.\n"
+" Huomaa: Tietue '#hdw_config' on ainoastaan %s käyttämä.\n"
" Asiakkaat voivat olla joko 'true' tai 'false' . 'true' sallii root "
"kirjautuminen ja\n"
" sallii paikallinen asetus äänille, hiirelle, X:lle ja drakx "
@@ -17699,17 +17708,16 @@ msgstr ""
"lisäämisen tai\n"
" muokkauksen jälkeen"
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17717,58 +17725,59 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Ylläpidä /etc/exports:\n"
-" \t\tClusternfs sallii juuritiedostojärjestelmän jakoa levyttömille "
-"asiakkaille. drakTermServ\n"
+" \t\t%s sallii juuritiedostojärjestelmän jakoa levyttömille "
+"asiakkaille. %s\n"
" \t\tasettaa oikean tietueen anonyymikäytön sallimiseksi "
"juuritiedostojärjestelmälle\n"
" \t\tlevyttömiltä asiakkailta.\n"
"\n"
-" \t\tTyypillinen exports tietue clusternfs:ille:\n"
+" \t\tTyypillinen exports tietue %s:ille:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t\t/home ALIVERKKO/MASKI(rw,root_squash)\n"
"\t\t\t\n"
"\t\t\tmissä ALIVERKKO/MASKI vastaa verkkoasi."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Ylläpidä %s:\n"
" \t\tJotta levyttömien asiakkaiden käyttäjät pystyvät kirjautumaan "
"tähän järjestelmään,\n"
" \t\tniiden tietue /etc/shadow tiedostossa pitää kopioida tiedostoon\n"
-" \t\t%s. drakTermServ auttaa tässä toimenpiteessä\n"
+" \t\t%s. %s auttaa tässä toimenpiteessä\n"
" \t\tlisäämällä tai poistamalla käyttäjiä tästä tiedostosta."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Asiakaskohtainen %s:\n"
-" \t\tClusternfs:n kautta jokaisella levyttömällä asiakkaalla voi olla "
-"oma räätälöity\n"
+" \t\t%s:n kautta jokaisella levyttömällä asiakkaalla voi olla oma "
+"räätälöity\n"
" \t\tasetustiedosto palvelimen juuritiedostojärjestelmässä. "
"Tulevaisuudessa\n"
-" \t\tdrakTermServ auttaa näiden tiedostojen luomisessa."
+" \t\t%s auttaa näiden tiedostojen luomisessa."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17784,8 +17793,8 @@ msgid ""
"machine is configured."
msgstr ""
" - Asiakaskohtaiset järjestelmän asetustiedostot:\n"
-" \t\tClusternfs:n kautta, jokaisella levyttömällä asiakkaalla voi "
-"olla omat räätälöidyt\n"
+" \t\t%s:n kautta, jokaisella levyttömällä asiakkaalla voi olla omat "
+"räätälöidyt\n"
" \t\tasetustiedostot palvelimen juuritiedostojärjestelmässä. "
"Sallimalla paikallisen asiakaan\n"
"\t\t\t\tlaitteistoasetukset, asiakkaat voivat muokata esimerkiksi /etc/"
@@ -17801,12 +17810,12 @@ msgstr ""
"tehty, säästäen\n"
" mukautetut asetustiedostot."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17831,8 +17840,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \t\tdrakTermServ asettaa tämän tiedoston toimimaan yhteistyössä "
-"mkinitrd-net:llä\n"
+" \t\t%s asettaa tämän tiedoston toimimaan yhteistyössä mkinitrd-net:"
+"llä\n"
" \t\tluotujen kuvien kanssa ja tietueet /etc/dhcpd.conf tiedostossa "
"jakamaan\n"
" \t\tkäynnistyskuvan jokaiselle levyttömälle asiakkaalle.\n"
@@ -17856,14 +17865,12 @@ msgstr ""
"mkinitrd-net\n"
" \t\ttallentaa kuvat."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17871,95 +17878,106 @@ msgid ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
+" - Luo etherboot levykkeet/CD:t:\n"
+" \tLevyttömät asiakaskoneet tarvitsevat joko ROM-kuvat "
+"verkkokortissa, tai\n"
+" \tkäynnistyslevykkeen tai CD:n aloittamaan käynnistysjakson. %s\n"
+" \tauttaa näiden kuvien luomisessa, jotka perustuvat asiakaskoneiden\n"
+" \tverkkokorttiin.\n"
+" \t\n"
+" \tPerusesimerkki käynnistyslevykkeen luominen 3Com 3c509 "
+"verkkokortille:\n"
+" \t\n"
+" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Käynnistyslevyke"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Käynnistys-ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE käynnistyskuva"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Oletus ytimen versio"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Käännä koko ydin -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Ydintä ei valittu!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Käännä yksi verkkokortti -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Verkkokorttia ei valittu!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Käännä kaikki ytimet -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Poista"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Ei kuvaa valittuna !"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Poista kaikki NBI:t"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, fuzzy, c-format
msgid "Building images for kernel:"
msgstr "Luodaan verkkokäynnistyskuvat kaikille ytimille"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17971,27 +17989,27 @@ msgstr ""
"Poista ja lisää käyttäjä uudestaan Päätepalvelimelle mahdollistaaksesi\n"
"sisäänkirjautumisen."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Lisää käyttäjä -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Poista käyttäjä"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "tyyppi: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "paikallinen asetus: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -18000,22 +18018,22 @@ msgstr ""
"Salli paikalliset\n"
"laitteistoasetukset."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Yhtäkään verkkokäynnistyskuvaa ei ole luotu!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Kevyt asiakas"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Salli kevyet asiakkaat"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -18024,52 +18042,52 @@ msgstr ""
"Synkronoi asiakkaan X näppäimistö-\n"
"asetukset palvelimen kanssa."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Lisää asiakas -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "tyyppi: raskas"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "tyyppi: kevyt"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "paikallinen asetus: ei käytössä"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "paikallinen asetus:käytössä"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Muokkaa asiakasta"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Poista paikalliset asetukset käytöstä"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Poista asiakas"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -18079,79 +18097,79 @@ msgstr ""
"voimaan.\n"
"(kirjoita 'service dm restart' - konsolissa)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Kevyet asiakkaat eivät toimi automaattikirjautumisen kanssa. Poistetaanko "
"käytöstä?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Kaikki asiakkaat käyttävät %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Aliverkko:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Verkkopeite:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Reitittimet:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Aliverkon peite:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Lähetysosoite:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Verkkoalueen nimi:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Nimipalvelimet:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "IP-alueen alku:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "IP-alueen loppu:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Lisää Päätepalvelimen Includet olemassa oleviin asetuksiin"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Kirjoita asetukset"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "dhcpd palvelinasetukset"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18162,107 +18180,107 @@ msgstr ""
"suoraan käytössä olevassa järjestelmästäsi.\n"
"Voit muokata niitä tarvittaessa."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Aseta levyke asemaan:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Levykettä ei voitu käyttää!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Voit nyt poistaa levykkeen"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Ei levykeasemaa käytettävissä!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "PXE käynnistyskuva on %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Virhe kirjoitettaessa %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO-kuva on %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Jotain meni pieleen! - Onko mkisofs asennettu?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Pitää ensin luoda /etc/dhcpd.conf!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s salasana väärin Päätepalvelimella - uudelleenkirjoitetaan...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s ei ole käyttäjä...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s on jo Päätepalvelimen käyttäjä\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Lisäys %s Päätepalvelimeen epäonnistui!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s lisätty Päätepalvelimelle\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Poistettu %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s ei löytynyt...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allow ja /etc/hosts.deny on jo asetettu - ei muutoksia"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Asetukset muutettu - käynnistetäänkö clusternfs/dhcpd uudestaan?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Asetukset muutettu - käynnistetäänkö %s/dhcpd uudestaan?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26418,17 +26436,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "ScannerDrakea ei käynnistetä nyt."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Etsitään asetetut kuvanlukijat..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Etsitään uusia kuvanlukijoita..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Luodaan asetettujen kuvanlukijoiden lista uudelleen..."
@@ -26594,43 +26612,43 @@ msgstr ""
"%s pitää asettaa PrinterDraken kautta. Voit käynnistää\n"
"PrinterDraken %s Ohjauskeskuksen Laitteisto-osasta."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Asetetaan ytimen moduuleja..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Porttien automaattitunnistus"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Valitse laite johon %s on kytketty"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Huomio: rinnakkaisportteja ei voida tunnistaa automaattisesti)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "valitse laite"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Etsitään kuvanlukijoita..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Asetetaan ytimen moduuleja..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Huomio !"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26643,7 +26661,7 @@ msgstr ""
"Joitakin säätöjä pitää tehdä käsin. ole hyvä ja muokkaa asetustiedostoa /etc/"
"sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26652,7 +26670,7 @@ msgstr ""
"Lisää tietoja ajurin käyttöohjeissa. Suorita komento \"man sane-%s\" "
"lukeaaksesi sitä."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26661,7 +26679,7 @@ msgstr ""
"Nyt voit lukea dokumentit tietokoneeseesi käyttämällä ohjelmaa \"XSane\" tai "
"\"Kooka\" Multimedia/Grafiikka ohjelmistovalikosta."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26670,7 +26688,7 @@ msgstr ""
"Laitteesi %s on asetettu, mutta on mahdollista että jotain lisäasetuksia "
"pitää tehdä käsin saadaaksesi sitä toimimaan. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26679,12 +26697,12 @@ msgstr ""
"Jos sitä ei näy asetettujen kuvanlukijien listauksessa Scannerdraken "
"pääikkunassa se ei toimi oikein, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "muokkaa tiedostoa /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26695,7 +26713,7 @@ msgstr ""
"Nyt voit lukea dokumentit tietokoneeseesi käyttämällä ohjelmaa \"XSane\" tai "
"\"Kooka\" Multimedia/Grafiikka valikosta."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26708,7 +26726,7 @@ msgstr ""
"%s\n"
"on käytettävissä järjestelmässäsi.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26721,43 +26739,43 @@ msgstr ""
"%s\n"
"on käytettävissä järjestelmässäsi.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
"Yhtäkään järjestelmässäsi käytettävissä olevaa kuvanlukijaa ei löydetty.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Etsi uusia kuvanlukijoita ..."
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Lisää kuvanlukija manuaalisesti"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Asenna/Päivitä firmware-tiedostot"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Kuvanlukijan jako"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Kaikki etäkoneet"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Tämä kone"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26766,7 +26784,7 @@ msgstr ""
"Täällä voit määrittää mikäli tähän koneeseen liitetyt kuvanlukijat pitäisi "
"olla käytettävissä etäkoneissa sekä mitkä etäkoneet sallitaan."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26775,33 +26793,33 @@ msgstr ""
"Voit myös määrittää täällä pitäisikö etäkoneiden kuvanlukijat "
"automaattisesti olla käytettävissä tässä koneessa."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Kuvanlukijat tässä koneessa ovat muiden koneiden käytettävissä"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Kuvanlukijan jako koneille: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Käytä etäkoneiden kuvanlukijoita"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Käytä kuvanlukijoita koneissa: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Paikallisten kuvanlukijoiden jakaminen"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26810,56 +26828,56 @@ msgstr ""
"Nämä ovat koneet joissa paikallisesti liitetyt kuvanlukijat pitäisi olla "
"käytettävissä:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Lisää kone"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Muokkaa valittua konetta"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Poista valittu kone"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Koneen nimi/IP-osoite:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
"Valitse kone jolle paikalliset kuvanlukijat pitäisi asettaa käytettäviksi:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Sinun pitää syöttää verkkoaseman nimi tai IP-osoite.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Tämä kone on jo listassa, eikä sitä voida lisätä uudestaan.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Etäkoneiden kuvanlukijoiden käyttö"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Nämä ovat koneet joista kuvanlukijoita pitäisi käyttää: "
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26870,7 +26888,7 @@ msgstr ""
"\n"
"Haluatko asentaa paketin saned?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Kuvanlukijasi ei ole käytettävissä verkossa."
@@ -27066,6 +27084,296 @@ msgstr ""
msgid "Installation failed"
msgstr "Asennus epäonnistui"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Peruuta"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Luo Etherbootia tukevia käynnistyskuvia:\n"
+#~ " \t\tYtimen käynnistämiseksi etherbootin kautta pitää luoda "
+#~ "erityinen kernel/initrd\n"
+#~ " \t\t-kuva. mkinitrd-net tekee suuren osan tästä työstä ja "
+#~ "drakTermServ on\n"
+#~ " \t\tainoastaan graafinen käyttöliittymä näiden kuvien hallintaan/"
+#~ "räätälöintiin.\n"
+#~ " \t\tLuodaksesi tiedoston /etc/dhcpd.conf.etherboot-pcimap."
+#~ "include, jota\n"
+#~ " \t\tkutsutaan tiedostosta dhcpd.conf, sinun pitää luoda etherboot-"
+#~ "kuva ainakin\n"
+#~ " \t\tyhdelle kernelille."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Ylläpidä /etc/dhcpd.conf:\n"
+#~ " \tVerkkokäynnistystä käyttävät asiakkaat tarvitsevat oman dhcpd."
+#~ "conf tietueen,\n"
+#~ " \tjoka määrää IP-osoitteen ja verkkokäynnistyskuvan kyseiselle "
+#~ "koneelle.\n"
+#~ " \tdrakTermServ auttaa näiden tietueiden luomisessa/"
+#~ "poistamisessa.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI-kortit voivat jättää kuvan asettamatta - etherboot pyytää "
+#~ "oikean kuvan.\n"
+#~ " \tSinun kannattaisi myös harkita sitä että kun etherboot etsii "
+#~ "kuvia, se\n"
+#~ " \todottaa nimiä kuten boot-3c59x.nbi, boot-3c59x.2.4.1-16mdk.nbi "
+#~ "sijasta).\n"
+#~ "\t\t\t \n"
+#~ " \tTyypillinen dhcpd.conf tietue levyttömälle asiakkaalle voi olla:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " Vaikka voit käyttää IP-osoiteryhmää asiakaskoneelle räätälöidyn "
+#~ "tietueen sijasta,\n"
+#~ " kiinteiden osoitteiden määritysten käyttöä helpottaa ClusterNFS:n "
+#~ "tarjoama\n"
+#~ " asiakaskohtaisten asetustiedostojen käyttö.\n"
+#~ "\t\t\t\n"
+#~ " Huomaa: \"#type\" -tietue on ainoastaan drakTermServ:n käytössä. "
+#~ "Asiakkaat voivat\n"
+#~ " olla joko 'thin'- tai 'fat-tyyppisiä'. 'Thin' asiakkaat "
+#~ "suorittavat suurimman osan\n"
+#~ " ohjelmista palvelimella xdmcp kautta, kun 'fat' asiakkaat "
+#~ "suorittavat suurimman\n"
+#~ " osan ohjelmista itse. Erikoinen inittab-tiedosto, %s on\n"
+#~ " luotu 'thin' asiakkaille. Järjestelmän asetustiedostot xdm-"
+#~ "config, kdmrc ja gdm.conf\n"
+#~ " muokataan xdmcp:n käyttämiseksi, jos 'thin' asiakkaita käytetään. "
+#~ "Koska xdmcp:n\n"
+#~ " käytössä on turvallisuusongelmia, hosts.deny ja hosts.allow "
+#~ "muokataan käytön\n"
+#~ " rajoittamiseen paikallisverkon aliverkolle.\n"
+#~ "\t\t\t\n"
+#~ " Huomaa: Tietue '#hdw_config' on ainoastaan drakTermServ "
+#~ "käyttämä.\n"
+#~ " Asiakkaat voivat olla joko 'true' tai 'false' . 'true' sallii "
+#~ "root kirjautuminen ja\n"
+#~ " sallii paikallinen asetus äänille, hiirelle, X:lle ja drakx "
+#~ "työkaluille. Tämä on\n"
+#~ " sallittu käyttämällä eri asetustiedotstoja asiakkaan IP-"
+#~ "osioitteen mukaan\n"
+#~ " ja luomalla luku/kirjoitus liitospisteet jotta asiakkaat voivat "
+#~ "muokata tiedostoa.\n"
+#~ " Kun ole tyytyväinen asetuksiin voit poistaa root "
+#~ "kirjautumisoikeudet asiakkailta.\n"
+#~ "\t\t\t\n"
+#~ " Huomaa: Sinun pitää pysäyttää/käynnistää palvelin asiakkaiden "
+#~ "lisäämisen tai\n"
+#~ " muokkauksen jälkeen"
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Ylläpidä /etc/exports:\n"
+#~ " \t\tClusternfs sallii juuritiedostojärjestelmän jakoa "
+#~ "levyttömille asiakkaille. drakTermServ\n"
+#~ " \t\tasettaa oikean tietueen anonyymikäytön sallimiseksi "
+#~ "juuritiedostojärjestelmälle\n"
+#~ " \t\tlevyttömiltä asiakkailta.\n"
+#~ "\n"
+#~ " \t\tTyypillinen exports tietue clusternfs:ille:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t\t/home ALIVERKKO/MASKI(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tmissä ALIVERKKO/MASKI vastaa verkkoasi."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Ylläpidä %s:\n"
+#~ " \t\tJotta levyttömien asiakkaiden käyttäjät pystyvät kirjautumaan "
+#~ "tähän järjestelmään,\n"
+#~ " \t\tniiden tietue /etc/shadow tiedostossa pitää kopioida "
+#~ "tiedostoon\n"
+#~ " \t\t%s. drakTermServ auttaa tässä toimenpiteessä\n"
+#~ " \t\tlisäämällä tai poistamalla käyttäjiä tästä tiedostosta."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Asiakaskohtainen %s:\n"
+#~ " \t\tClusternfs:n kautta jokaisella levyttömällä asiakkaalla voi "
+#~ "olla oma räätälöity\n"
+#~ " \t\tasetustiedosto palvelimen juuritiedostojärjestelmässä. "
+#~ "Tulevaisuudessa\n"
+#~ " \t\tdrakTermServ auttaa näiden tiedostojen luomisessa."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Asiakaskohtaiset järjestelmän asetustiedostot:\n"
+#~ " \t\tClusternfs:n kautta, jokaisella levyttömällä asiakkaalla voi "
+#~ "olla omat räätälöidyt\n"
+#~ " \t\tasetustiedostot palvelimen juuritiedostojärjestelmässä. "
+#~ "Sallimalla paikallisen asiakaan\n"
+#~ "\t\t\t\tlaitteistoasetukset, asiakkaat voivat muokata esimerkiksi /etc/"
+#~ "modules.conf,\n"
+#~ " \t\t/etc/sysconfig/mouse, /etc/sysconfig/keyboard "
+#~ "asiakaskohtaisina tiedostoina.\n"
+#~ "\n"
+#~ "\n"
+#~ " Huom! Paikallisten laitteistoasetuksien salliminen sallii root "
+#~ "kirjautumista jokaisen\n"
+#~ " koneen terminaalipalvelimelle jossa tämä toiminto on käytössä.\n"
+#~ " Paikallinen asetus voidaan poistaa käytöstä kun kaikki asetukset "
+#~ "on tehty, säästäen\n"
+#~ " mukautetut asetustiedostot."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \t\tdrakTermServ asettaa tämän tiedoston toimimaan yhteistyössä "
+#~ "mkinitrd-net:llä\n"
+#~ " \t\tluotujen kuvien kanssa ja tietueet /etc/dhcpd.conf "
+#~ "tiedostossa jakamaan\n"
+#~ " \t\tkäynnistyskuvan jokaiselle levyttömälle asiakkaalle.\n"
+#~ "\n"
+#~ " \t\tTyypillinen tftp asetustiedosto näyttää tältä:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \t\tMuutokset täällä verrattuna vakioasennukseen on 'disable' "
+#~ "lipun asettaminen\n"
+#~ " \t\t'no' tilaan ja hakemiston muuttaminen /var/lib/tftpboot, "
+#~ "johon mkinitrd-net\n"
+#~ " \t\ttallentaa kuvat."
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Asetukset muutettu - käynnistetäänkö clusternfs/dhcpd uudestaan?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/fr.po b/perl-install/share/po/fr.po
index 27a054a6c..3f29db081 100644
--- a/perl-install/share/po/fr.po
+++ b/perl-install/share/po/fr.po
@@ -73,7 +73,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-fr\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-11-18 16:35+0100\n"
"Last-Translator: Christophe Berthelé <cpjc@free.fr>\n"
"Language-Team: Français <cooker-i18n@mandrivalinux.org>\n"
@@ -282,21 +282,21 @@ msgstr "Veuillez patienter, détection et configuration des périphériques..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -323,9 +323,9 @@ msgstr "Veuillez patienter, détection et configuration des périphériques..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Erreur"
@@ -571,10 +571,10 @@ msgstr "Personnalisé"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Quitter"
@@ -737,7 +737,7 @@ msgstr "Carte graphique : %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -754,7 +754,7 @@ msgstr "Ok"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -769,7 +769,7 @@ msgstr "Annuler"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -1005,7 +1005,7 @@ msgstr "Premier secteur de la partition racine"
msgid "On Floppy"
msgstr "Sur disquette"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Passer"
@@ -1352,9 +1352,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Terminer"
@@ -1562,9 +1562,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Lancer Userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1745,7 +1745,7 @@ msgstr "Domaine"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Serveur"
@@ -1879,7 +1879,7 @@ msgstr "On ne peut pas utiliser l'option broadcast sans domaine NIS"
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1894,44 +1894,44 @@ msgstr ""
"ou attendez le démarrage par défaut.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO en mode graphique"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO en mode texte"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB en mode graphique"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB en mode texte"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "il n'y a pas assez de place dans le dossier /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr ""
"Vous ne pouvez pas installer le programme d'amorçage\n"
"sur une partition %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1940,7 +1940,7 @@ msgstr ""
"La configuration de votre programme d'amorçage doit être mise à jour car les "
"partitions ont été renumérotées"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1949,7 +1949,7 @@ msgstr ""
"Le programme d'amorçage ne peut pas être installé. Vous devez démarrer le CD-"
"ROM d'installation avec l'option « rescue » et choisir « %s »"
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Réinstaller le programme d'amorçage"
@@ -3177,7 +3177,7 @@ msgstr "Rechercher les nouveaux serveurs"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Le paquetage %s doit être installé. Souhaitez-vous l'installer ?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Impossible d'installer le paquetage %s !"
@@ -3188,19 +3188,19 @@ msgid "Mandatory package %s is missing"
msgstr "Le paquetage %s, requis, est manquant"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Attention"
@@ -4103,7 +4103,7 @@ msgstr "Nom d'utilisateur"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -5069,8 +5069,8 @@ msgstr ""
"vérification des secteurs défectueux (« Bad Blocks »)."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -6189,8 +6189,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7937,14 +7937,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Revalider"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Tchèque (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7958,28 +7958,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak standard"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Espagnol"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finlandais"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Français"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7993,828 +7993,828 @@ msgid ""
"Polish"
msgstr "Polonais"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Russe"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Suédois"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Anglais (Angleterre)"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Américain (États-Unis)"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albanais"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Arménien (ancien)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Arménien (machine à écrire)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Arménien (phonétique)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arabe"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaïdjanais (latin)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belge"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengali (disposition Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengali (disposition Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgare (phonétique)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgare (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brésilien"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosniaque"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Biélorusse"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Suisse (allemand)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Suisse (français)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee syllabique"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Tchèque (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Allemand (sans touches mortes)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Danois"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak américain"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Français)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (Royaume-Uni)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak norvégien"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Polonais)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak suédois"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tibétain"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estonien"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Féroïen"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Géorgien (disposition russe)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Géorgien (disposition latine)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Grec"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Grec (polytonic)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Croate"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Hongrois"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irlandais"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israélien"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israélien (phonétique)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iranien"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandais"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italien"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japonais 106 touches"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Coréen"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurde"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Clavier Kirghiz"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latino-américain"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laotien"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lituanien (AZERTY, ancien modèle)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lituanien (AZERTY, nouveau modèle)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lituanien « ligne de nombres » QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lituanien « phonétique » QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Letton"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Macédonien"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Burmese)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongolien (cyrillique)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltais (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltais (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Hollandais"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polonais (QWERTY)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polonais (QWERTZ)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugais"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Canadien (Québec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Roumain (QWERTZ)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Roumain (QWERTY)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Russe (phonétique)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (norvégien)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (Suédois/Finnois)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovénien"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Cinghalais"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovaque (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovaque (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbe (cyrillique)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Syriaque"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Syriaque (phonétique)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telegu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamoul (ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamoul (façon machine à écrire)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thaïlandais (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thaïlandais (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thaïlandais"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (Disposition marocaine) (+latin/arabe)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (Disposition phonétique) (+latin/arabe)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tadjik"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turkmène"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turc (modèle traditionnel « F »)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turc (modèle moderne « Q »)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrainien"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Ourdou"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Américain (international)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Ouzbékistanais (cyrillique)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamien « colonne numérique » QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Yougoslave (latin)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Touche Alt droite"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Deux touches Maj simultanément"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Touches Ctrl et Maj simultanément"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "Touche CapsLock (verrouillage majuscule)"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Touches Maj et CapsLock (verrouillage majuscule) simultanément"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Touches Ctrl et Alt simultanément"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Touches Alt et Maj simultanément"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "Touche « Menu »"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Touche « Windows » gauche"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Touche « Windows » droite"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Les deux touches Contrôle simultanément"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Les deux touches Alt simultanément"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Touche Majuscule gauche"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Touche Majuscule droite"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Touche Alt gauche"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Touche Contrôle gauche"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Touche Contrôle droite"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8825,7 +8825,7 @@ msgstr ""
"permettra de commuter entre les différents types de claviers\n"
"(ex : latin et non latin)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11230,8 +11230,8 @@ msgstr ""
msgid "Warning: IP address %s is usually reserved!"
msgstr "Attention : l'adresse IP %s est déjà réservée !"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s est déjà utilisé\n"
@@ -11957,7 +11957,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "La copie du firmware a échoué, fichier %s non trouvé"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Félicitations !"
@@ -12091,9 +12091,9 @@ msgstr "Configurées sur d'autres machines"
msgid "On CUPS server \"%s\""
msgstr "Sur serveur CUPS « %s »"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Défaut)"
@@ -12145,9 +12145,9 @@ msgstr "CUPS distant"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Modèle inconnu"
@@ -12395,7 +12395,7 @@ msgid "URI: %s"
msgstr "URI : %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Imprimante à accès direct (pas de pilote)"
@@ -12426,12 +12426,12 @@ msgstr "Hôte %s"
msgid "%s (Port %s)"
msgstr "%s (Port %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12480,7 +12480,7 @@ msgstr ""
"seront rendues automatiquement disponibles sur cette machine."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Serveur CUPS distant et pas de démon CUPS local"
@@ -12536,8 +12536,8 @@ msgstr "Partage d'imprimante sur les hôtes/réseaux : "
msgid "Custom configuration"
msgstr "configuration personnalisée"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Pas de machines distantes"
@@ -12768,8 +12768,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "Actif, Nom ou IP du serveur distant :"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "Adresse IP ou non d'hôte du serveur CUPS manquant(e)."
@@ -12779,29 +12779,30 @@ msgstr "Adresse IP ou non d'hôte du serveur CUPS manquant(e)."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Lecture des données de l'imprimante..."
@@ -12939,7 +12940,7 @@ msgstr ""
"Les imprimantes connectées à un serveur CUPS distant n'ont pas besoin d'être "
"configurées ici; elles seront automatiquement détectées. "
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -13181,12 +13182,12 @@ msgstr " sur"
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Sélection du modèle de l'imprimante"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Quel modèle d'imprimante possédez-vous ?"
@@ -13204,7 +13205,7 @@ msgstr ""
"Le modèle de votre imprimante %s n'a pas pu être déterminé. Veuillez choisir "
"le modèle correct dans la liste."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -13213,7 +13214,7 @@ msgstr ""
"Si votre imprimante n'est pas listée, choisissez-en une compatible (voir le "
"manuel de l'imprimante) ou similaire."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Configuration en cours de l'imprimante « %s »..."
@@ -13236,7 +13237,7 @@ msgstr ""
"Vous pouvez la réactiver en choisissant « %s » -> « %s » dans le menu "
"principal de Printerdrake."
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Configurer l'Administration Automatique"
@@ -13255,8 +13256,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Ajouter une nouvelle imprimante"
@@ -13466,8 +13467,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Impossible d'installer les paquetages %s !"
@@ -13713,10 +13714,10 @@ msgid "Remote printer name missing!"
msgstr "Le nom de l'imprimante est manquant !"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -14113,8 +14114,8 @@ msgstr "Éditer"
msgid "and choosing \"%s\"."
msgstr "et en choisissant « %s »."
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Type de connexion"
@@ -14124,22 +14125,18 @@ msgstr "Type de connexion"
msgid "What do you want to do?"
msgstr "Que désirez-vous faire ?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr "Configurer avec HPLIP"
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr "Configurer sans HPLIP"
-#: printer/printerdrake.pm:2426
-#, c-format
-msgid "Cancel setup"
-msgstr "Annuler la configuration"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -14153,7 +14150,7 @@ msgstr ""
"fonctions, accès à des cartes mémoire pour celles disposant d'un lecteur "
"adapté. "
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -14162,94 +14159,110 @@ msgstr ""
"Pour avoir accès aux fonctions spéciales de votre imprimante HP, celle-ci "
"doit être configurée avec HPLIP (HP Linux Imaging and Printing). "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
"Voulez-vous utiliser HPLIP (cliquez « Non » pour les imprimantes non HP) ? "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Installation du paquetage %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Seul l'impression sera possible sur %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"Impossible de supprimer votre ancien fichier de configuration HPOJ %s pour "
"votre %s ! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Merci de supprimer ce fichier manuellement puis relancer HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Vérification du périphérique et configuration de %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Quelle imprimante voulez-vous configurer avec HPLIP ? "
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Configurer sans HPLIP"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Installation des paquetages SANE..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Scanner ne sera pas possible sur %s."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Utilisation et maintenance de votre %s"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Configuration en cours..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Mise à disposition du port d'imprimante pour CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Lecture de la base de données des imprimantes..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Entrez un nom d'imprimante et un commentaire"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Le nom de l'imprimante ne devrait contenir que des lettres, des nombres et "
"des tirets bas (_)"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -14258,7 +14271,7 @@ msgstr ""
"L'imprimante « %s » existe déjà,\n"
"souhaitez-vous vraiment écraser sa configuration ?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -14268,7 +14281,7 @@ msgstr ""
"Le nom de l'imprimante « %s » dépasse 12 caractères ce qui peut la rendre "
"inaccessible à des clients Windows. Voulez-vous vraiment conserver ce nom ?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -14279,35 +14292,35 @@ msgstr ""
"Les champs « Description » et « Emplacement » n'ont pas besoin d'être "
"remplis. Ce sont de simples commentaires pour les utilisateurs."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Nom de l'imprimante"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Description"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Emplacement"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Préparation de la base de données des imprimantes..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Le modèle de votre imprimante"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14332,18 +14345,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Le modèle est correct"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Sélectionner manuellement le modèle"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14358,12 +14371,12 @@ msgstr ""
"modèle correct dans la liste si le curseur se situe sur un modèle erroné ou "
"sur « Imprimante à accès direct ». "
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Installer un fichier PPD fourni par le constructeur"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14372,7 +14385,7 @@ msgstr ""
"Chaque imprimante PostScript est fournie avec un fichier PPD qui décrit les "
"options et les fonctionnalités de l'imprimante."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14381,14 +14394,14 @@ msgstr ""
"Ce ficher est le plus souvent situé sur un CD avec les pilotes Windows et "
"Mac fournis avec l'imprimante."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
"Il est également possible de trouver les fichiers PPD sur les sites webs des "
"constructeurs."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14397,7 +14410,7 @@ msgstr ""
"Si Windows est installé sur votre disque, il est possible de trouver le "
"fichier PPD sur la partition Windows."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14408,7 +14421,7 @@ msgstr ""
"votre imprimante permet d'avoir accès à toutes les options de votre "
"imprimante (qui sont fournies par le matériel)"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14417,51 +14430,51 @@ msgstr ""
"Ici, vous pouvez choisir le fichier PPD à installer sur votre machine; il "
"sera utilise pour configurer votre imprimante."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Installer le fichier PPD depuis"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Lecteur de disquette"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Autres emplacements"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Sélectionnez un fichier PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "Le fichier PPD %s n'existe pas ou n'est pas accessible en lecture !"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "Le fichier PPD %s n'est pas conforme aux spécifications PPD !"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Installation du fichier PPD ..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Configuration de l'imprimante OKI winprinter"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14479,12 +14492,12 @@ msgstr ""
"l'impression de la page de test. Sans cela, l'imprimante ne fonctionnera pas "
"Vos paramètres de type de connexion seront ignorés par le pilote."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Configuration de l'imprimante Lexmark inkjet"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14497,7 +14510,7 @@ msgstr ""
"des serveurs d'impression. Veuillez connecter votre imprimante sur un port "
"local ou configurez-la sur la machine à laquelle elle est connectée."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14521,12 +14534,12 @@ msgstr ""
"d'impression avec « lexmarkmaintain » et ajustez les paramètres de ces têtes "
"avec ce programme."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Configuration de l'imprimante Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14539,12 +14552,12 @@ msgstr ""
"d'impression. Veuillez connecter votre imprimante sur un port local USB ou "
"configurez-la sur la machine à laquelle elle est connectée."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Configuration du Samsung ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14558,17 +14571,17 @@ msgstr ""
"autres ports parallèles. Veuillez connecter votre imprimante sur le premier "
"port parallèle ou configurez-la sur la machine à laquelle elle est connectée."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Configuration du Canon LBP-460/660"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Configuration du Canon LBP-810/1120 (CAPT)"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14582,12 +14595,12 @@ msgstr ""
"sur un port local USB ou configurez-la sur la machine à laquelle elle est "
"connectée."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Téléchargement du firmware pour la HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14603,27 +14616,27 @@ msgstr ""
"sont correctement indiqués. Notez que la vitesse d'impression peut diminuer "
"si vous augmentez la qualité d'impression."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Paramètres par défaut de l'imprimante"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "L'option %s doit être un nombre entier !"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "L'option %s doit être un nombre !"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "L'option %s est en dehors des limites !"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14632,12 +14645,12 @@ msgstr ""
"Désirez-vous que l'imprimante « %s » soit l'imprimante\n"
"par défaut ?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Pages de test"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14651,47 +14664,47 @@ msgstr ""
"même ne pas sortir.\n"
"Dans la plupart des cas, l'impression de la page de test standard suffit."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Pas de page de test"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Imprimer"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Page de test standard"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Page de test alternative (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Page de test alternative (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Page de test photo"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Impression des pages de test..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Passer la page de test photo."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14706,7 +14719,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14715,17 +14728,17 @@ msgstr ""
"Les pages de test ont été envoyées à l'imprimante.\n"
"Il peut se passer un certain temps avant le début effectif de l'impression.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Êtes-vous satisfait du résultat ?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Imprimante à accès direct"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14739,7 +14752,7 @@ msgstr ""
"<fichier> ». Les utilitaires graphiques vous permettent de choisir "
"l'imprimante et de modifier les paramètres d'impression facilement.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14751,8 +14764,8 @@ msgstr ""
"programmes. Dans ce cas n'indiquez pas le nom du fichier puisqu'il sera "
"fourni par le programme lui-même.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14765,7 +14778,7 @@ msgstr ""
"pour une impression particulière. Il suffit pour cela d'ajouter les "
"paramètres voulus sur la ligne de commande. Par exemple, « %s <fichier> ». "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14776,7 +14789,7 @@ msgstr ""
"lisez la liste ci-dessous ou cliquez sur le bouton « imprimer la liste des "
"options ».%s%s%s\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14786,7 +14799,7 @@ msgstr ""
"courante :\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14795,8 +14808,8 @@ msgstr ""
"Pour imprimer un fichier depuis la ligne de commande (une fenêtre de "
"terminal), utilisez la commande « %s <fichier> ».\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14808,7 +14821,7 @@ msgstr ""
"programmes. Dans ce cas, n'indiquez pas le nom du fichier à imprimer puisque "
"celui-ci sera fourni par le programme lui-même.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14817,7 +14830,7 @@ msgstr ""
"Pour obtenir la liste des paramètres disponibles pour l'imprimante courante, "
"cliquez sur le bouton « liste des options d'impression »."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14826,7 +14839,7 @@ msgstr ""
"Pour imprimer un fichier depuis la ligne de commande (une fenêtre de "
"terminal), utilisez la commande « %s <fichier> » ou « %s <fichier> ».\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14844,7 +14857,7 @@ msgstr ""
"les travaux d'impression. Ceci peut être utile en cas de bourrage papier, "
"par exemple.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14858,27 +14871,27 @@ msgstr ""
"cela d'ajouter les paramètres voulus sur la ligne de commande, par exemple "
"« %s <fichier> ».\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Utilisation/Maintenance de l'imprimante « %s »"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Impression sur l'imprimante « %s »"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Liste des options d'impression"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, c-format
msgid "Printing option list..."
msgstr "Liste des options d'impression..."
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14889,7 +14902,7 @@ msgstr ""
"réglages de votre imprimante sont supportés.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14898,7 +14911,7 @@ msgstr ""
"Le scanner de votre imprimante peut être utilisé avec le logiciel SANE, par "
"exemple via Kooka ou Xsane (situés dans le menu Multimédia->Graphisme). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14909,7 +14922,7 @@ msgstr ""
"Linux) pour partager sur le réseau votre scanner.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14918,7 +14931,7 @@ msgstr ""
"Le lecteur de cartes mémoire de votre imprimante est accessible comme un "
"périphérique USB de stockage de masse classique."
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14929,7 +14942,7 @@ msgstr ""
"accéder devrait apparaître sur votre bureau.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14940,7 +14953,7 @@ msgstr ""
"boîte à outils HP (menu : Système/Maintenance/Boîte à outils HP) en cliquant "
"sur «Accéder aux Cartes mémoire ...» dans l'onglet «Fonctions»."
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14952,7 +14965,7 @@ msgstr ""
"rapide.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14964,33 +14977,33 @@ msgstr ""
"votre %s : \n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - Contrôle du niveau d'encre\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - Nettoyage de la tête d'impression\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Alignement de la tête d'impression\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Calibration des couleurs\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Transfert de la configuration de l'imprimante"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -15007,7 +15020,7 @@ msgstr ""
"Toutes les files d'attente n'ont pas pu être transférées à cause des raisons "
"suivantes :\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -15016,7 +15029,7 @@ msgstr ""
"CUPS ne supporte pas les imprimantes sur les serveurs Novell ni les "
"impressions vers des commandes shell.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -15025,12 +15038,12 @@ msgstr ""
"PDQ ne supporte que les imprimantes locales, les imprimantes LPD distantes, "
"et les imprimantes réseau autonomes.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD et LPRng ne supportent pas les imprimantes IPP.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -15039,7 +15052,7 @@ msgstr ""
"De plus, les files d'attente qui n'ont pas été créées avec ce programme ou "
"avec « foomatic-configure » ne peuvent pas être transférées."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -15050,7 +15063,7 @@ msgstr ""
"Aussi, les imprimantes configurées avec les fichiers PPD fournis par leur "
"fabriquant ou avec des pilotes CUPS natifs ne peuvent pas être transférées."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -15061,17 +15074,17 @@ msgstr ""
"Cochez les imprimantes que vous voulez transférer, et\n"
"cliquez sur « Transfert »."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Ne pas transférer les imprimantes"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Transfert"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -15083,17 +15096,17 @@ msgstr ""
"Vous pouvez également taper un nouveau nom ou\n"
"simplement ignorer cette imprimante."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Nouveau nom de l'imprimante"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Transfert de %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -15103,28 +15116,28 @@ msgstr ""
"elle être également l'imprimante par défaut de votre nouveau système "
"d'impression %s ?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Mise à jour des données de l'imprimante..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Démarrage du réseau..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Configurez le réseau maintenant"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Les fonctions du réseau ne sont pas configurées"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -15137,12 +15150,12 @@ msgstr ""
"voulez continuer sans configurer le réseau, vous ne pourrez pas utiliser "
"l'imprimante que vous êtes en train de configurer. Que souhaitez-vous faire ?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Continuer sans configurer le réseau"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -15158,7 +15171,7 @@ msgstr ""
"de configurer l'imprimante dans la section « Matériel / Imprimante » du "
"« Centre de Contrôle %s »."
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -15169,27 +15182,27 @@ msgstr ""
"de votre matériel et de votre accès réseau grâce au « Centre de Contrôle "
"Mandriva Linux » puis essayez à nouveau de configurer l'imprimante distante."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Redémarrage du système d'impression..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "élevé"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoïaque"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Installation du système d'impression sous le niveau de sécurité « %s »"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -15215,12 +15228,12 @@ msgstr ""
"\n"
"Souhaitez-vous réellement installer un système d'impression ?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Activation du système d'impression au démarrage"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -15242,32 +15255,32 @@ msgstr ""
"\n"
"Souhaitez-vous rétablir l'activation automatique du système d'impression ?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Vérification du logiciel installé..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Suppression de %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Impossible de désinstaller le système d'impression %s !"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Installation de %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Impossible d'installer le système d'impression %s !"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -15281,7 +15294,7 @@ msgstr ""
"que si le serveur spécifié est arrêté, il ne sera pas possible d'imprimer de "
"cette machine."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -15291,32 +15304,32 @@ msgstr ""
"et cliquez sur OK si vous voulez utiliser ce mode. Sinon, cliquez sur "
"Quitter."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Nom ou IP du serveur distant : "
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Configuration de l'imprimante par défaut..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Impression sur serveur CUPS local ou distant ?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "Le système d'impression CUPS peut être utilisé de deux façons : "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. Le système d'impression CUPS peut fonctionner localement"
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -15326,7 +15339,7 @@ msgstr ""
"distantes sur d'autres serveurs CUPS du même réseau seront automatiquement "
"découvertes."
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15340,14 +15353,14 @@ msgstr ""
"Le service CUPS doit tourner en arrière plan et a besoin de plus de mémoire, "
"le port IPP (port 631) sera ouvert."
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. Toutes les impressions sont transmises immédiatement au serveur CUPS "
"distant"
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15359,7 +15372,7 @@ msgstr ""
"configuration de files d'impression locales ne sera installé, donc moins de "
"mémoire et d'espace disque seront utilisés."
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15369,49 +15382,49 @@ msgstr ""
"ensuite, et que si le serveur d'impression spécifié est arrêté, il n'est "
"plus possible d'imprimer de cet ordinateur."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Comment CUPS doit-il être installé sur votre machine ?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Serveur distant, spécifiez un nom ou une adresse IP ici"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Système d'impression CUPS local"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Choisissez le gestionnaire d'impression"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Quel système d'impression désirez-vous utiliser ?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Échec de configuration de l'imprimante « %s » !"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Installation de Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
"Impossible d'installer les paquetages %s, %s ne peut pas être démarré !"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15422,50 +15435,50 @@ msgstr ""
"elles pour modifier ses paramètres, en faire l'imprimante par défaut ou "
"consulter les informations associées."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Afficher toutes les imprimantes CUPS distantes"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Rafraîchir la liste des imprimantes (pour afficher toutes les imprimantes "
"CUPS distantes)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "Configuration de CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Changer le système d'impression"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Mode normal"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Mode Expert"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Options de l'imprimante"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Modifier la configuration de l'imprimante"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15474,99 +15487,99 @@ msgstr ""
"Imprimante %s%s\n"
"Que souhaitez-vous modifier sur cette imprimante ?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Cette imprimante est désactivée"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Faire"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Nom, description, emplacement"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Marque, modèle, pilote"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Marque, modèle"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Choisir comme imprimante par défaut"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Activer l'imprimante"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Désactiver l'imprimante"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "Gestion des erreurs de connexion avec l'imprimante"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Imprimer des pages de test"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Savoir comment utiliser cette imprimante"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Désinstaller l'imprimante"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Désinstallation de l'ancienne imprimante « %s »..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "L'imprimante « %s » est maintenant activée."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "L'imprimante « %s » est maintenant désactivée."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Désirez-vous vraiment désinstaller l'imprimante « %s » ?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Suppression de l'imprimante « %s »..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Imprimante par défaut"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "L'imprimante « %s » est maintenant celle par défaut."
@@ -15604,15 +15617,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Impossible d'initialiser les permissions du fichier firmware %s !"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -17607,12 +17620,12 @@ msgstr ""
"Vous devez vous déconnecter puis vous connecter à nouveau afin de prendre "
"les changements en considération"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s : %s nécessite un nom d'utilisateur...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17621,114 +17634,114 @@ msgstr ""
"%s : %s a besoin du nom de domaine, de l'adresse MAC, de l'IP, de la nbi-"
"image, 0/1 pour Client Léger, 0/1 pour Configuration Locale...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s : %s nécessite un nom d'hôte...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Configuration du Serveur de Terminaux"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "Configuration de dhcpd"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Activer le serveur"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Désactiver le serveur"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Lancer le serveur"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Arrêter le serveur"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "disquette/ISO etherboot"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Images d'amorçage réseau"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Ajouter/Effacer un utilisateur"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Ajouter/Effacer un client"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Images"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Clients/Utlilisateurs"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Assistant de première connexion"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
"%s est défini comme étant le dm, ajout de l'utilisateur gdm à /etc/passwd$"
"$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17765,27 +17778,27 @@ msgstr ""
" e) vous proposer de créer une disquette de démarrage\n"
" f) vous proposera de redémarrer KDM s'il s'agit d'un client léger.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Annuler l'assistant"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Veuillez sauvegarder la configuration de dhcpd !"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Utiliser les client légers."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Synchroniser le paramétrage X11 du clavier avec le serveur."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17801,28 +17814,28 @@ msgstr ""
" « Client lourd » utilise son propre processeur et sa propre mémoire mais "
"le système de fichier du serveur."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Création des images de démarrage réseau pour tous les noyaux"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Cela va prendre quelques minutes."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Terminé !"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s a échoué"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17833,14 +17846,14 @@ msgstr ""
"les NBIs dans %s.\n"
"Nécessaire : %d Mo, Libre : %d Mo"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Synchroniser la liste des utilisateurs du serveur avec celle du client en "
"incluant le superutilisateur (root)"
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17849,19 +17862,18 @@ msgstr ""
"Pour être en mesure d'activer les changements faits pour les clients légers, "
"le gestionnaire d'affichage doit être rechargé. Le redémarrer maintenant ?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Survol du Serveur de Terminaux"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17872,21 +17884,21 @@ msgstr ""
" - Créer des images d'amorçage Etherboot :\n"
" \tPour amorcer un noyau par etherboot, un noyau et un initrd "
"spéciaux doivent être créés.\n"
-" \t\tmkinitrd-net fait une grande partie de ce travail et "
-"drakTermServ est simplement une interface graphique\n"
+" \t\tmkinitrd-net fait une grande partie de ce travail et %s est "
+"simplement une interface graphique\n"
" \t\tpour aider à gérer et personnaliser ces images.\n"
" \t\tPour créer le fichier /etc/dhcpd.conf.etherboot-pcimap.include\n"
" \t\tqui est inclus dans dhcpd.conf, vous devriez créer les images\n"
" \t\tEtherboot pour au moins un noyau complet."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17901,8 +17913,8 @@ msgstr ""
" - Maintenir /etc/dhcpd.conf :\n"
" \t\tPour pouvoir être amorcé par le réseau, chaque client a besoin "
"d'une entrée dans le fichier dhcpd.conf, pour lui assigner une adresse IP\n"
-" \t\tet des images d'amorçage. drakTermServ permet de créer ou "
-"retirer ces entrées.\n"
+" \t\tet des images d'amorçage. %s permet de créer ou retirer ces "
+"entrées.\n"
"\t\t\t\n"
" \t\t(Les cartes PCI peuvent omettre l'image, etherboot demandera "
"l'image correcte. Il faut aussi\n"
@@ -17913,30 +17925,29 @@ msgstr ""
" \t\tUne strophe habituelle de dhcpd.conf pour le support d'un client "
"léger ressemble à :"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17955,10 +17966,10 @@ msgstr ""
"entrée\n"
"\t\t\tspécifique pour chaque machine client, l'utilisation d'adresses fixes "
"permet de profiter\n"
-"\t\t\tde configurations séparées par client pour les fonctions que fournit "
-"ClusterNFS.\n"
-"\t\t\t\t\t\tRemarque : L'entrée « #type » est utilisée seulement par "
-"drakTermServ. Les clients peuvent être soit\n"
+"\t\t\tde configurations séparées par client pour les fonctions que fournit %"
+"s.\n"
+"\t\t\t\t\t\tRemarque : L'entrée « #type » est utilisée seulement par %s. Les "
+"clients peuvent être soit\n"
"\t\t\t« légers », soit « lourds ». Les clients légers font tourner la "
"plupart des logiciels sur le serveur via XDMCP, \n"
"\t\t\ttandis que les clients lourds font tourner eux-mêmes leurs logiciels. "
@@ -17973,17 +17984,16 @@ msgstr ""
"\t\t\tRemarque : vous devez redémarrer le serveur après avoir ajouté ou "
"modifié des clients."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17991,27 +18001,28 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Maintenir /etc/exports :\n"
-" \t\tClusternfs permet d'exporter la partition racine (/) vers les "
-"clients légers. drakTermServ fait les\n"
+" \t\t%s permet d'exporter la partition racine (/) vers les clients "
+"légers. %s fait les\n"
" \t\tmodifications nécessaires pour autoriser les clients légers à y "
"accéder de façon anonyme.\n"
"\n"
-" \t\tUne entrée typique dans ce fichier est :\n"
+" \t\tUne entrée typique dans ce fichier pour %s est :\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
"\t\t\tAvec SUBNET/MASK défini pour votre réseau."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Maintenir %s :\n"
" \t\tPour que les utilisateurs puissent se connecter au système à "
@@ -18020,27 +18031,27 @@ msgstr ""
" \t\tDrakTermServ permet, à cet effet, d'ajouter ou de retirer des "
"utilisateurs de ce fichier."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Fichier par client %s :\n"
-" \t\tAvec clusternfs, chaque client léger peut avoir son propre "
-"fichier de configuration unique\n"
-" \t\tsur la partition racine du serveur. DrakTermServ permettra plus "
+" \t\tAvec %s, chaque client léger peut avoir son propre fichier de "
+"configuration unique\n"
+" \t\tsur la partition racine du serveur. %s permettra plus "
"tard de créer ces fichiers."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -18056,8 +18067,8 @@ msgid ""
"machine is configured."
msgstr ""
" - Fichiers de configuration système par client :\n"
-" \tAvec clusternfs, chaque client léger peut avoir ses propres "
-"fichiers de configuration\n"
+" \tAvec %s, chaque client léger peut avoir ses propres fichiers de "
+"configuration\n"
" \tsur la partition racine du serveur. En permettant la configuration "
"matérielle locale,\n"
"\tles clients peuvent personnaliser des fichiers comme /etc/modules.conf,\n"
@@ -18072,12 +18083,12 @@ msgstr ""
"conservant les fichiers de\n"
" configuration, une fois que la machine cliente est configurée."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -18102,7 +18113,7 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp :\n"
-" \t\tDrakTermServ peut configurer ces fichiers pour fonctionner en "
+" \t\t%s peut configurer ces fichiers pour fonctionner en "
"conjonction avec les images crées par mkinitrd-net,\n"
" \t\tet les entrées dans /etc/dhcpd.conf pour mettre les images "
"d'amorçage à disposition des clients légers.\n"
@@ -18125,14 +18136,12 @@ msgstr ""
" \t\tet le chemin d'accès à tftpboot mis à « /var/lib/tftpboot », où "
"mkinitrd-net place ses images."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -18152,94 +18161,94 @@ msgstr ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Disquette de démarrage"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Image ISO de démarrage"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "Image PXE"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Version du noyau par défaut"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "Installe un noyau i586 pour les postes clients plus plus anciens"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Construire le noyau entier -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Aucun noyau sélectionné !"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Construire un NIC unique -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Aucune interface réseau sélectionnée !"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Construire tous les noyaux -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Effacer"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Aucune image sélectionnée !"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Effacer toutes les NBI"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Création des images du noyau :"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -18251,27 +18260,27 @@ msgstr ""
"connu par le Terminal Server. Effacez et ajoutez à nouveau l'utilisateur\n"
"au Terminal Server pour permettre la connexion."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Ajouter un utilisateur -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Effacer un utilisateur"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "type : %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "configuration locale : %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -18280,22 +18289,22 @@ msgstr ""
"Permettre une configuration\n"
"matérielle locale."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Aucune image d'amorçage réseau créée"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Client léger"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Autoriser les client légers"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -18304,52 +18313,52 @@ msgstr ""
"Synchroniser le paramétrage\n"
"X11 du clavier avec le serveur."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Ajouter un client -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "type : lourd"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "type : léger"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "fichiers locaux : non"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "configuration locale : oui"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Modifier un client"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Désactive la Configuration Locale"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Effacer un client"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -18358,78 +18367,78 @@ msgstr ""
"Le gestionnaire de connexion doit être redémarré pour que les changements\n"
"prennent tous effet. (« service dm restart » dans une console)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Les clients légers ne fonctionnent pas avec autologin. Désactiver autologin ?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Tous les clients utiliseront %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Sous-réseau : "
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Masque de réseau : "
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Routeurs : "
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Masque de sous-réseau : "
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Adresse de diffusion (broadcast) : "
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Nom de domaine : "
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Serveurs de nom : "
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Début de la plage d'adresses IP : "
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Fin de la plage d'adresses IP : "
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Ajouter les Terminal Server inclus dans les configurations existantes"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Écrire la configuration"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Configuration du serveur dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18440,7 +18449,7 @@ msgstr ""
"de votre système. Vous pouvez les modifier\n"
"comme vous le souhaitez."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -18449,101 +18458,101 @@ msgstr ""
"Plage d'adresses IP dynamiques\n"
"(nécessaire pour les clients PXE) :"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "L'écriture dans %s a échoué !"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Veuillez insérer une disquette dans le lecteur"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Impossible d'accéder à la disquette !"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "La disquette peut maintenant être retirée du lecteur"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Aucun lecteur de disquette disponible !"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "L'image PXE est %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Erreur d'écriture %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "L'image ISO etherboot est %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Quelque chose s'est mal passé ! mkisofs est-il bien installé ?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Il faut d'abord créer /etc/dhcpd.conf !"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "mauvais mot de passe %s dans Terminal Server - réécriture...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s n'est pas un utilisateur ...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s est déjà un utilisateur du Serveur de Terminal\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "L'ajout de %s au Serveur de Terminaux a échoué !\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s a été ajouté au Serveur de Terminal\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s effacé...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s introuvable...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"/etc/hosts.allow et /etc/hosts.deny déjà configurés. Aucune modification"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "La configuration a été modifiée. Relancer clusternfs/dhcpd ?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "La configuration a été modifiée. Relancer %s/dhcpd ?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26876,17 +26885,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "ScannerDrake ne sera pas lancé tout de suite."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Recherche de scanners configurés..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Recherche de nouveaux scanners..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Régénération de la liste des scanners configurés..."
@@ -27051,43 +27060,43 @@ msgstr ""
"Vous pouvez lancer printerdrake depuis le Centre de Contrôle %s dans la "
"section Matériel"
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Configuration des modules du noyau..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Auto-détecter les ports disponibles"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Veuillez sélectionner le périphérique sur lequel %s est branché"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(N.B. : les ports parallèles ne peuvent être auto-détectés)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "choisissez le périphérique"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Recherche des scanners..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Configuration des modules du noyau..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Attention !"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -27100,7 +27109,7 @@ msgstr ""
"Des ajustements manuels sont nécessaires. Veuillez éditer le fichier de "
"configuration /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -27109,7 +27118,7 @@ msgstr ""
"Plus d'infos dans la page de manuel du pilote. Exécutez la commande «man "
"sane-%s» pour le lire."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -27118,7 +27127,7 @@ msgstr ""
"Vous pouvez maintenant scanner des documents en utilisant « XSane » ou "
"« Kooka » à partir du menu Applications->Multimédia->Graphisme."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -27127,7 +27136,7 @@ msgstr ""
"Votre %s a été configuré, mais il est possible que des ajustements manuels "
"supplémentaires soient requis pour le faire fonctionner. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -27136,12 +27145,12 @@ msgstr ""
"S'il n'apparaît pas dans la liste des scanners configurés dans la fenêtre "
"principale de Scannerdrake ou s'il ne fonctionne pas correctement, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "édtier le fichier de configuration /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -27152,7 +27161,7 @@ msgstr ""
"Vous pouvez maintenant scanner des documents en utilisant « XSane » ou "
"« Kooka » à partir du menu général Multimédia->Graphisme."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -27165,7 +27174,7 @@ msgstr ""
"%s\n"
"sont disponibles sur votre système.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -27178,42 +27187,42 @@ msgstr ""
"%s\n"
"est disponible sur votre système.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Aucun scanner disponible trouvé sur votre système.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Rechercher des nouveaux scanners"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Ajouter manuellement un scanner"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Installer/Mettre à jour les fichiers de firmware"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Partage de scanners"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Toutes les machines distantes"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Cette machine"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -27223,7 +27232,7 @@ msgstr ""
"être accessibles depuis des machines distantes, et quelles machines pourront "
"y accéder."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -27232,34 +27241,34 @@ msgstr ""
"Vous pouvez aussi décider ici si les scanners des machines distantes seront "
"rendus disponibles sur cette machine."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
"Les scanners de cette machine sont utilisables par les autres ordinateurs"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Partage de scanners pour les hôtes : "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Utiliser des scanners sur des ordinateurs distants"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Utiliser les scanners sur les hôtes : "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Partage de scanners locaux"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -27268,58 +27277,58 @@ msgstr ""
"Voici les machines à partir desquelles les scanners connectés localement "
"seront disponibles : "
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Ajouter un hôte"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Modifier l'hôte sélectionné"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Supprimer l'hôte sélectionné"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Nom ou Adresse IP de l'hôte : "
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
"Choisissez l'hôte à partir duquel les scanners locaux seront disponibles : "
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Vous devez entrer un nom d'hôte ou une adresse IP.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Cet hôte est déjà dans la liste, il ne peut pas être rajouté.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Utilisation des scanners distants"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
"Voici les machines à partir desquelles les scanners locaux seront "
"disponibles : "
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -27331,7 +27340,7 @@ msgstr ""
"\n"
"Voulez-vous installer le paquetage saned ?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Vos scanners ne seront pas disponibles sur le réseau."
@@ -27516,6 +27525,297 @@ msgstr ""
msgid "Installation failed"
msgstr "Échec de l'installation"
+#~ msgid "Cancel setup"
+#~ msgstr "Annuler la configuration"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Créer des images d'amorçage Etherboot :\n"
+#~ " \tPour amorcer un noyau par etherboot, un noyau et un initrd "
+#~ "spéciaux doivent être créés.\n"
+#~ " \t\tmkinitrd-net fait une grande partie de ce travail et "
+#~ "drakTermServ est simplement une interface graphique\n"
+#~ " \t\tpour aider à gérer et personnaliser ces images.\n"
+#~ " \t\tPour créer le fichier /etc/dhcpd.conf.etherboot-pcimap."
+#~ "include\n"
+#~ " \t\tqui est inclus dans dhcpd.conf, vous devriez créer les "
+#~ "images\n"
+#~ " \t\tEtherboot pour au moins un noyau complet."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Maintenir /etc/dhcpd.conf :\n"
+#~ " \t\tPour pouvoir être amorcé par le réseau, chaque client a "
+#~ "besoin d'une entrée dans le fichier dhcpd.conf, pour lui assigner une "
+#~ "adresse IP\n"
+#~ " \t\tet des images d'amorçage. drakTermServ permet de créer ou "
+#~ "retirer ces entrées.\n"
+#~ "\t\t\t\n"
+#~ " \t\t(Les cartes PCI peuvent omettre l'image, etherboot demandera "
+#~ "l'image correcte. Il faut aussi\n"
+#~ " \t\ttenir compte du fait que quand etherboot cherche des images, "
+#~ "il s'attend à trouver des noms comme\n"
+#~ " \t\tboot-3c59x.nbi, plutôt que boot-3c59x.2.4.19-16mdk.nbi).\n"
+#~ "\t\t\t \n"
+#~ " \t\tUne strophe habituelle de dhcpd.conf pour le support d'un "
+#~ "client léger ressemble à :"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ "\t\t\tBien que vous puissiez utiliser une plage d'adresses IP plutôt "
+#~ "qu'une entrée\n"
+#~ "\t\t\tspécifique pour chaque machine client, l'utilisation d'adresses "
+#~ "fixes permet de profiter\n"
+#~ "\t\t\tde configurations séparées par client pour les fonctions que "
+#~ "fournit ClusterNFS.\n"
+#~ "\t\t\t\t\t\tRemarque : L'entrée « #type » est utilisée seulement par "
+#~ "drakTermServ. Les clients peuvent être soit\n"
+#~ "\t\t\t« légers », soit « lourds ». Les clients légers font tourner la "
+#~ "plupart des logiciels sur le serveur via XDMCP, \n"
+#~ "\t\t\ttandis que les clients lourds font tourner eux-mêmes leurs "
+#~ "logiciels. Un fichier inittab spécial, %s est\n"
+#~ "\t\t\técrit pour les clients légers. Les fichiers de configuration "
+#~ "système xdm-config, kdmrc, et gdm.conf sont modifiés\n"
+#~ "\t\t\tsi des clients légers sont utilisés, pour pouvoir activer XDMCP. "
+#~ "Étant donné que XDMCP pose des problèmes de sécurité,\n"
+#~ "\t\t\tles fichiers hosts.deny et hosts.allow sont modifiés pour limiter "
+#~ "l'accès au sous-réseau local.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tRemarque : vous devez redémarrer le serveur après avoir ajouté ou "
+#~ "modifié des clients."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Maintenir /etc/exports :\n"
+#~ " \t\tClusternfs permet d'exporter la partition racine (/) vers les "
+#~ "clients légers. drakTermServ fait les\n"
+#~ " \t\tmodifications nécessaires pour autoriser les clients légers à "
+#~ "y accéder de façon anonyme.\n"
+#~ "\n"
+#~ " \t\tUne entrée typique dans ce fichier est :\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tAvec SUBNET/MASK défini pour votre réseau."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Maintenir %s :\n"
+#~ " \t\tPour que les utilisateurs puissent se connecter au système à "
+#~ "partir d'un client léger, l'entrée leur correspondant\n"
+#~ " \t\tdans /etc/shadow doit être dupliquée dans %s.\n"
+#~ " \t\tDrakTermServ permet, à cet effet, d'ajouter ou de retirer des "
+#~ "utilisateurs de ce fichier."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Fichier par client %s :\n"
+#~ " \t\tAvec clusternfs, chaque client léger peut avoir son propre "
+#~ "fichier de configuration unique\n"
+#~ " \t\tsur la partition racine du serveur. DrakTermServ permettra "
+#~ "plus tard de créer ces fichiers."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Fichiers de configuration système par client :\n"
+#~ " \tAvec clusternfs, chaque client léger peut avoir ses propres "
+#~ "fichiers de configuration\n"
+#~ " \tsur la partition racine du serveur. En permettant la "
+#~ "configuration matérielle locale,\n"
+#~ "\tles clients peuvent personnaliser des fichiers comme /etc/modules."
+#~ "conf,\n"
+#~ " \t/etc/sysconfig/mouse, /etc/sysconfig/keyboard, de façon séparée "
+#~ "pour chaque client.\n"
+#~ "\n"
+#~ " Note : activer la configuration matérielle locale ne permet pas "
+#~ "la connexion en root sur\n"
+#~ " le serveur terminal de chaque machine cliente sur laquelle ce "
+#~ "paramètre est activé.\n"
+#~ " La configuration locale peut être à nouveau désactivée, en "
+#~ "conservant les fichiers de\n"
+#~ " configuration, une fois que la machine cliente est configurée."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp :\n"
+#~ " \t\tDrakTermServ peut configurer ces fichiers pour fonctionner en "
+#~ "conjonction avec les images crées par mkinitrd-net,\n"
+#~ " \t\tet les entrées dans /etc/dhcpd.conf pour mettre les images "
+#~ "d'amorçage à disposition des clients légers.\n"
+#~ "\n"
+#~ " \t\tUn fichier de configuration typique ressemble à ceci :\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \t\tIci les différences par rapport à l'installation par défaut "
+#~ "sont le drapeau « disable » mis à « no »\n"
+#~ " \t\tet le chemin d'accès à tftpboot mis à « /var/lib/tftpboot », "
+#~ "où mkinitrd-net place ses images."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Créer des disquettes ou CD Etherboot :\n"
+#~ " \tLes clients légers ont besoin soit d'une image ROM sur la carte "
+#~ "réseau soit d'une disquette\n"
+#~ " \tou d'un CD d'amorçage pour lancer la séquence de boot. "
+#~ "DrakTermServ permet de faciliter la création de ces\n"
+#~ " \timages, en fonction de la carte réseau du client.\n"
+#~ " \t\t\n"
+#~ " \tVoici un exemple simple de création manuelle d'une disquette "
+#~ "d'amorçage pour une carte 3Com 3c509 :\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "La configuration a été modifiée. Relancer clusternfs/dhcpd ?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/fur.po b/perl-install/share/po/fur.po
index 5716bef7f..571d70655 100644
--- a/perl-install/share/po/fur.po
+++ b/perl-install/share/po/fur.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2004-06-28 17:41+0200\n"
"Last-Translator: Andrea Gracco <graccoandrea@tin.it>\n"
"Language-Team: furlan <gft@freelists.org>\n"
@@ -173,21 +173,21 @@ msgstr "Par plasè spiete, o cîr e o configuri les periferichis..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -214,9 +214,9 @@ msgstr "Par plasè spiete, o cîr e o configuri les periferichis..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Fal"
@@ -437,10 +437,10 @@ msgstr "Personalizât"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Jessî"
@@ -592,7 +592,7 @@ msgstr "Schedis video: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -609,7 +609,7 @@ msgstr "Va ben"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -624,7 +624,7 @@ msgstr "Scancele"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -829,7 +829,7 @@ msgstr "Prin setôr de partizion lidrie"
msgid "On Floppy"
msgstr "Su dischet"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Salte"
@@ -1169,9 +1169,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Fat"
@@ -1363,9 +1363,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Invie userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1532,7 +1532,7 @@ msgstr "Domini"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Server"
@@ -1647,7 +1647,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1657,56 +1657,56 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO cun menu grafic"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO cun menu di test"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "no son a vonde stanziis in /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr ""
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr ""
@@ -2885,7 +2885,7 @@ msgstr "Cîr gnûfs server"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Il pachet %s al à di sedi instalât. Vuelistu instalâlu?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr ""
@@ -2896,19 +2896,19 @@ msgid "Mandatory package %s is missing"
msgstr ""
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Avertence"
@@ -3675,7 +3675,7 @@ msgstr "Non utent"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4251,8 +4251,8 @@ msgid ""
msgstr ""
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -4910,8 +4910,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6342,14 +6342,14 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr ""
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -6363,28 +6363,28 @@ msgid ""
"Dvorak"
msgstr ""
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr ""
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr ""
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr ""
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -6398,828 +6398,828 @@ msgid ""
"Polish"
msgstr ""
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr ""
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr ""
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr ""
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr ""
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr ""
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr ""
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr ""
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr ""
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arap"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr ""
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr ""
-#: keyboard.pm:192
+#: keyboard.pm:191
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Arap"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Arap"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr ""
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr ""
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr ""
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr ""
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr ""
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr ""
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr ""
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Arap"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr ""
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr ""
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr ""
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr ""
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr ""
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Arap"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Arap"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Arap"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr ""
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Arap"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr ""
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Arap"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr ""
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Arap"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr ""
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr ""
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr ""
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr ""
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr ""
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr ""
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr ""
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr ""
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr ""
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr ""
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr ""
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr ""
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr ""
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr ""
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr ""
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr ""
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr ""
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Arap"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Tastiere"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr ""
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr ""
-#: keyboard.pm:255
+#: keyboard.pm:250
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Arap"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr ""
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr ""
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr ""
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr ""
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr ""
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr ""
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr ""
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr ""
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr ""
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr ""
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr ""
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr ""
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr ""
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr ""
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Arap"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr ""
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr ""
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr ""
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr ""
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr ""
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr ""
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr ""
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Arap"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr ""
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr ""
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr ""
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr ""
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr ""
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr ""
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr ""
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr ""
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr ""
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Arap"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Arap"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Arap"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr ""
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Arap"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr ""
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr ""
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr ""
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Arap"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr ""
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr ""
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr ""
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr ""
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr ""
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr ""
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr ""
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr ""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr ""
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr ""
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr ""
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr ""
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr ""
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr ""
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr ""
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr ""
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7227,7 +7227,7 @@ msgid ""
"(eg: latin and non latin)"
msgstr ""
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -9564,8 +9564,8 @@ msgstr ""
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr ""
@@ -10182,7 +10182,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Congratulazions!"
@@ -10309,9 +10309,9 @@ msgstr ""
msgid "On CUPS server \"%s\""
msgstr ""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Predefinît)"
@@ -10363,9 +10363,9 @@ msgstr "Rimît"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr ""
@@ -10613,7 +10613,7 @@ msgid "URI: %s"
msgstr ""
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr ""
@@ -10644,12 +10644,12 @@ msgstr ""
msgid "%s (Port %s)"
msgstr ""
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -10686,7 +10686,7 @@ msgid ""
msgstr ""
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -10731,8 +10731,8 @@ msgstr ""
msgid "Custom configuration"
msgstr ""
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr ""
@@ -10926,8 +10926,8 @@ msgstr ""
msgid "On, Name or IP of remote server:"
msgstr ""
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr ""
@@ -10937,29 +10937,30 @@ msgstr ""
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr ""
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr ""
@@ -11084,7 +11085,7 @@ msgid ""
"printers will be automatically detected."
msgstr ""
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -11285,12 +11286,12 @@ msgstr ""
msgid ")"
msgstr ""
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr ""
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr ""
@@ -11304,14 +11305,14 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr ""
@@ -11330,7 +11331,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Configurazion"
@@ -11345,8 +11346,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr ""
@@ -11479,8 +11480,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr ""
@@ -11696,10 +11697,10 @@ msgid "Remote printer name missing!"
msgstr ""
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -12028,8 +12029,8 @@ msgstr "Mude"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr ""
@@ -12039,22 +12040,18 @@ msgstr ""
msgid "What do you want to do?"
msgstr "Ce âstu voe di fâ?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Scancele"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -12063,103 +12060,119 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr ""
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr ""
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Cuâle sorte di vôs vuelistu zontâ?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "O cjarii i modui dal kernel pes stampantis usb ...\n"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr ""
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Periferichis configuradis:\n"
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr ""
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr ""
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -12167,42 +12180,42 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr ""
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Descrizion"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr ""
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr ""
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr ""
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12217,18 +12230,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr ""
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr ""
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -12238,38 +12251,38 @@ msgid ""
"\"Raw printer\" is highlighted."
msgstr ""
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -12277,58 +12290,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr ""
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr ""
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr ""
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr ""
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr ""
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr ""
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -12339,12 +12352,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr ""
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -12353,7 +12366,7 @@ msgid ""
"to."
msgstr ""
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -12366,12 +12379,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr ""
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12380,12 +12393,12 @@ msgid ""
"connected to."
msgstr ""
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Configurazion automatiche"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -12394,17 +12407,17 @@ msgid ""
"port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Configurazion automatiche"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Configurazion automatiche"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12413,12 +12426,12 @@ msgid ""
"where it is directly connected to."
msgstr ""
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -12429,39 +12442,39 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr ""
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr ""
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr ""
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -12470,47 +12483,47 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr ""
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr ""
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr ""
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr ""
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr ""
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr ""
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr ""
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr ""
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -12520,24 +12533,24 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
msgstr ""
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr ""
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr ""
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -12546,7 +12559,7 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -12554,8 +12567,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -12564,7 +12577,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -12572,22 +12585,22 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -12595,21 +12608,21 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -12620,7 +12633,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -12629,27 +12642,27 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr ""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr ""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr ""
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, c-format
msgid "Printing option list..."
msgstr ""
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -12657,14 +12670,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -12672,14 +12685,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -12687,7 +12700,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -12695,7 +12708,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -12703,7 +12716,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -12711,33 +12724,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr ""
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr ""
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr ""
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -12747,33 +12760,33 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -12781,7 +12794,7 @@ msgid ""
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -12789,17 +12802,17 @@ msgid ""
"\"Transfer\"."
msgstr ""
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr ""
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr ""
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -12807,45 +12820,45 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr ""
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr ""
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr ""
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr ""
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr ""
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -12854,12 +12867,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr ""
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -12869,7 +12882,7 @@ msgid ""
"also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr ""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -12877,27 +12890,27 @@ msgid ""
"printer again."
msgstr ""
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr ""
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr ""
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr ""
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -12912,12 +12925,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr ""
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -12931,32 +12944,32 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr ""
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr ""
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr ""
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr ""
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr ""
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -12965,46 +12978,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr ""
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr ""
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr ""
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -13013,12 +13026,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -13026,55 +13039,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr ""
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr ""
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr ""
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr ""
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr ""
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13082,147 +13095,147 @@ msgid ""
"it. "
msgstr ""
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr ""
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr ""
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr ""
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr ""
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr ""
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr ""
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr ""
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
"What do you want to modify on this printer?"
msgstr ""
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "No rivi a cambiâ le dimension di cheste dimension"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr ""
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr ""
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr ""
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr ""
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Abilite Server"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Disabilite Server"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr ""
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr ""
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr ""
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr ""
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr ""
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr ""
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr ""
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr ""
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr ""
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr ""
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
@@ -13258,15 +13271,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr ""
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -14922,124 +14935,124 @@ msgstr ""
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr ""
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr ""
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Abilite Server"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Disabilite Server"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Invie Server"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Ferme Server"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr ""
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr ""
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr ""
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, fuzzy, c-format
msgid "Images"
msgstr "Imagjin"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Assistent par il prin acès"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -15062,27 +15075,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Scancele Assistent"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr ""
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -15092,28 +15105,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr ""
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Fat!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -15121,31 +15134,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr ""
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -15154,14 +15166,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -15174,30 +15186,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -15213,17 +15224,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -15231,33 +15241,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -15273,12 +15284,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -15303,14 +15314,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -15319,94 +15329,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr ""
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr ""
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr ""
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr ""
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr ""
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr ""
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr ""
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr ""
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr ""
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Periferiche selezionade"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr ""
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -15414,178 +15424,178 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr ""
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr ""
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr ""
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr ""
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr ""
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr ""
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr ""
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr ""
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr ""
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr ""
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr ""
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr ""
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr ""
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr ""
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr ""
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr ""
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Netmask:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr ""
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr ""
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Non di domini:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr ""
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr ""
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr ""
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr ""
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr ""
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -15593,106 +15603,106 @@ msgid ""
"You can modify as needed."
msgstr ""
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr ""
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr ""
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr ""
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr ""
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr ""
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr ""
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr ""
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr ""
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
msgstr ""
#: standalone/drakautoinst:38 standalone/drakhosts:123
@@ -23056,17 +23066,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr ""
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr ""
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -23215,43 +23225,43 @@ msgid ""
"You can launch printerdrake from the %s Control Center in Hardware section."
msgstr ""
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "O cjarii i modui dal kernel pes stampantis usb ...\n"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr ""
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr ""
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr ""
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr ""
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "O cjarii i modui dal kernel pes stampantis usb ...\n"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "Argjentine"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -23260,40 +23270,40 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
"Multimedia/Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -23301,7 +23311,7 @@ msgid ""
"Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -23310,7 +23320,7 @@ msgid ""
"are available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -23319,137 +23329,137 @@ msgid ""
"is available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr ""
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr ""
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr ""
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr ""
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr ""
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr ""
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr ""
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr ""
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr ""
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr ""
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr ""
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr ""
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr ""
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Zonte host"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr ""
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr ""
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr ""
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr ""
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr ""
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -23457,7 +23467,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr ""
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -23642,6 +23652,10 @@ msgid "Installation failed"
msgstr "Instalazion falade"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Scancele"
+
+#, fuzzy
#~ msgid "Default Idmap "
#~ msgstr "Predefinît"
diff --git a/perl-install/share/po/ga.po b/perl-install/share/po/ga.po
index f3aca4fe2..f6b93b222 100644
--- a/perl-install/share/po/ga.po
+++ b/perl-install/share/po/ga.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-09-12 18:04+0200\n"
"Last-Translator: Alastair McKinstry <mckinstry@computer.org>\n"
"Language-Team: Irish <ga@li.org>\n"
@@ -167,21 +167,21 @@ msgstr "Roghnaigh liebhéal slándáil"
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -208,9 +208,9 @@ msgstr "Roghnaigh liebhéal slándáil"
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Earráid"
@@ -429,10 +429,10 @@ msgstr "Socraithe"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Éalaigh"
@@ -584,7 +584,7 @@ msgstr "Carta Grafach: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -601,7 +601,7 @@ msgstr "Ceart go Leor"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -616,7 +616,7 @@ msgstr "Cealaigh"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -820,7 +820,7 @@ msgstr "Níl aon ranna agat!"
msgid "On Floppy"
msgstr "Ar dhiosca flapach"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Scipeáil"
@@ -1158,9 +1158,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Críochnithe"
@@ -1354,9 +1354,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr ""
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1523,7 +1523,7 @@ msgstr "Fearannas"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Freastalaí"
@@ -1638,7 +1638,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1648,56 +1648,56 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO le Chlár Graphaice"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO le chlár teacs"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr ""
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr ""
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Ath-shuiteáil an clár dúisithe"
@@ -2877,7 +2877,7 @@ msgstr "Cuardaigh freastalaithe nua"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Ag feistiál pacáiste %s"
@@ -2888,19 +2888,19 @@ msgid "Mandatory package %s is missing"
msgstr ""
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Rabhadh"
@@ -3669,7 +3669,7 @@ msgstr "Ainm úsáideora"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4245,8 +4245,8 @@ msgid ""
msgstr ""
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -4904,8 +4904,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6344,14 +6344,14 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Ceichís (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -6365,28 +6365,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Spáinis"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Fionlainnais"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Francaigh"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -6400,52 +6400,52 @@ msgid ""
"Polish"
msgstr "Polainnais"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Ruislís"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr ""
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Méarchlár UK"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Meárchlár US"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr ""
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr ""
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr ""
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
@@ -6453,84 +6453,84 @@ msgid ""
msgstr ""
# AT
-#: keyboard.pm:189
+#: keyboard.pm:188
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "An Ostair"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr ""
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgáiris"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Eilvéis (Stíl Francaigh)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Belgáiris"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgáiris"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgáiris"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr ""
-#: keyboard.pm:197
+#: keyboard.pm:196
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Eastóinis"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Belarúisis"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Eilvéis (Stíl Ghearmánais)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
@@ -6538,231 +6538,231 @@ msgid ""
msgstr "Eilvéis (Stíl Francaigh)"
# AT
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "An Ostair"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Ceichís (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Gearmáinis (gach meachlár marbh)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr ""
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Danmharghais"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (Meiriceá)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Ioruais)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Ioruais)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (Meiriceá)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Ioruais)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Meiriceá)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Meiriceá)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Eastóinis"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Eastóinis"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Greicís"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr ""
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr ""
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Greicís"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr ""
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr ""
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Cróitis"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Ungárais"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr ""
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr ""
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr ""
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr ""
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr ""
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Iodálais"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr ""
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Seápainis (106 eochair)"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Ceanada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
@@ -6770,329 +6770,329 @@ msgid ""
msgstr "Méarchlár Chóiris"
# AT
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "An Ostair"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Méarchlár UK"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Mheirceá Theas"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Áit"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Slóbaicis (QWERTY)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr ""
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr ""
-#: keyboard.pm:259
+#: keyboard.pm:254
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Bulgáiris"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Áit"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr ""
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr ""
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr ""
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr ""
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr ""
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr ""
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr ""
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr ""
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr ""
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr ""
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Polainnais"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portaingéilis"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr ""
-#: keyboard.pm:279
+#: keyboard.pm:273
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rúisis (Yawerty)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Rúisis (Yawerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Bulgáiris"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Dvorak (Ioruais)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr ""
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Spáinis"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr ""
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slóbaicis (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slóbaicis (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr ""
-#: keyboard.pm:295
+#: keyboard.pm:289
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "srathach"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Bulgáiris"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Belgáiris"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr ""
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr ""
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Dvorak (Ioruais)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Meárchlár US"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Bulgáiris"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Meárchlár US"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Gearmáinis"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr ""
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
@@ -7100,132 +7100,132 @@ msgid ""
msgstr ""
# uk
-#: keyboard.pm:316
+#: keyboard.pm:309
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Úcráinis"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Méarchlár Chóiris"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Mearchlár US (idirnaisiúnta)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr ""
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr ""
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr ""
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr ""
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr ""
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr ""
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr ""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr ""
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr ""
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr ""
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr ""
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr ""
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr ""
-#: keyboard.pm:347
+#: keyboard.pm:340
#, fuzzy, c-format
msgid "Left Control key"
msgstr "Scríos Printéir"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, fuzzy, c-format
msgid "Right Control key"
msgstr "Scríos Printéir"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7233,7 +7233,7 @@ msgid ""
"(eg: latin and non latin)"
msgstr ""
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -9604,8 +9604,8 @@ msgstr ""
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr ""
@@ -10222,7 +10222,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Comhghairdeas!"
@@ -10349,9 +10349,9 @@ msgstr "Cumraigh seirbhisí"
msgid "On CUPS server \"%s\""
msgstr "IP freastalaí SMP"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Réamhshocrú)"
@@ -10403,9 +10403,9 @@ msgstr "Scrios Freastalaí CUPS"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr ""
@@ -10653,7 +10653,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr ""
@@ -10684,12 +10684,12 @@ msgstr "ÓstAinm"
msgid "%s (Port %s)"
msgstr "Poirt"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -10726,7 +10726,7 @@ msgid ""
msgstr ""
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -10771,8 +10771,8 @@ msgstr "Printéir"
msgid "Custom configuration"
msgstr "Cumraigh Idirlíon"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, fuzzy, c-format
msgid "No remote machines"
msgstr "Scríos Printéir"
@@ -10966,8 +10966,8 @@ msgstr "Poirt"
msgid "On, Name or IP of remote server:"
msgstr "Scrios freastalaí lpd"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "Óstainm Printéir"
@@ -10977,29 +10977,30 @@ msgstr "Óstainm Printéir"
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, fuzzy, c-format
msgid "Printerdrake"
msgstr "Clódóir"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr ""
@@ -11124,7 +11125,7 @@ msgid ""
"printers will be automatically detected."
msgstr ""
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -11325,12 +11326,12 @@ msgstr ""
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, fuzzy, c-format
msgid "Printer model selection"
msgstr "Nasc Printéir"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, fuzzy, c-format
msgid "Which printer model do you have?"
msgstr "Cén sort printéir atá ort?"
@@ -11344,14 +11345,14 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Cumraigh printéir"
@@ -11370,7 +11371,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Scríos Printéir"
@@ -11385,8 +11386,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, fuzzy, c-format
msgid "Add a new printer"
msgstr "Gan Printéir"
@@ -11519,8 +11520,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Ag feistiál pacáiste %s"
@@ -11736,10 +11737,10 @@ msgid "Remote printer name missing!"
msgstr "Scríos Printéir"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -12068,8 +12069,8 @@ msgstr "Eagar"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, fuzzy, c-format
msgid "Printer connection type"
msgstr "Nasc Printéir"
@@ -12079,22 +12080,18 @@ msgstr "Nasc Printéir"
msgid "What do you want to do?"
msgstr "Céard a theastaíonn uait a dhéanamh?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Cealaigh"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -12103,103 +12100,119 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, fuzzy, c-format
msgid "Installing %s package..."
msgstr "Ag feistiál pacáiste %s"
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "HPLIP"
msgstr "HIPPI"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr ""
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Cén tescán ag a dteastaíonn uait é a bhogadh?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Scríos modúil"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, fuzzy, c-format
msgid "Installing SANE packages..."
msgstr "Ag feistiál pacáiste %s"
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Ag cumraigh IDE"
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr ""
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr ""
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -12207,42 +12220,42 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Ainm Printéir"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Cuntas"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Áit"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr ""
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, fuzzy, c-format
msgid "Your printer model"
msgstr "Scríos Printéir"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12257,18 +12270,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, fuzzy, c-format
msgid "The model is correct"
msgstr "An bhfuil seo ceart?"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, fuzzy, c-format
msgid "Select model manually"
msgstr "Scríos Printéir"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -12278,38 +12291,38 @@ msgid ""
"\"Raw printer\" is highlighted."
msgstr ""
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -12317,58 +12330,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, fuzzy, c-format
msgid "Install PPD file from"
msgstr "Feistiú"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Diosca flapach"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, fuzzy, c-format
msgid "Other place"
msgstr "Eile"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "Roghnaigh Comhad"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "Ag feistiál pacáiste %s"
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, fuzzy, c-format
msgid "OKI winprinter configuration"
msgstr "Cumraigh Idirlíon"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -12379,12 +12392,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, fuzzy, c-format
msgid "Lexmark inkjet configuration"
msgstr "Cumraigh Idirlíon"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -12393,7 +12406,7 @@ msgid ""
"to."
msgstr ""
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -12406,12 +12419,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Cumraigh Idirlíon"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12420,12 +12433,12 @@ msgid ""
"connected to."
msgstr ""
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "cumraíocht"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -12434,17 +12447,17 @@ msgid ""
"port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Cumraigh Idirlíon"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Cumraigh Idirlíon"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12453,12 +12466,12 @@ msgid ""
"where it is directly connected to."
msgstr ""
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -12469,39 +12482,39 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, fuzzy, c-format
msgid "Printer default settings"
msgstr "Nasc Printéir"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr ""
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, fuzzy, c-format
msgid "Test pages"
msgstr "Bain trial as arís"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -12510,47 +12523,47 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr ""
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Priontáil"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, fuzzy, c-format
msgid "Standard test page"
msgstr "Uirlisí gnáth"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr ""
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr ""
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr ""
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr ""
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Óstainm Printéir"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -12560,24 +12573,24 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
msgstr ""
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr ""
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, fuzzy, c-format
msgid "Raw printer"
msgstr "Gan Printéir"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -12586,7 +12599,7 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -12594,8 +12607,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -12604,7 +12617,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -12612,22 +12625,22 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -12635,21 +12648,21 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -12660,7 +12673,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -12669,27 +12682,27 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Ag dúnadh síos an ghreasán"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Ag dúnadh síos an ghreasán"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, fuzzy, c-format
msgid "Print option list"
msgstr "Roghanna Printéir"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Roghanna Printéir"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -12697,14 +12710,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -12712,14 +12725,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -12727,7 +12740,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -12735,7 +12748,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -12743,7 +12756,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -12751,33 +12764,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr ""
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Cumraigh Idirlíon"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, fuzzy, c-format
msgid "Transfer printer configuration"
msgstr "Cumraigh Idirlíon"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -12787,33 +12800,33 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -12821,7 +12834,7 @@ msgid ""
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -12829,17 +12842,17 @@ msgid ""
"\"Transfer\"."
msgstr ""
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr ""
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Aistrigh"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -12847,45 +12860,45 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, fuzzy, c-format
msgid "New printer name"
msgstr "Gan Printéir"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr ""
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, fuzzy, c-format
msgid "Starting network..."
msgstr "Nasc Printéir"
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, fuzzy, c-format
msgid "Configure the network now"
msgstr "Cumraigh gréasánú"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, fuzzy, c-format
msgid "Network functionality not configured"
msgstr "Níl aon scáileán cumraithe"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -12894,12 +12907,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, fuzzy, c-format
msgid "Go on without configuring the network"
msgstr "Cumraigh gréasánú"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -12909,7 +12922,7 @@ msgid ""
"also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr ""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -12917,27 +12930,27 @@ msgid ""
"printer again."
msgstr ""
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, fuzzy, c-format
msgid "Restarting printing system..."
msgstr "Scríos Printéir"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "ard"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranóid"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -12952,12 +12965,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr ""
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -12971,32 +12984,32 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr ""
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Ag baint %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Cumraigh gréasánú"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Ag Feistiú %s"
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Cumraigh gréasánú"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -13005,46 +13018,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "Scrios freastalaí lpd"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, fuzzy, c-format
msgid "Setting Default Printer..."
msgstr "Printéir áitiúl"
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Scrios Freastalaí CUPS"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -13053,12 +13066,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -13066,55 +13079,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "Cumraigh gréasánú"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, fuzzy, c-format
msgid "Select Printer Spooler"
msgstr "Nasc Printéir"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, fuzzy, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Cén rann atá uait?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, fuzzy, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Cumraigh printéir"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, fuzzy, c-format
msgid "Installing Foomatic..."
msgstr "Ag feistiál pacáiste %s"
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13122,147 +13135,147 @@ msgid ""
"it. "
msgstr ""
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr ""
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, fuzzy, c-format
msgid "CUPS configuration"
msgstr "cumraíocht"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, fuzzy, c-format
msgid "Change the printing system"
msgstr "Cumraigh gréasánú"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Gnáthmhód"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Mód Saineolaí"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Roghanna Printéir"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, fuzzy, c-format
msgid "Modify printer configuration"
msgstr "Cumraigh Idirlíon"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, fuzzy, c-format
msgid ""
"Printer %s%s\n"
"What do you want to modify on this printer?"
msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr ""
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr ""
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr ""
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr ""
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr ""
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Freastalaí Printéir"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Freastalaí Printéir"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Nasc Printéir"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, fuzzy, c-format
msgid "Print test pages"
msgstr "Óstainm Printéir"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, fuzzy, c-format
msgid "Learn how to use this printer"
msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, fuzzy, c-format
msgid "Remove printer"
msgstr "Scríos Printéir"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Scríos Printéir"
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Ag dúnadh síos an ghreasán"
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Nasc na hIdirlíon agus cumraíocht"
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Scríos Printéir"
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Printéir réamhshocraithe"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
@@ -13298,15 +13311,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, fuzzy, c-format
msgid "Scannerdrake"
msgstr "Roghnaigh carta grafachach"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -14960,124 +14973,124 @@ msgstr "Éirigh as le do thoil agus Crtl-Alt-BackSpace a úsáid"
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, fuzzy, c-format
msgid "Terminal Server Configuration"
msgstr "Cumraigh Idirlíon"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "Ag cumraigh IDE"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, fuzzy, c-format
msgid "Enable Server"
msgstr "Freastalaí Printéir"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, fuzzy, c-format
msgid "Disable Server"
msgstr "Freastalaí Printéir"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Tosaigh an Freastalaí"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, fuzzy, c-format
msgid "Stop Server"
msgstr "Freastalaí NIS"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr ""
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, fuzzy, c-format
msgid "Add/Del Users"
msgstr "Suimigh úsáideoir"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr ""
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Íomhánna"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, fuzzy, c-format
msgid "First Time Wizard"
msgstr "Ag Éirigh as Draíodóir\n"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -15100,27 +15113,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Cealaigh an Draoi"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr ""
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -15130,28 +15143,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr ""
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Críochnaithe !"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -15159,31 +15172,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Cumraigh Idirlíon"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -15192,14 +15204,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -15212,30 +15224,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -15251,17 +15262,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -15269,33 +15279,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -15311,12 +15322,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -15341,14 +15352,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -15357,94 +15367,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Bogdhiosca Tosaithe"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr ""
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, fuzzy, c-format
msgid "PXE Image"
msgstr "Iomha"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "leagan `kernel'"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr ""
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr ""
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, fuzzy, c-format
msgid "No NIC selected!"
msgstr "Cumraigh ADSL"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr ""
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, fuzzy, c-format
msgid "<-- Delete"
msgstr "Scríos"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Cumraigh ADSL"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, fuzzy, c-format
msgid "Delete All NBIs"
msgstr "Roghnaigh Comhad"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -15452,178 +15462,178 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, fuzzy, c-format
msgid "Add User -->"
msgstr "Suimigh úsáideoir"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr ""
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "cineál: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, fuzzy, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr "Cumraigh ADSL"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr ""
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr ""
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr ""
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr ""
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, fuzzy, c-format
msgid "type: fat"
msgstr "Cineál: "
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, fuzzy, c-format
msgid "type: thin"
msgstr "Cineál: "
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, fuzzy, c-format
msgid "local config: false"
msgstr "Chomaid Áitiúl"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, fuzzy, c-format
msgid "local config: true"
msgstr "Cumraigh"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr ""
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr ""
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, fuzzy, c-format
msgid "Delete Client"
msgstr "Scríos"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Fo-ghréasán:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Masc líonra:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Masc Fo-Ghréasán:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Seoladh Craolacháin:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Ainm an Fhearainn:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, fuzzy, c-format
msgid "Name Servers:"
msgstr "Freastalaí NIS"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr ""
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr ""
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr ""
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, fuzzy, c-format
msgid "dhcpd Server Configuration"
msgstr "Éirigh as cumraíocht"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -15631,106 +15641,106 @@ msgid ""
"You can modify as needed."
msgstr ""
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, fuzzy, c-format
msgid "Please insert floppy disk:"
msgstr "Cur isteach diosca sa dioscthiomant %s"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr ""
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr ""
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Níl dioscthiománt flapach ar fáil !"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "Earráidh ag scríobh comhad %s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, fuzzy, c-format
msgid "%s is not a user..\n"
msgstr "Teip ag cuardach %s"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr "Pointe taca dublach %s"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, fuzzy, c-format
msgid "%s not found...\n"
msgstr "Teip ag cuardach %s"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
msgstr ""
#: standalone/drakautoinst:38 standalone/drakhosts:123
@@ -23095,17 +23105,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, fuzzy, c-format
msgid "Searching for configured scanners..."
msgstr "Printéir áitiúl"
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, fuzzy, c-format
msgid "Searching for new scanners..."
msgstr "Printéir áitiúl"
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -23254,43 +23264,43 @@ msgid ""
"You can launch printerdrake from the %s Control Center in Hardware section."
msgstr ""
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "Scríos modúil"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, fuzzy, c-format
msgid "Auto-detect available ports"
msgstr "Scríos Printéir"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr ""
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, fuzzy, c-format
msgid "choose device"
msgstr "Gaireas bootáil"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, fuzzy, c-format
msgid "Searching for scanners..."
msgstr "Printéir áitiúl"
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "Scríos modúil"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Aire !"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -23299,40 +23309,40 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
"Multimedia/Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -23340,7 +23350,7 @@ msgid ""
"Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, fuzzy, c-format
msgid ""
"The following scanners\n"
@@ -23349,7 +23359,7 @@ msgid ""
"are available on your system.\n"
msgstr "Níl aon gaireas ghreasán san do chorás!"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, fuzzy, c-format
msgid ""
"The following scanner\n"
@@ -23358,137 +23368,137 @@ msgid ""
"is available on your system.\n"
msgstr "Níl aon gaireas ghreasán san do chorás!"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, fuzzy, c-format
msgid "Search for new scanners"
msgstr "Printéir áitiúl"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr ""
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, fuzzy, c-format
msgid "Install/Update firmware files"
msgstr "Roghnaigh Comhad"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, fuzzy, c-format
msgid "Scanner sharing"
msgstr "Printéir"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, fuzzy, c-format
msgid "All remote machines"
msgstr "Scríos Printéir"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr ""
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr ""
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr ""
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, fuzzy, c-format
msgid "Scanner sharing to hosts: "
msgstr "Printéir"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr ""
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr ""
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, fuzzy, c-format
msgid "Sharing of local scanners"
msgstr "Printéir áitiúl"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr ""
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Óstríomhaire Nua"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, fuzzy, c-format
msgid "Edit selected host"
msgstr "Scrios ciú"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, fuzzy, c-format
msgid "Remove selected host"
msgstr "Scrios ciú"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr ""
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, fuzzy, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Teastáil an luchóg, le do thoil"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, fuzzy, c-format
msgid "Usage of remote scanners"
msgstr "Úsáid spás saor"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -23496,7 +23506,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr ""
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -23679,6 +23689,10 @@ msgid "Installation failed"
msgstr "Theip ar shuiteáil"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Cealaigh"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/gl.po b/perl-install/share/po/gl.po
index 2a2c8a980..ab7c4035d 100644
--- a/perl-install/share/po/gl.po
+++ b/perl-install/share/po/gl.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-gl\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-12-12 12:33+0100\n"
"Last-Translator: Leandro Regueiro <leandro.regueiro@gmail.com>\n"
"Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n"
@@ -210,21 +210,21 @@ msgstr "Por favor agarde. detectando e configurando os dispositivos..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -251,9 +251,9 @@ msgstr "Por favor agarde. detectando e configurando os dispositivos..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Erro"
@@ -494,10 +494,10 @@ msgstr "Personalizado"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Saír"
@@ -658,7 +658,7 @@ msgstr "Tarxeta gráfica: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -675,7 +675,7 @@ msgstr "Aceptar"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -690,7 +690,7 @@ msgstr "Cancelar"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -916,7 +916,7 @@ msgstr "Primeiro sector da partición raiz"
msgid "On Floppy"
msgstr "Nun Disquete"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Omitir"
@@ -1262,9 +1262,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Feito"
@@ -1470,9 +1470,9 @@ msgstr "Pode exportar usando NFS ou SMB. Por favor, escolla cal quere usar."
msgid "Launch userdrake"
msgstr "Executar userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1650,7 +1650,7 @@ msgstr "Dominio"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Servidor"
@@ -1772,7 +1772,7 @@ msgstr ""
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1787,42 +1787,42 @@ msgstr ""
"agarde a que arrinque o sistema por defecto.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO con menú gráfico"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO con menú de texto"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB con menú gráfico"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB con menú de texto"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "non hai espacio dabondo en /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Non se pode instala-lo cargador de arrinque nunha partición %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1831,7 +1831,7 @@ msgstr ""
"A configuración do seu cargador de arrinque ten que actualizarse porque "
"cambiou o número da partición"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1840,7 +1840,7 @@ msgstr ""
"Non se puido instalar de xeito correcto o cargador de arrinque. Ten que "
"arrincar co disco de rescate e elixir \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Reinstala-lo Cargador de Arrinque"
@@ -3052,7 +3052,7 @@ msgstr "Buscar novos servidores"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Necesitase instala-lo paquete %s. ¿Desexa instalalo?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "¡Non se puido instala-lo paquete %s!"
@@ -3063,19 +3063,19 @@ msgid "Mandatory package %s is missing"
msgstr "Falta o paquete obrigatorio %s"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Advertencia"
@@ -3972,7 +3972,7 @@ msgstr "Nome de usuario"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4912,8 +4912,8 @@ msgstr ""
"bad blocks on the disk."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -6011,8 +6011,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7611,14 +7611,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Reenviar"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Checo (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7632,28 +7632,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Español"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finlandés"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Francés"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7667,828 +7667,828 @@ msgid ""
"Polish"
msgstr "Polaco"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Ruso"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Sueco"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Teclado británico"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Teclado estadounidense"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albanés"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armenio (antigo)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armenio (máquina de escribir)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armenio (fonético)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Árabe"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaixaní (latín)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belga"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengalí (Disposición Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengalí (Disposición Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Búlgaro (fonético)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Búlgaro (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brasileiro (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosnio"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Bielorruso"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Suízo (Disposición alemana)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Suízo (Disposición francesa)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cheroqui silábico"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Checo (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Alemán (sen teclas acentuadas)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Dinamarqués"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (EEUU)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Francés)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (Reino Unido)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Noruegués)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Polaco)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Sueco)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tibetano"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estonio"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Faroés"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Xeorxiano (Disposición \"rusa\")"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Xeorxiano (Disposición \"latina\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Grego"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Grego (politónico)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Guxarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Croata"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Húngaro"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irlandés"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israelí"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israelí (Fonético)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iraniano"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandés"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italiano"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Xaponés de 106 teclas"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Teclado coreano"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurdo (escritura árabe)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kirguís"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latinoamericano"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laosiano"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lituano AZERTY (antigo)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lituano AZERTY (novo)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lituano \"ringleira de números\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lituano \"fonético\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Letonio"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Macedonio"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Birmania (Birmano)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongol (cirílico)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltés (Reino Unido)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltés (Estadounidense)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Holandés"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polaco (disposición qwerty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polaco (disposición qwertz)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugués"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Canadiano (Québec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Romanés (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Romanés (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Ruso (Fonético)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (noruegués)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (sueco/finlandés)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Esloveno"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Sinhala"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Eslovaco (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Eslovaco (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbio (cirílico)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Sirio"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Sirio (fonético)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (disposición ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamil (disposición de máquina de escribir)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Tai (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Tai (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Tai (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (disposición marroquí) (+latin/árabe)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (fonético) (+latin/árabe)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Taxik"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turcomán"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turco (modelo tradicional \"F\")"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turco (modelo moderno \"Q\")"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ucraíno"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Teclado urdu"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Teclado estadounidense (internacional)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Uzbeco (cirílico)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamita \"ringleira de números\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Iugoslavo (latín)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Tecla Alt dereita"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "As dúas teclas Shift simultáneamente"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "As teclas Control e Shift simultáneamente"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "Tecla BloqMayús (CapsLock)"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Teclas Shift e BloqMayús (CapsLock) simultáneamente"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Teclas Ctrl e Alt simultáneamente"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Teclas Alt e Shift simultáneamente"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "Tecla \"Menú\""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Tecla \"Windows\" esquerda"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Tecla \"Windows\" dereita"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "As dúas teclas Control simultáneamente"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "As dúas teclas Alt simultáneamente"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Tecla Shift esquerda"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Tecla Shift dereita"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Tecla Alt esquerda"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Tecla Control esquerda"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Tecla Control dereita"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8499,7 +8499,7 @@ msgstr ""
"permitirán cambir entre as diferentes disposicións de teclado\n"
"(p.ex: latin e non latin)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10898,8 +10898,8 @@ msgstr "A máscara de rede debe ter o formato 255.255.224.0"
msgid "Warning: IP address %s is usually reserved!"
msgstr "ADVERTENCIA: ¡O enderezo IP %s normalmente está reservado!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s xa se está usando\n"
@@ -11565,7 +11565,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Fallo ó copia-lo firmware, non se atopou o ficheiro %s"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "¡Noraboa!"
@@ -11699,9 +11699,9 @@ msgstr "Configurado noutras máquinas"
msgid "On CUPS server \"%s\""
msgstr "No servidor CUPS \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Por omisión)"
@@ -11753,9 +11753,9 @@ msgstr "CUPS remoto"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Modelo descoñecido"
@@ -12003,7 +12003,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Impresora Raw (Sen driver)"
@@ -12034,12 +12034,12 @@ msgstr "Máquina %s"
msgid "%s (Port %s)"
msgstr "%s (Porto %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12087,7 +12087,7 @@ msgstr ""
"dispoñibles dende esta máquina."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Servidor CUPS remoto e sen daemon CUPS local"
@@ -12136,8 +12136,8 @@ msgstr "Compartimento de Impresoras en máquinas/redes:"
msgid "Custom configuration"
msgstr "Configuración personalizada"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Non hai máquinas remotas"
@@ -12356,8 +12356,8 @@ msgstr "Porto"
msgid "On, Name or IP of remote server:"
msgstr "Impresora nun servidor lpd remoto"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "Falta o nome ou o enderezo IP do servidor CUPS."
@@ -12367,29 +12367,30 @@ msgstr "Falta o nome ou o enderezo IP do servidor CUPS."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Lendo os datos da impresora..."
@@ -12526,7 +12527,7 @@ msgstr ""
"Cun servidor CUPS remoto, non terá que configurar aquíningunha impresora, xa "
"que serán detectadas automaticamente."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12761,12 +12762,12 @@ msgstr " en "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Selección do modelo de impresora"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "¿Qué modelo de impresora ten?"
@@ -12784,7 +12785,7 @@ msgstr ""
"Printerdrake non puido determinar qué modelo é a impresora %s. Escolla o "
"modelo correcto da lista."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12793,7 +12794,7 @@ msgstr ""
"Se a impresora non está na lista, escolla unha compatible (mire o manual da "
"impresora) ou unha similar."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Configurando a impresora \"%s\"..."
@@ -12816,7 +12817,7 @@ msgstr ""
"Pode volvela activar outra vez escollendo \"%s\" -> \"%s\" no menú principal "
"de Printerdrake. "
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Configurar a Administración Automática"
@@ -12834,8 +12835,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Engadir unha nova impresora"
@@ -13036,8 +13037,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "¡Non se puido instala-los paquetes %s!"
@@ -13281,10 +13282,10 @@ msgid "Remote printer name missing!"
msgstr "Falta o nome da impresora remota!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13645,8 +13646,8 @@ msgstr "Editar"
msgid "and choosing \"%s\"."
msgstr "e escollendo \"%s\"."
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Tipo de conexión da impresora"
@@ -13656,22 +13657,18 @@ msgstr "Tipo de conexión da impresora"
msgid "What do you want to do?"
msgstr "¿Que desexa facer?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr "Configurar con HPLIP"
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr "Configurar sen HPLIP"
-#: printer/printerdrake.pm:2426
-#, c-format
-msgid "Cancel setup"
-msgstr "Cancelar a configuración"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13680,7 +13677,7 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13689,91 +13686,107 @@ msgstr ""
"Para acceder a estas funcións extra das impresoras HP, estas deben "
"configurarse con HPLIP (HP Linux Imaging and Printing). "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr "Desexa usar HPLIP? (escolla \"Non\" para impresoras non HP) "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Instalando o paquete %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Só será posible imprimir en %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"Non foi posible crear o directorio do usuario de configuración de gnome `%"
"s': %s\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Elimine o ficheiro a man e reinicie HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Comprobando o dispositivo e configurando %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Que impresora desexa configurar con HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Configurar sen HPLIP"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Instalando os paquetes SANE..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Non será posible dixitalizar en %s."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Configurando o dispositivo..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Facendo que o porto da impresora estea dispoñible para CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Lendo a base de datos da impresora..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Introduza o Nome da Impresora e os Comentarios"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "O nome da impresora debe conter só letras, números e o guión baixo"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13782,7 +13795,7 @@ msgstr ""
"A impresora \"%s\" xa existe,\n"
"¿desexa sobrescribi-la súa configuración?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13793,7 +13806,7 @@ msgstr ""
"impresora non estea dispoñible dende os clientes Windows. Desexa usar este "
"nome?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13803,35 +13816,35 @@ msgstr ""
"de Descrición e Localización non son imprescindibles. Son comentarios para "
"os usuario."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Nome da impresora"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Descrición"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Localización"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Preparando a base de datos da impresora..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Modelo de impresora"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13857,18 +13870,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "O modelo é correcto"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Seleccionar o modelo a man"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -13878,12 +13891,12 @@ msgid ""
"\"Raw printer\" is highlighted."
msgstr ""
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Instalar un ficheiro PPD proporcionado polo fabricante"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -13892,7 +13905,7 @@ msgstr ""
"Cada impresora PostScript distribúese cun ficheiro PPD que describe as "
"opcións e as características da impresora."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -13901,12 +13914,12 @@ msgstr ""
"Este ficheiro está normalmente no CD dos drivers para Windows e Mac que se "
"distribúe ca impresora."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Tamén pode atopa-los ficheiros PPD nos sitios web dos fabricantes."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -13915,7 +13928,7 @@ msgstr ""
"Se ten o Windows instalado, tamén pode atopa-lo ficheiro PPD na partición de "
"Windows."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13926,7 +13939,7 @@ msgstr ""
"que estean dispoñibles tódalas opcións da impresora que proporciona o "
"hardware da mesma"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -13935,51 +13948,51 @@ msgstr ""
"Aquí pode escoller o ficheiro PPD que se instalará na súa máquina, e que "
"despois se vai usar para a configuración da súa impresora."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Instala-lo ficheiro PPD dende"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Disquete"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Outro sitio"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Seleccione o ficheiro PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "¡O ficheiro PPD %s non existe ou non se pode ler!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "O ficheiro PPD %s non cumpre as especificacións PPD!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Instalando o ficheiro PPD..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Configuración de OKI winprinter"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13990,12 +14003,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Configuración de impresoras de inxección de tinta de Lexmark"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14008,7 +14021,7 @@ msgstr ""
"servidores de impresión. Conecte a súa impresora a un porto local ou "
"configúrea na máquina á que está conectada."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14021,12 +14034,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Configuración de Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14039,12 +14052,12 @@ msgstr ""
"impresión. Conecte a súa impresora a un porto USB local ou configúrea na "
"máquina á que está conectada."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Configuración de Samsung ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14057,17 +14070,17 @@ msgstr ""
"servidores de impresión ou noutro porto paralelo. Conecte a súa impresora ó "
"primeiro porto paralelo ou configúrea na máquina á que está conectada."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Configuración de Canon LBP-460/660"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Configuración de Canon LBP-810/1120 (CAPT)"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14080,12 +14093,12 @@ msgstr ""
"impresión ou no porto paralelo. Conecte a súa impresora a un porto USB ou "
"configúrea na máquina á que está conectada directamente."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Actualización do Firmware de HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14096,27 +14109,27 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Preferencias por omisión da impresora"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "¡A opción %s debe ser un número enteiro!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "¡A opción %s debe ser un número!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "A opción %s sae do rango!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14125,12 +14138,12 @@ msgstr ""
"¿Desexa que establecer esta impresora (\"%s\")\n"
"coma a impresora por defecto?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Páxinas de proba"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14143,47 +14156,47 @@ msgstr ""
"nas impresoras láser con moi pouca memoria pode ser que non saia. Na maioría "
"dos casos é suficiente con imprimir a páxina de proba estándar."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Non hai páxinas de proba"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Imprimir"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Páxina estándar de proba"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Páxina de proba alternativa (Letra)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Páxina de proba alternativa (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Páxina de proba con foto"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Imprimindo páxina(s) de proba..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Omitindo a páxina de proba con foto."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14198,7 +14211,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14207,17 +14220,17 @@ msgstr ""
"A(s) páxina(s) de proba enviáronse á impresora.\n"
"Pode que lle leve un pouco ata que a impresora comece.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "¿Traballa de xeito correcto?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Impresora raw"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14231,7 +14244,7 @@ msgstr ""
"permítenlle elixir a impresora e modificar a configuración de maneira "
"sinxela.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14242,8 +14255,8 @@ msgstr ""
"diálogos de impresión de moitas aplicacións, pero aquí non proporcione o "
"nome do ficheiro a imprimir porque xa o proporciona a aplicación.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14256,7 +14269,7 @@ msgstr ""
"impresión. Simplemente engada as opcións desexadas á liña de comandos, p.ex. "
"\"%s <ficheiro>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14268,7 +14281,7 @@ msgstr ""
"s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14278,7 +14291,7 @@ msgstr ""
"actual:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14287,8 +14300,8 @@ msgstr ""
"Para imprimir un ficheiro dende a liña de comandos (ventá de terminal) use o "
"comando \"%s <file>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14296,7 +14309,7 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14305,7 +14318,7 @@ msgstr ""
"Para obter unha lista das opcións de impresión dispoñibles para a impresora "
"actual prema o botón \"Lista de opcións de impresión\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14314,7 +14327,7 @@ msgstr ""
"Para imprimir un ficheiro dende a liña de comandos (ventá de termianl) use o "
"comando\"%s <file>\" ou \"%s <file>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14325,7 +14338,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14338,27 +14351,27 @@ msgstr ""
"traballo de impresión. Simplemente engada as opcións desexadas á liña de "
"comandos, p.ex. \"%s <ficheiro>\". \n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Usando/Mantendo a impresora \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Imprimindo na impresora \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Lista de opcións de impresión"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Lista de opcións de impresión"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14369,7 +14382,7 @@ msgstr ""
"funcionalidades especiais da súa impresora.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14378,7 +14391,7 @@ msgstr ""
"O escáner da súa impresora pode usarse co software SANE, por exemplo Kooka "
"ou XSane (Ámbolos dous no menú Multimedia/Gráficos). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14389,7 +14402,7 @@ msgstr ""
"Linux) para compartir o seu escáner na rede.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14398,7 +14411,7 @@ msgstr ""
"Pódese acceder ós lectores de tarxetas de memoria da súa impresora coma se "
"foran dispositivos USB de almacenamento masivo normais."
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14409,7 +14422,7 @@ msgstr ""
"dun disco duro para acceder á tarxeta.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14417,7 +14430,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14428,7 +14441,7 @@ msgstr ""
"lector de tarxetas USB é normalmente máis rápido.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14436,33 +14449,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - información de estado/nivel de tinta\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Aliñación das cabezas de impresión\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Calibración da cor\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Transferi-la configuración da impresora"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14472,14 +14485,14 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14488,12 +14501,12 @@ msgstr ""
"PDQ só soporta as impresoras locais, as impresoras LPD remotas, e as "
"impresoras Socket/TCP.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD e LPRng non soportan as impresoras IPP.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14502,7 +14515,7 @@ msgstr ""
"Ademais, as colas non creadas con este programa ou con \"foomatic-configure"
"\" non se poden transferir."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14513,7 +14526,7 @@ msgstr ""
"Tampouco se poden transferir as impresoras configuradas con ficheiros PPD "
"proporcionados polos seus fabricantes ou con drivers nativos de CUPS."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14524,17 +14537,17 @@ msgstr ""
"Marque as impresoras que desexa transferir e prema\n"
"en \"Transferir\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Non transferir impresoras"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Transferir"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14545,17 +14558,17 @@ msgstr ""
"Clique en \"Transferir\" para sobrescribila.\n"
"Tamén pode introducir un novo nome ou omitir esta impresora."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Novo nome de impresora"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Transferindo %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14564,28 +14577,28 @@ msgstr ""
"Transferiu a súa antiga impresora predeterminada (\"%s\"), ¿Debe ser tamén a "
"impresora predeterminada no novo sistema de impresión %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Actualizando os datos da impresora..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Iniciando a rede..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Configura-la rede agora"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Funcionalidade de rede non configurada"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14598,12 +14611,12 @@ msgstr ""
"configurar a rede, non poderá usar a impresora que está configurando agora. "
"Que desexa facer?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Continuar sen configura-la rede"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14618,7 +14631,7 @@ msgstr ""
"Centro de Control de %s, e despois configure a impresora, usando tamén a "
"sección \"Hardware\"/\"Impresoras\" do Centro de Control de %s"
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14629,27 +14642,27 @@ msgstr ""
"configuración e o hardware. Despois intente configurar outra vez a impresora "
"remota."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Reiniciando o sistema de impresión..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "alto"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoico"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instalando un sistema de impresión cun nivel de seguridade %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14674,12 +14687,12 @@ msgstr ""
"\n"
"Desexa configurar o sistema de impresión nesta máquina?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Inicia-lo sistema de impresión ó inicia-lo sistema"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14701,32 +14714,32 @@ msgstr ""
"\n"
"Desexa activar de novo o inicio automático do sistema de impresión?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Comprobando o software instalado..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Eliminando %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "¡Non se pode elimina-lo sistema de impresión %s!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Instalando %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "¡Non se pode instala-lo sistema de impresión %s!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14739,7 +14752,7 @@ msgstr ""
"que non é posible definir colas de impresión locais e se o servidor "
"especificado está caido non se poderá imprimir dende esta máquina."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -14748,32 +14761,32 @@ msgstr ""
"Introduza o nome de máquina ou IP do servidor CUPS e clique Aceptar se "
"desexa usar este modo, senón clique \"Saír\"."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Nome ou IP do servidor remoto:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Establecendo Impresora por Defecto..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Sistema de impresión CUPS local ou servidor CUPS remoto?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "O sistema de impresión CUPS pode usarse de dúas maneiras:"
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. O sistema de impresión CUPS pode executarse de xeito local. "
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -14782,7 +14795,7 @@ msgstr ""
"Despois poderanse usar as impresoras conectadas localmente e descubriranse "
"automáticamente as impresoras remotas noutros servidores CUPS da mesma rede. "
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14795,14 +14808,14 @@ msgstr ""
"daemon CUPS e necesita algunha memoria, e o porto IPP (porto 631) está "
"aberto."
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. Tódalas solicitudes de impresión envíanse inmediatamente a un servidor "
"CUPS remoto. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14814,7 +14827,7 @@ msgstr ""
"software para configurar colas de impresión locais, así que se usa menos "
"memoria e espacio no disco. "
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -14823,48 +14836,48 @@ msgstr ""
"A desvantaxe é que non é posible definir impresoras locais e se o servidor "
"especificado está caído non se poderá imprimir dende esta máquina."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Como debe estar configurado CUPS na súa máquina?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Servidor remoto, especifique o Nome ou IP aquí:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Sistema de impresión CUPS local"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, fuzzy, c-format
msgid "Select Printer Spooler"
msgstr "Selección da conexión da impresora"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Que sistema de impresión (spooler) desexa usar?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "¡Fallo ó configura-la impresora \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Instalando Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Non se puideron instalar os paquetes %s, non se pode iniciar %s!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14875,50 +14888,50 @@ msgstr ""
"impresora para cambia-las súas preferencias; para facela a impresora por "
"defecto; ou para ve-la súa información. "
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Amosar tódalas impresoras remotas CUPS dispoñibles"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Actualiza-la lista de impresoras (para amosar tódalas impresoras remotas "
"CUPS dispoñibles)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "Configuración de CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Cambia-lo sistema de impresión"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Modo Normal"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Modo Experto"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Opcións da impresora"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Modifica-la configuración da impresora"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -14927,99 +14940,99 @@ msgstr ""
"Impresora %s%s\n"
"¿Qué desexa modificar nesta impresora?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Esta impresora está deshabilitada"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "¡Faino!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Nome da impresora, descrición, localización"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Fabricante da impresora, modelo, controlador"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Fabricante da impresora, modelo"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Establecer esta impresora coma a impresora por defecto"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Activar Impresora"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Desactivar Impresora"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Tipo de conexión da impresora"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Imprimi-la(s) páxina(s) de proba"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Aprender cómo usar esta impresora"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Eliminar impresora"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Eliminando a impresora vella \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "A impresora \"%s\" está activada."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "A impresora \"%s\" está desactivada."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "¿Desexa elimina-la impresora \"%s\""
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Eliminando a impresora \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Impresora por defecto"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "A impresora por defecto é \"%s\"."
@@ -15056,15 +15069,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Non se puido establecer os permisos do ficheiro de firmware %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -16880,124 +16893,124 @@ msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"Cómpre que saia do sistema e volva entrar para que os cambios teñan efecto"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s require un nome de usuario...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Configuración de Terminal Server"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "Configuración de dhcpd"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Activar Servidor"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Desactivar Servidor"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Inicia-lo Servidor"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Para-lo Servidor"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Imaxes de Arrinque dende Rede"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Engadir/Eliminar Usuarios"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Engadir/Eliminar Clientes"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Imaxes"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Clientes/Usuarios"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Asistente da Primeira Vez"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17020,27 +17033,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Saír do Asistente"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Garde a configuración de dhcpd!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "Usar clientes lixeiros"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17050,28 +17063,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Creando imaxes de arrinque dende rede para tódolos kernels"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Isto pode levar uns minutos."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "¡Feito!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "fallou %s"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17082,33 +17095,32 @@ msgstr ""
"crear NBIs en %s.\n"
"Necesario: %d MB, Libre: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Sincronizando a lista de usuarios do servidor ca lista do cliente, incluindo "
"a root."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Configuración de Internet"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17117,14 +17129,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17137,30 +17149,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17176,17 +17187,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17194,33 +17204,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17236,12 +17247,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17266,14 +17277,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17282,94 +17292,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Disquete de Arrinque"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "ISO de Arrinque"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "Imaxe PXE"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Versión predeterminada do kernel"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "Instalar un kernel i586 para clientes antigos"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Construir o Kernel Enteiro -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Non hai ningún kernel seleccionado!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "¡Non hai ningunha NIC seleccionada!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Construir Tódolos Kernels -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Borrar"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Non hai ningunha imaxe seleccionada!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Eliminar Tódolos NBIs"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Construindo imaxes para o kernel:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17377,27 +17387,27 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Engadir Usuario -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Eliminar Usuario"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "tipo: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "configuración local: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17406,151 +17416,151 @@ msgstr ""
"Permiti-la configuración\n"
"do hardware local."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Non se crearon imaxes de arrinque dende rede!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, fuzzy, c-format
msgid "Thin Client"
msgstr "Cliente Lixeiro"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, fuzzy, c-format
msgid "Allow Thin Clients"
msgstr "Permitir Clientes Lixeiros"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Engadir Cliente -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, fuzzy, c-format
msgid "type: fat"
msgstr "Tipo: "
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, fuzzy, c-format
msgid "type: thin"
msgstr "tipo: lixeiro"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, fuzzy, c-format
msgid "local config: false"
msgstr "configuración local: falso"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, fuzzy, c-format
msgid "local config: true"
msgstr "configuración local: verdadeiro"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Editar Cliente"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Deshabilitar a Configuración Local"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Borrar Cliente"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Tódolos clientes usarán %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subrede:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Máscara de Rede:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Encamiñadores:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Máscara de Subrede:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Enderezo de Broadcast:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Nome do Dominio:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Nomes dos Servidores:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Comezo do Rango de IP:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Remate do Rango de IP:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, fuzzy, c-format
msgid "Write Config"
msgstr "Escribir a configuración"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Configuración do Servidor dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17561,107 +17571,107 @@ msgstr ""
"extraidos do sistema actual.\n"
"Pode modificalos se é necesario."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Fallo ó escribir en %s!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Insira un disquete na unidade:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "¡Non se puido acceder ó disquete!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Xa pode extrae-lo disquete"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "¡Non hai ningunha disqueteira dispoñible!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "A imaxe PXE é %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Erro escribindo %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Algo foi mal! - Está mkisofs instalado?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "¡Cómpre crear primeiro /etc/dhcpd.conf!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s non é un usuario..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s xa é un usuario de Terminal Server\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s engadido a Terminal Server\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Eliminado %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s non atopado...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allow e /etc/hosts.deny xa configurados - sen cambios"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "A configuración cambiou - reiniciar clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "A configuración cambiou - reiniciar %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -25418,17 +25428,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Non se vai iniciar Scannerdrake agora."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Buscando escáners configurados..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Buscando novos escáners..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Volvendo a xerar a lista de escáners configurados..."
@@ -25588,43 +25598,43 @@ msgstr ""
"Pode executar printerdrake dende a sección Hardware do Centro de Control de %"
"s."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Configurando os módulos do kernel..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Detectar automáticamente os portos dispoñibles"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Seleccione o dispositivo onde está conectado o seu %s"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Nota: Os portos paralelos non se poden detectar automáticamente)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "escoller dispositivo"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Buscando escáners..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Configurando os módulos do kernel..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Atención!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -25637,7 +25647,7 @@ msgstr ""
"Cómpre facer axustes a man. Por favor, edite o ficheiro de configuración /"
"etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -25646,7 +25656,7 @@ msgstr ""
"Máis información na páxina do manual do driver. Execute o comando \"man sane-"
"%s\" para lela."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -25655,7 +25665,7 @@ msgstr ""
"Despois disto poderá dixitalizar documentos usando \"XSane\" ou \"Kooka\" "
"dende Multimedia/Gráficos no menú de aplicacións."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -25664,7 +25674,7 @@ msgstr ""
"Configurouse o seu %s, pero é posible que sexan necesarios axustes manuais "
"adicionais para que funcione."
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -25673,12 +25683,12 @@ msgstr ""
"Se non aparece na lista de escáners configurados na ventá principal de "
"Scannerdrake ou se non funciona correctamente, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "editar o ficheiro de configuración /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -25689,7 +25699,7 @@ msgstr ""
"Agora pode dixitalizar documentos usando \"XSane\" ou \"Kooka\" dende o menú "
"Multimedia/Gráficos do menú de aplicacións."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -25702,7 +25712,7 @@ msgstr ""
"%s\n"
"están dispoñibles no seu sistema.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -25715,42 +25725,42 @@ msgstr ""
"%s\n"
"está dispoñible no seu sistema.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Non se atoparon escáners que estean dispoñibles no teu sistema.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Buscando novos escáners"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Engadir un escáner manualmente"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Instalar/Actualiza-los ficheiros de firmware"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Compartimento de escáners"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Tódalas máquinas remotas"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Esta máquina"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -25759,7 +25769,7 @@ msgstr ""
"Aquí pode escoller se os escáners conectados a esta máquina deben ser "
"accesibles para as máquina remotas e para cales máquina remotas."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -25768,88 +25778,88 @@ msgstr ""
"Tamén pode decidir aquí se os escáners das máquinas remotas deben estar "
"dispoñibles neste ordenador."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Os escáners desta máquina están dispoñibles para outros ordenadores"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Compartimento de escáners para as máquinas:"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Usar escáners de ordenadores remotos"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Usar os escáners nas máquinas:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Compartimento de escáners locais"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr ""
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Engadir máquina"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Editar a máquina seleccionada"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Eliminar a máquina seleccionada"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Nome/enderezo IP da máquina:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, fuzzy, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Escolla a máquina na que hai que facer dispoñibles os escáners locais:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Debe introducir un nome de máquina ou un enderezo IP.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Esta máquina xa está na lista, e non se pode volver engadir,\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Uso de escáners remotos"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -25860,7 +25870,7 @@ msgstr ""
"\n"
"Desexa instalar o paquete saned?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Os seus escáners non estarán dispoñibles na rede."
@@ -26044,6 +26054,12 @@ msgstr ""
msgid "Installation failed"
msgstr "Fallou a instalación"
+#~ msgid "Cancel setup"
+#~ msgstr "Cancelar a configuración"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "A configuración cambiou - reiniciar clusternfs/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/he.po b/perl-install/share/po/he.po
index 6b1faf8ed..7de3206ec 100644
--- a/perl-install/share/po/he.po
+++ b/perl-install/share/po/he.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: he\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-09-10 09:11+0300\n"
"Last-Translator: dovix <dovix2003@yahoo.com>\n"
"Language-Team: Hebrew <mdk-hebrew@iglu.org.il>\n"
@@ -211,21 +211,21 @@ msgstr "נא להמתין, מזהה ומגדיר התקנים..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -252,9 +252,9 @@ msgstr "נא להמתין, מזהה ומגדיר התקנים..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "שגיאה"
@@ -479,10 +479,10 @@ msgstr "מותאם אישית"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "יציאה"
@@ -641,7 +641,7 @@ msgstr "כרטיס מסך: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -658,7 +658,7 @@ msgstr "אישור"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -673,7 +673,7 @@ msgstr "ביטול"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -891,7 +891,7 @@ msgstr "מקטע ראשון של מחיצת השורש"
msgid "On Floppy"
msgstr "על התקליטון"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "דילוג"
@@ -1233,9 +1233,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "סיום"
@@ -1437,9 +1437,9 @@ msgstr "ניתן לייצא בעזרת NFS או SMB. עליך לבחור במה
msgid "Launch userdrake"
msgstr "הפעלת userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1608,7 +1608,7 @@ msgstr "מתחם"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "שרת"
@@ -1723,7 +1723,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "לא יכול להשתמש בשידור מתפרץ ללא הגדרת מתחם NIS"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1738,49 +1738,49 @@ msgstr ""
"wait for default boot.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "מנהל אתחול 'לילו' עם תפריט גרפי"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "מנהל אתחול 'לילו' עם תפריט טקסט"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "מנהל אתחול 'גראב' עם תפריט גרפי"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "מנהל אתחול 'גראב' עם תפריט טקסט"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "אין מספיק מקום ב-/boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "אי אפשר להתקין את מנהל האתחול על המחיצה %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr "יש צורך בעדכון תצורת טוען המערכת שלך מאחר ושונו מספרי מחיצות"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1789,7 +1789,7 @@ msgstr ""
"אין אפשרות להתקין את טוען המערכת באופן תקין. עליך להפעיל את המערכת באופן "
"rescue ולבחור \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "התקנה חוזרת של מנהל האתחול"
@@ -2991,7 +2991,7 @@ msgstr "חפש שרתים חדשים"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "יש צורך להתקין את החבילה %s. האם ברצונך להתקינה?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "אין אפשרות להתקין את החבילה %s !"
@@ -3002,19 +3002,19 @@ msgid "Mandatory package %s is missing"
msgstr "נדרשת החבילה %s אך היא חסרה"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "אזהרה"
@@ -3821,7 +3821,7 @@ msgstr "שם משתמש"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4588,8 +4588,8 @@ msgid ""
msgstr ""
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5427,8 +5427,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7094,14 +7094,14 @@ msgstr ""
msgid "Re-submit"
msgstr "טען מחדש"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "צ'כית (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7115,28 +7115,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "ספרדית"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "פינית"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "צרפתית"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7150,828 +7150,828 @@ msgid ""
"Polish"
msgstr "פולנית"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "רוסית"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "שוודית"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "מקלדת אנגלית"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "מקלדת ארה\"ב"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "אלבנית"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "ארמנית (ישן)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "ארמנית (מכונות כתיבה)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "ארמנית (פונטית)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "ערבית"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "אזרביג'אן (לטינית) "
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "בלגית"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "בנגאלי (Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "בנגאלי (Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "בולגרית (פונטית)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "בולגרית (BSD)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "ברזילאית (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "בוסנית"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "בלרוסית"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "שוויץ (פריסה גרמנית)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "שווייץ (פריסה צרפתית)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "הברות צ'ירוקיות"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "צ'כית (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "גרמנית (ללא מקשים מתים)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "דנית"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "דבורק (ארה\"ב)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "דבורק (אספרנטו)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "דבורק (צרפתית)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "דבורק (בריטניה)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "דבורק (נורבגית)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "דבורק (שבדית)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "דבורק (שבדית)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "טיבטית"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "אסטונית"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "פארואס"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "גגורג'יאנית (פריסה \"רוסית\")"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "גורג'יאנית (פריסה \"לטינית\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "יוונית"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "יוונית (פוליטונית)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "גורמוקי"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "קרואטית"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "הונגרית"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "אירי"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "מקלדת ישראלית (רגילה)"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "מקלדת ישראלית (פונטית)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "אירנית"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Icelandic"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "איטלקית"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "אינוקטיטוט"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "יפנית 106 תווים"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "מקלדת קוריאנית"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "קורדית (כתב ערבי)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "מקלדת קירגיזית"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "אמריקה הלטינית"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laotian"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lithuanian AZERTY (old)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lithuanian AZERTY (new)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lithuanian \"number row\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lithuanian \"phonetic\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "לאטוויה"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "מקדונית"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Burmese)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "מוגולית (קירילית)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "מלטה (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "מלטה (ארה\"ב)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "צ'כית"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "אוריה"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "פולנית (פריסת qwerty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "פולנית (פריסת qwetrz)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "פשטו"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "פורטוגזית"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "קנדית (קויבק)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "רומנית (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "רומנית (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "רוסית (פונטית)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "סאמי (נורבגית)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (swedish/finnish)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "סינדי"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "סלובנית"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "סינהלה"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "סלובקית (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "סלובקית (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "סרבית (קרילית)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "סוריה"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "סורית (פונטית)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "טאלוגו"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (ISCII-layout)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamil (Typewriter-layout)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "תאילנדית (קדמני)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "תאילנדית (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "תאילנדית (פטאצ'וטה)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "טיפינג (פריסה מרוקאית) (+לטינית/ערבית)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "טיפינג (פונטית) (+לטינית/ערבית)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tajik"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "טורקמנית"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "טורקית (מודל \"F\" מסורתי)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "טורקית (דגם \"Q\" מודרני)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "אוקראינית"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "אורדו"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "מקלדת ארה\"ב (בינלאומית)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Uzbek (cyrillic)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "וייטנמית \"מספרים בשורה\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "יוגוסלבית (latin)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "מקש Alt הימני"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "שני מקשי ה-Shift בו זמנית"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "מקשי Ctrl ו-Shift בו-זמנית"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "מקש CapsLock"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "מקשי Shift ו-CapsLock בו זמנית"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "מקשי Ctrl ו-Alt בו זמנית"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "מקשי Alt ו-Shift בו זמנית"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "מקש \"תפריט\""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "מקש \"חלונות\" השמאלי"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "מקש \"חלונות\" הימני"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "שני מקשי ה-Control בו זמנית"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "שני מקשי ה-Alt בו זמנית"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "מקש Shift השמאלי"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "מקש Shift הימני"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "מקש Alt השמאלי"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "מקש Control השמאלי"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "מקש Control הימני"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7981,7 +7981,7 @@ msgstr ""
"בשלב זה עליך לבחור את שילוב המקשים שיאפשר לך להחליף\n"
"בין פריסות מקלדת שונות שהגדרת, ואשר מייצגות שפות שונות:"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10353,8 +10353,8 @@ msgstr "התחביר להגדרת Netmask הוא 255.255.224.0"
msgid "Warning: IP address %s is usually reserved!"
msgstr "אזהרה: כתובת IP זו (%s) היא כתובת שמורה!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s כבר בשימוש \n"
@@ -11042,7 +11042,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "העתקת הקושחה נכשלה מאחר והקובץ %s לא נמצא"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "ברכותינו!"
@@ -11175,9 +11175,9 @@ msgstr "מוגדר במכונות אחרות"
msgid "On CUPS server \"%s\""
msgstr "על שרת CUPS \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr "(ברירת מחדל)"
@@ -11229,9 +11229,9 @@ msgstr "שרת CUPS מרוחק"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "דגם לא ידוע"
@@ -11479,7 +11479,7 @@ msgid "URI: %s"
msgstr "כתובת: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "מדפסת כללית (ללא התקן)"
@@ -11510,12 +11510,12 @@ msgstr "מארח %s"
msgid "%s (Port %s)"
msgstr "%s (יציאה %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11556,7 +11556,7 @@ msgstr ""
"ממכונה זו באופן אוטומטי."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -11601,8 +11601,8 @@ msgstr "שיתוף מדפסות על מארחים/רשתות:"
msgid "Custom configuration"
msgstr "הגדרות מותאמות אישית"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "אין מכונות מרוחקות"
@@ -11802,8 +11802,8 @@ msgstr "יציאה"
msgid "On, Name or IP of remote server:"
msgstr "פעיל, שם או כתובת IP של השרת המרוחק:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "חסר שם שרת CUPS או כתובת IP."
@@ -11813,29 +11813,30 @@ msgstr "חסר שם שרת CUPS או כתובת IP."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "קורא את מידע המדפסת..."
@@ -11963,7 +11964,7 @@ msgstr ""
"אין צורך להגדיר מדפסות על שרתי CUPS\n"
"מרוחקים; מדפסות אלו יזוהו באופן אוטומטי."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12182,12 +12183,12 @@ msgstr "מופעלת"
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "בחירת דגם מדפסת"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "איזה דגם של מדפסת יש לך?"
@@ -12205,7 +12206,7 @@ msgstr ""
"האשף Printerdarke לא הצליח להחליט מהו דגם המדפסת %s שלך. עליך לבחור את הדגם "
"המתאים מהרשימה."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12214,7 +12215,7 @@ msgstr ""
"אם המדפסת שלך לא מופיעה ברשימה, עליך לבחור מדפסת תואמת (יש לבדוק בחוברת "
"ההוראות של המדפסת) או מדפסת דומה."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "מגדיר את המדפסת \"%s\"..."
@@ -12233,7 +12234,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "ניהול מרחוק"
@@ -12248,8 +12249,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "הוספת מדפסת חדשה"
@@ -12449,8 +12450,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "אין אפשרות להתקין את החבילות %s !"
@@ -12686,10 +12687,10 @@ msgid "Remote printer name missing!"
msgstr "חסר שם מדפסת מרוחקת!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13039,8 +13040,8 @@ msgstr "עריכה"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "סוג חיבור מדפסת"
@@ -13050,22 +13051,18 @@ msgstr "סוג חיבור מדפסת"
msgid "What do you want to do?"
msgstr "מה ברצונך לעשות?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "ביטול"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13074,7 +13071,7 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, fuzzy, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13083,91 +13080,107 @@ msgstr ""
"על מנת לנצל אפשרויות נוספות אלו על מדפסת ה-HP שלך, יש להגדיר אותה עם תוכנה "
"מתאימה: "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "מתקין חבילת %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "רק הדפסה תתאפשר על %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"לא התאפשרה הסרת קובץ ההגדרות הישן של HPOJ configuration file %s עבור ה-%s "
"שלך! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "נא להסיר את הקובץ ידנית ולהפעיל מחדש את HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "בודק התקן ומגדיר %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "איזו מדפסת ברצונך להגדיר עם HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "מגדיר את מודולי הליבה..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "התקנת חבילות של SANE...."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "מגדיר התקן..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "הופך את הפורט למדפסת לזמין בשביל CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "קורא את מאגר הנתונים של המדפסות..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "נא להכניס שם למדפסת והערה"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "שם המדפסת צריך להכיל רק אותיות, מספרים וקו תחתון"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13176,7 +13189,7 @@ msgstr ""
"המדפסת \"%s\" כבר קיימת,\n"
"האם באמת ברצונך לדרוס את ההגדרות הקודמות?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13184,7 +13197,7 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13194,35 +13207,35 @@ msgstr ""
"אין חובה למלא את שדות התיאור והמיקום. שדות\n"
"אלו משמשים לזיהוי המדפסת על ידי המשתמשים."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "שם המדפסת"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "תיאור"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "מיקום"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "מכין את מאגר הנתונים של המדפסת..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "דגם המדפסת שלך"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13237,18 +13250,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "הדגם נכון"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "בחירת דגם ידנית"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -13262,38 +13275,38 @@ msgstr ""
"נא לבדוק האם האשף זיהה נכון את דגם המדפסת שלך. עליך למצוא את הדגם ברשימה "
"כאשר הדגם לא זוהה נכון או כאשר נבחרה \"מדפסת כללית\". "
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "התקנת קובץ PPD שסופק ע\"י יצרן המדפסת"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13301,7 +13314,7 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -13309,51 +13322,51 @@ msgid ""
msgstr ""
"כאן באפשרותך לבחור את קובץ PPD שיותקן במחשבך, קובץ זה ישמש להגדרת המדפסת שלך."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "התקנת קובץ PPD מ"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "תקליטון"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "מקום אחר"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "יש לבחור קובץ PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "קובץ ה- PPD %s אינו קיים או בלתי ניתן לקריאה!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "קובץ ה- PPD %s אינו מתאים למפרט ה- PPD!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "מתקין קובץ PPD..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "הגדרת OKI winprinter"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13364,12 +13377,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "הגדרת Lexmark inkjet"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13378,7 +13391,7 @@ msgid ""
"to."
msgstr ""
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13391,12 +13404,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "הגדרת Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13405,12 +13418,12 @@ msgid ""
"connected to."
msgstr ""
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "הגדרת Samsung ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -13419,17 +13432,17 @@ msgid ""
"port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "הגדרת Canon LBP-460/660"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "הגדרת Canon LBP-460/660"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13438,12 +13451,12 @@ msgid ""
"where it is directly connected to."
msgstr ""
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "עדכון קושחה עבור HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -13459,27 +13472,27 @@ msgstr ""
"נכון. יש לשים לב שהגדרת הדפסה באיכות/רזולוציה גבוהה המדפסת עלולה להאיט את "
"ההדפסה."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "הגדרות ברירת מחדל עבור המדפסת"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "אפשרות %s חייבת להיות מספר שלם!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "אפשרות %s חייבת להיות מספר!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "אפשרות %s יצאה מהגבולות!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -13488,12 +13501,12 @@ msgstr ""
"האם ברצונך ש\"%s\" תהיה מדפסת\n"
"ברירת המחדל?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "הדפסות ניסיון"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -13507,47 +13520,47 @@ msgstr ""
"אפילו לא להיות מודפס בכלל. ברוב המקרים יש\n"
"מספיק זכרון להדפסת דף ניסיון רגיל."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "ללא הדפסת ניסיון"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "הדפסה"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "הדפסת ניסיון רגילה"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "הדפסת ניסיון חליפית (מכתב)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "הדפסת ניסיון חליפית (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "הדפסת ניסיון של תמונה"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "מדפיס דפי ניסיון..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "מדלג על הדפסת ניסיון של תמונה."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13562,7 +13575,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13571,17 +13584,17 @@ msgstr ""
"דפי הניסיון נשלחו להדפסה.\n"
"יכול להיות שייקח כמה זמן עד שהמדפסת תתחיל בהדפסה.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "האם הניסיון הצליח?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "מדפסת גולמית"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -13593,7 +13606,7 @@ msgstr ""
"או בכלי ההדפסה הגרפי: \"xpp <קובץ>\" או \"kprinter <קובץ>\". הכלים הגרפיים "
"מאפשרים לך לבחור את המדפסת ולשנות את הגדרת האפשרויות בקלות.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -13601,8 +13614,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -13611,7 +13624,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -13622,7 +13635,7 @@ msgstr ""
"כפתור \"רשימת אפשרויות הדפסה\".%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -13631,7 +13644,7 @@ msgstr ""
"הנה רשימה של אפשרויות הקיימות במדפסת הנוכחית:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13639,8 +13652,8 @@ msgid ""
msgstr ""
"כדי להדפיס קובץ משורת הפקודה (המעטפת) יש להשתמש בפקודה \"%s <file>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -13650,7 +13663,7 @@ msgstr ""
"פקודה זאת ניתנת לשימוש גם בשדה \"פקודת הדפסה\" של חלונות הדפסה של הרבה "
"יישומים. אך נא לא לספק את שם הקובץ כאן, כי הוא יסופק ע\"י היישום.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -13659,7 +13672,7 @@ msgstr ""
"כדי לקבל את רשימת האפשרויות הנתמכות במדפסת שלך, עליך ללחוץ על כפתור \"רשימת "
"אפשרויות הדפסה\". "
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13668,7 +13681,7 @@ msgstr ""
"כדי להדפיס קובץ משורת הפקודה (המעטפת), עליך להשתמש בפקודה \"%s <file>\" או "
"\"%s <file>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -13684,7 +13697,7 @@ msgstr ""
"העבודה, שמסומן ב-\"הפסק הדפסה !\", ואשר עוצר את כל ההדפסות באופן מיידי כאשר "
"מפעילים אותו. כלי זה שימושי למשל כאשר נייר נתקע במדפסת.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -13696,27 +13709,27 @@ msgstr ""
"הפקודות \"%s\" ו \"%s\" מאפשרות לשנות את ההגדרות לעבודות הדפסה מסוימות. פשוט "
"הוסף את ההגדרה שאתה רוצה לשורת הפקודה, למשל: \"%s <file>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "שימוש/תחזוקת המדפסת \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "מדפיס על המדפסת \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "הדפסת רשימת אפשרויות"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "הדפסת רשימת אפשרויות"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -13724,14 +13737,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -13739,14 +13752,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -13754,7 +13767,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -13762,7 +13775,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -13770,7 +13783,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -13778,33 +13791,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - כיוונון ראש הדפסה\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr "- כיוונון צבע\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "העברת הגדרת מדפסת"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -13814,33 +13827,33 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -13851,7 +13864,7 @@ msgstr ""
"גם סוגים של מדפסות המוגדרות באמצעות קבצי ה-PPD שהופצו על ידי היצרן או עם "
"התקנים מקוררים של CUPS אינם יכולים להיות מועברים."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -13862,17 +13875,17 @@ msgstr ""
"יש לסמן את המדפסות שרוצים להעביר וללחוץ על\n"
"\"העברה\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "נא לא להעביר את המדפסות"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "העברה"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -13883,45 +13896,45 @@ msgstr ""
"יש ללחוץ \"העברה\" כדי לדרוס שם זה.\n"
"באפשרותך גם לרשום שם חדש או לדלג על מדפסת זו."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "שם המדפסת החדשה"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "מעביר את %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "מרענן מידע על המדפסת..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "מפעיל שרותי רשת..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "הגדר את הרשת כעת"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "תפקוד הרשת לא הוגדר"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -13930,12 +13943,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "המשך הלאה מבלי להגדיר את הרשת"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -13949,7 +13962,7 @@ msgstr ""
"\" במרכז הבקרה %s, ולאחר מכן להגדיר שנית גם את המדפסת, ע\"י שימוש ב \"חומרה"
"\"/\"מדפסת\" של מרכז הבקרה %s."
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -13957,27 +13970,27 @@ msgid ""
"printer again."
msgstr ""
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "מאתחל את מערכת ההדפסה..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "גבוהה"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "פרנואידי"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "מערכת ההדפסה תוגדר עם סף אבטחה %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -13992,12 +14005,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "מתחיל את מערכת ההדפסה בזמן אתחול"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14011,32 +14024,32 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "בדיקת תוכנות מותקנות..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "מסיר את %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "אין אפשרות להסיר את מערכת ההדפסה %s !"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "מתקין את %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "אין אפשרות להתקין את מערכת ההדפסה %s !"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14045,46 +14058,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "שם או כתובת IP של שרת מרוחק:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "הגדרת מדפסת ברירת מחדל..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "שרות הדפסה CUPS מקומי או שרת CUPS מרוחק?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14093,12 +14106,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14106,55 +14119,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "מערכת הדפסה CUPS מקומית"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr ""
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "באיזה מערכת הדפסה ברצונך להשתמש?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "כישלון בהגדרת המדפסת \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr ""
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "לא יכול להתקין את החבילות %s ולפיכך אין אפשרות להפעיל את %s!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14165,48 +14178,48 @@ msgstr ""
"על מדפסת כדי לשנות את הגדרותיה, כדי להגדירה כמדפסת\n"
"ברירת המחדל, או כדי לראות מידע אודותיה. "
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "רענון רשימת מדפסות (כדי להציג את כל מדפסות הCUPS המרוחקות הזמינות)"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "רענון רשימת מדפסות (כדי להציג את כל מדפסות הCUPS המרוחקות הזמינות)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "הגדרת CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "החלפת מערכת ההדפסה"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "מצב רגיל"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "מצב מומחה"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "אפשרויות מדפסת"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "שינוי הגדרות מדפסת"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -14215,99 +14228,99 @@ msgstr ""
"מדפסת %s%s\n"
"מה ברצונך להגדיר במדפסת זו?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "המדפסת מנוטרלת"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "עשה זאת!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "שם מדפסת, תיאור, מיקום"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "יצרן מדפסת, דגם, מנהל התקן"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "יצרן מדפסת, דגם"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "הגדרת המדפסת כברירת מחדל"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "אפשר מדפסת"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "בטל מדפסת"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "סוג חיבור מדפסת"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "הדפסת דפי ניסיון"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "לימוד כיצד להשתמש במדפסת זו"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "הסרת מדפסת"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "מסיר מדפסת ישנה - \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "המדפסת \"%s\" מאופשרת כעת."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "המדפסת \"%s\" מנוטרלת כעת."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "האם באמת ברצונך להסיר את המדפסת \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "מסיר את המדפסת \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "מדפסת ברירת מחדל"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "המדפסת \"%s\" מוגדרת כעת כמדפסת ברירת מחדל."
@@ -14343,15 +14356,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "אשף הגדרת סורק"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -16162,12 +16175,12 @@ msgstr ""
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s דורש שם משתמש...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -16176,112 +16189,112 @@ msgstr ""
"%s: %s מצריך שם תחנה, כתובת MAC, כתובת IP, nbi-image, 0/1 עבור לקוח רזה, וגם "
"0/1 בשביל תצורה מקומית\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s דורש שם מארח...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "הגדרת Terminal Server"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "תצורת dhcpd..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "אפשר שרת"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "נטרל שרת"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "הפעל את השרת"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "עצירת השרת"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr ""
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "הוספת/מחיקת משתמשים"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "הוספת/הסרת לקוחות"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "תמונות"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "לקוחות/משתמשים"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "אשף הפעם הראשונה"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -16304,27 +16317,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "ביטול האשף"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "נא לשמור את הגדרות dhcpd!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "אפשר לקוחות רזים"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -16334,28 +16347,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "פעולה זו תמשך מספר דקות "
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "הסתיים!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s נכשל"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -16363,31 +16376,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "סקירת Terminal Server"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -16396,14 +16408,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -16416,30 +16428,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -16455,17 +16466,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -16473,33 +16483,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -16515,12 +16526,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -16545,14 +16556,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -16561,94 +16571,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "תקליטון אתחול"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Boot ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "תצורת PXE"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "גרסת ברירת מחדל של הגרעין"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "בניית גרעין שלמה -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "לא נבחר גרעין!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "לא נבחר כרטיס רשת!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "בניית כל הגרעינים -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr " <-- מחיקה "
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "לא נבחרה תמונה!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr ""
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -16656,101 +16666,101 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "הוספת משתמש -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<- מחיקת משתמש"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "סוג: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "תצורה מקומית: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr "אפשר הגדרות חומרה מקומיות"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "לא נבחרו מראות אתחול לרשת!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "לקוח רזה"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "אפשר לקוחות רזים"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "הוספת לקוח -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "סוג: שמן"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "סוג: רזה"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "הגדרות מקומיות: לא"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "תצורה מקומית: לא"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- עריכת לקוח"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "ניטרול תצורה מקומית"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "הסרת לקוח"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -16759,77 +16769,77 @@ msgstr ""
"יש צורך לאתחל את מנהל הכניסה כדי שהשינויים יכנסו לתוקף.\n"
"(להריץ במסוף \"service dm restart\")"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "כל הלקוחות ישתמשו ב-%s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "רשת משנה:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "מסיכת רשת:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "נתבים:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "מסיכת רשת:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr ""
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "שם מתחם:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "שרתי שמות מתחם:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "התחלה של טווחי כתובת IP:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "סוף טווח כתובות ה-IP:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "שמירת תצורה"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "תצורת לקוח DHCP"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -16839,107 +16849,107 @@ msgstr ""
"רב הערכים הללו נלקחו מהמערכת הנוכחית שלך. \n"
"ניצן לשנות כנדרש"
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "הכתיבה ל-%s נכשלה!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "נא להכניס תקליטון:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "אין אפשרות גישה לתקליטון!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "ניתן להסיר את התקליטון עכשיו"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "אין כונן תקליטונים זמין!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "תמונת ה-PXE היא %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "שגיאה בכתיבה ל %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "הפעולה נכשלה! - האם mkisofs מותקן?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "צריך ליצור קודם כל את /etc/dhcpd.conf!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s אינו משתמש..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s הינו כבר משתמש Terminal Server \n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s הוסף לשרת שורת הפקודה\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s נמחק...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s לא נמצא...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "הקבצים /etc/hosts.allow ו /etc/hosts.deny כבר מוגדרים - אין שינוי"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "התצורה השתנתה. האם לאתחל מחדש את clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "התצורה השתנתה. האם לאתחל מחדש את %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -24533,17 +24543,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "אשף הגדרת הסורק לא יופעל כעת."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "מחפש סורקים מוגדרים..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "מחפש סורקים חדשים..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "יצירה מחדש של רשימת הסורקים המוגדרים ..."
@@ -24699,43 +24709,43 @@ msgstr ""
"ה %s חייב להיות מוגדר על ידי printerdrake.\n"
"באפשרותך להפעיל את printerdrake ממרכז הבקרה %s במדור חומרה."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "מגדיר את מודולי הליבה..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "זיהוי אוטומטית של יציאות זמינות"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "נא לבחור את ההתקן שאליו ה-%s שלך מחובר"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(הודעה: יציאות טוריות לא יכולות להיות מזוהות אוטומטית)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "יש לבחור התקן"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "מחפש סורקים חדשים ..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "מגדיר את מודולי הליבה..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "לתשומת לבך!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -24744,14 +24754,14 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -24760,26 +24770,26 @@ msgstr ""
"עכשיו באפשרותך לסרוק מסמכים בעזרת \"XSane\" או \"Kooka\" מהאפשרות מולטימדיה/"
"גרפיקה בתפריט היישומים."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "עריכת קובץ ההגדרות /etc/sane.d/%s.conf."
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -24790,7 +24800,7 @@ msgstr ""
"עכשיו באפשרותך לסרוק מסמכים בעזרת \"XSane\" או \"Kooka\" מכניסת מולטימדיה/"
"גרפיקה בתפריט היישומים."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -24803,7 +24813,7 @@ msgstr ""
"%s\n"
"זמינים במערכת שלך.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -24816,42 +24826,42 @@ msgstr ""
"%s\n"
"זמין במערכת שלך.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "לא נמצאו סורקים זמינים במערכת שלך.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "חיפוש סורקים חדשים"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "הוספה ידנית של סורק"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "התקנת/עדכון קבצי קושחה"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "שיתוף סורק"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "כל המכונות המרוחקות"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "מערכת זו"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -24860,95 +24870,95 @@ msgstr ""
"כאן באפשרותך לבחור האם הסורקים המחוברים למחשב זה יהיו זמינים למחשבים "
"מרוחקים, וכמו כן ע\"י אילו מחשבים מרוחקים."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr "באפשרותך גם להחליט אם סורקים על מחשבים מרוחקים יהיו זמינים למחשב זה."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "הסורקים על מחשב זה זמינים למחשבים אחרים"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "סוגר את הרשת"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "שימוש בסורקים תחת מחשבים מרוחקים"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "שימוש בסורקים אלה תחת המארחים:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "שיתוף של סורקים מקומיים"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr "אלה המחשבים שבהם הסורקים שמחוברים מקומית אמורים להיות זמינים:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "הוספת מארח"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "ערוך מארח שנבחר"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "להסיר את המארח הנבחר"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "שם/כתובת IP של המארח:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "יש לבחור מארח שבו הסורקים המקומיים יהיו זמינים:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "חובה עליך להכניס שם מארח או כתובת IP.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "המארח הזה כבר ברשימה, אי אפשר להוסיף אותו שוב.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "שימוש בסורקים מרוחקים"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "אלה המחשבים שמהם המערכת תשתמש בסורקים:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -24959,7 +24969,7 @@ msgstr ""
"\n"
"האם ברצונך להתקין חבילה זו?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "הסורק(ים) שלך לא יהיו זמינים ברשת."
@@ -25143,6 +25153,13 @@ msgstr ""
msgid "Installation failed"
msgstr "ההתקנה נכשלה"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "ביטול"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "התצורה השתנתה. האם לאתחל מחדש את clusternfs/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/hi.po b/perl-install/share/po/hi.po
index 852aec1cc..af0138fc3 100644
--- a/perl-install/share/po/hi.po
+++ b/perl-install/share/po/hi.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-hi\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2004-04-04 21:54+0530\n"
"Last-Translator: धनञ्जय शर्मा (Dhananjaya Sharma) <dysxhi@yahoo.co.in>\n"
"Language-Team: हिन्दी (Hindi) <dysxhi@yahoo.co.in>\n"
@@ -198,21 +198,21 @@ msgstr "कृपया प्रतीक्षा करें, उपकर
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -239,9 +239,9 @@ msgstr "कृपया प्रतीक्षा करें, उपकर
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "त्रुटि"
@@ -482,10 +482,10 @@ msgstr "इच्छानुसार"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "निकास"
@@ -645,7 +645,7 @@ msgstr "ग्राफ़िक्स कार्ड: %s "
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -662,7 +662,7 @@ msgstr "ठीक"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -677,7 +677,7 @@ msgstr "निरस्त"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -902,7 +902,7 @@ msgstr "रूट विभाजन के प्रथम सेक्टर"
msgid "On Floppy"
msgstr "फ़्लापी पर"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "छोड़े"
@@ -1246,9 +1246,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "किया गया"
@@ -1452,9 +1452,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "यूज़रड्रैक को आरम्भ करें"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1623,7 +1623,7 @@ msgstr "डोमेन"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "सर्वर"
@@ -1749,7 +1749,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "बिना एमआईएस डोमेन के ब्रोडकॉस्ट का उपयोग किया जा सकता है"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1764,42 +1764,42 @@ msgstr ""
"या फ़िर डिफ़ाल्ट बूट की प्रतीक्षा करें।\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "सचित्र मीनू के साथ लिलो"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "पाठ्य मीनू के साथ लिलो"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "याबूट"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "/boot में इतना स्थान नहीं है"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "एक %s विभाजन पर आप बूट-लोडर को संसाधित नहीं कर सकते है\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1808,7 +1808,7 @@ msgstr ""
"आपकी बूटलोडर संरचना को अपडेट करना आवश्यक है क्योंकि विभाजन कोनयी क्रम-संख्या दी जा चुकी "
"है"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1817,7 +1817,7 @@ msgstr ""
"बूटलोडर को भली-भांति संसाधित नहीं किया जा सका । आपको बूट को बचाव विधा में करना होगा "
"और\"%s\" का चयन करना होगा"
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "बूटलोडर को पुनः संसाधित करना"
@@ -3029,7 +3029,7 @@ msgstr "नये सर्वरों की खोज"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "%s पैकेज को संसाधन करने की आवश्यकता है । क्या आप इसे संसाधित करना चाहते है?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "%s पैकेज का संसाधन नहीं हो सका"
@@ -3040,19 +3040,19 @@ msgid "Mandatory package %s is missing"
msgstr "आदेशात्मक पैकेज %s विलुप्त है"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "चेतावनी"
@@ -3952,7 +3952,7 @@ msgstr "उपयोगकर्ता का नाम"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4770,8 +4770,8 @@ msgid ""
msgstr ""
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5499,8 +5499,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7182,14 +7182,14 @@ msgstr ""
msgid "Re-submit"
msgstr "पुनः-प्रेषण"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Czech (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7203,28 +7203,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "स्पेनिश"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finnish"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "फ़्रेंच"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7238,828 +7238,828 @@ msgid ""
"Polish"
msgstr "पोलिस"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "रूस"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "स्वीडिश"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "ब्रिटिश की-बोर्ड"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "यूएस की-बोर्ड"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "अलबेनिया"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "अर्मेनिया (प्राचीन)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "अर्मेनिया (टाइप-रायटर)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "आरमेनियन (फ़ोनेटिक) "
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "अरबी"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaidjani (latin)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgian"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "बागँला (Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "बागँला (Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "बुल्गारिया (फ़ोनोटिक)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgarian (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brazilian (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosnian"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Belarusian"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "स्वीस (जर्मन खाका)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "स्वीस (फ़्रेंच खाका)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "अरबी"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Czech (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "जर्मन (कोई मृत कुँजिया नहीं)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "देवनागरी"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "डेनिस"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Norwegian)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Norwegian)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (US)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norwegian)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Swedish)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Swedish)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Bosnian"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estonian"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "ग्रीक"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgian (\"Russian\" layout)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgian (\"Latin\" layout)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "ग्रीक"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Greek (polytonic)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "गुजराती"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "गूरमुखी"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Croatian"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Hungarian"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irish"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israeli"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "इजरायल (फ़ोनेटिक)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "इरानी"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Icelandic"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "इटैलियन"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "जापानी १०६ कुँजियां"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "कोरियन की-बोर्ड"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "अरबी"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "ब्रिटिश की-बोर्ड"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "लैटिन अमेरिका"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laotian"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lithuanian AZERTY (old)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lithuanian AZERTY (new)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lithuanian \"number row\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lithuanian \"phonetic\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Latvian"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "मलयालम"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Macedonian"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Burmese)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongolian (cyrillic)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltese (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltese (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "डच"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "उड़ीया"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polish (qwerty layout)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polish (qwertz layout)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "पोलिस"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "पुर्तगाली"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "कैनैडियन (क्य़ूबैक)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Romanian (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Romanian (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "रशियन (फ़ोनेटिक)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (norwegian)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (swedish/finnish)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "थाई की-बोर्ड"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovenian"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovakian (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovakian (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbian (cyrillic)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "सीरीया"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "सीरिया (फ़ोनोटिक)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "तेलगु"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "तमिल (आईएससीआईआई-खाका)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "तमिल (टंकण-खाका)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "थाई की-बोर्ड"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "थाई की-बोर्ड"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "थाई की-बोर्ड"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "ताज़िक् की-बोर्ड"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "जर्मन"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turkish (traditional \"F\" model)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "टरकिस (आधुनिक \"Q\" मॉडल)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrainian"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "उड़ीया"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "अमेरिकी की-बोर्ड (अन्तरराष्ट्रीय)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Uzbek (cyrillic)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamese \"numeric row\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Yugoslavian (latin)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "दांयी आल्ट (Alt) कुंजी"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "दोनों स्फ़िट कुँजियों को साथ-साथ"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "कन्ट्रोल और स्फ़िट कुँजियों को एक साथ"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "कैप्सलॉक कुँजी"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, fuzzy, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "कन्ट्रोल (Ctrl) और आल्ट (Alt) कुँजियों को साथ-साथ"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "कन्ट्रोल (Ctrl) और आल्ट (Alt) कुँजियों को साथ-साथ"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "आल्ट और सीफ़्ट कुँजियों को साथ-साथ "
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"मीनू\" कुँजी"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "बायीं \"विण्डो\" कुंजी"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "दायीं \"विण्डो\" कुँजी"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "दोनों कन्ट्रोल कुँजियां साथ-साथ"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "दोनों आल्ट (Alt) कुँजियां साथ-साथ"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "दाँयी स्फ़िट कुँजी"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "दायीं स्फ़िट कुँजी"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "दाँयी आल्ट कुँजी"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "बांयी कन्ट्रोल कुँजी"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "दायीं कन्ट्रोल कुँजी"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8070,7 +8070,7 @@ msgstr ""
"विभिन्न की-बोर्ड खाकों (जैसे कि लैटिन और अ-लैटिन) के मध्य\n"
"इधर-से-उधर जाने की अनुमति प्रदान करेगें"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10455,8 +10455,8 @@ msgstr "गेटवे पता का प्रारूप १.२.३.४
msgid "Warning: IP address %s is usually reserved!"
msgstr "चेतावनी : आईपी पता %s प्रायः आरक्षित होता है !"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s पहिले से ही उपयोग में है\n"
@@ -11158,7 +11158,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "फ़र्मवेयर का प्रतिलिपि निर्माण असफ़ल, संचिका %s नहीं मिला"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "बधाईयां!"
@@ -11292,9 +11292,9 @@ msgstr "अन्य कम्प्यूटरों पर संरचित
msgid "On CUPS server \"%s\""
msgstr " \"%s\" कप्स सर्वर पर"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (डिफ़ाल्ट)"
@@ -11346,9 +11346,9 @@ msgstr "सुदूर कप्स सर्वर"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "अज्ञात मॉडल"
@@ -11596,7 +11596,7 @@ msgid "URI: %s"
msgstr "यूआरआई: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "रॉ प्रिंटर (कोई चालक नहीं)"
@@ -11627,12 +11627,12 @@ msgstr "होस्ट %s"
msgid "%s (Port %s)"
msgstr "%s (पोर्ट %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11679,7 +11679,7 @@ msgstr ""
"उपलब्ध कराया जाना चाहिए ।"
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -11724,8 +11724,8 @@ msgstr "होस्टों/नेटवर्कों पर प्रिं
msgid "Custom configuration"
msgstr "ऐच्छिक संरचना"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "कोई सुदूर मशीनें नहीं"
@@ -11951,8 +11951,8 @@ msgstr "पोर्ट"
msgid "On, Name or IP of remote server:"
msgstr "सुदूर एल०पी०डी० सर्वर पर प्रिंटर"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "होस्ट/नेटवर्क आईपी पते विलुप्त है ।"
@@ -11962,29 +11962,30 @@ msgstr "होस्ट/नेटवर्क आईपी पते विल
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "प्रिंटरड्रैक"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "प्रिंटर सूचनाओं को पढ़ा जा रहा है..."
@@ -12112,7 +12113,7 @@ msgstr ""
"सुदूर कप्स सर्वरों पर स्थित प्रिंटरों को यहाँ संरचित करने की आवश्यकता नहीं है; ये प्रिंटर स्वतः "
"ही पहचाने जायेगें ।"
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12336,12 +12337,12 @@ msgstr " पर "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "प्रिंटर मॉडल का चयन"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "आपके पास कौन सा प्रिंटर मॉडल है?"
@@ -12359,7 +12360,7 @@ msgstr ""
"प्रिंटरड्रैक आपके प्रिंटर %s के मॉडल का निर्धारण नहीं कर सका । कृपयासूची में से एक उपयुक्त "
"मॉडल का चयन करें । "
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12368,7 +12369,7 @@ msgstr ""
"यदि आपका प्रिंटर सूचीबद्ध नहीं है, एक समवर्तक (प्रिंटर मैनूअल को देखें) या एक समान प्रिंटर "
"का चयन करें ।"
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "\"%s\" प्रिंटर को संरचित किया जा रहा है..."
@@ -12387,7 +12388,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "सुदूर प्रबंधन"
@@ -12402,8 +12403,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "एक नवीन प्रिंटर को जोड़ें"
@@ -12609,8 +12610,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "%s पैकेजों का संसाधन नहीं हो सका"
@@ -12849,10 +12850,10 @@ msgid "Remote printer name missing!"
msgstr "सुदूर प्रिंटर का नाम अज्ञात है !"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13225,8 +13226,8 @@ msgstr "संपादन"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "प्रिंटर का संबंध प्रकार"
@@ -13236,22 +13237,18 @@ msgstr "प्रिंटर का संबंध प्रकार"
msgid "What do you want to do?"
msgstr "आप क्या करना चाहते है?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "निरस्त"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13260,96 +13257,112 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "%s पैकेज का संसाधन किया जा रहा है..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "HPLIP"
msgstr "पीएलआईपी (_I)"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "%s पर सिर्फ़ प्रिंटिंग सम्भव होगी।"
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "प्रति-उपयोगकर्ता गनोम कॉन्फ़िगरेशन डिरेक्ट्री `%s' बनाई नहीं जा सकी: %s\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "उपकरण की जाँच और %s की संरचना हो रही है..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "आपको इसको किस सेक्टर पर ले जाना चाहते है?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "यू०एस०बी० प्रिंटर कर्नल मॉडयूल को लाया जा रहा है ...\n"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "एस०ऐ०एन०ई० पैकेजों का संसाधन किया जा रहा है..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "%s पर स्कैनिंग सम्भव नहीं होगी।"
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "संरचना की जा रही है..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "कप्स के लिए प्रिंटर प्रोर्ट को उपलब्ध कराया जा रहा है..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "प्रिंटर डाटाबेस को पढ़ा जा रहा है..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "प्रिंटर का नाम और टिप्पणियां बतायें"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "प्रिंटर के नाम में सिर्फ़ शब्द, संख्यायें और अण्डरस्कोर चिह्न शामिल होना चाहिये"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13358,7 +13371,7 @@ msgstr ""
"\"%s\" प्रिंटर पहिले से ही विद्यमान है,\n"
"क्या आप वास्तव में इसकी संरचना को पुनः लिखना चाहते है?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13366,7 +13379,7 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13375,35 +13388,35 @@ msgstr ""
"प्रत्येक प्रिंटर को एक नाम की आवश्यकता है (उदाहरण हेतु \"printer\") । विवरण और स्थान "
"प्रविष्टियों को भरने की आवश्यकता नहीं है । ये उपयोगकर्ताओं के लिए सूचनार्थ हेतु ही है ।"
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "प्रिंटर का नाम"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "विवरण"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "स्थान"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "प्रिंटर डाटाबेस का निर्माण किया जा रहा है..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "आपका प्रिंटर मॉडल"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13427,18 +13440,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "मॉडल ठीक है"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "मॉडल का स्वंम चयन करें"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -13452,12 +13465,12 @@ msgstr ""
"कृपया जाँच करें कि प्रिंटरड्रैक ने आपके प्रिंटर मॉडल की स्वतः-पहचान भली-भांति की है । यदि "
"एक गलत मॉडल या \"रॉ प्रिंटर\" चिन्ह्नित हो तो सूची में से सही मॉडल को खोजें ।"
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "एक निर्माणकर्ता-द्वारा-दी-गयी पीपीडी संचिका का संसाधन"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -13466,7 +13479,7 @@ msgstr ""
"प्रत्येक पोस्टस्क्रिप्ट प्रिंटर को एक पीपीडी संचिका के साथ भेजा जाता है जो कि प्रिंटर के "
"विकल्पों व लक्षणों को बताती है।"
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -13475,12 +13488,12 @@ msgstr ""
"यह संचिका सामान्यता प्रिंटर के साथ दिये हुए विण्डो व मैक चालकों के साथसीडी में कहीं पर "
"होती है।"
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "आप पीपीडी संचिकाओं को निर्माणकर्ता के वेबस्थल पर भी पा सकते है।"
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -13489,7 +13502,7 @@ msgstr ""
"यदि आपने अपनी मशीन पर विण्डो को संसाधित किया हुआ है, तो आप पीपीडी संचिका को अपने "
"विण्डो विभाजन पर भी पा सकते है।"
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13500,7 +13513,7 @@ msgstr ""
"की जा रही हो, प्रिंटर के सभी विकल्पों को उपलब्ध करता है,जिन्हें हार्डवेयर द्वारा प्रदान "
"किया गया हो"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -13509,51 +13522,51 @@ msgstr ""
"यहाँ अपनी मशीन पर संसाधित होने वाली पीपीडी संचिका का आप चयन कर सकते है, इसका उपयोग "
"तब आपके प्रिंटर की स्थापना के लिए किया जायेगा।"
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "पीपीडी संचिका का से संसाधान"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "फ़्लापी डिस्क"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "अन्य स्थान"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "पीपीडी संचिका का चयन"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "पीपीडी संचिका %s विद्यमान नहीं है या अपठनीय है !"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "पीपीडी संचिका %s, पीपीडी विनिर्देशों विशेषताओं के अनुरूप नहीं है!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "पीपीडी संचिका का संसाधन हो रहा है ..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "ओकेआई विनप्रिंटर संरचना"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13570,12 +13583,12 @@ msgstr ""
"सामान्तर पोर्ट से जोड़ें । अन्यथा प्रिंटर कार्य नहीं करेगा ।आपकी कनेक्शन प्रकार समायोजनायें "
"चालक द्वारा ध्यान नहीं दी जायेगी।"
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "लेक्समार्क इंकज़ेट संरचना"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13587,7 +13600,7 @@ msgstr ""
"प्रदान करते है।सुदूर मशीनों पर स्थित किन्हीं प्रिंटरों या प्रिंट सर्वर बॉक्सों को नहीं ।कॄपया "
"अपने प्रिंटर को एक स्थानीय पोर्ट पर जोड़े या फ़िर उस मशीन पर संरचित करेंजहाँ यह जुड़ा हो।"
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13607,12 +13620,12 @@ msgstr ""
"प्रमाणपत्र करारनामा के तुरन्त बाद सीधे निरस्त करें । \"lexmarkmaintain\"के साथ प्रिंटहेड "
"संरेखण पृष्टों को मुद्रित करें और इस कार्यक्रम के साथ शीर्ष संरेखण समायोजनाओं को ठीक करें ।"
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "लेक्समार्क एक्स१२५ संरचना"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13625,12 +13638,12 @@ msgstr ""
"नहीं ।कॄपया अपने प्रिंटर को एक स्थानीय यूएसबी पोर्ट पर जोड़े या फ़िर उस मशीन पर संरचित "
"करेंजहाँ यह जुड़ा हो।"
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "सांउड संरचना"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -13643,17 +13656,17 @@ msgstr ""
"नहीं ।कॄपया अपने प्रिंटर को एक स्थानीय यूएसबी पोर्ट पर जोड़े या फ़िर उस मशीन पर संरचित "
"करेंजहाँ यह जुड़ा हो।"
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "मैनुअल टीसीपी/आईपी संरचना"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "मैनुअल टीसीपी/आईपी संरचना"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13666,12 +13679,12 @@ msgstr ""
"नहीं ।कॄपया अपने प्रिंटर को एक स्थानीय यूएसबी पोर्ट पर जोड़े या फ़िर उस मशीन पर संरचित "
"करेंजहाँ यह जुड़ा हो।"
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "एच०पी० लेसरज़ेट १००० के लिए फ़र्मवेयर-अधिभारण"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -13688,27 +13701,27 @@ msgstr ""
"भांति स्थापित की गई है। ध्यान रहें कि एक बहुत उच्च गुणवत्ता/विभेदन वाला प्रिंट-आउट मुद्रण "
"को अत्याधिक धीमे कर सकता है।"
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "प्रिंटर डिफ़ाल्ट समायोजनायें"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "%s विकल्प को एक अभाज्य संख्या होना चाहिए !"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "%s विकल्प को एक संख्या होना चाहिए !"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "%s विकल्प सीमा से बाहर !"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -13717,12 +13730,12 @@ msgstr ""
"क्या आप इस प्रिंटर (\"%s\") को एक डिफ़ाल्ट प्रिंटर\n"
"की भांति स्थापित करना चाहते है?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "परीक्षण पृष्ट"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -13735,47 +13748,47 @@ msgstr ""
"वाले लेजर प्रिंटरों पर हो सकता है कि यह प्रिंट ही ना हो।लगभग सभी स्थितियों में सामान्य "
"परीक्षण पृष्ट को मुद्रित करना ही काफ़ी होता है।"
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "कोई भी परीक्षण पॄष्ट नहीं"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "प्रिंटर"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "मानक परीक्षण पृष्ट"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "वैकल्पिक परीक्षण पृष्ट (लैटर)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "वैकल्पिक परीक्षण पृष्ट (ऐ-४)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "फ़ोटो परीक्षण पृष्ट"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "परीक्षण पृष्ट (पृष्टों) को मुद्रित किया जा रहा है..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "फ़ोटो परीक्षण पृष्ट को छोड़ा जा रहा है।"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13790,7 +13803,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13799,17 +13812,17 @@ msgstr ""
"परीक्षण पृष्ट (पृष्टों) को प्रिंटर पर भेजा जा गया है । \n"
"प्रिंटर आरम्भ हो इसमें कुछ समय लगेगा । \n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "क्या इसने ठीक से कार्य किया?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "रॉ प्रिंटर"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -13822,7 +13835,7 @@ msgstr ""
"\" का उपयोग कर सकते है। ये ग्राफ़िक्ल टूल आपको सहजता से प्रिंटर को चयन करने और विकल्प "
"समायोजनाओं को परिवर्तित करने देते है।\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -13833,8 +13846,8 @@ msgstr ""
"भीउपयोग कर सकते है, परन्तु यहाँ संचिका नाम ना बतायें क्योंकि संचिका जिसे प्रिंट करा जाना "
"हैउस कार्यक्रम द्वारा प्रदान की जाती है।\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -13847,7 +13860,7 @@ msgstr ""
"अनुमति प्रदान करता है । सिर्फ़ इच्छित समायोजनाओं को कॉमाड लाइन में जोड़ें उदाहरण के लिए "
"\"%s <संचिका>\" । "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -13857,7 +13870,7 @@ msgstr ""
"वर्तमान प्रिंटर के लिए उपलब्ध विकल्पों के बारे में जानने के लिए या तो निम्नलिखित सूची को पढ़ें "
"या \"Print option list\" बटन को क्लिक करें । %s%s%s\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -13866,7 +13879,7 @@ msgstr ""
"यह वर्तमान प्रिंटर के लिए उपलब्ध मुद्रण विकल्पों की एक सूची है:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13875,8 +13888,8 @@ msgstr ""
"एक संचिका को कॉमाड लाइन (टर्मिनल विण्डो) से प्रिंट करने के लिए, \"%s <file>\" निर्देश "
"का उपयोग करें । \n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -13887,7 +13900,7 @@ msgstr ""
"भीउपयोग कर सकते है, परन्तु यहाँ संचिका नाम ना बतायें क्योंकि संचिका जिसे प्रिंट करा जाना "
"हैउस कार्यक्रम द्वारा प्रदान की जाती है।\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -13896,7 +13909,7 @@ msgstr ""
"वर्तमान प्रिंटर के लिए उपलब्ध विकल्पों की सूची प्राप्त करने के लिए, \"Print option list"
"\" बटन पर क्लिक करें ।"
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13905,7 +13918,7 @@ msgstr ""
"एक संचिका को कॉमाड लाइन (टर्मिनल विण्डो) से प्रिंट करने के लिए, \"%s <संचिका>\" या \"%"
"s <संचिका>\" निर्देश का उपयोग करें । \n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -13922,7 +13935,7 @@ msgstr ""
"किया गया है, जिसको आप जब क्लिक करते है तब सभी प्रिंट कार्य तुरन्त रूक जाते है । यह एक "
"उदाहरण पेपर जाम की स्थिति में उपयोगी है ।\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -13935,27 +13948,27 @@ msgstr ""
"परिवर्तित करने के लिए भीउपयोग में लाये जा सकते है। सिर्फ़ आसानी से इच्छित समायोजनाओं को "
"निर्देश पंक्ति में जोड़ेउदाहरण हेतु, \"%s <file>\"।\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "\"%s\" प्रिंटर पर प्रिंट हो रहा है"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "\"%s\" प्रिंटर पर प्रिंट हो रहा है"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "प्रिंट विकल्प सूची"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "प्रिंट विकल्प सूची"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -13963,14 +13976,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -13978,14 +13991,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -13993,7 +14006,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14001,7 +14014,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14009,7 +14022,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14017,33 +14030,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "क्षितिज"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "रंग संरचना"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "प्रिंटर संरचना का स्थानान्तरण"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14058,7 +14071,7 @@ msgstr ""
"किया जायेगा।\n"
"सभी कतारों को निम्नलिखित कारणों से स्थानान्तरित नहीं किया जा सकता है:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14067,7 +14080,7 @@ msgstr ""
"नावेल सर्वरों पर या उन प्रिंटरों को जो कि सूचनाओं को एक मुक्तरूप से निर्मित निर्देश की भांति "
"भेजते है, कप्स समर्थित नहीं करता है ।\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14076,12 +14089,12 @@ msgstr ""
"पी०डी०क्यू० सिर्फ़ स्थानीय प्रिंटरों, सुदूर एल०पी०डी० प्रिंटरों, और साकेट/टीसीपी प्रिंटरों को "
"समर्थित करता है ।\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "आईपीपी प्रिंटरों का एलपीडी और एलपीर एनजी समर्थन नहीं करते है ।\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14090,7 +14103,7 @@ msgstr ""
"इसके अतिरिक्त, इस कार्यक्रम अथवा \"foomatic-configure\" द्वारा निर्मित कतारों को "
"स्थानान्तरित नहीं किया जा सकता है।"
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14101,7 +14114,7 @@ msgstr ""
"निर्माताओं द्वारा प्रदान की गई पी०पी०डी० संचिकाओं द्वारा या मूल (native) कप्स चालकों "
"द्वारा संरचित किये गये प्रिंटर भी स्थानान्तरित नहीं किये जा सकते है ।"
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14112,17 +14125,17 @@ msgstr ""
"प्रिंटरों को चिह्न्ति करें जिनको आप स्थानान्तरित करना चाहते है और\n"
"\"Transfer\" पर क्लिक करें ।"
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "प्रिंटरों को स्थानान्तरित ना करें"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "स्थानांतरण"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14133,17 +14146,17 @@ msgstr ""
"नाम मिटाने के लिए \"Transfer\" पर क्लिक करें ।\n"
"आप एक नया नाम भी बता सकते है या इस प्रिंटर को छोड़ें ।"
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "प्रिंटर का नया नाम"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "%s का स्थानान्तरण हो रहा है..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14152,28 +14165,28 @@ msgstr ""
"आपने आपने पूर्व डिफ़ाल्ट प्रिंटर (\"%s\") को स्थानान्तरित कर दिया है, क्या नवीन प्रिंटीग "
"प्रणाली %s के अन्तर्गत भी इसे डिफ़ाल्ट प्रिंटर होना चाहिए ? "
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "प्रिंटर सूचनाओं को ताज़ा किया जा रहा है..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "नेटवर्क को प्रारम्भ किया जा रहा है..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "नेटवर्क को अब संरचित करें"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "नेटवर्क की कार्यकारी क्षमता को संरचित नहीं किया गया है"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14186,12 +14199,12 @@ msgstr ""
"इस प्रिंटर का, जिसे आप अभी संरचित कर रहे है, उपयोग करने में समर्थ नहीं होगें ।क्या आप जारी "
"रहना चाहते है?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "बिना नेटवर्क की संरचना के साथ आगे बढ़ें"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14205,7 +14218,7 @@ msgstr ""
"और इन्टरनेट\"/\"कनेक्शन\" विभाग का उपयोग करके इस संरचना को ठीक करें, और इस उपरान्त %s "
"नियंत्रण केन्द्र, \"हार्डवेयर\"/\"प्रिंटर\" विभागका उपयोग करके इस प्रिंटर की स्थापना करें।"
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14215,27 +14228,27 @@ msgstr ""
"नेटवर्क पहुँच नहीं चल रही है और आरम्भ नहीं की जा सकी । कॄपया अपनी संरचना और अपने "
"हार्डवेयर की जाँच करें । और फ़िर अपने सुदूर प्रिंटर को पुनः संरचित करने काप्रयास करें।"
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "मुद्रण प्रणाली पुनः आरम्भ हो रही है..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "उच्च"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr ""
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "एक मुद्रण प्रणाली को %s सुरक्षा स्तर में संसाधित किया जा रहा है"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14250,12 +14263,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "प्रिंटीग प्रणाली को बूट के समय आरम्भ किया जा रहा है"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14269,32 +14282,32 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "संसाधित सॉफ़्टवेयर की जाँच हो रही है..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "%s को हटाया जा रहा है ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "%s प्रिंटिग प्रणाली को हटाया नहीं जा सका!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "%s का संसाधन हो रहा है ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "%s प्रिंटिग प्रणाली को संसाधित नहीं किया जा सका!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14303,46 +14316,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "सुदूर एल०पी०डी० सर्वर पर प्रिंटर"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "डिफ़ाल्ट प्रिंटर की स्थापना हो रही है..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "सुदूर कप्स सर्वर पर प्रिंटर"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14351,12 +14364,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14364,55 +14377,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "कप्स मुद्रण प्रणाली की संरचना"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "प्रिंटर स्पूलर का चयन"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "कौन सी मुद्रण प्रणाली (स्पूलर) को आप उपयोग करना चाहते है ?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "\"%s\" प्रिंटर की संरचना में असफ़ल !"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "फ़ूमेटिक का संसाधन हो रहा है..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "%s पैकेजों को संसाधित नहीं किया जा सका, %s को आरम्भ नहीं किया जा सका!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14422,48 +14435,48 @@ msgstr ""
"निम्नलिखित प्रिंटरों संरचित है। एक प्रिंटर पर ऊपर दो-बार क्लिक करके, इसकी समायोजनाओं को "
"परिवर्तित करें, इसे डिफ़ाल्ट प्रिंटर बनायें;या इसके बारे में जानकारी देखें।"
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "सभी उपलब्ध सुदूर कप्स प्रिंटरों का अवलोकन"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "प्रिंटर सूची को ताजा करें (सभी उपलब्ध सुदूर कप्स प्रिंटरों को दर्शाने के लिए)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "कप्स संरचना"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "प्रिंटिग प्रणाली को परिवर्तित करें"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "साधारण विधा"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "विशेषज्ञ विधा"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "प्रिंटर के विकल्प"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "प्रिंटर संरचना को परिवर्तित करें"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -14472,99 +14485,99 @@ msgstr ""
"प्रिंटर %s%s\n"
"आप इस प्रिंटर में क्या परिवर्तित करना चाहते है?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "इस विभाजन का पुनः आकारीकरण सम्भव नहीं है"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "इसे करें!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "प्रिंटर का नाम, विवरण, स्थान"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "प्रिंटर का निर्माता, मॉडल, चालक"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "प्रिंटर निर्माता, मॉडल"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "इस प्रिंटर को डिफ़ाल्ट की भांति स्थापित करें"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "सर्वर को सक्रिय करें"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "सर्वर को निष्क्रिय करें"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "प्रिंटर का संबंध प्रकार"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "परीक्षण पृष्टों को मुद्रित करें"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "इस प्रिंटर का उपयोग कैसे किया जायें, सीखें"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "प्रिंटर को हटायें"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "\"%s\" प्राचीन प्रिंटर को हटाया जा रहा है..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "प्रिंटर \"%s\" सर्वर पर \"%s\""
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "वीपीएन कनेक्शन अब निष्क्रिय है ।"
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "क्या आप वास्तव में \"%s\" प्रिंटर को हटाना चाहते है?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "\"%s\" प्रिंटर को हटाया जा रहा है..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "डिफ़ाल्ट प्रिंटर"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "\"%s\" प्रिंटर को एक डिफ़ाल्ट प्रिंटर की भांति अब स्थापित कर दिया गया है ।"
@@ -14601,15 +14614,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "%s फ़र्मवेयर संचिका की अनुमतियों को स्थापित नहीं किया जा सका!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "स्कैनरड्रैक"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -16338,12 +16351,12 @@ msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"परिवर्तनों को प्रभाव में लाने के लिए, आपको संत्र-समाप्त करके पुन: संत्र-आरम्भ करना होगा"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s को एक उपयोगकर्ता नाम की आवश्यकता है...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -16352,112 +16365,112 @@ msgstr ""
"%s: %s को होस्ट-नाम, मैक पता, आई०पी०, एन०बी०आई०-प्रतिबिंब, थीन-क्लाइट "
"(THIN_CLIENT) के लिए ०/१, स्थानीय संरचना के लिए ०/१ की आवश्यकता है...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s को होस्ट नाम की अवश्यकता है...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "टर्मिनल सर्वर संरचना"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "डीएचसीपीडी संरचना..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "सर्वर को सक्रिय करें"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "सर्वर को निष्क्रिय करें"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "सर्वर को आरम्भ करें"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "सर्वर को रोकें"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "इथरनेट फ़्लापी/आईसो"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "नेट बूट के प्रतिबिंब"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "उपयोगकर्ताओं को जोड़े/हटाये"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "ग्राहकों को जोड़े/हटायें"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "छवि"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "प्रथम बार विज़ार्ड"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -16480,27 +16493,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "विज़ार्ड को निरस्त करना"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "थिन ग्राहकों का उपयोग ।"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -16510,28 +16523,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "यह कुछ क्षण लेगा ।"
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "किया गया !"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -16539,31 +16552,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "टर्मिनल सर्वर ओवरव्यू"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -16572,14 +16584,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -16592,30 +16604,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -16631,17 +16642,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -16649,33 +16659,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -16691,12 +16702,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -16721,7 +16732,7 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \tड्रैक टर्म सर्व इस संचिका की संरचना mkinitrd-net के द्वारा निर्मित "
+" \t%s ड्रैक टर्म सर्व इस संचिका की संरचना mkinitrd-net के द्वारा निर्मित "
"प्रतिबिंबों, और /etc/dhcpd.conf में स्थित प्रविष्टियों \n"
" \tके साथ-साथ कार्य करने हेतु, तथा प्रत्येक डिस्क-विहीन क्लाइन्ट को बूट-प्रतिबिंब "
"को प्रदान करने हेतु\n"
@@ -16746,14 +16757,12 @@ msgstr ""
"mkinitrd-net\n"
" \tअपनी प्रतिबिंबों को रखता है । "
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -16761,95 +16770,106 @@ msgid ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
+" - इथरनेट फ़्लापियों/सीडीयों का निर्माण:\n"
+" \tबूट क्रम को आरम्भ करने के लिए, डिस्कविहीन ग्राहक कम्प्यूटरों को या तो "
+"एन०आई०सी० पर रॉम प्रतिबिंबों की या \n"
+" \tफ़िर एक बूट फ़्लापी की आवश्यकता होती है । ग्राहक कम्प्यूटरों में स्थित एन०आई०सी० "
+"पर आधारित,\n"
+" \tड्रैक टर्म सर्व इनका निर्माण करने में सहायता करेगा । \n"
+" \t\t\n"
+" \tएक ३-कॉम ३-सी-५०९ के लिए मैनेयुली एक बूट-फ़्लापी के निर्माण के लिए एक साधारण "
+"उदाहरण:\n"
+" \t\t\n"
+" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "बूट फ़्लापी"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "बूट आईसो"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "पीएक्सई प्रतिबिंब"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "डिफ़ाल्ट कर्नल संस्मरण"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "सम्पूर्ण कर्नल का निर्माण करें -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "किसी कर्नल का चयन नहीं किया गया है ! "
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "एकक एनआईसी का निर्माण -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "कोई एन०आई०सी का चयन नहीं किया गया है !"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "सभी कर्नलों का निर्माण -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- मिटायें"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "कोई एन०आई०सी का चयन नहीं किया गया है !"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "सभी एन०बी०आईयों को हटायें"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -16860,27 +16880,27 @@ msgstr ""
" स्थित कूट-शब्द से भिन्न है । संत्र-आरम्भ क्षमता को पुनः सक्रिय \n"
"बनाने के लिए उपयोगकर्ता को मिटायें/पुनः-जोड़े ।"
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "उपयोगकर्ता को जोड़ें -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- उपयोगकर्ता को हटायें"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "प्रकार: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "स्थानीय संरचना: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -16889,74 +16909,74 @@ msgstr ""
"स्थानीय हार्डवेयर संरचना\n"
"करने की अनुमति ।"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "कोई नेट बूट प्रतिबिंबों का निर्माण हुआ !"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "पतला ग्राहक"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "पतले ग्राहकों को अनुमति"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "ग्राहक को जोड़ें -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "प्रकार: स्थूल"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "प्रकार: पतला"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "स्थानीय संरचना: गलत"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "स्थानीय संरचना: सत्य"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- ग्राहक संपादन"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "स्थानीय संरचना को निष्क्रिय"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "ग्राहक को हटायें"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -16965,77 +16985,77 @@ msgstr ""
"सम्पूर्ण परिवर्तनों के प्रभाव को लागू करने के लिए डिसप्ले प्रबंधक को पुनः आरम्भ करना होगा ।\n"
"(कन्सोल पर - डी०एम० सेवा को पुनः आरम्भ)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "सबनेट:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "नेटमास्क:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "रूटरों के नाम:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "सबनेट मास्क:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr ""
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "डोमेन का नाम:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr ""
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "आईपी श्रंखला आरम्भ:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "आईपी श्रंखला का अंत:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "संरचना को लिखें"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "डीएचसीपीडी सर्वर संरचना"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17046,110 +17066,110 @@ msgstr ""
"चलायमान तंत्र से प्राप्त किया गया है । \n"
"आवश्यकतानुसार आप इन्हें परिवर्तित कर सकते है । "
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "कृपया फ़्लापी डिस्क को ड्राइव में डालें:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "फ़्लापी तक पहुँच नहीं हो सकी !"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "फ़्लापी को अब हटाया नहीं जा सकता है"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "कोई फ़्लापी ड्राइव उपलब्ध नहीं है !"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "पीएक्सई प्रतिबिंब %s/%s है"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "%s/%s लेखन में त्रुटि"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "इथरनेट आईसो प्रतिबिंब %s है "
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
"कुछ गलत हो गया है ! - क्या मेक आइसो फ़ाइल सिस्टम (mkisofs) पहिले से ही संसाधित है?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "/etc/dhcpd.conf का निर्माण करने की आवश्यकता प्रथम !"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s एक उपयोगकर्ता नहीं है..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s पहिले से ही एक टर्मिनल सर्वर उपयोगकर्ता है\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s को टर्मिनल सर्वर में जोड़ा गया\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s को मिटाया गया...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s नहीं मिला...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"/etc/hosts.allow और /etc/hosts.deny पहिले से ही संरचित है - परिवर्तित नहीं किया गया"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
msgstr ""
-"संरचना परिवर्तित हो गई है - क्लस्टर एन०एफ़०एस०/डी०एच०सी०पी०डी० को पुनः आरम्भ किया "
+"संरचना परिवर्तित हो गई है - क्लस्टर %s/dhcpd को पुनः आरम्भ किया "
"जायें?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
@@ -24867,17 +24887,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "अब तक स्कैनरड्रैक आरम्भ नहीं हुआ होगा ।"
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "संरचित स्कैनरों को खोजा जा रहा है ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "नवीन स्कैनरों को खोजा जा रहा है ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "संरचित स्कैनरों की सूची का पुनः निर्माण हो रहा है ..."
@@ -25040,43 +25060,43 @@ msgstr ""
"%s को प्रिंटरड्रैक के द्वारा संरचित किया जाना चाहिए । \n"
"हार्डवेयर अनुभाग के %s नियंत्रण केन्द्र से आप प्रिंटरड्रैक को आरम्भ कर सकते है ।"
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "यू०एस०बी० प्रिंटर कर्नल मॉडयूल को लाया जा रहा है ...\n"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "उपलब्ध पोर्टों की स्वतः-पहचान"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "कृपया उस उपकरण का चयन करें जहाँ आपने %s को जोड़ा हुआ है"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(सूचना: समान्तर पोर्टों को स्वतः खोजा नहीं जा सकता है)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "उपकरण का चयन"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "स्कैनरों के लिए खोज जारी है..."
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "यू०एस०बी० प्रिंटर कर्नल मॉडयूल को लाया जा रहा है ...\n"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "आकर्षण"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -25085,14 +25105,14 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, fuzzy, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -25102,26 +25122,26 @@ msgstr ""
"ऐप्लीकेशन मीनू के मल्टीमीडिया/ग्राफ़िक्स विकल्प से \"एक्ससाने\" या \"कूका\" का उपयोग "
"करकेअब आप प्रलेखों को स्कैन कर सकते है।"
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -25132,7 +25152,7 @@ msgstr ""
"ऐप्लीकेशन मीनू के मल्टीमीडिया/ग्राफ़िक्स विकल्प से \"एक्ससाने\" या \"कूका\" का उपयोग "
"करकेअब आप प्रलेखों को स्कैन कर सकते है।"
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -25145,7 +25165,7 @@ msgstr ""
"%s\n"
"आपके तंत्र पर उपलब्ध है ।\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -25158,42 +25178,42 @@ msgstr ""
"%s\n"
"आपके तंत्र पर उपलब्ध है ।\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "कोई स्कैनर नहीं मिलें जो कि आपके तंत्र पर उपलब्ध हो।\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "नये स्कैनरों के लिए खोज"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "स्वंम एक स्कैनर को जोड़ें"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "फ़र्मवेयर संचिकाओं को संसाधन/उन्नयन"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "स्कैनर सहभाजिता"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "सभी सुदूर कम्प्यूटर"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "यह कम्प्य़ूटर"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -25202,7 +25222,7 @@ msgstr ""
"आप यहाँ चयन कर सकते है कि क्या स्कैनर, जो कि इस मशीन से जुड़े हुए है, पर सुदूर मशीनों को "
"पहुँच होऔर किन सुदूर मशीनों को पहुंच हो।"
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -25211,88 +25231,88 @@ msgstr ""
"आप यहाँ यह भी निर्णय ले सकते है कि सुदूर कम्प्यूटरों पर स्थित स्कैनरों को इस कम्प्य़ूटर पर भी "
"उपलब्ध करा दिया जायें ।"
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "इस कम्प्यूटर के स्कैनर अन्य कम्प्यूटरों के लिए उपलब्ध है"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "होस्टों को स्कैनर सहभाजिता: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "सुदूर कम्प्यूटरों पर स्कैनरों का उपयोग"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "होस्टों पर स्थित स्कैनरों का उपयोग करें:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "स्थानीय स्कैनरों की सहभाजिता"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr "यह कम्प्यूटर है जिन पर स्थानीय संबंधित स्कैनर (स्कैनरों) को उपलब्ध होना चाहिए:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "होस्ट को जोड़ें"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "चयनित होस्ट को संपादित करें"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "चयनित होस्ट को हटायें"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "होस्ट का नाम/आईपी पता:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "उस होस्ट का चयन करें जिस पर स्थानीय स्कैनरों को उप्लब्ध होना चाहिए:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "आपको एक होस्ट का नाम या एक आईपी पता बताना चाहिए । \n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "यह होस्ट पहिले से ही इस सूची में है, इसे पुनः जोड़ा नहीं जा सकता है ।\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "सुदूर स्कैनरों की उपयोगिता"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "ये वह कम्प्यूटर है जिनसे स्कैनरों को उपयोग किया जाना चहिए:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -25303,7 +25323,7 @@ msgstr ""
"\n"
"क्या आप सैन्ड पैकेजों को संसाधित करना चाहते है?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "आपका स्कैनर (स्कैनरों) नेटवर्क पर उपलब्ध नहीं होगें ।"
@@ -25488,6 +25508,68 @@ msgid "Installation failed"
msgstr "संसाधन असफ़ल"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "निरस्त"
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tड्रैक टर्म सर्व इस संचिका की संरचना mkinitrd-net के द्वारा निर्मित "
+#~ "प्रतिबिंबों, और /etc/dhcpd.conf में स्थित प्रविष्टियों \n"
+#~ " \tके साथ-साथ कार्य करने हेतु, तथा प्रत्येक डिस्क-विहीन क्लाइन्ट को बूट-"
+#~ "प्रतिबिंब को प्रदान करने हेतु\n"
+#~ " \tकरता है । \n"
+#~ "\n"
+#~ " \tएक विशेष टीएफ़टीपी संरचना संचिका निम्न प्रकार दिखती है:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tयहाँ किये गये परिवर्तन, डिफ़ाल्ट संसाधन में दिये गये निष्क्रिय फ़्लैग को 'ना' में "
+#~ "परिवर्तित कर रहे है\n"
+#~ " \tऔर निर्देशिका पथ को /var/lib/tftpboot में परिवर्तित कर रहे है, जहाँ "
+#~ "mkinitrd-net\n"
+#~ " \tअपनी प्रतिबिंबों को रखता है । "
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr ""
+#~ "संरचना परिवर्तित हो गई है - क्लस्टर एन०एफ़०एस०/डी०एच०सी०पी०डी० को पुनः आरम्भ किया "
+#~ "जायें?"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/hr.po b/perl-install/share/po/hr.po
index 522ee7109..03b5bd155 100644
--- a/perl-install/share/po/hr.po
+++ b/perl-install/share/po/hr.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX 0\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-01-04 21:25+CET\n"
"Last-Translator: auto\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -185,21 +185,21 @@ msgstr "Podešavam sigurnosni nivo"
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -226,9 +226,9 @@ msgstr "Podešavam sigurnosni nivo"
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Greška"
@@ -467,10 +467,10 @@ msgstr "Prilagođeno"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Izlaz"
@@ -632,7 +632,7 @@ msgstr "Grafička kartica: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -649,7 +649,7 @@ msgstr "U redu"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -664,7 +664,7 @@ msgstr "Odustani"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -882,7 +882,7 @@ msgstr "Prvi sektor boot particije"
msgid "On Floppy"
msgstr "Spremi na disketu"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Preskoči"
@@ -1226,9 +1226,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Gotovo"
@@ -1429,9 +1429,9 @@ msgstr "Možete izvesti koristeći NFS ili Sambu. Koji od njih želite"
msgid "Launch userdrake"
msgstr "Pokreni userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1600,7 +1600,7 @@ msgstr "Domena"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Poslužitelj"
@@ -1721,7 +1721,7 @@ msgstr "Ne mogu koristiti broadcast bez NIS domene"
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, fuzzy, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1736,56 +1736,56 @@ msgstr ""
"pricekajte %d sekundi za uobicajeno podizanje.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO sa grafičkim menijem"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO sa tekstualnim menijem"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "nema dovoljno mjesta u /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Ne možete instalirati bootloader na %s particiju\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, fuzzy, c-format
msgid "Re-install Boot Loader"
msgstr "Instaliraj bootloader"
@@ -2990,7 +2990,7 @@ msgstr "Poslužitelji za pretraživanje"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Paket %s treba instalirati. Da li ga želite instalirati?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Instaliram paket %s"
@@ -3001,19 +3001,19 @@ msgid "Mandatory package %s is missing"
msgstr "Nužni paket %s nedostaje"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Upozorenje"
@@ -3851,7 +3851,7 @@ msgstr "Korisničko ime"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4759,8 +4759,8 @@ msgstr ""
"provjeravane radi loših blokova (bad blocks)."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5702,8 +5702,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7406,14 +7406,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Ponovno Pošalji"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Češka (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7427,28 +7427,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Španjolska"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finska"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Francuska"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7462,828 +7462,828 @@ msgid ""
"Polish"
msgstr "Poljska"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Ruska"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Švedska"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "UK tipkovnica"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "US tipkovnica"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albanska"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armenska (stara)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armenska (pisaća mašina)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armenska (fonetska)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arabsko"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbejdžanska (latinica)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgijska"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Armenska (pisaća mašina)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "omogući"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bugarska (fonetska)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bugarska (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brazilska (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Estonska"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Bjeloruska"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Švicarska (Njemački raspored)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Švicarska (francuski raspored)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Arabsko"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Češka (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Njemačka (bez mrtvih tipaka)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr ""
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Danska"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (USA)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Norveška)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Norveška)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (USA)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norveška)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Švedska)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Švedska)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Estonska"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estonska"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Grčka"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Gruzijska (\"Ruski\" raspored)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Gruzijska (\"Latin\" raspored)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Grčka"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr ""
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr ""
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Hrvatska"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Mađarska"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr ""
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Izraelska"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Izraelska (fonetska)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iranska"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandska"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Talijanska"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr ""
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japanska (106 tipaka)"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kanada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Korejska tipkovnica"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Arabsko"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "UK tipkovnica"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latino američka"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Latvija"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lituanska AZERTY (stara)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lituanska AZERTY (nova)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lituanska \"number row\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lituanska \"fonetska\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Latvija"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr ""
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Makedonska"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr ""
-#: keyboard.pm:265
+#: keyboard.pm:260
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Srpska (čirilica)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr ""
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr ""
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Nizozemska"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Suriname"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Poljska (qwerty raspored)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Poljska (qwertz raspored)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Poljska"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugalska"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanadska (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rumunjska (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Rumunjska (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Ruska (fonetska)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Dvorak (Norveška)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr ""
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Tajlandska tipkovnica"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovenska"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovačka (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovačka (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Srpska (čirilica)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Suriname"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Armenska (fonetska)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Tokelau"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (TSCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Armenska (pisaća mašina)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Tajlandska tipkovnica"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Tajlandska tipkovnica"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Tajlandska tipkovnica"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tajik tipkovnica"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Njemačka"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turska (tradicionalni \"F\" model)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turska (moderna \"Q\" model)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrajinska"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Suriname"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "US keyboard (internacionalna)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Srpska (čirilica)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vijetnamska \"numeric row\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Jugoslavenska (latinična)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Desna Alt tipka"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Obe Shift tipke istodobno"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Control i Shift tipke istodobno"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock tipka"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, fuzzy, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Ctrl i Alt tipke istodobno"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl i Alt tipke istodobno"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt i Shift tipku istodobno"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Menu\" tipka"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Lijeva \"Windows\" tipka"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Desna \"Windows\" tipka"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, fuzzy, c-format
msgid "Both Control keys simultaneously"
msgstr "Obe Shift tipke istodobno"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, fuzzy, c-format
msgid "Both Alt keys simultaneously"
msgstr "Obe Shift tipke istodobno"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, fuzzy, c-format
msgid "Left Shift key"
msgstr "Lijeva \"Windows\" tipka"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, fuzzy, c-format
msgid "Right Shift key"
msgstr "Desna Alt tipka"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, fuzzy, c-format
msgid "Left Alt key"
msgstr "Desna Alt tipka"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, fuzzy, c-format
msgid "Left Control key"
msgstr "Udaljeni pisač"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, fuzzy, c-format
msgid "Right Control key"
msgstr "Desna Alt tipka"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8294,7 +8294,7 @@ msgstr ""
"omogućiti prebacivanje između različitih rasporeda tipkovnica\n"
"(npr: latin i ne-latin)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10666,8 +10666,8 @@ msgstr "IP adresa treba biti oblika 1.2.3.4"
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr ""
@@ -11317,7 +11317,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Kopiranje Firmware-a nije uspjelo, datoteka %s nije pronađena"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Čestitke!"
@@ -11450,9 +11450,9 @@ msgstr "Podesi vezu"
msgid "On CUPS server \"%s\""
msgstr "Na CUPS poslužitelju \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Uobičajeno)"
@@ -11504,9 +11504,9 @@ msgstr "Udaljeni CUPS poslužitelj"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Nepoznati model"
@@ -11754,7 +11754,7 @@ msgid "URI: %s"
msgstr "URL: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Raw printer (Bez upravljačkog programa)"
@@ -11785,12 +11785,12 @@ msgstr "Ime računala"
msgid "%s (Port %s)"
msgstr "%s (Port %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11827,7 +11827,7 @@ msgid ""
msgstr ""
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -11872,8 +11872,8 @@ msgstr "Dijeljenje datoteka"
msgid "Custom configuration"
msgstr "postava upozoravanja"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, fuzzy, c-format
msgid "No remote machines"
msgstr "(na ovom računalu)"
@@ -12067,8 +12067,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "Pisač na udaljenom lpd poslužitelju"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "Ime NCP poslužitelja nedostaje!"
@@ -12078,29 +12078,30 @@ msgstr "Ime NCP poslužitelja nedostaje!"
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Čitam podatke o pisaču ..."
@@ -12228,7 +12229,7 @@ msgstr ""
"Pisače na udaljenom CUPS poslužitelju ne morate konfiguriratiovdje; ti "
"pisači će biti automatski pronađeni."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12435,12 +12436,12 @@ msgstr " u "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Izabir modela pisača"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Kakav model pisača imate?"
@@ -12454,7 +12455,7 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12463,7 +12464,7 @@ msgstr ""
"Ako vaš pisač nije prikazan, izaberite kombatibilni (pogledajte priručnik "
"odpisača) ili neki slični."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Podešavam pisač \"%s\" ..."
@@ -12482,7 +12483,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Udaljeno administriranje"
@@ -12497,8 +12498,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Dodaj novi pisač"
@@ -12652,8 +12653,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Instaliram paket %s"
@@ -12896,10 +12897,10 @@ msgid "Remote printer name missing!"
msgstr "Nedostaje ime udaljenog pisača!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13270,8 +13271,8 @@ msgstr "Uređivanje"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Vrsta veze s pisačem"
@@ -13281,22 +13282,18 @@ msgstr "Vrsta veze s pisačem"
msgid "What do you want to do?"
msgstr "Što želite napraviti?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Odustani"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13305,96 +13302,112 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Instaliram %s paket..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "HPLIP"
msgstr "_PLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Nisma mogao stvoriti mapu `%s' s postavkama za gnome korisnika : %s\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Provjeravam uređaj i namještam %s ..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Na koji se sektor želite premjestiti?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Učitavam USB upravljački program za pisač ...\n"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, fuzzy, c-format
msgid "Installing SANE packages..."
msgstr "Instaliram pakete..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, fuzzy, c-format
msgid "Using and Maintaining your %s"
msgstr "Objavljivanje i slanje članaka \"%s\""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Podešavam..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Činim pisač dostupnim CUPSu ..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Čitam bazu pisača ..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Unesite ime pisača i komentare"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Ime pisača može sadržavati samo slova, brojeve i podvlaku"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13403,7 +13416,7 @@ msgstr ""
"Pisač \"%s\" već postoji,\n"
"da li zaista želite prepisati njegovu konfiguraciju?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13411,7 +13424,7 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13420,35 +13433,35 @@ msgstr ""
"Svaki pisač treba ime (na primjer \"pisač\").Polja opisa i lokacije ne "
"moraju biti popunjena. To su komentari za korisnike."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Ime pisača"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Opis"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Smještaj"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Pripremam bazu pisača ..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Model vašeg pisača"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13473,18 +13486,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Model je točan"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Ručno izaberi model"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, fuzzy, c-format
msgid ""
"\n"
@@ -13499,38 +13512,38 @@ msgstr ""
"pisačaispravno. Pronađite ispravan model upopisu kada pokazivač pokazuje "
"nakrivi model ili na \"Raw pisač\"."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13538,58 +13551,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, fuzzy, c-format
msgid "Install PPD file from"
msgstr "Instaliraj"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Spremi na disketu"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, fuzzy, c-format
msgid "Other place"
msgstr "Iskušaj portove"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "Odaberite datoteku"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "Instaliram pakete..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI winprinter konfiguracija"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13606,12 +13619,12 @@ msgstr ""
"ispisaprobne stranice. Inače pisač neće raditi. Vašu postavu tipa veze "
"pokretačkiprogram će ignorirati."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjet konfiguracija"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13624,7 +13637,7 @@ msgstr ""
"Spojitevaš pisač na lokalni port ili ga namjestite na računalu u kojeg je "
"uključen."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, fuzzy, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13646,12 +13659,12 @@ msgstr ""
"stranice za namještanje glavepisača sa \"lexmarkmaintain\" i podesite "
"postavke za namještanje glave saovim programom."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark inkjet konfiguracija"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13664,12 +13677,12 @@ msgstr ""
"Spojitevaš pisač na lokalni port ili ga namjestite na računalu u kojeg je "
"uključen."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "CUPS postavke"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -13682,17 +13695,17 @@ msgstr ""
"Spojitevaš pisač na lokalni port ili ga namjestite na računalu u kojeg je "
"uključen."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Ručno namještanje"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Ručno namještanje"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13705,12 +13718,12 @@ msgstr ""
"Spojitevaš pisač na lokalni port ili ga namjestite na računalu u kojeg je "
"uključen."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Otprema Firmwarea za HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -13727,27 +13740,27 @@ msgstr ""
"(memorija,duplex jedinica, dodatne ladice) postavljeni ispravno. Primjetite "
"dasa vrlo velikom kakvoćom ispisa/rezolucijom ispis može znatno usporiti."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, fuzzy, c-format
msgid "Printer default settings"
msgstr "Izabir modela pisača"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opcija %s mora biti cijeli broj!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Opcija %s mora biti broj!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Opcija %s je izvan dosega!<"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -13756,12 +13769,12 @@ msgstr ""
"Da li želite postaviti ovaj pisač (\"%s\")\n"
"kao podrazumijevani pisač?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Testne stranice"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -13774,47 +13787,47 @@ msgstr ""
"laserskimpisačima sa malo memorije i uopće se ne ispisati. U većini "
"slučajeva jedovoljno ispisati standardnu probnu stranicu."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Bez testnih stranica"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Ispis"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Standardna testna stranica"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternativna testna stranica (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternativna testna stranica (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Foto testna stranica"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Ispisujem probnu stranicu(e)..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Foto testna stranica"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13829,7 +13842,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13838,17 +13851,17 @@ msgstr ""
"Probna stranica(e) poslana je na pisač.\n"
"Ponekad je potrebno par sekundi prije nego pisač počne s ispisom.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Da li je sve radilo ispravno?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Raw pisač"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -13861,7 +13874,7 @@ msgstr ""
"\"kprinter <datoteka>\". Grafički alati vam omogućuju da lako izaberetepisač "
"i podesite opcije.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -13872,8 +13885,8 @@ msgstr ""
"ispis mnogih aplikacija, ali ovdje ne stavljate ime datoteke jerdatoteku za "
"ispis dobavlja sama aplikacija.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -13885,7 +13898,7 @@ msgstr ""
"\"%s\" komanda dozvoljava da podesite opcije za pojedini posao ispisa.Samo "
"dodajte željene postavke u komandnu liniju, npr. \"%s <datoteka>\"."
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -13895,7 +13908,7 @@ msgstr ""
"Da bi saznali o dostupnim opcijama za trenutni pisač pročitajte ili "
"popisprikazan dolje ili stisnite na \"Popis ispisnih opcija\".%s\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -13904,7 +13917,7 @@ msgstr ""
"Ovo je popis dostupnih opcija za ispis za trenutni pisač:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13913,8 +13926,8 @@ msgstr ""
"Da bi ipisali datoteku iz komandne linije (terminalski prozor) "
"koristitekomandu \"%s <datoteka>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -13925,7 +13938,7 @@ msgstr ""
"dijalogamnogih aplikacija. Ali tamo ne upisujete ime datoteke jer datoteku "
"za ispisdobavlja sama aplikacija.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -13934,7 +13947,7 @@ msgstr ""
"Da bi dobili popis opcija dostupnih za trenutni pisač stisnite na "
"\"Popisispisnih opcija\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13943,7 +13956,7 @@ msgstr ""
"Da bi ispisali datoteku iz komandne linije (terminalskog prozora) "
"koristitenaredbu \"%s <datoteka>\" ili \"%s <datoteka>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -13959,7 +13972,7 @@ msgstr ""
"nazvanu \"ZAUSTAVI pisač!\", koja zaustavlja sve poslove ispisa čim "
"jestisnete. Ovo je korisno kad se, npr., zaglavi papir.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -13972,27 +13985,27 @@ msgstr ""
"određeniposao ispisa. Jednostavno dodajte željene postavke u komandnu "
"liniju, npr.\"%s <datoteka>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Ispis na pisaču \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Ispis na pisaču \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Popis ispisnih opcija"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Popis ispisnih opcija"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14000,14 +14013,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14015,14 +14028,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14030,7 +14043,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14038,7 +14051,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14046,7 +14059,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14054,33 +14067,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "Vodoravno poravnanje"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "postava upozoravanja"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Prebaci postavke pisača"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14094,7 +14107,7 @@ msgstr ""
"vrsta veze i podrazumijevane opcije) su preuzeti, ali ne i poslovi.\n"
"Ne mogu se svi redovi prebaciti zbog:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14103,7 +14116,7 @@ msgstr ""
"CUPS ne podržava pisače na Novell poslužiteljima ili pisače koji "
"šaljupodatke u naredbu slobodne forme.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14111,12 +14124,12 @@ msgid ""
msgstr ""
"PDQ podržava samo lokalne pisače, udaljene LPD pisače i socket/TCPpisače.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD i LPRng ne podržavaju IPP pisače.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14125,7 +14138,7 @@ msgstr ""
"Uz to, ovaj program ne može stvarati redove ili \"foomatic-configure\" sene "
"može prebaciti."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14136,7 +14149,7 @@ msgstr ""
"Također, pisači podešeni sa PPD datotekama od svog proizvođača ili sanative "
"CUPS pokretačkim programima se ne mogu prebaciti."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14146,17 +14159,17 @@ msgstr ""
"\n"
"Označite pisače koje želite prebaciti i stisnite \"Prebaci\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Ne prebacuj pisače"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Prebaci"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14167,17 +14180,17 @@ msgstr ""
"Stisnite \"Prebaci\" da prepišete preko njega.\n"
"Možete i upisati novo ime ili preskočiti ovaj pisač."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Novo ime pisača"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Prebacujem %s ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14186,28 +14199,28 @@ msgstr ""
"Prebacili ste vaš bivši podrazumijevani pisač(\"%s\"), da li bi trebao "
"bitipodrazumijevani pisač i u novom sustavu %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Osvježavam padatke o pisaču ..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Pokrećem mrežu ..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Podesi mrežu"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Mreža nije podešena"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14219,12 +14232,12 @@ msgstr ""
"još nije podešena. Ako nastavite bez ispravne mreže, nećete moćikoristiti "
"pisač kojeg sada podešavate. Kako želite nastaviti?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Nastavi bez podešavanja mreže"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, fuzzy, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14239,7 +14252,7 @@ msgstr ""
"Internet\"/\"Veza\", i poslije podesite pisač, također iz Mandriva "
"kontrolnog centra,odjeljak \"Hardver\"/\"Pisač\""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14249,27 +14262,27 @@ msgstr ""
"Mreža nije pokrenuta. Provjerite postavke i hardver. Zatim probajte "
"ponovnopodesiti vaš udaljeni pisač."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Ponovno pokrećem ispisni sutav ..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "visok"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "Paranoidna"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instaliram ispisni sustav s %s sigurnosnom razinom."
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14292,12 +14305,12 @@ msgstr ""
"\n"
"Da li stvarno želite namjestiti ispisivanje na ovom računalu?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Pokretanje ispisnog sustava prilikom podizanja sustava"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14317,32 +14330,32 @@ msgstr ""
"\n"
"Želite li ponovno uključiti automatsko podizanje ispisnog sustava?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Provjeravam instalirani softver..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Uklanjam %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Promijeni ispisni sustav"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Instaliram %s..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Promijeni ispisni sustav"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14351,46 +14364,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "Pisač na udaljenom lpd poslužitelju"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, fuzzy, c-format
msgid "Setting Default Printer..."
msgstr "Podrazumijevani pisač"
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Pisač na udaljenom CUPS poslužitelju"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. CUPS ispisni sustav može biti pokrenut lokalno. "
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14399,13 +14412,13 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. Svi zahtjevi za ispisom se šalju automatski udaljenom CUPS poslužitelju. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14413,55 +14426,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Kako bi CUPS trebao biti postavljen na vašem računalu?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "Promijeni ispisni sustav"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Odaberite spooler pisača"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Koji ispisni sustav (spooler) želite koristiti?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, fuzzy, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Podešavam pisač \"%s\" ..."
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Instaliram Foomatic ..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Ne mogu instalirati %s pakete, %s se ne može pokrenuti!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14472,48 +14485,48 @@ msgstr ""
"promijenilipostavke; da ga odredite za podrazumijevani pisač; ili da bi "
"pogledaliinformacije o njemu."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, fuzzy, c-format
msgid "Display all available remote CUPS printers"
msgstr "Osvježi popis pisača (za prikaz svih dostupnih udaljenih CUPS pisača)"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Osvježi popis pisača (za prikaz svih dostupnih udaljenih CUPS pisača)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS postavke"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Promijeni ispisni sustav"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Normalni mod"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Ekspertni mod"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Postavke pisača"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Promijeni postavke pisača"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -14522,99 +14535,99 @@ msgstr ""
"Pisač %s%s\n"
"Što želite promijeniti na ovom pisaču?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "Ova particija nije promjenjiva u veličini"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Napravi!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Ime pisača, opis, lokacija"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Proizvođač pisača, model, pokretački program"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Proizvođač pisača, model"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Odredi ovaj pisač za podrazumijevani"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Poslužitelj baza podataka"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Poslužitelj baza podataka"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Vrsta veze s pisačem"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Ispiši probne stranice"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, fuzzy, c-format
msgid "Learn how to use this printer"
msgstr "Saznajte kako koristiti ovaj pisač"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Ukloni pisač"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Uklanjam stari pisač \"%s\" ..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Ispis na pisaču \"%s\""
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Dijeljenje veze prema Internetu je trenutno onemogućeno."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Da li stvarno želite ukloniti pisač \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Uklanjam pisač \"%s\" ..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Podrazumijevani pisač"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Pisač \"%s\" je sada određen za podrazumijevani."
@@ -14650,15 +14663,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Ne mogu postaviti ovlasti firmware datoteke %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, fuzzy, c-format
msgid "Scannerdrake"
msgstr "Odaberite skener"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "Nije bilo moguće instalirati pakete potrebe za razmjenu vaših skenera"
@@ -16486,124 +16499,124 @@ msgstr "Molim prvo se odjavite te pritisnite Ctrl-Alt-BackSpace"
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, fuzzy, c-format
msgid "Terminal Server Configuration"
msgstr "Prebaci postavke pisača"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "Podešavam..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, fuzzy, c-format
msgid "Enable Server"
msgstr "Poslužitelj baza podataka"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, fuzzy, c-format
msgid "Disable Server"
msgstr "Poslužitelj baza podataka"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Pokretanje poslužitelja"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Zaustavljanje poslužitelja"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot Floppy/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Net Boot Slike "
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, fuzzy, c-format
msgid "Add/Del Users"
msgstr "Dodaj korisnika"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, fuzzy, c-format
msgid "Add/Del Clients"
msgstr "DHCP klijent"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Slike"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Čarobnjak za prvi put"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -16626,27 +16639,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, fuzzy, c-format
msgid "Cancel Wizard"
msgstr "Ovdje stisnite za pokretanje čarobnjaka ->"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "DHCP klijent"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -16656,28 +16669,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Kreiranje net boot imagea za sve kernele"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr ""
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Gotovo !"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -16685,31 +16698,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Prebaci postavke pisača"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -16718,14 +16730,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -16738,30 +16750,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -16777,17 +16788,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -16795,33 +16805,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -16837,12 +16848,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -16867,14 +16878,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -16883,94 +16893,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Boot Floppy"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Boot ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, fuzzy, c-format
msgid "PXE Image"
msgstr "Slika (image)"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "kernel inačica"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Buildaj Cijeli Kernel -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, fuzzy, c-format
msgid "No kernel selected!"
msgstr "Nema TV kartice!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Buildaj Jednostruki NIC -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, fuzzy, c-format
msgid "No NIC selected!"
msgstr "Nije povezan"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Izgradi Sve Kernele -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, fuzzy, c-format
msgid "<-- Delete"
msgstr "Obriši"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Nije povezan"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, fuzzy, c-format
msgid "Delete All NBIs"
msgstr "Izabrao sve"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, fuzzy, c-format
msgid "Building images for kernel:"
msgstr "Kreiranje net boot imagea za sve kernele"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -16978,101 +16988,101 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, fuzzy, c-format
msgid "Add User -->"
msgstr "Dodaj korisnika"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Izbriši korisnika "
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "tip: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, fuzzy, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr "Automatska rekonfiguracija"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Net boot slike nisu napravljene! "
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, fuzzy, c-format
msgid "Thin Client"
msgstr "DHCP klijent"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, fuzzy, c-format
msgid "Allow Thin Clients"
msgstr "DHCP klijent"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Dodaj klijenta -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, fuzzy, c-format
msgid "type: fat"
msgstr "Vrsta: "
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, fuzzy, c-format
msgid "type: thin"
msgstr "Vrsta: "
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, fuzzy, c-format
msgid "local config: false"
msgstr "Lokalne datoteke"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, fuzzy, c-format
msgid "local config: true"
msgstr "ponovno postavi"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, fuzzy, c-format
msgid "<-- Edit Client"
msgstr "DHCP klijent"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Onemogući lokalne postavke"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, fuzzy, c-format
msgid "Delete Client"
msgstr "DHCP klijent"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17082,77 +17092,77 @@ msgstr ""
"primijenjene.\n"
" (service dm restart - na konzoli) "
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Svi klijenti će koristiti %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Pod-mreža (subnet):"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Mrežna maska:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Usmjerivači:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Pod-mrežna (subnet) maska:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Broadcast Adrese:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Ime domene:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "DNS poslužitelji:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Početak IP opsega:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Kraj IP opsega:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, fuzzy, c-format
msgid "Write Config"
msgstr "ponovno postavi"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, fuzzy, c-format
msgid "dhcpd Server Configuration"
msgstr "Napredne postavke"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17163,107 +17173,107 @@ msgstr ""
"iz vašeg sustava\n"
"Možete ih mijenjati prema potrebi"
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, fuzzy, c-format
msgid "Please insert floppy disk:"
msgstr "Molim, umetnite Boot disketu u pogon %s"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr ""
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Možete ukloniti floppy"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Disketni pogon nije dostupan !"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "Greška prilikom pisanja u datoteku %s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO slika %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Nešto je pošlo krivo! - Da li je mkisofs instaliran?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Trebate najprije napraviti /etc/dhcpd.conf ! "
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, fuzzy, c-format
msgid "%s is not a user..\n"
msgstr "nisu pronađeni fontovi"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr "Detektirano %s"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, fuzzy, c-format
msgid "%s not found...\n"
msgstr "nisu pronađeni fontovi"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allow i /etc/hosts.deny već konfigurirano - nepromijenjeno "
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Postavke promjenjene - ponovo pokreni clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Postavke promjenjene - ponovo pokreni %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -24828,17 +24838,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake neće sada biti pokrenut."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, fuzzy, c-format
msgid "Searching for configured scanners..."
msgstr "Lokalni pisač"
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, fuzzy, c-format
msgid "Searching for new scanners..."
msgstr "Lokalni pisač"
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -24990,45 +25000,45 @@ msgstr ""
"Možete pokrenuti printerdrake iz Mandriva kontrolnog centra uHardver "
"odjeljku."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "Učitavam USB upravljački program za pisač ...\n"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, fuzzy, c-format
msgid "Auto-detect available ports"
msgstr "Koristi auto detekciju"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, fuzzy, c-format
msgid "Please select the device where your %s is attached"
msgstr ""
"Scannerdrake nije uspio prepoznati vaš %s skener.\n"
"Izaberite uređaj gdje je skener uključen"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Pažnja: Paralelni portovi ne mogu biti automatski detektirani) "
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "Izaberite uređaj"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, fuzzy, c-format
msgid "Searching for scanners..."
msgstr "Lokalni pisač"
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "Učitavam USB upravljački program za pisač ...\n"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Samo&ispravljanje... !"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -25037,14 +25047,14 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, fuzzy, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -25054,26 +25064,26 @@ msgstr ""
"Možete sada skenirati dokumente korištenjem ''XSanea'' izMultimedija/Grafika "
"u aplikacijskom izborniku."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, fuzzy, c-format
msgid ""
"Your %s has been configured.\n"
@@ -25084,7 +25094,7 @@ msgstr ""
"Možete sada skenirati dokumente korištenjem ''XSanea'' izMultimedija/Grafika "
"u aplikacijskom izborniku."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, fuzzy, c-format
msgid ""
"The following scanners\n"
@@ -25093,7 +25103,7 @@ msgid ""
"are available on your system.\n"
msgstr "Kopiraj fontove na vaš sustav"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, fuzzy, c-format
msgid ""
"The following scanner\n"
@@ -25102,137 +25112,137 @@ msgid ""
"is available on your system.\n"
msgstr "Kopiraj fontove na vaš sustav"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, fuzzy, c-format
msgid "Search for new scanners"
msgstr "Lokalni pisač"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, fuzzy, c-format
msgid "Add a scanner manually"
msgstr "Ručno izaberi korisnika"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, fuzzy, c-format
msgid "Install/Update firmware files"
msgstr "Odaberite datoteku"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, fuzzy, c-format
msgid "Scanner sharing"
msgstr "Dijeljenje datoteka"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, fuzzy, c-format
msgid "All remote machines"
msgstr "(na ovom računalu)"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, fuzzy, c-format
msgid "This machine"
msgstr "(na ovom računalu)"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr ""
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr ""
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, fuzzy, c-format
msgid "Scanner sharing to hosts: "
msgstr "Dijeljenje datoteka"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr ""
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr ""
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, fuzzy, c-format
msgid "Sharing of local scanners"
msgstr "Lokalni pisač"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr ""
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Dodaj korisnika"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, fuzzy, c-format
msgid "Edit selected host"
msgstr "detektirano %s"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, fuzzy, c-format
msgid "Remove selected host"
msgstr "Ukloni izabrano"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr ""
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Odaberite računalo na kojem će biti dostupni lokalni skeneri:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, fuzzy, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Upišite ime hosta ili IP."
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, fuzzy, c-format
msgid "Usage of remote scanners"
msgstr "Koristi slobodan prostor"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, fuzzy, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -25240,7 +25250,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr "Paket %s treba instalirati. Da li ga želite instalirati?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -25425,6 +25435,13 @@ msgid "Installation failed"
msgstr "Instalacija nije uspjela"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Odustani"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Postavke promjenjene - ponovo pokreni clusternfs/dhcpd?"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/hu.po b/perl-install/share/po/hu.po
index de75be962..a02d808b2 100644
--- a/perl-install/share/po/hu.po
+++ b/perl-install/share/po/hu.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-09-19 22:55+0200\n"
"Last-Translator: Arpad Biro <biro_arpad@yahoo.com>\n"
"Language-Team: Hungarian\n"
@@ -208,21 +208,21 @@ msgstr "Kis türelmet - az eszközök azonosítása és beállítása..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -249,9 +249,9 @@ msgstr "Kis türelmet - az eszközök azonosítása és beállítása..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Hiba"
@@ -492,10 +492,10 @@ msgstr "Egyéni"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Kilépés"
@@ -655,7 +655,7 @@ msgstr "Grafikus kártya: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -672,7 +672,7 @@ msgstr "OK"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -687,7 +687,7 @@ msgstr "Mégsem"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -923,7 +923,7 @@ msgstr "A gyökérpartíció első szektora"
msgid "On Floppy"
msgstr "Hajlékonylemez"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Kihagyás"
@@ -1269,9 +1269,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Kész"
@@ -1481,9 +1481,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "UserDrake indítása"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1662,7 +1662,7 @@ msgstr "Tartomány"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Kiszolgáló"
@@ -1796,7 +1796,7 @@ msgstr "Nem lehet broadcast-ot használni NIS tartomány nélkül"
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1811,42 +1811,42 @@ msgstr ""
"amig az alapertelmezett elindul.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO, grafikus menüvel"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO, szöveges menüvel"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB, grafikus menüvel"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB, szöveges menüvel"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "nincs elég hely a /boot partíción"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "A rendszerindító program nem tehető %s partícióra\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1855,7 +1855,7 @@ msgstr ""
"A rendszerindító beállításait frissíteni kell, mivel a partíciók számozása "
"módosult."
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1864,7 +1864,7 @@ msgstr ""
"A rendszerindító nem telepíthető. Indítsa el a rendszert egy helyreállítási "
"lemezzel, majd válassza ezt: \"%s\"."
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Rendszerindító újratelepítése"
@@ -3079,7 +3079,7 @@ msgstr "Új kiszolgálók keresése"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "A(z) %s csomagot telepíteni kell. Szeretné telepíteni?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Nem sikerült telepíteni a(z) %s csomagot."
@@ -3090,19 +3090,19 @@ msgid "Mandatory package %s is missing"
msgstr "Hiányzik a(z) \"%s\" nevű kötelező csomag"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Figyelmeztetés"
@@ -4013,7 +4013,7 @@ msgstr "Felhasználónév"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4959,8 +4959,8 @@ msgstr ""
"kíván (hibás blokkok keresése)."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -6059,8 +6059,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7830,14 +7830,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Újraküldés"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "cseh (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7851,28 +7851,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak-féle"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "spanyol"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "finn"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "francia"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7886,828 +7886,828 @@ msgid ""
"Polish"
msgstr "lengyel"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "orosz"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "svéd"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "angol (UK) billentyűzet"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "USA-billentyűzet"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "albán"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "örmény (régi)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "örmény (írógép)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "örmény (fonetikus)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "arab"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "azerbajdzsáni (latin)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "belga"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "bengáli (Inscript-kiosztás)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "bengáli (Probhat-kiosztás)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "bolgár (fonetikus)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "bolgár (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "brazil (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "boszniai"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "fehérorosz"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "svájci (német kiosztás)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "svájci (francia kiosztás)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "cherokee szótagok"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "cseh (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "német (\"dead key\" nélkül)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "dán"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak-féle (USA)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak-féle (eszperantó)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak-féle (francia)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak-féle (Egyesült Királyság)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak-féle (norvég)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak-féle (lengyel)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak-féle (svéd)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "dzongkha/tibeti"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "észt"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "feröeri"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "grúz (\"orosz\" kiosztás)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "grúz (\"latin\" kiosztás)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "görög"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "görög (politon)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "gudzsarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "horvát"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "magyar"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "ír"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "izraeli"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "izraeli (fonetikus)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "iráni"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "izlandi"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "olasz"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "japán 106 billentyűs"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "koreai"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "kurd (arab írásmód)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "kirgiz"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "latin-amerikai"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "laoszi"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "litván AZERTY (régi)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "litván AZERTY (új)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "litván \"számsor\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "litván \"fonetikus\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "lett"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "macedón"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "myanmar (burmai)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "mongol (cirill)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "máltai (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "máltai (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "holland"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "lengyel (qwerty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "lengyel (qwertz)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "portugál"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "kanadai (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "román (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "román (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "orosz (fonetikus)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "saami (norvég)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "saami (svéd/finn)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "szlovén"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "sinhala"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "szlovák (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "szlovák (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "szerb (cirill)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "szír"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "szír (fonetikus)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "tamil (ISCII kiosztás)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "tamil (írógép-kiosztás)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "thaiföldi (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "thaiföldi (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "thaiföldi (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "tifinagh (marokkói kiosztás) (+latin/arab)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "tifinagh (fonetikus) (+latin/arab)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "tádzsik"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "türkmén"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "török (hagyományos \"F\" modell)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "török (modern \"Q\" modell)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "ukrán"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "urdu billentyűzet"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "USA-billentyűzet (nemzetközi)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "üzbég (cirill)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "vietnámi \"számsor\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "jugoszláv (latin)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Jobb Alt gomb"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "A két Shift gomb egyszerre"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Ctrl és Shift gombok egyszerre"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock gomb"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift és CapsLock gombok egyszerre"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl és Alt gombok egyszerre"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt és Shift gombok egyszerre"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Menu\" gomb"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Bal \"Windows\" gomb"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Jobb \"Windows\" gomb"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "A két Ctrl gomb egyszerre"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "A két Alt gomb egyszerre"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Bal Shift gomb"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Jobb Shift gomb"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Bal Alt gomb"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Bal Ctrl gomb"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Jobb Ctrl gomb"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8718,7 +8718,7 @@ msgstr ""
"a különböző billentyűzetkiosztások (például: latin illetve nem-latin)\n"
"közt lehet majd váltani."
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11123,8 +11123,8 @@ msgstr "A hálózati maszk formátuma 255.255.224.0 legyen"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Figyelem: a(z) %s IP-cím általában fenntartott."
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s már használatban van\n"
@@ -11831,7 +11831,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "A firmware másolása nem sikerült - %s nevű fájl nem található."
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Gratulálunk!"
@@ -11971,9 +11971,9 @@ msgstr "Beállítva más gépeken"
msgid "On CUPS server \"%s\""
msgstr "Ezen a CUPS-kiszolgálón: \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (alapértelmezés)"
@@ -12025,9 +12025,9 @@ msgstr "Távoli CUPS"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Ismeretlen modell"
@@ -12275,7 +12275,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "\"Nyers\" nyomtató (nincs meghajtóprogram)"
@@ -12306,12 +12306,12 @@ msgstr "Gép: %s"
msgid "%s (Port %s)"
msgstr "%s (port: %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12359,7 +12359,7 @@ msgstr ""
"elérhetővé legyenek-e téve ezen a gépen."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Távoli CUPS-kiszolgáló, nincs helyi CUPS-szolgáltatás"
@@ -12409,8 +12409,8 @@ msgstr "Nyomtatómegosztás a következő gépek/hálózatok felé: "
msgid "Custom configuration"
msgstr "Egyéni beállítás"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Nincs távoli gép"
@@ -12644,8 +12644,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "Bekapcsolva; a távoli kiszolgáló neve vagy IP-címe:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "A CUPS-kiszolgáló neve/IP-címe nincs megadva."
@@ -12655,29 +12655,30 @@ msgstr "A CUPS-kiszolgáló neve/IP-címe nincs megadva."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "PrinterDrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "A nyomtatóadatok beolvasása..."
@@ -12816,7 +12817,7 @@ msgstr ""
"A távoli CUPS-nyomtatókat nem kell beállítani, azokat a program "
"automatikusan felismeri."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -13057,12 +13058,12 @@ msgstr " itt: "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "A nyomtató típusának kiválasztása"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Milyen típusú a nyomtató?"
@@ -13080,7 +13081,7 @@ msgstr ""
"A PrinterDrake nem tudta meghatározni, milyen modellazonosítójú eszköz a(z) "
"\"%s\" nyomtató. Válassza ki a megfelelő modellt a listából."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -13090,7 +13091,7 @@ msgstr ""
"kompatibilis nyomtatót (információk a nyomtató kézikönyvében) vagy egy "
"hasonlót."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "A(z) \"%s\" nyomtató beállítása..."
@@ -13113,7 +13114,7 @@ msgstr ""
"Az ismételt bekapcsoláshoz használja a következő funkciót a PrinterDrake "
"program főmenüjében: \"%s\" -> \"%s\". "
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Automatikus adminisztráció beállítása"
@@ -13131,8 +13132,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Nyomtató felvétele"
@@ -13341,8 +13342,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Nem sikerült telepíteni a(z) %s csomagokat."
@@ -13583,10 +13584,10 @@ msgid "Remote printer name missing!"
msgstr "A távoli nyomtató neve nem lehet üres!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13967,8 +13968,8 @@ msgstr "Szerkesztés"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "A nyomtató kapcsolódási típusa"
@@ -13978,22 +13979,18 @@ msgstr "A nyomtató kapcsolódási típusa"
msgid "What do you want to do?"
msgstr "Mit szeretne tenni?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Mégsem"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -14007,7 +14004,7 @@ msgstr ""
"eszközökön, illetve memóriakártya-elérés a kártyaolvasóval rendelkező "
"nyomtatókon. "
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, fuzzy, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -14016,95 +14013,111 @@ msgstr ""
"A HP-nyomtató ezen extra funkcióinak eléréséhez a megfelelő programmal kell "
"azt beállítani: "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, fuzzy, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
"Melyiket választja (nem HP nyomtató esetén válassza az \"Egyik sem\" "
"lehetőséget)? "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "A %s csomag telepítése..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "A(z) %s eszközön csak nyomtatás lesz lehetséges."
# N("Could not remove your old HPOJ configuration file %s for your %s!",
# $configfile, $makemodel)
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"Nem lehet törölni a HPOJ korábbi beállítási fájlját (fájl: %s, eszköz: %s) "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Törölje a fájlt kézzel, majd indítsa el újra a HPOJ-t."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Az eszköz ellenőrzése és a %s beállítása..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Melyik nyomtatót szeretné beállítani a HPLIP-pel?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Kernelmodulok beállítása..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "A SANE csomagok telepítése..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "A(z) %s eszközön lapolvasás nem lesz lehetséges."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "A(z) %s eszköz használata és karbantartása"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Az eszköz beállítása..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "A nyomtatási port elérhetővé tétele a CUPS számára..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "A nyomtató-adatbázis beolvasása..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Adja meg a nyomtatónevet és a megjegyzéseket"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"A nyomtató nevében csak angol betű, számjegy és az aláhúzás szerepelhet."
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -14113,7 +14126,7 @@ msgstr ""
"\"%s\" nevű nyomtató már létezik,\n"
"felül szeretné írni annak beállításait?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -14124,7 +14137,7 @@ msgstr ""
"a windowsos kliensek is el fogják tudni érni a nyomtatót. Biztosan ezt a "
"nevet kívánja használni?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -14133,35 +14146,35 @@ msgstr ""
"Minden nyomtatóhoz meg kell adni egy nevet (például: \"nyomtató\"). A Leírás "
"és Hely mezőket nem kötelező kitölteni, csak tájékoztatási célt szolgálnak."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "A nyomtató neve"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Leírás"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Hely"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "A nyomtató-adatbázis előkészítése..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "A nyomtató típusa"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14187,18 +14200,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "A típus megfelelő"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Típuskiválasztás kézzel"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14213,12 +14226,12 @@ msgstr ""
"típusát. Ha egy nem megfelelő típus vagy a \"Nyers nyomtató\" bejegyzés van "
"kijelölve, akkor keresse meg a megfelelő típust a listában."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Gyártó által biztosított PPD-fájl telepítése"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14227,7 +14240,7 @@ msgstr ""
"Minden PostScript-nyomtatóval szállítanak egy PPD-fájlt, amely leírja a "
"nyomtató lehetőségeit és képességeit."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14236,12 +14249,12 @@ msgstr ""
"Ez a fájl általában a nyomtatóval szállított windowsos és macintoshos "
"meghajtóprogramok lemezén van."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "A PPD-fájlok megtalálhatók a gyártó weboldalán is."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14250,7 +14263,7 @@ msgstr ""
"Ha van a gépen Windows telepítve, akkor a PPD-fájl megtalálható a windowsos "
"partíción is."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14260,7 +14273,7 @@ msgstr ""
"A nyomtató PPD-fájlját telepítve és azt a nyomtató beállításánál "
"felhasználva elérhetővé válik a nyomtató által kínált összes lehetőség."
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14269,51 +14282,51 @@ msgstr ""
"Itt kiválaszthatja a telepítendő PPD-fájlt, amely majd a nyomtató "
"beállításához lesz felhasználva."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "PPD-fájl telepítése innen:"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Floppy"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Egyéb hely"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "PPD-fájl kiválasztása"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "\"%s\" nevű fájl nem létezik, vagy a fájl nem olvasható."
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "A(z) \"%s\" fájl nem felel meg a PPD-előírásoknak."
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "PPD-fájl telepítése..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI windowsos nyomtató beállítása"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14331,12 +14344,12 @@ msgstr ""
"nyomtatna - máskülönben a nyomtató nem fog működni. A kapcsolattípus-"
"beállítást a meghajtóprogram figyelmen kívül hagyja."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark tintasugaras nyomtató beállítása"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14349,7 +14362,7 @@ msgstr ""
"levőket nem. Csatlakoztassa a nyomtatót egy helyi portra, vagy állítsa azt "
"be azon a gépen, amelyhez az csatlakoztatva van."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14372,12 +14385,12 @@ msgstr ""
"\"lexmarkmaintain\"-nel, és szükség esetén módosítsa a fej-igazítási "
"beállításokat ezzel a programmal."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark X125 beállítása"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14390,12 +14403,12 @@ msgstr ""
"nyomtatót egy helyi USB-portra, vagy állítsa azt be azon a gépen, amelyhez "
"az csatlakoztatva van."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Samsung ML/QL-85G beállítása"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14409,17 +14422,17 @@ msgstr ""
"nyomtatót az első párhuzamos portra, vagy állítsa azt be azon a gépen, "
"amelyhez az csatlakoztatva van."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Canon LBP-460/660 beállítása"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Canon LBP-810/1120 (CAPT) beállítása"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14432,12 +14445,12 @@ msgstr ""
"Csatlakoztassa a nyomtatót egy helyi USB-portra, vagy állítsa azt be azon a "
"gépen, amelyhez az csatlakoztatva van."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Firmware-feltöltés a HP LaserJet 1000-hez"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14455,27 +14468,27 @@ msgstr ""
"nyomtatási minőséget nagyon magasra állítja, akkor a nyomtatási idő "
"jelentősen megnőhet."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Alapértelmezett nyomtatóbeállítások"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "A(z) %s értéknek egész számnak kell lennie."
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "A(z) %s értéknek számnak kell lennie!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "A(z) %s érték nem esik a megfelelő tartományba!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14484,12 +14497,12 @@ msgstr ""
"Be szeretné állítani a(z) \"%s\"\n"
"nyomtatót alapértelmezettnek?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Tesztoldalak"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14502,47 +14515,47 @@ msgstr ""
"kevés memóriával ellátott lézernyomtatókon el sem fog készülni. Általában "
"elég a normál tesztoldalt kinyomtatni."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Nem kell tesztoldal"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Nyomtatás"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Normál tesztoldal"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Másféle tesztoldal (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Másféle tesztoldal (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Fényképes tesztoldal"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "A tesztoldal(ak) nyomtatása folyik..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Fényképes tesztoldal kihagyása."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14557,7 +14570,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14566,17 +14579,17 @@ msgstr ""
"A tesztoldal(aka)t elküldtem a nyomtatóra.\n"
"Eltarthat egy ideig, amíg a nyomtatás elindul.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Sikerült a nyomtatás?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "\"Nyers\" nyomtató"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14590,7 +14603,7 @@ msgstr ""
"eszközök lehetővé teszik a nyomtató kijelölését és a beállítások egyszerű "
"módosítását.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14601,8 +14614,8 @@ msgstr ""
"párbeszédablakában is (a nyomtatási parancsot megadó mezőben), de ott ne "
"adjon meg fájlnevet, mert a fájlt az alkalmazás fogja biztosítani.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14615,7 +14628,7 @@ msgstr ""
"bizonyos nyomtatási feladatra vonatkozóan. Egyszerűen adja hozzá a kívánt "
"paramétereket a parancshoz, például: \"%s <fájl>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14627,7 +14640,7 @@ msgstr ""
"listája\" gombra.%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14636,7 +14649,7 @@ msgstr ""
"Itt láthatók az aktuális nyomtató nyomtatási opciói:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14645,8 +14658,8 @@ msgstr ""
"Egy fájl parancssorból (terminálablakból) való nyomtatásához használja a "
"következő parancsot: \"%s <fájl>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14657,7 +14670,7 @@ msgstr ""
"is (a nyomtatási parancsot megadó mezőben), de ott ne adjon meg fájlnevet, "
"mert a fájlt az alkalmazás fogja biztosítani.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14666,7 +14679,7 @@ msgstr ""
"Ha szeretne egy listát az aktuális nyomtatóhoz használható opciókról, akkor "
"kattintson a \"Nyomtatási beállítások listája\" gombra."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14675,7 +14688,7 @@ msgstr ""
"Egy fájl parancssorból (terminálablakból) való nyomtatásához használja a "
"következő parancsot: \"%s <fájl>\" vagy ezt: \"%s <fájl>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14692,7 +14705,7 @@ msgstr ""
"munkaasztalon, amellyel azonnali jelleggel leállítható az összes nyomtatási "
"feladat. Ez például papírberagadás esetén hasznos.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14705,27 +14718,27 @@ msgstr ""
"feladat beállításainak módosítását is. Adja hozzá a kívánt beállításokat a "
"parancshoz, például: \"%s <fájl>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "A(z) \"%s\" nyomtató használata és karbantartása"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Nyomtatás a(z) \"%s\" nyomtatóra"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Nyomtatási beállítások listája"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Nyomtatási beállítások listája"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14736,7 +14749,7 @@ msgstr ""
"lehetővé teszi a nyomtató számos speciális funkciójának használatát.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14746,7 +14759,7 @@ msgstr ""
"mint például a Kooka és az XSane (mindkettő megtalálható a \"Multimédia/"
"Grafikus programok\" menüben). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14758,7 +14771,7 @@ msgstr ""
"Vezérlőközpontban).\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14766,7 +14779,7 @@ msgid ""
msgstr ""
"A nyomtató memóriakártya-olvasói normál USB-s tárolóeszközként érhetők el. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14777,7 +14790,7 @@ msgstr ""
"ikon, amellyel el lehet érni a kártyát.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14789,7 +14802,7 @@ msgstr ""
"\"Fotókártyák elérése...\" (\"Access Photo Cards...\") gombra a \"Funkciók"
"\" (\"Functions\") lapon. "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14800,7 +14813,7 @@ msgstr ""
"beolvasása általában gyorsabb.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14812,33 +14825,33 @@ msgstr ""
"eszköz számára:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - Tintaszint/állapotinformáció\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - Fúvókatisztítás\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Nyomtatófej-igazítás\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Színbeállítás\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "A nyomtatóbeállítások átvitele"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14853,7 +14866,7 @@ msgstr ""
"de a nyomtatási feladatok nem kerülnek át.\n"
"A következő okok miatt nem minden nyomtatási sor vihető át:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14862,7 +14875,7 @@ msgstr ""
"A CUPS nem támogatja a Novell-alapú és a kötetlen parancsformátumú "
"nyomtatókat.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14871,12 +14884,12 @@ msgstr ""
"A PDQ csak a helyi nyomtatókat, a távoli LPD-nyomtatókat és az aljazat-/TCP-"
"alapú nyomtatókat támogatja.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "Az LPD és az LPRng nem támogatja az IPP-nyomtatókat.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14885,7 +14898,7 @@ msgstr ""
"Nem vihetők át azon nyomtatási sorok, amelyek nem ezzel a programmal és nem "
"a \"foomatic-configure\"-rel készültek."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14896,7 +14909,7 @@ msgstr ""
"Továbbá a gyártó által adott PPD-fájlokkal beállított nyomtatók és a "
"közvetlen CUPS-meghajtóval ellátott nyomtatók beállításai nem vihetők át."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14907,17 +14920,17 @@ msgstr ""
"Jelölje ki az átviendő nyomtatókat, majd kattintson az \n"
"\"Átvitel\" gombra."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Az átvitel kihagyása"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Átvitel"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14928,17 +14941,17 @@ msgstr ""
"Kattintson az \"Átvitel\" gombra annak felülírásához.\n"
"Esetleg adjon meg egy másik nevet vagy hagyja ki a nyomtatót."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Új nyomtatónév"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "%s átvitele..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14947,28 +14960,28 @@ msgstr ""
"A korábbi alapértelmezett nyomtató (\"%s\") beállításai átvitelre kerültek. "
"Az új %s nyomtatási rendszerben is ez legyen az alapértelmezett nyomtató?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "A nyomtatóadatok frissítése..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "A hálózat elindítása..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Hálózat beállítása most"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Hálózati funkciók nincsenek beállítva"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14981,12 +14994,12 @@ msgstr ""
"hálózat beállítása nélkül, akkor nem lesz lehetősége a most beállítandó "
"nyomtató használatára. Mit szeretne tenni?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Folytatás a hálózat beállítása nélkül"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -15001,7 +15014,7 @@ msgstr ""
"kezelése\" részében, majd állítsa be a nyomtatót a(z) %s Vezérlőközpont "
"\"Hardver\"/\"Nyomtatók\" részében."
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -15012,27 +15025,27 @@ msgstr ""
"Ellenőrizze a beállításokat és a hardvert, majd próbálkozzon újra a távoli "
"nyomtató beállításával."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "A nyomtatási rendszer újraindítása..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "magas"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoiás"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Nyomtatórendszer telepítése a következő biztonsági szinten: %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -15057,12 +15070,12 @@ msgstr ""
"\n"
"Biztos abban, hogy be szeretne állítani nyomtatást ezen a gépen?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "A nyomtatási rendszer elindítása a rendszer indulásakor"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -15084,32 +15097,32 @@ msgstr ""
"\n"
"Szeretné a nyomtatási rendszer automatikus indítását ismét bekapcsolni?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "A telepített szoftverek ellenőrzése..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "%s eltávolítása..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Nem sikerült eltávolítani a(z) %s nyomtatási rendszert."
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "%s telepítése..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Nem sikerült telepíteni a(z) %s nyomtatási rendszert."
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -15122,7 +15135,7 @@ msgstr ""
"helyi nyomtatósorok létrehozása nem lehetséges, továbbá amikor a megadott "
"kiszolgáló nem üzemel, akkor a nyomtatás nem végezhető el."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -15132,32 +15145,32 @@ msgstr ""
"vagy IP-címét, majd kattintson az \"OK\" gombra. Egyéb esetben kattintson a "
"\"Kilépés\" gombra."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "A távoli kiszolgáló neve vagy IP-címe:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Az alapértelmezett nyomtató beállítása..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Helyi CUPS nyomtatási rendszer vagy távoli CUPS-kiszolgáló?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "A CUPS nyomtatási rendszer kétféle módon használható: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. A CUPS nyomtatási rendszer futhat helyileg. "
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -15167,7 +15180,7 @@ msgstr ""
"hálózat más CUPS-kiszolgálóin levő nyomtatókat is automatikusan felismeri a "
"rendszer."
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15180,12 +15193,12 @@ msgstr ""
"szolgáltatásnak futnia kell a háttérben és memóriát is igényel, továbbá az "
"IPP-port (631-es port) meg van nyitva. "
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr "2. Az összes nyomtatási kérés egy távoli CUPS-kiszolgálóra kerül. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15197,7 +15210,7 @@ msgstr ""
"kezelésére szolgáló plusz szoftverre, vagyis kisebb memória- és lemezterület "
"kerül felhasználásra. "
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15206,49 +15219,49 @@ msgstr ""
"A hátrány az, hogy ekkor nem lehet helyi nyomtatót létrehozni, továbbá "
"amikor a megadott kiszolgáló nem üzemel, akkor a nyomtatás nem végezhető el."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Hogyan legyen beállítva a CUPS ezen a gépen?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Távoli kiszolgáló - adja meg a nevet vagy az IP-címet:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Helyi CUPS nyomtatási rendszer"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Válassza ki a nyomtatási rendszert"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Melyik nyomtatási rendszert (sorkezelőt) szeretné használni?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "A(z) \"%s\" nyomtató beállítása nem sikerült."
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "A Foomatic telepítése..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
"Nem sikerült telepíteni a(z) %s csomagokat, ezért a(z) %s nem indítható."
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15259,50 +15272,50 @@ msgstr ""
"módosításához, egy nyomtató alapértelmezetté tételéhez vagy az adatainak a "
"lekérdezéséhez kattintson duplán a megfelelő nyomtatóra."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Az elérhető távoli CUPS-nyomtatók megjelenítése"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Nyomtatók listájának frissítése (az összes elérhető távoli CUPS-nyomtató "
"megjelenítése érdekében)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS-beállítások"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Nyomtatási rendszer módosítása"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Normál mód"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Szakértői mód"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Nyomtatóbeállítások"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "A nyomtatóbeállítás módosítása"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15311,99 +15324,99 @@ msgstr ""
"Nyomtató: %s%s\n"
"Mit szeretne megváltoztatni ennél a nyomtatónál?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Ez a nyomtató le van tiltva"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Mehet!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Nyomtatónév, leírás, hely"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "A nyomtató gyártója, típusa, meghajtóprogramja"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "A nyomtató gyártója, típusa"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Legyen ez a nyomtató az alapértelmezett"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "A nyomtató engedélyezése"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "A nyomtató letiltása"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "A nyomtatóval való kommunikáció hibáinak kezelése"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Tesztoldalak nyomtatása"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Információ a nyomtató használatáról"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Nyomtató eltávolítása"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "A régi \"%s\" nyomtató eltávolítása..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "A(z) \"%s\" nyomtató engedélyezése megtörtént."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "A(z) \"%s\" nyomtató letiltása megtörtént."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Biztosan el szeretné távolítani a(z) \"%s\" nyomtatót?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "A(z) \"%s\" nyomtató eltávolítása..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Az alapértelmezett nyomtató"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "A(z) \"%s\" nyomtató lesz ezután az alapértelmezett nyomtató."
@@ -15440,15 +15453,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Nem sikerült beállítani a(z) %s firmware-fájl jogosultságait."
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "ScannerDrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -17433,12 +17446,12 @@ msgstr ""
msgid "You need to log out and back in again for changes to take effect"
msgstr "A módosítások érvénybe lépéséhez ki kell lépni, majd ismét belépni"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s felhasználónevet igényel\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17447,114 +17460,114 @@ msgstr ""
"%s: %s a következőket igényli: gépnév, MAC-cím, IP-cím, NBI képmásnév, "
"vékony kliens (0/1), helyi beállítás (0/1)\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s gépnevet igényel\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "A terminálkiszolgáló beállítása"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "dhcpd beállítása"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "A kiszolgáló bekapcsolása"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "A kiszolgáló kikapcsolása"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "A kiszolgáló elindítása"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "A kiszolgáló leállítása"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot-floppy/-ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Hálózati indítási fájlok"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Felhasználók felvétele/törlése"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Kliensek felvétele/törlése"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Képmások"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Kliensek/felhasználók"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Első indítási varázsló"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
"\"%s\" beállítva bejelentkezéskezelőként; \"gdm\" felhasználó felvétele a /"
"etc/passwd$$CLIENT$$ fájlba"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17590,29 +17603,29 @@ msgstr ""
" 7. Megkérdi, készítsen-e rendszerindítási lemezt.\n"
" 8. Vékony kliensek esetén megkérdi, újraindítsa-e a KDM-et.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Kilépés a varázslóból"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Mentse el a dhcpd-beállításokat."
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Vékony kliensek használata."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
"A kliens X rendszerbeli billentyűzetbeállításainak szinkronizálása a "
"kiszolgálóval."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17629,28 +17642,28 @@ msgstr ""
"A \"teljes értékű\" kliensek a saját processzorukat és memóriájukat\n"
"használják, de a kiszolgáló fájlrendszerét."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Hálózati indítási fájlok létrehozása az összes kernelhez"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Ez több percig is eltarthat."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Kész"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s nem sikerült"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17661,14 +17674,14 @@ msgstr ""
"itt: %s.\n"
"Szükséges: %d MB, elérhető: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"A kiszolgáló felhasználólistájának szinkronizálása a kliens listájával, a "
"rendszergazdát is beleértve."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17677,19 +17690,18 @@ msgstr ""
"A vékony kliensekkel kapcsolatos módosítások érvénybe léptetéséhez újra kell "
"indítani a bejelentkezéskezelőt. Szeretné újraindítani most?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Terminálkiszolgáló - áttekintés"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17700,20 +17712,20 @@ msgstr ""
" - Etherboot-képes indítási fájlok létrehozása:\n"
" \tEgy kernel Etherboottal való indításához létre kell hozni egy\n"
" \tspeciális kernel-/initrd-képmást. A feladat jelentős részét az\n"
-" \tmkinitrd-net végzi el, a DrakTermServ pedig grafikus felületet\n"
+" \tmkinitrd-net végzi el, a %s pedig grafikus felületet\n"
" \tnyújt a képmásfájlok kezeléséhez illetve beállításához.\n"
" \tA /etc/dhcpd.conf.etherboot-pcimap.include fájl (amelyet a\n"
" \tdhcpd.conf fájl használ) létrehozásához minimum egy teljes\n"
" \tkernelhez létre kell hozni Etherboot-képmást."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17728,7 +17740,7 @@ msgstr ""
" - A /etc/dhcpd.conf fájl kezelése:\n"
" \tAhhoz, hogy a kliensek hálózatról indulhassanak, minden\n"
" \tklienshez szükséges egy dhcpd.conf-bejegyzés, amely IP-címet és\n"
-" \thálózati indítási képmásokat rendel a géphez. A DrakTermServ\n"
+" \thálózati indítási képmásokat rendel a géphez. A %s\n"
" \tsegítséget nyújt ezen bejegyzések elkészítéséhez illetve\n"
" \teltávolításához.\n"
"\n"
@@ -17741,30 +17753,29 @@ msgstr ""
" \tEgy lemez nélküli klienshez való dhcpd.conf-részlet általában a\n"
" \tkövetkezőképpen néz ki:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17782,7 +17793,7 @@ msgstr ""
" \tLehetőség van IP-címtartományok használatára (ahelyett, hogy\n"
" \tminden klienshez egy-egy meghatározott érték lenne\n"
" \thozzárendelve), viszont a rögzített címkiosztás használata\n"
-" \telősegíti a ClusterNFS által biztosított \"kliens-specifikus\n"
+" \telősegíti a %s által biztosított \"kliens-specifikus\n"
" \tbeállítási fájlok\" lehetőség használatát.\n"
"\n"
" \tMegjegyzés: A \"#type\" bejegyzést csak a DrakTermServ\n"
@@ -17815,17 +17826,16 @@ msgstr ""
" \tMegjegyzés: Kliensek felvétele illetve módosítása után újra\n"
" \tkell indítani a kiszolgálót."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17833,12 +17843,12 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - A /etc/exports fájl kezelése:\n"
-" \tA ClusterNFS lehetővé teszi a gyökér-fájlrendszernek a lemez\n"
-" \tnélküli kliensek számára való exportálását. A DrakTermServ\n"
+" \tA %s lehetővé teszi a gyökér-fájlrendszernek a lemez\n"
+" \tnélküli kliensek számára való exportálását. A %s\n"
" \telvégzi a megfelelő módosítást annak érdekében, hogy a lemez\n"
" \tnélküli kliensek névtelenül elérhessék a gyökér-fájlrendszert.\n"
"\n"
-" \tA ClusterNFS exports-bejegyzése általában a következőképpen néz\n"
+" \tA %s exports-bejegyzése általában a következőképpen néz\n"
" \tki:\n"
"\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
@@ -17846,15 +17856,16 @@ msgstr ""
"\n"
" \tAz ALHÁLÓZAT/MASZK értéknek definiálva kell lenni a hálózaton."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - A(z) %s fájl kezelése:\n"
" \tHogy a felhasználók bejelentkezhessenek a rendszerbe egy lemez\n"
@@ -17864,27 +17875,27 @@ msgstr ""
" \tmegfelelő rendszerfelhasználókat felveszi ezen fájlba illetve\n"
" \teltávolítja onnan."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Kliensenkénti %s:\n"
-" \tClusterNFS esetén az összes lemez nélküli kliensnek lehetnek\n"
+" \t%s esetén az összes lemez nélküli kliensnek lehetnek\n"
" \tsaját beállítási fájljai a kiszolgáló gyökér-fájlrendszerén. A\n"
-" \tkliensek beállításainak helyi kezelésével a DrakTermServ\n"
+" \tkliensek beállításainak helyi kezelésével a %s\n"
" \tsegítséget nyújt ezen fájlok elkészítéséhez."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17900,7 +17911,7 @@ msgid ""
"machine is configured."
msgstr ""
" - Kliensenkénti rendszerbeállítási fájlok:\n"
-" \tClusterNFS esetén az összes lemez nélküli kliensnek lehetnek\n"
+" \t%s esetén az összes lemez nélküli kliensnek lehetnek\n"
" \tsaját beállítási fájljai a kiszolgáló gyökér-fájlrendszerén. A\n"
" \tkliensek beállításainak helyi kezelése lehetővé teszi a\n"
" \tkliensek számára a /etc/modules.conf, a /etc/sysconfig/mouse, a\n"
@@ -17914,12 +17925,12 @@ msgstr ""
" \tkapcsolni a helyi beállításokat (a beállítási fájlok\n"
" \tmegtartásával)."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17944,7 +17955,7 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \tA DrakTermServ módosítja ezen fájlt az mkinitrd-net által\n"
+" \tA %s módosítja ezen fájlt az mkinitrd-net által\n"
" \tkészített képmásokkal való működéshez, továbbá módosítja a\n"
" \t/etc/dhcpd.conf fájl bejegyzéseit annak érdekében, hogy az\n"
" \tindítási képmások elérhetők legyenek a lemez nélküli kliensek\n"
@@ -17969,14 +17980,12 @@ msgstr ""
" \t/var/lib/tftpboot értékre (ahova az mkinitrd-net a képmásait\n"
" \thelyezi)."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17997,94 +18006,94 @@ msgstr ""
"\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Rendszerindító floppy"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Rendszerindító ISO-fájl"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE-képmás"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Alapértelmezett kernelverzió"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "i586-os kernel telepítése régebbi kliensek számára"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Teljes kernel elkészítése -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Nincs kijelölve kernel."
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Egyetlen NIC-fájl készítése -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Nincs kijelölve NIC."
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Az összes kernel elkészítése -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Törlés"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Nincs kijelölve képmás."
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Az összes NBI törlése"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Képmásfájlok létrehozása a kernelhez:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -18096,27 +18105,27 @@ msgstr ""
"Távolítsa el a felhasználót, majd vegye fel újra a terminálkiszolgálóhoz,\n"
"ha szeretné lehetővé tenni a belépést."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Felhasználó felvétele -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Felhasználó törlése"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "típus: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "helyi beállítás: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -18125,22 +18134,22 @@ msgstr ""
"A beállítások helyi\n"
"kezelésének engedélyezése."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Hálózati indítási fájlok nem lettek létrehozva."
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Vékony kliens"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Vékony kliensek engedélyezése"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -18150,52 +18159,52 @@ msgstr ""
"billentyűzetbeállításainak\n"
"szinkronizálása a kiszolgálóval."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Kliens felvétele -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "típus: teljes értékű"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "típus: vékony"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "helyi beállítás: hamis"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "helyi beállítás: igaz"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Kliens szerkesztése"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Helyi beállítás kikapcsolása"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Kliens törlése"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -18205,80 +18214,80 @@ msgstr ""
"bejelentkezéskezelőt. \n"
"(service dm restart - a konzolon kiadva)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"A vékony kliensek nem támogatják az automatikus bejelentkezést. Szeretné "
"kikapcsolni az automatikus bejelentkezést?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Az összes kliens ezt fogja használni: %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Alhálózat:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Hálózati maszk:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Útválasztók:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Alhálózati maszk:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Broadcast-cím:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Tartománynév:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Névkiszolgálók:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Az IP-címtartomány kezdete:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Az IP-címtartomány vége:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
"A terminálkiszolgálóval kapcsolatos részek hozzáfűzése a meglevő beállításhoz"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Beállítás mentése"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "A dhcpd kiszolgáló beállítása"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18289,7 +18298,7 @@ msgstr ""
"rendszerből származik.\n"
"Szükség esetén módosíthatja azokat."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -18298,102 +18307,102 @@ msgstr ""
"Címtartomány a dinamikus IP-címekhez\n"
"(PXE-kliensekhez szükséges):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Nem sikerült írni ide: %s"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Tegye be a floppyt:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "A floppy nem elérhető."
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "A floppyt most már ki lehet venni"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Nincs elérhető floppy-meghajtó."
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "A PXE-képmás: %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Hiba a(z) %s/%s fájl írása közben"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Az Etherboot-ISO-fájl: %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Valamilyen probléma merült fel. Az mkisofs telepítve van?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Először létre kell hozni ezt: /etc/dhcpd.conf"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s jelszava helytelen a terminálkiszolgálóban - újraírás...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s nem felhasználó\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s már terminálkiszolgáló-felhasználó\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Nem sikerült felvenni a terminálkiszolgálóba a következőt: %s\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s felvéve a terminálkiszolgálóba\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s törölve...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s nem található\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"A /etc/hosts.allow és a /etc/hosts.deny már be van állítva - nem lett "
"módosítva"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "A beállítások módosultak - újrainduljon a ClusterNFS/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "A beállítások módosultak - újrainduljon a %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26669,17 +26678,17 @@ msgstr "Nem sikerült telepíteni a lapolvasó-beállításhoz szükséges csoma
msgid "Scannerdrake will not be started now."
msgstr "A ScannerDrake most nem lesz elindítva."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Beállított lapolvasók keresése..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Új lapolvasók keresése..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "A beállított lapolvasók listájának újragenerálása..."
@@ -26842,45 +26851,45 @@ msgstr ""
"A(z) \"%s\" eszközt a PrinterDrake programmal lehet beállítani.\n"
"A PrinterDrake-et a(z) %s Vezérlőközpont \"Hardver\" részében indíthatja el."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Kernelmodulok beállítása..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Az elérhető portok automatikus felderítése"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Válassza ki, melyik eszközhöz csatlakozik a(z) \"%s\" eszköz"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
"(Megjegyzés: a párhuzamos portokra nem alkalmazható az automatikus "
"felderítés)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "válassza ki az eszközt"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Lapolvasók keresése..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Kernelmodulok beállítása..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Figyelem!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26893,7 +26902,7 @@ msgstr ""
"Szükség lesz kézi beállításra is. Ehhez a /etc/sane.d/%s.conf fájlt kell "
"szerkeszteni. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26902,7 +26911,7 @@ msgstr ""
"További információ a meghajtóprogram dokumentációjában. Ennek megjelenítése "
"a következő paranccsal lehetséges: \"man sane-%s\"."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26912,7 +26921,7 @@ msgstr ""
"vagy a \"Kooka\" programot, amelyek az alkalmazásmenü \"Multimédia/Grafikus "
"programok\" részében találhatók."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26921,7 +26930,7 @@ msgstr ""
"A(z) %s eszköz beállítása megtörtént. Elképzelhető, hogy szükség lesz kézi "
"beállításra is ahhoz, hogy használhatóvá váljon. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26930,12 +26939,12 @@ msgstr ""
"Ha nem jelenik meg a Scannerdrake program főablakában a beállított "
"lapolvasók listájában, vagy nem működik helyesen, akkor "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "módosítsa a /etc/sane.d/%s.conf beállítási fájlt. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26947,7 +26956,7 @@ msgstr ""
"programot, amelyek az alkalmazásmenü \"Multimédia/Grafikus programok\" "
"részében találhatók."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26959,7 +26968,7 @@ msgstr ""
"\n"
"%s\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26971,42 +26980,42 @@ msgstr ""
"\n"
"%s\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Nem található elérhető lapolvasó a gépen.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Új lapolvasók keresése"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Lapolvasó felvétele saját kezűleg"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Firmware-fájlok telepítése/frissítése"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Lapolvasók megosztása"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Az összes távoli gép"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Ezen gép"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -27015,7 +27024,7 @@ msgstr ""
"Itt megadható, hogy a gép lapolvasói elérhetők legyenek-e távoli gépek "
"számára, és ha igen, akkor melyek számára."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -27024,88 +27033,88 @@ msgstr ""
"Meghatározhatja azt is, hogy a távoli gépek lapolvasói elérhetők legyenek-e "
"ezen a gépen."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "A gép lapolvasói elérhetők más gépek számára"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Lapolvasók megosztása a következő gépek felé: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Távoli gépek lapolvasóinak használata"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "A következő gépeken levő lapolvasók használata: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "A helyi lapolvasók megosztása"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr "A következő gépek számára elérhetők a helyi lapolvasók:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Gép felvétele"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "A kijelölt gép szerkesztése"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "A kijelölt gép eltávolítása"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "A gép neve/IP-címe:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Válassza ki, melyik gépen legyenek elérhetők a helyi lapolvasók:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Meg kell adni egy gépnevet vagy egy IP-címet.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Ez a gép már szerepel a listában; nem vehető fel még egyszer.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Távoli lapolvasók használata"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "A következő gépek lapolvasóinak használata:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -27116,7 +27125,7 @@ msgstr ""
"\n"
"Szeretné telepíteni a \"saned\" csomagot?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "A lapolvasó(k) nem lesz(nek) elérhető(k) a hálózaton."
@@ -27302,6 +27311,318 @@ msgstr ""
msgid "Installation failed"
msgstr "A telepítés hibával ért véget."
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Mégsem"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Etherboot-képes indítási fájlok létrehozása:\n"
+#~ " \tEgy kernel Etherboottal való indításához létre kell hozni egy\n"
+#~ " \tspeciális kernel-/initrd-képmást. A feladat jelentős részét az\n"
+#~ " \tmkinitrd-net végzi el, a DrakTermServ pedig grafikus felületet\n"
+#~ " \tnyújt a képmásfájlok kezeléséhez illetve beállításához.\n"
+#~ " \tA /etc/dhcpd.conf.etherboot-pcimap.include fájl (amelyet a\n"
+#~ " \tdhcpd.conf fájl használ) létrehozásához minimum egy teljes\n"
+#~ " \tkernelhez létre kell hozni Etherboot-képmást."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - A /etc/dhcpd.conf fájl kezelése:\n"
+#~ " \tAhhoz, hogy a kliensek hálózatról indulhassanak, minden\n"
+#~ " \tklienshez szükséges egy dhcpd.conf-bejegyzés, amely IP-címet "
+#~ "és\n"
+#~ " \thálózati indítási képmásokat rendel a géphez. A DrakTermServ\n"
+#~ " \tsegítséget nyújt ezen bejegyzések elkészítéséhez illetve\n"
+#~ " \teltávolításához.\n"
+#~ "\n"
+#~ " \t(PCI-os kártyák esetén kihagyható a képmás - az Etherboot "
+#~ "kérni\n"
+#~ " \tfogja a megfelelő képmást. Figyelembe kell venni azt is, hogy\n"
+#~ " \tamikor az Etherboot a képmásokat keresi, olyan neveket vár,\n"
+#~ " \tmint például 'boot-3c59x.nbi', nem pedig\n"
+#~ " \t'boot-3c59x.2.4.19-16mdk.nbi'.)\n"
+#~ "\n"
+#~ " \tEgy lemez nélküli klienshez való dhcpd.conf-részlet általában "
+#~ "a\n"
+#~ " \tkövetkezőképpen néz ki:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " \tLehetőség van IP-címtartományok használatára (ahelyett, hogy\n"
+#~ " \tminden klienshez egy-egy meghatározott érték lenne\n"
+#~ " \thozzárendelve), viszont a rögzített címkiosztás használata\n"
+#~ " \telősegíti a ClusterNFS által biztosított \"kliens-specifikus\n"
+#~ " \tbeállítási fájlok\" lehetőség használatát.\n"
+#~ "\n"
+#~ " \tMegjegyzés: A \"#type\" bejegyzést csak a DrakTermServ\n"
+#~ " \thasználja. Egy kliens típusa \"thin\" (vékony kliens) vagy\n"
+#~ " \t\"fat\" (teljes értékű kliens) lehet. A vékony kliensek a\n"
+#~ " \tlegtöbb szoftvert a kiszolgálói oldalon futtatják (az XDMCP\n"
+#~ " \tsegítségével), a teljes értékű kliensek pedig a kliensoldalon.\n"
+#~ " \tLétezik egy speciális inittab a vékony kliensek számára:\n"
+#~ " \t\"%s\". Vékony kliensek\n"
+#~ " \thasználata esetén a következő rendszerbeállítási fájlok\n"
+#~ " \tmódosításra kerülnek az XDMCP használatának érdekében:\n"
+#~ " \txdm-config, kdmrc, gdm.conf. Mivel az XDMCP használatának van\n"
+#~ " \tbiztonsági kockázata, ezért a hosts.deny és a hosts.allow\n"
+#~ " \tfájlok módosításra kerülnek a helyi alhálózathoz való\n"
+#~ " \thozzáférés korlátozása érdekében.\n"
+#~ "\n"
+#~ " \tMegjegyzés: A \"#hdw_config\" bejegyzést szintén csak a\n"
+#~ " \tDrakTermServ használja. A kliensek beállítása 'true' ('igaz')\n"
+#~ " \tvagy 'false' ('hamis') lehet. A 'true' érték lehetővé teszi a\n"
+#~ " \tkliensgépen való rendszergazdai bejelentkezést, továbbá a\n"
+#~ " \thangnak, az egérnek és az X grafikus rendszernek a 'drak'\n"
+#~ " \teszközök segítségével való helyi beállítását. Ezt az teszi\n"
+#~ " \tlehetővé, hogy a rendszer különálló beállítási fájlokat hoz\n"
+#~ " \tlétre a kliens IP-címéhez rendelve, továbbá írható/olvasható\n"
+#~ " \tcsatolási pontokat hoz létre annak érdekében, hogy a kliens\n"
+#~ " \tmódosíthassa a fájlokat. Ha Ön megfelelőnek találja a\n"
+#~ " \tbeállításokat, megvonhatja a rendszergazdai bejelentkezési\n"
+#~ " \tjogokat a klienstől.\n"
+#~ "\n"
+#~ " \tMegjegyzés: Kliensek felvétele illetve módosítása után újra\n"
+#~ " \tkell indítani a kiszolgálót."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - A /etc/exports fájl kezelése:\n"
+#~ " \tA ClusterNFS lehetővé teszi a gyökér-fájlrendszernek a lemez\n"
+#~ " \tnélküli kliensek számára való exportálását. A DrakTermServ\n"
+#~ " \telvégzi a megfelelő módosítást annak érdekében, hogy a lemez\n"
+#~ " \tnélküli kliensek névtelenül elérhessék a gyökér-fájlrendszert.\n"
+#~ "\n"
+#~ " \tA ClusterNFS exports-bejegyzése általában a következőképpen "
+#~ "néz\n"
+#~ " \tki:\n"
+#~ "\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tALHÁLÓZAT/MASZK(rw,root_squash)\n"
+#~ "\n"
+#~ " \tAz ALHÁLÓZAT/MASZK értéknek definiálva kell lenni a hálózaton."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - A(z) %s fájl kezelése:\n"
+#~ " \tHogy a felhasználók bejelentkezhessenek a rendszerbe egy lemez\n"
+#~ " \tnélküli kliensről, ahhoz át kell másolni a /etc/shadow "
+#~ "fájlbeli\n"
+#~ " \tbejegyzésüket a(z) %s fájlba. A\n"
+#~ " \tDrakTermServ ebből a szempontból is segítséget nyújt: a\n"
+#~ " \tmegfelelő rendszerfelhasználókat felveszi ezen fájlba illetve\n"
+#~ " \teltávolítja onnan."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Kliensenkénti %s:\n"
+#~ " \tClusterNFS esetén az összes lemez nélküli kliensnek lehetnek\n"
+#~ " \tsaját beállítási fájljai a kiszolgáló gyökér-fájlrendszerén. A\n"
+#~ " \tkliensek beállításainak helyi kezelésével a DrakTermServ\n"
+#~ " \tsegítséget nyújt ezen fájlok elkészítéséhez."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Kliensenkénti rendszerbeállítási fájlok:\n"
+#~ " \tClusterNFS esetén az összes lemez nélküli kliensnek lehetnek\n"
+#~ " \tsaját beállítási fájljai a kiszolgáló gyökér-fájlrendszerén. A\n"
+#~ " \tkliensek beállításainak helyi kezelése lehetővé teszi a\n"
+#~ " \tkliensek számára a /etc/modules.conf, a /etc/sysconfig/mouse, "
+#~ "a\n"
+#~ " \t/etc/sysconfig/keyboard és a hasonló fájlok kliensenkénti\n"
+#~ " \ttestreszabását.\n"
+#~ "\n"
+#~ " \tMegjegyzés: A kliensbeállítások helyi kezelésének "
+#~ "engedélyezése\n"
+#~ " \tlehetővé teszi a terminálkiszolgálóra való rendszergazdai\n"
+#~ " \tbejelentkezést az összes olyan kliensgépen, amelyen ez be van\n"
+#~ " \tkapcsolva. Amikor a kliensgép már be van állítva, ki lehet\n"
+#~ " \tkapcsolni a helyi beállításokat (a beállítási fájlok\n"
+#~ " \tmegtartásával)."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tA DrakTermServ módosítja ezen fájlt az mkinitrd-net által\n"
+#~ " \tkészített képmásokkal való működéshez, továbbá módosítja a\n"
+#~ " \t/etc/dhcpd.conf fájl bejegyzéseit annak érdekében, hogy az\n"
+#~ " \tindítási képmások elérhetők legyenek a lemez nélküli kliensek\n"
+#~ " \tszámára.\n"
+#~ "\n"
+#~ " \tA TFTP beállítási fájlja általában a következőképpen néz ki:\n"
+#~ "\n"
+#~ " \tservice tftp\n"
+#~ " \t{\n"
+#~ " \t\tdisable = no\n"
+#~ " \t\tsocket_type = dgram\n"
+#~ " \t\tprotocol = udp\n"
+#~ " \t\twait = yes\n"
+#~ " \t\tuser = root\n"
+#~ " \t\tserver = /usr/sbin/in.tftpd\n"
+#~ " \t\tserver_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ "\n"
+#~ " \tAz alapértelmezett értékeken a következő módosítások lesznek\n"
+#~ " \tvégrehajtva: a \"disable\" jelző módosítása \"no\" (\"nem\")\n"
+#~ " \tértékre illetve a könyvtár útvonalának módosítása\n"
+#~ " \t/var/lib/tftpboot értékre (ahova az mkinitrd-net a képmásait\n"
+#~ " \thelyezi)."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Etherboot-floppyk illetve Etherboot-CD-k készítése:\n"
+#~ " \tA lemez nélküli kliensgépeknek szükségük van vagy a hálózati\n"
+#~ " \tkártyán levő ROM-képmásokra, vagy egy rendszerindítási\n"
+#~ " \tfloppyra illetve CD-re ahhoz, hogy a rendszerindítási folyamat\n"
+#~ " \telkezdődhessen. A DrakTermServ program segítséget nyújt ezen\n"
+#~ " \tképmások elkészítéséhez a kliensgépben levő hálózati kártya\n"
+#~ " \talapján.\n"
+#~ "\n"
+#~ " \tAlapvető példa egy rendszerindítási floppy kézzel való,\n"
+#~ " \t3Com 3c509 kártyák számára történő elkészítésére:\n"
+#~ "\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "A beállítások módosultak - újrainduljon a ClusterNFS/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/id.po b/perl-install/share/po/id.po
index 61386831e..182adf629 100644
--- a/perl-install/share/po/id.po
+++ b/perl-install/share/po/id.po
@@ -15,7 +15,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX 0.1\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2006-01-18 17:26+0700\n"
"Last-Translator: Willy Sudiarto Raharjo <willysr@gmail.com>\n"
"Language-Team: Indonesia <mdk-id@yahoogroups.com>\n"
@@ -216,21 +216,21 @@ msgstr "Harap tunggu, sedang mendeteksi dan mengkonfigurasi divais...."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -257,9 +257,9 @@ msgstr "Harap tunggu, sedang mendeteksi dan mengkonfigurasi divais...."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Kesalahan"
@@ -499,10 +499,10 @@ msgstr "Kebiasaan"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Keluar"
@@ -662,7 +662,7 @@ msgstr "Kartu grafis: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -679,7 +679,7 @@ msgstr "Ok"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -694,7 +694,7 @@ msgstr "Batal"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -930,7 +930,7 @@ msgstr "Sektor pertama pada partisi root"
msgid "On Floppy"
msgstr "Pada Disket"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Lewati"
@@ -1273,9 +1273,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Selesai"
@@ -1480,9 +1480,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Jalankan userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1662,7 +1662,7 @@ msgstr "Domain"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Server"
@@ -1793,7 +1793,7 @@ msgstr "Tidak dapat menggunakan broadcast tanpa domain NIS"
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1808,42 +1808,42 @@ msgstr ""
"tunggu untuk boot default.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO dengan menu grafis"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO dengan menu teks"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB dengan menu grafis"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB dengan menu teks"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "tidak cukup ruang pada /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Anda tidak dapat menginstal bootloader pada partisi %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1851,7 +1851,7 @@ msgid ""
msgstr ""
"Konfigurasi bootloader Anda harus diupdate karena nomor partisi telah berubah"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1860,7 +1860,7 @@ msgstr ""
"Bootloader tidak bisa diinstall dengan benar. Anda harus melakukan boot "
"penyelamatan dan memilih \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Instal ulang Boot Loader"
@@ -3067,7 +3067,7 @@ msgstr "Cari server baru"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Paket %s perlu diupgrade. Anda ingin instal?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Tidak bisa menginstall paket %s"
@@ -3078,19 +3078,19 @@ msgid "Mandatory package %s is missing"
msgstr "Paket wajib %s hilang"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Peringatan"
@@ -3990,7 +3990,7 @@ msgstr "Nama pengguna"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4978,8 +4978,8 @@ msgstr ""
"diperiksa untuk block rusak pada disk."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -6040,9 +6040,8 @@ msgstr ""
"\n"
"Apakah Anda memiliki media installasi tambahan untuk dikonfigurasi?"
-
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7762,7 +7761,7 @@ msgstr ""
msgid "Re-submit"
msgstr "Kirim ulang"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
@@ -7771,7 +7770,7 @@ msgstr ""
"_: keyboard\n"
"Ceko (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7789,7 +7788,7 @@ msgstr ""
"_: keyboard\n"
"Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
@@ -7798,7 +7797,7 @@ msgstr ""
"_: keyboard\n"
"Spanyol"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
@@ -7807,7 +7806,7 @@ msgstr ""
"_: keyboard\n"
"Finlandia"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
@@ -7816,7 +7815,7 @@ msgstr ""
"_: keyboard\n"
"Perancis"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7834,7 +7833,7 @@ msgstr ""
"_: keyboard\n"
"Polandia"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
@@ -7843,7 +7842,7 @@ msgstr ""
"_: keyboard\n"
"Rusia"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
@@ -7852,17 +7851,17 @@ msgstr ""
"_: keyboard\n"
"Swedia"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Keyboard UK"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Keyboard US"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
@@ -7871,7 +7870,7 @@ msgstr ""
"_: keyboard\n"
"Albania"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
@@ -7880,7 +7879,7 @@ msgstr ""
"_: keyboard\n"
"Armenia (lama)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
@@ -7889,7 +7888,7 @@ msgstr ""
"_: keyboard\n"
"Armenia (mesin ketik)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
@@ -7898,7 +7897,7 @@ msgstr ""
"_: keyboard\n"
"Armenia (fonetik)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
@@ -7907,7 +7906,7 @@ msgstr ""
"_: keyboard\n"
"Arab"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
@@ -7916,7 +7915,7 @@ msgstr ""
"_: keyboard\n"
"Azerbaijan (latin)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
@@ -7925,7 +7924,7 @@ msgstr ""
"_: keyboard\n"
"Belgia"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
@@ -7934,7 +7933,7 @@ msgstr ""
"_: keyboard\n"
"Bengal (Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
@@ -7943,7 +7942,7 @@ msgstr ""
"_: keyboard\n"
"Bengal (Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
@@ -7952,7 +7951,7 @@ msgstr ""
"_: keyboard\n"
"Bulagaria (fonetik)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
@@ -7961,7 +7960,7 @@ msgstr ""
"_: keyboard\n"
"Bulgaria (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
@@ -7970,7 +7969,7 @@ msgstr ""
"_: keyboard\n"
"Brazil (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
@@ -7979,7 +7978,7 @@ msgstr ""
"_: keyboard\n"
"Bosnia"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
@@ -7988,7 +7987,7 @@ msgstr ""
"_: keyboard\n"
"Belarusia"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
@@ -7997,7 +7996,7 @@ msgstr ""
"_: keyboard\n"
"Swis (layout Jerman)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
@@ -8006,7 +8005,7 @@ msgstr ""
"_: keyboard\n"
"Swis (layout Prancis)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
@@ -8015,7 +8014,7 @@ msgstr ""
"_: keyboard\n"
"Cherokee silabis"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
@@ -8024,7 +8023,7 @@ msgstr ""
"_: keyboard\n"
"Ceko (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
@@ -8033,7 +8032,7 @@ msgstr ""
"_: keyboard\n"
"Jerman (tanpa dead key)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
@@ -8042,7 +8041,7 @@ msgstr ""
"_: keyboard\n"
"Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
@@ -8051,7 +8050,7 @@ msgstr ""
"_: keyboard\n"
"Denmark"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
@@ -8060,7 +8059,7 @@ msgstr ""
"_: keyboard\n"
"Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
@@ -8069,7 +8068,7 @@ msgstr ""
"_: keyboard\n"
"Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
@@ -8078,7 +8077,7 @@ msgstr ""
"_: keyboard\n"
"Dvorak (Perancis)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
@@ -8087,7 +8086,7 @@ msgstr ""
"_: keyboard\n"
"Dvorak (UK)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
@@ -8096,7 +8095,7 @@ msgstr ""
"D_: keyboard\n"
"vorak (Norwegia)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
@@ -8105,7 +8104,7 @@ msgstr ""
"_: keyboard\n"
"Dvorak (Polandia)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
@@ -8114,7 +8113,7 @@ msgstr ""
"_: keyboard\n"
"Dvorak (Swedia)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
@@ -8123,7 +8122,7 @@ msgstr ""
"_: keyboard\n"
"Dzongkha/Tibet"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
@@ -8132,7 +8131,7 @@ msgstr ""
"_: keyboard\n"
"Estonia"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
@@ -8141,7 +8140,7 @@ msgstr ""
"_: keyboard\n"
"Faroese"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
@@ -8150,7 +8149,7 @@ msgstr ""
"_: keyboard\n"
"Georgia (layout \"Rusia\")"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
@@ -8159,7 +8158,7 @@ msgstr ""
"_: keyboard\n"
"Georgia (layout \"Latin\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
@@ -8168,7 +8167,7 @@ msgstr ""
"_: keyboard\n"
"Yunani"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
@@ -8177,7 +8176,7 @@ msgstr ""
"_: keyboard\n"
"Yunani (politonik)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
@@ -8186,7 +8185,7 @@ msgstr ""
"_: keyboard\n"
"Gujarat"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
@@ -8195,7 +8194,7 @@ msgstr ""
"_: keyboard\n"
"Gurmukh"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
@@ -8204,7 +8203,7 @@ msgstr ""
"_: keyboard\n"
"Kroasia"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
@@ -8213,7 +8212,7 @@ msgstr ""
"_: keyboard\n"
"Hungaria"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
@@ -8222,7 +8221,7 @@ msgstr ""
"_: keyboard\n"
"Irlandia"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
@@ -8231,7 +8230,7 @@ msgstr ""
"_: keyboard\n"
"Israel"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
@@ -8240,7 +8239,7 @@ msgstr ""
"_: keyboard\n"
"Israel (fonetik)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
@@ -8249,7 +8248,7 @@ msgstr ""
"_: keyboard\n"
"Iran"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
@@ -8258,7 +8257,7 @@ msgstr ""
"_: keyboard\n"
"Islandia"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
@@ -8267,7 +8266,7 @@ msgstr ""
"_: keyboard\n"
"Italia"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
@@ -8276,7 +8275,7 @@ msgstr ""
"_: keyboard\n"
"Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
@@ -8285,7 +8284,7 @@ msgstr ""
"_: keyboard\n"
"Jepang 106 tombol"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
@@ -8294,7 +8293,7 @@ msgstr ""
"_: keyboard\n"
"Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
@@ -8303,7 +8302,7 @@ msgstr ""
"_: keyboard\n"
"Korea"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
@@ -8312,7 +8311,7 @@ msgstr ""
"_: keyboard\n"
"Kurdi (script Arab)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
@@ -8321,7 +8320,7 @@ msgstr ""
"_: keyboard\n"
"Kirgiztan"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
@@ -8330,7 +8329,7 @@ msgstr ""
"_: keyboard\n"
"Amerika Latin"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
@@ -8339,7 +8338,7 @@ msgstr ""
"_: keyboard\n"
"Laos"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
@@ -8348,7 +8347,7 @@ msgstr ""
"_: keyboard\n"
"Lithuania AZERTY (lama)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
@@ -8357,7 +8356,7 @@ msgstr ""
"_: keyboard\n"
"Lithuania AZERTY (baru)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
@@ -8366,7 +8365,7 @@ msgstr ""
"_: keyboard\n"
"Lithuania \"jumlah baris\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
@@ -8375,7 +8374,7 @@ msgstr ""
"_: keyboard\n"
"Lithuania \"fonetik\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
@@ -8384,7 +8383,7 @@ msgstr ""
"_: keyboard\n"
"Latvia"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
@@ -8393,7 +8392,7 @@ msgstr ""
"_: keyboard\n"
"Malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
@@ -8402,7 +8401,7 @@ msgstr ""
"_: keyboard\n"
"Makedonia"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
@@ -8411,7 +8410,7 @@ msgstr ""
"_: keyboard\n"
"Myanmar (Burma)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
@@ -8420,7 +8419,7 @@ msgstr ""
"_: keyboard\n"
"Mongol (cyrillic)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
@@ -8429,7 +8428,7 @@ msgstr ""
"_: keyboard\n"
"Malta (Inggris)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
@@ -8438,7 +8437,7 @@ msgstr ""
"_: keyboard\n"
"Malta (Amerika)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
@@ -8447,7 +8446,7 @@ msgstr ""
"_: keyboard\n"
"Belanda"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
@@ -8456,7 +8455,7 @@ msgstr ""
"_: keyboard\n"
"Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
@@ -8465,7 +8464,7 @@ msgstr ""
"_: keyboard\n"
"Polandia (layout qwerty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
@@ -8474,7 +8473,7 @@ msgstr ""
"_: keyboard\n"
"Polandia (layout qwertz)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
@@ -8483,7 +8482,7 @@ msgstr ""
"_: keyboard\n"
"Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
@@ -8492,7 +8491,7 @@ msgstr ""
"_: keyboard\n"
"Portugis"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
@@ -8501,7 +8500,7 @@ msgstr ""
"_: keyboard\n"
"Kanada (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
@@ -8510,7 +8509,7 @@ msgstr ""
"_: keyboard\n"
"Romania (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
@@ -8519,7 +8518,7 @@ msgstr ""
"_: keyboard\n"
"Romania (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
@@ -8528,7 +8527,7 @@ msgstr ""
"_: keyboard\n"
"Rusia (fonetik)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
@@ -8537,7 +8536,7 @@ msgstr ""
"_: keyboard\n"
"Saami (norwegia)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
@@ -8546,7 +8545,7 @@ msgstr ""
"_: keyboard\n"
"Saami (Swedia/Finlandia)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
@@ -8555,7 +8554,7 @@ msgstr ""
"_: keyboard\n"
"Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
@@ -8564,7 +8563,7 @@ msgstr ""
"_: keyboard\n"
"Slovenia"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
@@ -8573,7 +8572,7 @@ msgstr ""
"_: keyboard\n"
"Sinhala"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
@@ -8582,7 +8581,7 @@ msgstr ""
"_: keyboard\n"
"Slovakia (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
@@ -8591,7 +8590,7 @@ msgstr ""
"_: keyboard\n"
"Slovakia (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
@@ -8600,7 +8599,7 @@ msgstr ""
"_: keyboard\n"
"Serbia (cyrillic)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
@@ -8609,7 +8608,7 @@ msgstr ""
"_: keyboard\n"
"Syria"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
@@ -8618,7 +8617,7 @@ msgstr ""
"_: keyboard\n"
"Syiria (fonetik)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
@@ -8627,7 +8626,7 @@ msgstr ""
"_: keyboard\n"
"Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
@@ -8636,7 +8635,7 @@ msgstr ""
"_: keyboard\n"
"Tamil (layout ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
@@ -8645,7 +8644,7 @@ msgstr ""
"_: keyboard\n"
"Tamil (layout mesin ketik)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
@@ -8654,7 +8653,7 @@ msgstr ""
"_: keyboard\n"
"Thai (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
@@ -8663,7 +8662,7 @@ msgstr ""
"_: keyboard\n"
"Thai (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
@@ -8672,7 +8671,7 @@ msgstr ""
"_: keyboard\n"
"Thai (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
@@ -8681,7 +8680,7 @@ msgstr ""
"_: keyboard\n"
"Tifinagh (layout moroko) (+latin/arab)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
@@ -8690,7 +8689,7 @@ msgstr ""
"_: keyboard\n"
"Tifinagh (fonetik) (+latin/arab)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
@@ -8699,7 +8698,7 @@ msgstr ""
"_: keyboard\n"
"Tajik"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
@@ -8708,7 +8707,7 @@ msgstr ""
"_: keyboard\n"
"Turkmenistan"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
@@ -8717,7 +8716,7 @@ msgstr ""
"_: keyboard\n"
"Turki (model \"F\" tradisional)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
@@ -8726,7 +8725,7 @@ msgstr ""
"_: keyboard\n"
"Turki (model \"Q\" modern)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
@@ -8735,7 +8734,7 @@ msgstr ""
"_: keyboard\n"
"Ukraina"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
@@ -8744,12 +8743,12 @@ msgstr ""
"_: keyboard\n"
"Keyboard Urdu"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Keyboard US (internasional)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
@@ -8758,7 +8757,7 @@ msgstr ""
"_: keyboard\n"
"Uzbek (cyrillic)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
@@ -8767,7 +8766,7 @@ msgstr ""
"_: keyboard\n"
"Vietnam \"jumlah baris\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
@@ -8776,92 +8775,92 @@ msgstr ""
"_: keyboard\n"
"Yugoslavia (latin)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Tombol Alt Kanan"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Kedua tombol Shift bersamaan"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Tombol Control dan Shift bersamaan"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "Tombol CapsLock"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Tombol Shift dan CapsLock bersamaan"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Tombol Ctrl dan Alt bersamaan"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Tombol Alt dan Shift bersamaan"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "Kunci \"Menu\""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Kunci \"Windows\" kiri"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Kunci \"Windows\" kanan"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Kedua kunci Control bersamaan"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Kedua kunci Alt bersamaan"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Kunci Shift kiri"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Kunci Shift kanan"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "kunci Alt Kiri"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Kunci Control kiri"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Kunci Control kanan"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8871,7 +8870,7 @@ msgstr ""
"Di sini Anda dapat memilih kunci atau kombinasinya untuk \n"
"berganti antar layout keyboard (mis: latin dan non latin)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11267,8 +11266,8 @@ msgstr "Netmask harus dalam format 255.255.224.0"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Peringatan: alamat IP %s biasanya sudah dipesan!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s sudah dipakai\n"
@@ -11972,7 +11971,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Penyalinan firmware gagal, file %s tidak ditemukan"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Selamat!"
@@ -12106,9 +12105,9 @@ msgstr "Terkonfigurasi pada komputer lain"
msgid "On CUPS server \"%s\""
msgstr "Pada server CUPS \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Default)"
@@ -12160,9 +12159,9 @@ msgstr "CUPS remote"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Model tak dikenal"
@@ -12410,7 +12409,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Printer raw (Tanpa driver)"
@@ -12441,12 +12440,12 @@ msgstr "Host %s"
msgid "%s (Port %s)"
msgstr "%s (Port %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr "disediakan oleh pengguna"
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr "BARU"
@@ -12493,7 +12492,7 @@ msgstr ""
"secara otomatis agar dapat dipakai pada komputer ini."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Server remote CUPS dan tidak ada daemon CUPS lokal"
@@ -12542,8 +12541,8 @@ msgstr "Sharing printer pada host/jaringan: "
msgid "Custom configuration"
msgstr "Konfigurasi pribadi"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Tidak ada komputer remote"
@@ -12764,8 +12763,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "Aktif, Nama atau IP server remote:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "Nama server CUPS atau alamat IP hilang."
@@ -12775,29 +12774,30 @@ msgstr "Nama server CUPS atau alamat IP hilang."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Membaca data printer..."
@@ -12933,7 +12933,7 @@ msgstr ""
"Printer pada server CUPS remote tidak perlu dikonfigurasikan di sini; "
"printer ini akan secara otomatis terdeteksi."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -13173,12 +13173,12 @@ msgstr " pada "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Pilihan model printer"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Model mana yang Anda miliki?"
@@ -13196,7 +13196,7 @@ msgstr ""
"Printerdrake tidak dapat menentukan model printer %s Anda. Pilihlah model "
"yang benar dari daftar."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -13205,7 +13205,7 @@ msgstr ""
"Jika printer Anda tidak terdaftar, pilih yang kompatibel (lihat manual) atau "
"yang mirip."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Mengkonfigurasikan printer \"%s\"..."
@@ -13228,7 +13228,7 @@ msgstr ""
"Anda dapat mengaktifkannya kembali dengan memilih \"%s\" -> \"%s\" pada menu "
"utama Printerdrake"
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Konfigurasi Administrasi Otomatis"
@@ -13246,8 +13246,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Tambah printer baru"
@@ -13454,8 +13454,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Tidak bisa menginstall paket %s"
@@ -13694,10 +13694,10 @@ msgid "Remote printer name missing!"
msgstr "Nama printer remote hilang!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -14081,8 +14081,8 @@ msgstr "Edit"
msgid "and choosing \"%s\"."
msgstr "dan memilih \"%s\"."
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Tipe koneksi printer"
@@ -14092,22 +14092,18 @@ msgstr "Tipe koneksi printer"
msgid "What do you want to do?"
msgstr "Apa yang akan Anda lakukan?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr "Set-up dengan HPLIP"
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr "Set-up tanpa HPLIP"
-#: printer/printerdrake.pm:2426
-#, c-format
-msgid "Cancel setup"
-msgstr "Batalkan set-up"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -14120,7 +14116,7 @@ msgstr ""
"inkjet yang tidak terlalu kuno, pencarian pada divais multi fungsi, dan "
"akses kartu memori pada printer dengan pembaca kartu."
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -14129,91 +14125,107 @@ msgstr ""
"Untuk mengakses fungsi tambahan pada printer HP Anda harus diset-up dengan "
"HPLIP (HP Linux Imaging and Printing). "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
"Apakah Anda ingin menggunakan HPLIP (pilih \"Tidak\" untuk printer non HP)? "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Menginstall paket %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Hanya pencetakan yang dimungkinkan pada %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"Tidak dapat menghapus file konfigurasi HPOJ %s lama Anda untuk %s Anda! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Silahkan hapus file secara manual dan restart HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Pengujian divais dan mengkonfigurasi %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Printer mana yang hendak diset up dengan HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Set-up tanpa HPLIP"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Menginstall paket SANE..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Scanning pada %s tidak dimungkinkan."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Menggunakan dan Mengelola %s Anda"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Mengkonfigurasi divais..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Membuat port printer tersedia untuk CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Membaca basis data printer..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Masukkan Nama Printer dan Komentar"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Nama printer harus hanya berupa huruf, angka, atau garis bawah"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -14222,7 +14234,7 @@ msgstr ""
"Printer \"%s\" sudah ada, \n"
"Apakah Anda ingin menimpa konfigurasinya?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -14233,7 +14245,7 @@ msgstr ""
"printer tidak dapat diakses dari klien Windows. Apakah Anda ingin "
"menggunakan nama ini?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -14242,35 +14254,35 @@ msgstr ""
"Setiap printer perlu nama (misalnya \"printer\"). Bagian Penjelasan dan "
"Lokasi tidak harus terisi. Bagian tersebut hanya komentar untuk pengguna."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Nama Printer"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Keterangan"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Lokasi"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Mempersiapkan basis data printer ..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Model printer Anda"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14296,18 +14308,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Model sudah benar"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Pilih model secara manual"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14322,12 +14334,12 @@ msgstr ""
"dengan benar. Temukan model yang benar pada daftar jika model salah atau "
"\"Printer raw\" ditandai."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Install file PPD yang disertakan pembuat"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14336,7 +14348,7 @@ msgstr ""
"Setiap printer PostScript hadir dengan file PPD yang menjelaskan opsi dan "
"fitur printer."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14345,12 +14357,12 @@ msgstr ""
"File ini biasanya terdapat pada CD dengan driver untuk Windows dan Mac yang "
"datang dengan printer."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Anda juga bisa menemukan file PPD pada web site pembuat."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14359,7 +14371,7 @@ msgstr ""
"Jika Anda memiliki Windows pada komputer Anda, Anda juga bisa menemukan file "
"PPD pada partisi Windows Anda."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14369,7 +14381,7 @@ msgstr ""
"Menginstall file PPD printer dan menggunakannya ketika setting printer "
"membuat semua opsi printer yang disediakan perangkat keras printer tersedia"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14378,51 +14390,51 @@ msgstr ""
"Disini Anda bisa memilih file PPD yang akan diinstall pada komputer Anda, "
"dan akan digunakan untuk setup printer Anda."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Install file PPD dari"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Disket"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Tempat lain"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Pilih file PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "File PPD %s tidak ada atau tidak terbaca!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "File PPD %s tidak sesuai dengan spesifikasi PPD!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Menginstall file PPD..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Konfigurasi winprinter OKI"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14439,12 +14451,12 @@ msgstr ""
"mencetak halaman pengujian. Jika tidak, printer tidak akan bekerja. Setting "
"tipe koneksi Anda akan diabaikan oleh driver."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Konfigurasi inkjet Lexmark"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14456,7 +14468,7 @@ msgstr ""
"bukan printer pada komputer remote atau server cetak. Hubungkan printer Anda "
"ke port lokal atau konfigurasikan pada komputer yang terhubung dengannya."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14477,12 +14489,12 @@ msgstr ""
"cetak halaman perataan head printer dengan \"lexmarkmaintain\" dan sesuaikan "
"setting head alignment dengan program ini."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Konfigurasi Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14494,12 +14506,12 @@ msgstr ""
"printer pada komputer remote atau server cetak. Silahkan hubungkan printer "
"Anda ke port USB lokal atau konfigurasikan pada komputer dimana ia terhubung."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Konfigurasi Smasung ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14512,17 +14524,17 @@ msgstr ""
"cetak atau pada port parallel lain. Silahkan hubungkan printer Anda ke port "
"parallel pertama atau konfigurasikan pada komputer dimana ia terhubung."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Konfigurasi Canon LBP-460/660"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Konfigurasi LBP-810/1120 (CAPT)"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14535,12 +14547,12 @@ msgstr ""
"Silahkan hubungkan printer Anda ke port USB lokal atau konfigurasikan pada "
"komputer dimana ia terhubung secara langsung."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Firmware-Upload untuk HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14557,27 +14569,27 @@ msgstr ""
"tray extra) ditentukan dengan benar. Perhatikan bahwa pencetakan dengan "
"kualitas tinggi berjalan amat lambat."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Setting default printer"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opsi %s harus berupa bilangan integer!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Opsi %s harus berupa bilangan!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Opsi %s diluar jangkauan!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14586,12 +14598,12 @@ msgstr ""
"Apakah Anda ingin menentukan printer ini (\"%s\")\n"
"sebagai printer default?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Halaman tes"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14604,47 +14616,47 @@ msgstr ""
"printer laser bermemori rendah itu bisa tidak muncul. Umumnya cukup mencetak "
"halaman tes standar."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Tanpa halaman tes"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Cetak"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Halaman tes standar"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Halaman tes alternatif (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Halaman tes alternatif (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Halaman tes foto"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Mencetak halaman tes..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Melewati halaman tes foto"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14659,7 +14671,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14668,17 +14680,17 @@ msgstr ""
"Halaman test telah dikirim ke printer.\n"
"Akan butuh waktu sebentar sebelum printer mulai mencetak.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Apakah bekerja dengan baik?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Printer raw"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14691,7 +14703,7 @@ msgstr ""
"<file>\". Perkakas grafis memungkinkan Anda memilih printer dan memodifikasi "
"setting dengan mudah.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14702,8 +14714,8 @@ msgstr ""
"cetak pada banyak aplikasi, tapi jangan berikan nama file di sini karena "
"file yang dicetak akan diberikan oleh aplikasi.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14715,7 +14727,7 @@ msgstr ""
"Perintah \"%s\" juga mengijinkan modifikasi setting job cetak tertentu. "
"Tambahkan setting yang diinginkan ke baris perintah, mis. \"%s <file>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14726,7 +14738,7 @@ msgstr ""
"klik tombol \"Daftar opsi cetak\".%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14735,7 +14747,7 @@ msgstr ""
"Berikut adalah daftar opsi cetak yang tersedia untuk printer ini:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14744,8 +14756,8 @@ msgstr ""
"Untuk mencetak file dari perintah baris (terminal) gunakan perintah \"%s "
"<file>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14756,7 +14768,7 @@ msgstr ""
"cetak pada banyak aplikasi, tapi jangan berikan nama file di sini karena "
"file yang dicetak akan diberikan oleh aplikasi.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14765,7 +14777,7 @@ msgstr ""
"Untuk mendapat daftar opsi yang tersedia untuk printer ini, klik pada tombol "
"\"Daftar opsi cetak\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14774,7 +14786,7 @@ msgstr ""
"Untuk mencetak file dari perintah baris (terminal) gunakan perintah \"%s "
"<file>\" atau \"%s <file>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14791,7 +14803,7 @@ msgstr ""
"semua job pencetakan bila Anda menekannya. Ini berguna misalnya ketika "
"kertas macet.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14804,27 +14816,27 @@ msgstr ""
"job pencetakan tertentu. Tambahkan setting yang diinginkan pada baris "
"perintah, misalnya \"%s <file>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Menggunakan/Perawatan printer \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Pencetakan pada printer \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Daftar opsi cetak"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, c-format
msgid "Printing option list..."
msgstr "Mencetak daftar opsi..."
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14834,7 +14846,7 @@ msgstr ""
"%s Anda diset-up dengan perangkat lunak driver HPLIP milik HP. Dengan ini, "
"banyak fitur printer Anda yang didukung.\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14843,7 +14855,7 @@ msgstr ""
"Scanner pada printer Anda bisa digunakan dengan perangkat lunak SANE, "
"misalnya Kooka atau XSane (keduanya dalam menu Multimedia/Graphics). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14853,7 +14865,7 @@ msgstr ""
"Jalankan Scannerdrake (Perangkat Lunak/Scanner pada Pusat Kontrol Mandriva "
"Linux) untuk berbagi scanner pada jaringan.\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14862,7 +14874,7 @@ msgstr ""
"Pembaca kartu memori pada printer Anda bisa diakses seperti divais "
"penyimpanan USB."
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14873,7 +14885,7 @@ msgstr ""
"muncul pada desktop Anda.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14884,7 +14896,7 @@ msgstr ""
"Printer HP (Menu: System/Monitoring/HP Printer Toolbox) klik tombol \"Access "
"Photo Cards...\" pada tab \"Functions\". "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14894,7 +14906,7 @@ msgstr ""
"Perhatikan bahwa ini sangatlah lambat, membaca citra dari kamera atau "
"pembaca kartu USB biasanya lebih cepat.\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14904,33 +14916,33 @@ msgstr ""
"Toolbox Printer HP (Menu: System/Monitoring/HP Printer Toolbox) menawarkan "
"banyak status pengawasan dan fungsi perawatan untuk %s Anda:\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - Level tinta/informasi status\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - Pembersihan nozzle tinta\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Perataan head pencetak\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Kalibrasi warna\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Transfer konfigurasi printer"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14945,7 +14957,7 @@ msgstr ""
"tidak akan ditransfer. \n"
"Tidak semua antrian dapat ditransfer karena alasan berikut:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14954,19 +14966,19 @@ msgstr ""
"CUPS tidak mendukung printer pada server Novell atau printer yang mengirim "
"data ke perintah format-bebas.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr "PDQ hanya mendukung printer lokal, LPD remote, dan Soket/TCP.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD and LPRng tidak mendukung printer IPP.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14975,7 +14987,7 @@ msgstr ""
"Sebagai tambahan, antrian tidak dibuat oleh program ini atau \"foomatic-"
"configure\" tidak dapat ditransfer."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14986,7 +14998,7 @@ msgstr ""
"Juga printer yang terkonfigurasi dengan file PPD dari pabrik atau driver "
"CUPS asli tidak dapat ditransfer."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14996,17 +15008,17 @@ msgstr ""
"\n"
"Tandai printer yang ingin Anda transfer lalu klik\"Transfer\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Jangan transfer printer"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Transfer"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -15017,17 +15029,17 @@ msgstr ""
"Klik \"Transfer\" untuk menimpanya.\n"
"Anda juga dapat menuliskan nama baru atau melewatkan printer ini."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Nama printer baru"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Mentransfer %s ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -15036,28 +15048,28 @@ msgstr ""
"Anda telah men-transfer printer standar lama Anda (\"%s\"), Apakah akan "
"dijadikan printer default pada sistem cetak baru %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Pembaruan data printer..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Menjalankan jaringan..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Konfigurasikan jaringan sekarang"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Fungsi jaringan tidak terkonfigurasi"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -15070,12 +15082,12 @@ msgstr ""
"konfigurasi jaringan, Anda tidak akan dapat menggunakan printer yang Anda "
"konfigurasikan sekarang. Bagaimana Anda mau meneruskan?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Lanjutkan tanpa konfigurasi jaringan"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -15090,7 +15102,7 @@ msgstr ""
"\"Koneksi\", lalu set printer juga dengan Pusat Kontrol %s, bagian \"Hardware"
"\"/\"Printer\""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -15100,27 +15112,27 @@ msgstr ""
"Akses jaringan tidak berjalan dan tidak dapat dimulai. Periksa konfigurasi "
"dan perangkat keras Anda, lalu coba konfigurasikan printer remote Anda lagi."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Menjalankan ulang sistem cetak ..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "tinggi"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoid"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Menginstall sistem cetak pada level keamanan %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -15143,12 +15155,12 @@ msgstr ""
"\n"
"Benarkah Anda ingin mengkonfigurasikan printer pada komputer ini?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Menjalankan sistem cetak pada saat boot"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -15169,32 +15181,32 @@ msgstr ""
"\n"
"Anda ingin menjalankan secara otomatis sistem cetak kembali?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Memeriksa perangkat lunak yang terinstall..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Menghapus %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Tidak bisa menghapus sistem pencetakan %s!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Menginstall %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Tidak bisa menginstall sistem pencetakan %s"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -15208,7 +15220,7 @@ msgstr ""
"jika server tidak berfungsi, tidak akan bisa dilakukan proses pencetakan "
"sama sekali dari komputer ini."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -15217,32 +15229,32 @@ msgstr ""
"Masukkan nama host atau IP dari server CUPS Anda dan klik OK jika Anda ingin "
"menggunakan mode ini, klik \"Keluar\" jika tidak."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Nama atau IP server remote:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Setting Printer Standar..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Sistem pencetakan CUPS lokal atau server CUPS remote?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "Sistem pencetakan CUPS bisa digunakan dalam dua cara: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. Sistem pencetakan CUPS bisa berjalan secara lokal. "
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -15252,7 +15264,7 @@ msgstr ""
"pada server CUPS lain dalam jaringan yang sama akan ditemukan secara "
"otomatis."
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15265,12 +15277,12 @@ msgstr ""
"berjalan pada latar belakang dan memerlukan memori, dan port IPP (port 631) "
"terbuka. "
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr "2. Semua permintaan pencetakan dikirimkan pada server CUPS remote. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15282,7 +15294,7 @@ msgstr ""
"perangkat lunak yang terinstall untuk setting antrian pencetakan lokal, "
"sehingga memori dan ruang juga semakin sedikit. "
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15292,48 +15304,48 @@ msgstr ""
"server tidak berfungsi, maka tidak bisa dilakukan pencetakan dari komputer "
"ini. "
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Bagaimana seharusnya CUPS diset-up pada komputer Anda?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Server remote, tentukan nama atau IP:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Sistem pencetakan CUPS lokal"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Pilih Spooler Printer"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Sistem pencetakan (spooler) mana yang ingin digunakan?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Gagal mengkonfigurasi printer \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Menginstall Foomatic ..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Tidak bisa menginstall paket %s, %s tidak bisa dijalankan!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15343,48 +15355,48 @@ msgstr ""
"Printer berikut telah dikonfigurasikan. Klik ganda pada printer untuk "
"mengubah setting; membuatnya printer default; atau melihat informasi. "
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Tampilkan semua printer CUPS remote"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Pembaruan daftar printer (untuk menampilkan semua printer CUPS remote)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "konfigurasi CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Ubah sistem pencetakan"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Mode Normal"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Mode Ahli"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Opsi printer"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Modifikasi konfigurasi printer"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15393,99 +15405,99 @@ msgstr ""
"Printer %s%s\n"
"Apa yang akan Anda modifikasi pada printer ini?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Printer ini tidak aktif"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Kerjakan!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Nama, penjelasan, lokasi printer"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Pembuat, model, driver printer"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Pembuat, model printer"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Tentukan printer ini sebagai default"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Aktifkan Printer"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Nonaktifkan Printer"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "Penanganan kesalahan komunikasi printer"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Cetak halaman tes"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Belajar bagaimana menggunakan printer ini"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Hapus printer"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Menghapus printer lama \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Printer \"%s\" sekarang aktif."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Printer \"%s\" sekarang tidak aktif."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Apakah Anda ingin menghapus printer \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Menghapus printer \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Printer default"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Printer \"%s\" kini ditentukan sebagai printer default."
@@ -15521,15 +15533,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Tidak bisa menentukan hak akses file firmware %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "Tidak bisa menginstall paket yang diperlukan untuk berbagi scanner."
@@ -17436,12 +17448,12 @@ msgstr "Silakan log out dan tekan Ctrl-Alt-BackSpace"
msgid "You need to log out and back in again for changes to take effect"
msgstr "Anda harus log out dan kembali agar perubahan berlaku"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s membutuhkan nama pengguna...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17450,116 +17462,116 @@ msgstr ""
"%s: %s membutuhkan nama host, alamat MAC, IP, nbi-image, 0/1 untuk "
"THIN_CLIENT, 0/1 untuk Konfigurasi Lokal...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s memerlukan nama host...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr "Nama host untuk klien"
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr "Alamat MAC harus dalam format 00:11:22:33:44:55"
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr "Alamat IP yang akan diberikan ke klien"
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
-msgstr "Kernel/image adapter jaringan yang digunakan untuk memboot "
-"klien"
+msgstr "Kernel/image adapter jaringan yang digunakan untuk memboot klien"
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
-msgstr "Membuat file mask untuk mengijinkan perkakas konfigurasi untuk "
-"dijalankan pada klien"
+msgstr ""
+"Membuat file mask untuk mengijinkan perkakas konfigurasi untuk dijalankan "
+"pada klien"
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr "Aplikasi akan berjalan pada komputer server"
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Konfigurasi Server Terminal"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "Konfigurasi dhcpd"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Aktifkan Server"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Nonaktifkan Server"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Jalankan Server"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Hentikan Server"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Disket/ISO Etherboot"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Image Boot Net"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Tambah/Hapus Pengguna"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Tambah/Hapus Klien"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Citra"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Klien/Pengguna"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Wizard Pertama"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
"%s didefinisikan sebagai dm, menambahkan pengguna gdm pada /etc/passwd$"
"$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17601,27 +17613,27 @@ msgstr ""
" e) Bertanya kepada Anda untuk membuat disket boot.\n"
" f) Jika klien thin, bertanya apakah Anda ingin me-restart KDM.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Batalkan Wizard"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Harap simpan konfigurasi dhcpd!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Gunakan klien thin."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Sinkronisasi setting keyboard Klien X dengan server."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17636,28 +17648,28 @@ msgstr ""
"klien.\n"
" Klien 'Fat' menggunakan CPU/RAM miliknya, tetapi sistem file server."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Pembuatan image boot net untuk semua kernel"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Ini akan membutuhkan beberapa menit."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Selesai!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s gagal"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17668,12 +17680,12 @@ msgstr ""
"membuat NBI pada %s.\n"
"Diperlukan: %d MB, Tersedia: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr "Sinkronisasi daftar pengguna server dengan klien, termasuk root."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17682,19 +17694,18 @@ msgstr ""
"Untuk mengaktifkan perubahan pada klien thin, manajer tampilan harus di-"
"restart. Restart sekarang?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Gambaran Umum Server Terminal"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17705,8 +17716,8 @@ msgstr ""
" - Buat Image Etherboot:\n"
" \t\tUntuk boot kernel via etherboot, image khusus kernel/initrd "
"harus dibuat.\n"
-" \t\tmkinitrd-net melakukan sebagian besar kerja dan drakTermServ "
-"hanyalah antarmuka \n"
+" \t\tmkinitrd-net melakukan sebagian besar kerja dan %s hanyalah "
+"antarmuka \n"
" \t\tgrafis untuk menolong mengelola/mengkustomisasi image ini. Untuk "
"membuat \n"
"\t\t\t\t \tfile /etc/dhcpd.conf.etherboot-pcimap.include yang akan "
@@ -17714,14 +17725,14 @@ msgstr ""
"\t\t\t\t \tdhcpd.conf, Anda harus memmbuat image etherboot untuk satu kernel "
"penuh."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17736,8 +17747,7 @@ msgstr ""
" - Mengelola /etc/dhcpd.conf:\n"
" \tUntuk net boot klien, setiap klien perlu entri dhcpd.conf, "
"menunjuk alamat IP\n"
-" \t\tdan image net boot pada komputer. drakTermServ menolong membuat/"
-"menghapus\n"
+" \t\tdan image net boot pada komputer. %s menolong membuat/menghapus\n"
"\t\t\t\t \thapus entri ini.\n"
"\t\t\t\n"
" \t(Kartu PCI mungkin mengabaikan image - etherboot akan meminta "
@@ -17748,30 +17758,29 @@ msgstr ""
"\t\t\t \n"
" \t\tContoh dhcpd.conf yang mendukung klien diskless tampak seperti:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17790,11 +17799,10 @@ msgstr ""
"entri khusus untuk\n"
"\t\t\t\tkomputer klien, menggunakan skema alamat statis dengan menggunakan "
"fungsionalitas\n"
-"\t\t\t\tdari file konfigurasi khusus untuk klien yang disediakan "
-"ClusterNFS.\n"
+"\t\t\t\tdari file konfigurasi khusus untuk klien yang disediakan %s.\n"
"\t\t\t\n"
-" \t\t\tCatatan: Entri '#type' hanya dipakai oleh drakTermServ. Klien dapat "
-"berupa 'thin'\n"
+" \t\t\tCatatan: Entri '#type' hanya dipakai oleh %s. Klien dapat berupa "
+"'thin'\n"
"\t\t\t\tatau 'fat'. Klien thin menjalankan sebagian besar perangkat lunak "
"padaserver, sementara \n"
"\t\t\t\tklien fat menjalankan sebagian besar perangkat lunak pada klien. "
@@ -17807,8 +17815,8 @@ msgstr ""
"untuk membatasi akses ke \n"
"\t\t\t\tsubnet lokal.\n"
"\t\t\t\n"
-" Catatan: Entri '#hdw_config' hanya digunakan oleh drakTermServ. "
-"Klien dapat bernilai \n"
+" Catatan: Entri '#hdw_config' hanya digunakan oleh %s. Klien dapat "
+"bernilai \n"
" 'true' atau 'false'. 'true' mengaktifkan login root login pada "
"komputer klien dan mengijinkan \n"
" konfigurasi perangkat keras lokal untuk sound, mouse, dan X, "
@@ -17822,17 +17830,16 @@ msgstr ""
" Catatan: Anda harus menghentikan/menjalankan server setelah menambah "
"atau merubah klien."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17840,57 +17847,57 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Mengelola /etc/exports:\n"
-" \tClusternfs mengijinkan ekspor sistem file root ke klien diskless. "
-"drakTermServ\n"
+" \t%s mengijinkan ekspor sistem file root ke klien diskless. %s\n"
" \tmensetup entri untuk mengizinkan akses anonim ke sistem file root "
"dari klien\n"
" \tdiskless.\n"
"\n"
-" \tContoh entri ekspor untuk clusternfs:\n"
+" \tContoh entri ekspor untuk %s:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
"\t\t\t\t \tDengan SUBNET/MASK terdefinisikan untuk jaringan Anda."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Mengelola %s:\n"
" \tAgar pengguna dapat login ke sistem dari klien diskless, entri\n"
-" \tpada /etc/shadow harus diduplikasi pada %s. drakTermServ \n"
+" \tpada /etc/shadow harus diduplikasi pada %s. %s \n"
" \tmembantu hal ini dengan menambahkan atau menghapus pengguna sistem "
"dari file ini."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - %s masing-masing klien:\n"
-" \tMelalui clusternfs, setiap klien diskless dapat memiliki file "
-"konfigurasi sendiri\n"
+" \tMelalui %s, setiap klien diskless dapat memiliki file konfigurasi "
+"sendiri\n"
" \tpada sistem file root server. Dengan mengijinkan konfigurasi "
"perangkat keras klien \n"
-"\t\t\t\t \tlokal, drakTermServ akan membantu membuat file ini."
+"\t\t\t\t \tlokal, %s akan membantu membuat file ini."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17906,8 +17913,8 @@ msgid ""
"machine is configured."
msgstr ""
" - File konfigurasi sistem per klien:\n"
-" \tMelalui clusternfs, setiap klien diskless dapat memiliki file "
-"konfigurasi sendiri\n"
+" \tMelalui %s, setiap klien diskless dapat memiliki file konfigurasi "
+"sendiri\n"
" \tpada sistem file root server. Dengan mengijinkan konfigurasi "
"perangkat keras klien \n"
"\t\t\t\t \tlokal, klien dapat mengkustomisasi file seperti /etc/modules."
@@ -17921,12 +17928,12 @@ msgstr ""
"\t\t\t\t dapat dimatikan, mempertahankan file konfigurasi, setelah komputer "
"klien dikonfigurasikan."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17951,8 +17958,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ akan mengkonfigurasi file ini agar bekerja bersama "
-"dengan image yang dibuat \n"
+" \t%s akan mengkonfigurasi file ini agar bekerja bersama dengan image "
+"yang dibuat \n"
" \toleh mkinitrd-net, dan entri pada /etc/dhcpd.conf, untuk melayani "
"image boot pada \n"
" \tsetiap klien diskless.\n"
@@ -17974,14 +17981,12 @@ msgstr ""
" \tdan path direktori menjadi /var/lib/tftpboot, tempat mkinitrd-net\n"
" \tmeletakkan image."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17991,74 +17996,74 @@ msgid ""
msgstr ""
" - Membuat disket/CD etherboot:\n"
" \tMesin klien diskless perlu image ROM pada NIC, disket boot atau\n"
-" \tCD untuk memulai boot. drakTermServ membantu membuat image ini,\n"
+" \tCD untuk memulai boot. %s membantu membuat image ini,\n"
" \tberdasarkan NIC pada komputer klien.\n"
" \t\t\n"
" \t\tContoh pembuatan disket boot untuk 3Com 3c509 secara manual:\n"
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Disket boot"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "ISO boot"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "Image PXE"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Versi kernel default"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr "Buat image PXE"
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr "Gunakan Unionfs (TS2)"
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "Install kernel i586 untuk klien yang lebih tua"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Bangun Seluruh Kernel -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Tidak ada kernel yang dipilih!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Bangun NIC Tunggal -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Tidak ada NIC yang dipilih!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Bangun Semua Kernel -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
@@ -18067,27 +18072,27 @@ msgstr ""
"Argumen\n"
"kernel"
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Hapus"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Tidak ada image yang dipilih!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Hapus Semua NBI"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Membuat image untuk kernel:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -18098,27 +18103,27 @@ msgstr ""
"yang ada pada basis data Server Terminal.\n"
"Hapus/tambah lagi pengguna ke Server Terminal agar dapat login."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Tambah pengguna -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Hapus Pengguna"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "tipe: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "konfigurasi lokal: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -18127,22 +18132,22 @@ msgstr ""
"Ijinkan konfigurasi\n"
"hardware lokal."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Tidak ada image boot jaringan yang dibuat!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Klien Thin"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Izinkan Klien Thin"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -18151,52 +18156,52 @@ msgstr ""
"Sinkronisasi setting keyboard \n"
"X klien dengan server."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Tambah Klien -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr "Format alamat MAC tidak diketahui"
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "tipe: fat"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "tipe: thin"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "konfigurasi lokal: false"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "konfigurasi lokal: true: true"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Edit Klien"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Non-aktifkan Konfigurasi Lokal"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Hapus Klien"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -18205,77 +18210,77 @@ msgstr ""
"Manajer Display harus di-restart agar perubahan berlaku.\n"
"(pada konsol lakukan: service dm restart)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr "Klien thin tidak akan bekerja dengan autologin. Nonaktifkan autologin?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Semua klien akan menggunakan %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subnet:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Netmask:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Router:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Mask Subnet:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Alamat Broadcast:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Nama domain:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Server Nama:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Awal Jangkauan IP:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Akhir Jangkauan IP:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Tambahkan TS Includes pada Konfigurasi yang ada"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Tulis konfigurasi"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Konfigurasi Server dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18286,7 +18291,7 @@ msgstr ""
"yang sedang berjalan.\n"
"Anda bisa mengubah jika diperlukan."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -18295,101 +18300,101 @@ msgstr ""
"Pool Alamat IP Dinamis\n"
"(diperlukan untuk klien PXE):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Penulisan ke %s gagal!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Harap masukkan disket:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Tidak bisa mengakses disket!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Disket dapat dilepas sekarang"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Tidak ada drive disket!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "Image PXE adalah %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Kesalahan menulis %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Image ISO Etherboot adalah %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Terjadi kesalahan! - apakah mkisofs sudah diinstal?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Perlu membuat /etc/dhcpd.conf dahulu!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s katasandi buruk pada Server Terminal - menulis ulang...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s bukanlah pengguna...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s sudah merupakan pengguna Server Terminal\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Penambahan %s pada Server Terminal gagal!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s ditambahkan pada Server Terminal\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s dihapus...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s tidak ditemukan...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"/etc/hosts.allow dan /etc/hosts.deny sudah dikonfigurasikan - tidak diubah"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Konfigurasi berubah - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Konfigurasi berubah - restart %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26628,17 +26633,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake tidak akan dijalankan sekarang."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Mencari scanner yang terkonfigurasi ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Mencari scanner baru ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Membuat ulang daftar scanner yang terkonfigurasi..."
@@ -26802,43 +26807,43 @@ msgstr ""
"Anda dapat menjalankan printerdrake dari Pusat Kontrol %s pada bagian "
"Perangkat Keras."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Mensetting modul kernel..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Deteksi otomatis port tersedia"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Silahkan pilih divais tempat %s Anda terhubung"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Catatan: port parallel tidak dapat dideteksi secara otomatis)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "pilih divais"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Mencari scanner..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Mensetting modul kernel..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Perhatian!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26851,7 +26856,7 @@ msgstr ""
"Pengaturan manual diperlukan. Silahkan edit file konfigurasi /etc/sane.d/%s."
"conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26860,7 +26865,7 @@ msgstr ""
"Informasi lebih lanjut pada halaman manual driver. Jalankan perintah \"man "
"sane-%s\" untuk membacanya."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26869,7 +26874,7 @@ msgstr ""
"Setelah itu Anda bisa men-scan dokumen menggunakan \"XSane\" atau \"Kooka\" "
"dari Multimedia/Grafik pada menu aplikasi."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26878,7 +26883,7 @@ msgstr ""
"%s Anda telah dikonfigurasi, tetapi pengaturan manual tambahan diperlukan "
"agar dapat bekerja."
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26887,12 +26892,12 @@ msgstr ""
"Jika tidak muncul pada daftar scanner yang terkonfigurasi pada jendela utama "
"Scannerdrake atau jika tidak bekerja dengan benar, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "edit file konfigurasi /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26903,7 +26908,7 @@ msgstr ""
"Sekarang Anda bisa men-scan dokumen menggunakan \"XSane\" atau \"Kooka\" "
"dari Multimedia/Grafik pada menu aplikasi."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26916,7 +26921,7 @@ msgstr ""
"%s\n"
"tersedia pada sistem Anda.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26929,42 +26934,42 @@ msgstr ""
"%s\n"
"tersedia pada sistem Anda.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Tidak ada scanner yang dapat dipakai pada sistem Anda.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Mencari scanner baru"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Tambah scanner secara manual"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Install/Update file firmware"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Berbagi scanner"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Semua komputer remote"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Komputer ini"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26973,7 +26978,7 @@ msgstr ""
"Disini Anda bisa memilih apakah scanner yang terhubung pada komputer ini "
"dapat diakses oleh komputer remote lain dan oleh komputer mana."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26982,88 +26987,88 @@ msgstr ""
"Anda juga bisa menentukan apakah scanner pada komputer remote tersedia pada "
"komputer ini."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Scanner pada komputer ini tersedia untuk komputer lain"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Berbagi scanner pada host: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Gunakan scanner pada komputer remote"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Gunakan scanner pada host: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Berbagi scanner local"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr "Ini adalah komputer yang scanner lokalnya tersedia:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Tambah host"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Edit host terpilih"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Hapus host terpilih"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Nama/alamat IP host:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Pilihlah host yang scanner lokalnya akan tersedia:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Anda harus memasukkan nama host atau alamat IP.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Host ini sudah terdaftar, tidak dapat ditambahkan lagi.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Pemakaian scanner remote"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Berikut adalah komputer dimana scannernya akan dipakai:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -27074,7 +27079,7 @@ msgstr ""
"\n"
"Apakah Anda ingin menginstall paket saned?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Scanner Anda tidak akan tersedia pada jaringan."
@@ -27258,6 +27263,312 @@ msgstr ""
msgid "Installation failed"
msgstr "Installasi gagal"
+#~ msgid "Cancel setup"
+#~ msgstr "Batalkan set-up"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Buat Image Etherboot:\n"
+#~ " \t\tUntuk boot kernel via etherboot, image khusus kernel/initrd "
+#~ "harus dibuat.\n"
+#~ " \t\tmkinitrd-net melakukan sebagian besar kerja dan drakTermServ "
+#~ "hanyalah antarmuka \n"
+#~ " \t\tgrafis untuk menolong mengelola/mengkustomisasi image ini. "
+#~ "Untuk membuat \n"
+#~ "\t\t\t\t \tfile /etc/dhcpd.conf.etherboot-pcimap.include yang akan "
+#~ "disertakan pada \n"
+#~ "\t\t\t\t \tdhcpd.conf, Anda harus memmbuat image etherboot untuk satu "
+#~ "kernel penuh."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Mengelola /etc/dhcpd.conf:\n"
+#~ " \tUntuk net boot klien, setiap klien perlu entri dhcpd.conf, "
+#~ "menunjuk alamat IP\n"
+#~ " \t\tdan image net boot pada komputer. drakTermServ menolong "
+#~ "membuat/menghapus\n"
+#~ "\t\t\t\t \thapus entri ini.\n"
+#~ "\t\t\t\n"
+#~ " \t(Kartu PCI mungkin mengabaikan image - etherboot akan meminta "
+#~ "image yang benar.\n"
+#~ "\t\t\tAnda harus mempertimbangkan ketika etherboot mencari image, ia "
+#~ "mengharapkan \n"
+#~ "\t\t\tnama seperti boot-3c59x.nbi, bukan boot-3c59x.2.4.19-16mdk.nbi).\n"
+#~ "\t\t\t \n"
+#~ " \t\tContoh dhcpd.conf yang mendukung klien diskless tampak "
+#~ "seperti:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ "\t\t\t\tAnda dapat memakai pool alamat IP, bukannya bukan mensetup sebuah "
+#~ "entri khusus untuk\n"
+#~ "\t\t\t\tkomputer klien, menggunakan skema alamat statis dengan "
+#~ "menggunakan fungsionalitas\n"
+#~ "\t\t\t\tdari file konfigurasi khusus untuk klien yang disediakan "
+#~ "ClusterNFS.\n"
+#~ "\t\t\t\n"
+#~ " \t\t\tCatatan: Entri '#type' hanya dipakai oleh drakTermServ. Klien "
+#~ "dapat berupa 'thin'\n"
+#~ "\t\t\t\tatau 'fat'. Klien thin menjalankan sebagian besar perangkat lunak "
+#~ "padaserver, sementara \n"
+#~ "\t\t\t\tklien fat menjalankan sebagian besar perangkat lunak pada klien. "
+#~ "Sebuah\n"
+#~ "\t\t\t\tinittab khusus, %s ditulis untuk klien thin. File konfigurasi xdm-"
+#~ "config, kdmrc, gdm.conf \n"
+#~ "\t\t\t\tdimodifikasi jika klien thin digunakan, untuk mengaktifkan XDMCP. "
+#~ "Karena ada masalah keamanan \n"
+#~ "\t\t\t\tdalam penggunaan XDMCP, hosts.deny dan hosts.allow dimodifikasi "
+#~ "untuk membatasi akses ke \n"
+#~ "\t\t\t\tsubnet lokal.\n"
+#~ "\t\t\t\n"
+#~ " Catatan: Entri '#hdw_config' hanya digunakan oleh drakTermServ. "
+#~ "Klien dapat bernilai \n"
+#~ " 'true' atau 'false'. 'true' mengaktifkan login root login pada "
+#~ "komputer klien dan mengijinkan \n"
+#~ " konfigurasi perangkat keras lokal untuk sound, mouse, dan X, "
+#~ "menggunakan perkakas 'drak'. Hal ini \n"
+#~ " diaktifkan dengan membuat file konfigurasi terpisah yang "
+#~ "berhubungan \t\t\t\t dengan IP klien dan \n"
+#~ " pembuatan titik mount baca/tulis untuk mengijinkan klien untuk "
+#~ "merubah \t\t\t\t file. Setelah Anda puas\n"
+#~ " dengan konfigurasi, Anda bisa menghapus hak login root dari "
+#~ "klien.\n"
+#~ "\t\t\t\n"
+#~ " Catatan: Anda harus menghentikan/menjalankan server setelah "
+#~ "menambah atau merubah klien."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Mengelola /etc/exports:\n"
+#~ " \tClusternfs mengijinkan ekspor sistem file root ke klien "
+#~ "diskless. drakTermServ\n"
+#~ " \tmensetup entri untuk mengizinkan akses anonim ke sistem file "
+#~ "root dari klien\n"
+#~ " \tdiskless.\n"
+#~ "\n"
+#~ " \tContoh entri ekspor untuk clusternfs:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ "\t\t\t\t \tDengan SUBNET/MASK terdefinisikan untuk jaringan Anda."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Mengelola %s:\n"
+#~ " \tAgar pengguna dapat login ke sistem dari klien diskless, entri\n"
+#~ " \tpada /etc/shadow harus diduplikasi pada %s. drakTermServ \n"
+#~ " \tmembantu hal ini dengan menambahkan atau menghapus pengguna "
+#~ "sistem dari file ini."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - %s masing-masing klien:\n"
+#~ " \tMelalui clusternfs, setiap klien diskless dapat memiliki file "
+#~ "konfigurasi sendiri\n"
+#~ " \tpada sistem file root server. Dengan mengijinkan konfigurasi "
+#~ "perangkat keras klien \n"
+#~ "\t\t\t\t \tlokal, drakTermServ akan membantu membuat file ini."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - File konfigurasi sistem per klien:\n"
+#~ " \tMelalui clusternfs, setiap klien diskless dapat memiliki file "
+#~ "konfigurasi sendiri\n"
+#~ " \tpada sistem file root server. Dengan mengijinkan konfigurasi "
+#~ "perangkat keras klien \n"
+#~ "\t\t\t\t \tlokal, klien dapat mengkustomisasi file seperti /etc/modules."
+#~ "conf, /etc/sysconfig/mouse, \n"
+#~ "\t\t\t\t \t/etc/sysconfig/keyboard pada setiap klien.\n"
+#~ "\n"
+#~ "\t\t\t\t Catatan: Mengijinkan konfigurasi perangkat keras klien lokal "
+#~ "akan mengaktifkan login root pada \n"
+#~ "\t\t\t\t terminal server pada setiap komputer klien yang mengaktifkan "
+#~ "fitur ini. Konfigurasi lokal\n"
+#~ "\t\t\t\t dapat dimatikan, mempertahankan file konfigurasi, setelah "
+#~ "komputer klien dikonfigurasikan."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ akan mengkonfigurasi file ini agar bekerja bersama "
+#~ "dengan image yang dibuat \n"
+#~ " \toleh mkinitrd-net, dan entri pada /etc/dhcpd.conf, untuk "
+#~ "melayani image boot pada \n"
+#~ " \tsetiap klien diskless.\n"
+#~ "\n"
+#~ " \tContoh file konfigurasi TFTP:\n"
+#~ " \t\t\n"
+#~ " \tlayanan tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tPerubahan dari installasi standar adalah flag disable jadi "
+#~ "'no'\n"
+#~ " \tdan path direktori menjadi /var/lib/tftpboot, tempat mkinitrd-"
+#~ "net\n"
+#~ " \tmeletakkan image."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Membuat disket/CD etherboot:\n"
+#~ " \tMesin klien diskless perlu image ROM pada NIC, disket boot "
+#~ "atau\n"
+#~ " \tCD untuk memulai boot. drakTermServ membantu membuat image "
+#~ "ini,\n"
+#~ " \tberdasarkan NIC pada komputer klien.\n"
+#~ " \t\t\n"
+#~ " \t\tContoh pembuatan disket boot untuk 3Com 3c509 secara manual:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Konfigurasi berubah - restart clusternfs/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/is.po b/perl-install/share/po/is.po
index da6291032..7bd54a862 100644
--- a/perl-install/share/po/is.po
+++ b/perl-install/share/po/is.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-12-29 01:47+0000\n"
"Last-Translator: Pjetur G. Hjaltason <pjetur@pjetur.net>\n"
"Language-Team: Icelandic <kde-isl@molar.is>\n"
@@ -205,21 +205,21 @@ msgstr "Augnablik, leita að og stilli tæki..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -246,9 +246,9 @@ msgstr "Augnablik, leita að og stilli tæki..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Villa"
@@ -489,10 +489,10 @@ msgstr "Sérsniðið"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Hætta"
@@ -653,7 +653,7 @@ msgstr "Skjákort: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -670,7 +670,7 @@ msgstr "Í lagi"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -685,7 +685,7 @@ msgstr "Hætta við"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -916,7 +916,7 @@ msgstr "Á fyrsta geira rótardisksneiðar"
msgid "On Floppy"
msgstr "Á diskling"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Sleppa"
@@ -1259,9 +1259,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Lokið"
@@ -1465,9 +1465,9 @@ msgstr "Þú getur miðlað með NFS eða SMB. Veldu hvort þú vilt nota."
msgid "Launch userdrake"
msgstr "Ræsa userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1645,7 +1645,7 @@ msgstr "Lén"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Miðlari"
@@ -1776,7 +1776,7 @@ msgstr "Get ekki notað útvörpun án NIS léns"
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1791,42 +1791,42 @@ msgstr ""
"biddu eftir sjalfgefinni raesingu.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO með myndrænni valmynd"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO með textavalmynd"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB með myndrænni valmynd"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB með texavalmynd"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "ekki nægilegt pláss í /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Þú getur ekki sett ræsistjórann á %s disksneiðina\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1835,7 +1835,7 @@ msgstr ""
"Þú verður að uppfæra stillingar ræsistjórans því disksneiðar hafa verið "
"endurnúmeraðar"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1844,7 +1844,7 @@ msgstr ""
"Ekki er hægt að setja ræsistjórann rétt upp. Þú verður að ræsa með "
"björgunardisk og velja \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Setja aftur inn ræsistjóra"
@@ -3055,7 +3055,7 @@ msgstr "Leita að nýjum þjónum"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Þarf að setja inn pakkann %s. Viltu setja hann inn?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Gat ekki sett inn pakkann %s!"
@@ -3066,19 +3066,19 @@ msgid "Mandatory package %s is missing"
msgstr "Vantar nauðsynlegan pakka %s"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Aðvörun"
@@ -3972,7 +3972,7 @@ msgstr "Notandanafn"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4909,8 +4909,8 @@ msgstr ""
"sérstaklega m.t.t. galla á diskblokkum."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5971,8 +5971,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7683,14 +7683,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Endursenda"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Tékkneskt (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7704,28 +7704,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Spænskt"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finnskt"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Franskt"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7739,828 +7739,828 @@ msgid ""
"Polish"
msgstr "Pólskt"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Rússneskt"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Sænskt"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Breskt lyklaborð"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Bandarískt lyklaborð"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albanskt"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armenskt (gamalt)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armenskt (ritvélaborð)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armenskt (hljóðfræðilegt)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arabískt"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Adzerbadjanskt (latneskt)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgískt"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengalskt (Inscript uppsetn.)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengalskt (Probhat uppsetn.)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Búlgarskt (hljóðfræðilegt)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Búlgarskt (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brasilískt (ABNT 2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosnískt"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Hvít-Rússneskt"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Svissneskt (þýsk uppsetn.)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Svissneskt (frönsk uppsetn.)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee syllabics"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Tékkneskt (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Þýskt (engir dauðir lyklar)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Danskt"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperantó)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Franskt)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (UK)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norskt)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Pólskt)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Sænskt)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tíbetskt"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Eistlenskt"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Færeyskt"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgískt (\"Rússneskt\")"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgískt (\"Latínu\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Grískt"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Grískt (hljóðfr.)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Króatískt"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Ungverskt"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Írskt"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Ísraelskt"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Ísraelskt (hljóðfr.)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Íranskt"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Íslenskt"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Ítalskt"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japanskt 106 lykla"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Kóreskt lyklaborð"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kúrdískt (arabískt letur)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kírgískt"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Suður amerískt"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laóteskt"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Litháenskt AZERTY (gamalt)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Litháenskt AZERTY (nýtt)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Litháenskt \"töluröð\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Litháenskt \"hljóðfræðilegt\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Lettneska"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Makedónískt"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Búrmenskt)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongólskt (kýrilískt)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltneskt (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltneskt (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Hollenskt"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Pólskt (qwerty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Pólskt (qwertz)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portúgalskt"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanadískt (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rúmenskt (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Rúmenskt (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Rússneskt (hljóðfræðilegt)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (Norskt)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Samískt (sænsk/finnskt)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slóvenskt"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Sinhala"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slóvakískt (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slóvakískt (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbneskt (kýrilískt)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Sýrlenskt"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Sýrlenskt (hljóðfræðilegt)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamílskt (ISCII uppsetning)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamílskt (ritvélaruppsetning)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Tælenskt (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Tælenskt (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Tælenskt (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (marokkó uppsetn.) (+latneskt/arabískt)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (hljóðfræðileg uppsetn.) (+latneskt/arabískt)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tajik lyklaborð"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Túrkmenískt"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Tyrkneskt (hefðbundið \"F\" módel)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Tyrkneskt (nútíma \"Q\" módel)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Úkraínskt"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Urdu lyklaborð"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Bandarískt (alþjóðlegt)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Úsbeskt (kýrilískt)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Víetnamskt \"töluröð\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Júgóslavneskt (Latínu upps.)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Hægri Alt lykill"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Báðir Shift lyklar samtímis"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Ctrl og Shift lyklar samtímis"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock lykill"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift og CapsLock lyklar samtímis"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl og Alt lyklar samtímis"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt og Shift lyklar samtímis"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Menu\" lykill"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Vinstri \"Windows\" lykill"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Hægri \"Windows\" lykill"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Báðir Ctrl lyklar samtímis"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Báðir Alt lyklar samtímis"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Vinstri Shift lykill"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Hægri Shift lykill"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Vinstri Alt lykill"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Vinstri Ctrl lykill"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Hægri Ctrl lykill"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8570,7 +8570,7 @@ msgstr ""
"Hér getur þú valið lykla eða lyklasamsetningar sem skipta \n"
"milli mismunandi lykilboðs-uppsetninga (t.d íslenskt/enskt)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10964,8 +10964,8 @@ msgstr "Netsía á að vera á sniðinu 255.255.224.0"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Aðvörun: IP tala %s er venjulega frátekin!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s er þegar í notkun\n"
@@ -11666,7 +11666,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Tókst ekki að afrita frumrekla, skrá %s fannst ekki"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Til hamingju!"
@@ -11801,9 +11801,9 @@ msgstr "Stillt á öðrum vélum"
msgid "On CUPS server \"%s\""
msgstr "Á CUPS þjóni \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Sjálfgefið)"
@@ -11855,9 +11855,9 @@ msgstr "Fjartengd CUPS þjónusta"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Óþekkt tegund"
@@ -12105,7 +12105,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Hrár prentari (enginn rekill)"
@@ -12136,12 +12136,12 @@ msgstr "Vél %s"
msgid "%s (Port %s)"
msgstr "%s (Gátt %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12189,7 +12189,7 @@ msgstr ""
"séu sjálfkrafa virkir á þessari vél."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Fjartengdur CUPS miðlari og enginn staðbundinn CUPS forrit"
@@ -12238,8 +12238,8 @@ msgstr "Samnýting prentara á vél/neti: "
msgid "Custom configuration"
msgstr "Sérsniðin uppsetning"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Engar fjarlægar vélar"
@@ -12470,8 +12470,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "Á, Nafn eða IP-tala á fjartengdum þjóni:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "CUPS vélarnafn eða IP-tölu vantar."
@@ -12481,29 +12481,30 @@ msgstr "CUPS vélarnafn eða IP-tölu vantar."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Les prentara-upplýsingar..."
@@ -12638,7 +12639,7 @@ msgstr ""
"Ekki þarf að stilla fjartengda CUPS prentara hér, uppsetningar þeirra verða "
"skynjaðar sjálfkrafa."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12874,12 +12875,12 @@ msgstr " á "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Veldu prentarategund"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Hvaða prentarategund ertu með?"
@@ -12897,7 +12898,7 @@ msgstr ""
"Printerdrake gat ekki ákveðið hvaða tegund prentarinn þinn %s er. Vinsamlega "
"veldu rétta tegund af listanum."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12906,7 +12907,7 @@ msgstr ""
"Ef prentarinn þinn er ekki á listanum, veldu samhæfðan (sjá prentarar "
"handbók) eða sambærilegan."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Stilla prentara \"%s\"..."
@@ -12929,7 +12930,7 @@ msgstr ""
"Þú getur kveikt aftur á því með því að velja \"%s\" -> \"%s\" í aðalvalmynd "
"Printerdrake. "
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Stilla sjálfvirka kerfisumsýslu"
@@ -12947,8 +12948,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Bæta við prentara"
@@ -13153,8 +13154,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Gat ekki sett inn pakkana %s!"
@@ -13392,10 +13393,10 @@ msgid "Remote printer name missing!"
msgstr "Nafn vantar á fjartengdan prentara!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13775,8 +13776,8 @@ msgstr "Sýsl"
msgid "and choosing \"%s\"."
msgstr "og velja \"%s\"."
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Tegund prenttengingar"
@@ -13786,22 +13787,18 @@ msgstr "Tegund prenttengingar"
msgid "What do you want to do?"
msgstr "Hvað viltu gera næst?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr "Setja upp með HPLIP"
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr "Setja upp án HPLIP"
-#: printer/printerdrake.pm:2426
-#, c-format
-msgid "Cancel setup"
-msgstr "Hætta við"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13813,7 +13810,7 @@ msgstr ""
"spíssa-hreinsun, hausa-stillingar, ...) á öllum nýrri bleksprautu-prenturum, "
"skönnun á fjölnota-tækjum, minniskorta-lesari á prenturum með kortalesara. "
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13822,89 +13819,105 @@ msgstr ""
"Til að virkja þessar auka-aðgerðir á HP prentaranum þínum, þá verður að "
"setja upp HPLIP (HP Linux Imaging and Printing). "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr "Vilt þú nota HPLIP (veldu \"Nei\" fyrir aðra en HP prentara)? "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Set inn %s pakka..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Aðeins prentun verður möguleg á %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Gat ekki fjarlægt gömlu HPOJ stillingarskrána %s fyrir %s! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Vinsamlega fjarlægðu skrána handvirkt og endurræstu HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Athuga tæki og stilli %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Hvaða prentara vilt þú setja upp með HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Setja upp án HPLIP"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Set inn SANE pakka..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Skönnun á %s verður ekki möguleg."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Nota og stilla %s"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Set upp tæki..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Opna prentaragátt fyrir CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Les prentara-gagnagrunn..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Gefðu upp nafn prentara og lýsingu"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Nafn prentara ætti aðeins að innihalda bókstafi, tölur og undirstrik"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13913,7 +13926,7 @@ msgstr ""
"Prentarinn \"%s\" er þegar til.\n"
"viltu skrifa yfir stillingar þess prentara?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13923,7 +13936,7 @@ msgstr ""
"Prentaranafnið \"%s\" er lengra en 12 stafir sem getur gert prentarann "
"óaðgengilegann frá Windows biðlurum. Viltu í alvöru nota þetta nafn?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13933,35 +13946,35 @@ msgstr ""
"staðsetningu þarf ekki að fylla út. Það eru svæði til upplýsingar fyrir "
"notendur."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Nafn prentara"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Lýsing"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Staðsetning"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Undirbý prentara-gagnagrunn..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Þín tegund prentara"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13986,18 +13999,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Tegundin er rétt"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Velja tegund handvirkt"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14012,12 +14025,12 @@ msgstr ""
"Leitið í listanum að réttum prentara og undirtegund þegar rangur prentari "
"hefur fundist eða \"Raw printer\" er sjálfvalinn."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Setja upp PPD skrá framleiðanda"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14026,7 +14039,7 @@ msgstr ""
"Allir PostScript prentarar koma með PPD skrá sem lýsir möguleikum og "
"valkostum prentarans."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14035,12 +14048,12 @@ msgstr ""
"Þessi skrá er venjulega einvers staðar á geisladisknum með Windows og Mac "
"reklunum sem komu með prentaranum."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Þú getur einnig fundið PPD skrár á vefsíðum framleiðanda."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14049,7 +14062,7 @@ msgstr ""
"Ef þú hefur Windows uppsett á vélinni þinni, þá getur þú eining fundið PPD "
"skrár á Windows disksneiðinni."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14059,7 +14072,7 @@ msgstr ""
"Með því að setja inn PPD skrá og nota hana þegar þú setur upp prentarann "
"gefur þér möguleika á að nota allt sem vélbúnaður prentarans býður uppá"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14068,51 +14081,51 @@ msgstr ""
"Hér getur þú valið PPD skrá sem á að setja upp á tölvunni þinni, skráin "
"verður notuð til að setja upp prentarann þinn."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Setja inn PPD frá"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Disklingadrif"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Annar staður"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Veljið PPD skrá"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "PPD skráin %s er ekki til eða er ólæsileg!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "PPD skráin %s passar ekki við PPD skilgreiningar!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Set inn PPD skrá..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI winprinter stillingar"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14129,12 +14142,12 @@ msgstr ""
"þú prentar prufusíðu. Annars virkar prentarinn ekki. Allar tengiupplýsingar "
"verða hunsaðar af reklinum."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark bleksprautu stillingar"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14146,7 +14159,7 @@ msgstr ""
"prentara á öðrum vélum eða prentpungum. Vinsamlega tengdu prentarann við "
"tengi á vélinni eða stilltu hann á vélinni þar sem hann er tengdur."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14166,12 +14179,12 @@ msgstr ""
"strax eftir leyfisfyrirspurnina. Prentaðu síðan prenthausa-stilli-síðurnar "
"með \"lexmarkmaintain\" og stilltu hausana með þessu forriti."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark X125 stillingar"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14184,12 +14197,12 @@ msgstr ""
"Vinsamlega tengdu prentarann við USB tengi á þessari vél eða stilltu hann á "
"þeirri vél sem hann er tengdur við."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Samsung ML/QL-85G stillingar"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14202,17 +14215,17 @@ msgstr ""
"Vinsamlega tengið prentarann ykkar á fyrsta hliðtengið eða stillið hann á "
"þeirri vél sem hann er tengdur við."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Canon LBP-460/660 stillingar"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Canon LBP-810/1120 (CAPT) stillingar"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14225,12 +14238,12 @@ msgstr ""
"ef þeir eru tengdir við hliðtengi. Vinsamlega tengdu prentarann við USB "
"tengi á þessari vél, eða stilltu hann á þeirri vél sem hann er tengdur við."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Vélbúnaðar-Uppfærsla fyrir HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14247,27 +14260,27 @@ msgstr ""
"(minni, prenta báðum megin, auka bakkar...). Athugið að með mikilli upplausn/"
"gæðum getur prentun tekið langan tíma."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Sjálfgefin stilling prentara"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Valkostur %s verður að vera heiltala!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Valkostur %s verður að vera tala!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Valkostur %s er utan leyfilegra gilda!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14276,12 +14289,12 @@ msgstr ""
"Viltu setja þennan prentara (\"%s\")\n"
"sem sjálfgefinn prentara?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Prufusíður"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14294,47 +14307,47 @@ msgstr ""
"sumum laser-prenturum með lítið minni gerist jafnvel ekkert. Oftast er "
"nægilegt að prenta stöðluðu prufusíðuna."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Engar prufusíður"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Prenta"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Stöðluð prufusíða"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Önnur prufusíða (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Önnur prufusíða (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Myndprófunar-síðu(r)"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Prenta út prufublaðsíðu(r)..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Sleppi myndprófunar-síðu."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14349,7 +14362,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14358,17 +14371,17 @@ msgstr ""
"Prufusíða(ur) hafa verið sendar á prentarann.\n"
"Það getur tekið nokkurn tíma þar til prentarinn byrjar.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Virkaði þetta eðlilega?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Hrár prentari"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14381,7 +14394,7 @@ msgstr ""
"\"kprinter <skrá>\". Myndrænu tólin leyfa þér að velja prentara og breyta "
"stillingum auðveldlega.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14392,8 +14405,8 @@ msgstr ""
"á svæðið \"Prent-skipun\". Í því tilviki gefur þú sjaldnast upp skráarnafnið "
"því að skráin sem á að prenta er gefin upp af forritinu.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14406,7 +14419,7 @@ msgstr ""
"prentverk. Einfaldlega bættu við æskilegum valkostum við skipanalínuna t.d. "
"\"%s <skrá>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14417,7 +14430,7 @@ msgstr ""
"listann hér að neðan eða smellið á \"Prentara-valkostir\" hnappinn.%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14426,7 +14439,7 @@ msgstr ""
"Hér er listi af mögulegum prent-valkostum fyrir valinn prentara:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14435,8 +14448,8 @@ msgstr ""
"Til að prenta skrá frá skipanalínunni (skjáglugga) notaðu skipunina \"%s "
"<skrá>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14447,7 +14460,7 @@ msgstr ""
"á svæðið \"Prent-skipun\", í því tilviki gefur þú sjaldnast upp skráarnafnið "
"því að skráin sem á að prenta er gefin upp af forritinu.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14456,7 +14469,7 @@ msgstr ""
"Til að fá lista af mögulegum valkostum fyrir núverandi prentara smelltu á"
"\"Prentara-valkostir\" hnappinn."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14465,7 +14478,7 @@ msgstr ""
"Til að prenta skrá frá skipanalínunni (skjáglugga) notaðu skipunina \"%s "
"<skrá>\" eða \"%s <skrá>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14482,7 +14495,7 @@ msgstr ""
"prentverk samstundis þegar þú smellir á þessa táknmynd. Þetta er þægilegt ef "
"pappír flækist.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14495,27 +14508,27 @@ msgstr ""
"ákveðið prentverk. Einfaldlega bættu við æskilegum valkostum við "
"skipanalínuna t.d. \"%s <skrá>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Notkun/viðhald á prentara \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Prenta á prentara \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Prentara-valkostir"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, c-format
msgid "Printing option list..."
msgstr "Prentunar-valkostir..."
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14525,7 +14538,7 @@ msgstr ""
"Prentarinn þinn \"%s\" er settur upp með HPLIP hugbúnaði frá HP. Með því eru "
"margvíslegir aukakostir prentarans studdir.\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14534,7 +14547,7 @@ msgstr ""
"Skannann í prentaranum má nota með venjulegum SANE hugbúnaði, til dæmis "
"Kooka eða XSane (hvoru tveggja í Margmiðlun/Myndvinnsla valmyndinni). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14545,7 +14558,7 @@ msgstr ""
"að deila skannanum þínum á neti.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14554,7 +14567,7 @@ msgstr ""
"Minniskortið í prentaranum þínum er hægt að nota sem venjulegt USB "
"minniskort eða lykil. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14565,7 +14578,7 @@ msgstr ""
"þínu.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14576,7 +14589,7 @@ msgstr ""
"nota HP prentaratólið (Valmynd: Kerfi/Eftirlit/HP Printer Toolbox) smellið á "
"\"Access Photo Cards...\" hnappinn á \"Functions\" flipanum. "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14587,7 +14600,7 @@ msgstr ""
"kortalesara er oftast mun hraðvirkara.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14598,33 +14611,33 @@ msgstr ""
"fjöldan allann af stöðuskjám og viðhaldstólum fyrir %s:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - blekmagn/ástand prentara\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - hreinsa prent-spíssa\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Samstilling prenthausa\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Litastilling\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Flytja prentarastillingar"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14639,7 +14652,7 @@ msgstr ""
"fluttar yfir, en verk verða ekki flutt.\n"
"Ekki er hægt að flytja allar biðraðir vegna eftirfarandi ástæðna:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14648,7 +14661,7 @@ msgstr ""
"CUPS styður ekki prentara á Novell miðlurum né prentara sem senda gögn inn í "
"almennar prentskipanir.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14657,12 +14670,12 @@ msgstr ""
"PDQ styður aðeins staðbundna prentara, fjartengda LPD prentara, og Sökkul/"
"TCP prentara.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD og LPRng styðja ekki IPP prentara.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14671,7 +14684,7 @@ msgstr ""
"Auk þess er ekki hægt að flytja biðraðir sem hafa verið búnar til af þessu "
"forriti eða \"foomatic-configure\"."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14682,7 +14695,7 @@ msgstr ""
"Ekki er heldur hægt að flytja prentara sem eru skilgreindir með PPD skrám "
"frá framleiðanda eða prentara með eigin CUPS reklum."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14693,17 +14706,17 @@ msgstr ""
"Merktu prentarana sem þú vilt flytja og smelltu á \n"
"\"Flytja\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Ekki flytja prentara"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Flytja"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14714,17 +14727,17 @@ msgstr ""
"Smelltu á \"Flytja\" til að yfirskrifa hann.\n"
"Þú getur einnig gefið upp nýtt nafn eða sleppt þessum prentara."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Nýtt prentaranafn"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Flyt %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14733,28 +14746,28 @@ msgstr ""
"Þú hefur flutt fyrrum sjálfgefinn prentara (\"%s\"), Ætti hann að vera áfram "
"sjálfgefinn prentari með nýja prentkerfinu %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Endurles prentara-upplýsingar..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Ræsi net..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Stilla nettengingu núna"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Netmöguleikar ekki skilgreindir"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14767,12 +14780,12 @@ msgstr ""
"munt þú ekki geta notað prentarann sem þú ert að setja upp núna. Hvað viltu "
"gera?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Halda áfram án þess að stilla nettengingu"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14787,7 +14800,7 @@ msgstr ""
"\"Staðarnet og Internet\"/\"Tengingar\". Settu síðan upp prentarann einnig í "
"%s Stjórnborðinu, valmynd \"Vélbúnaður\"/\"Prentarar\""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14797,27 +14810,27 @@ msgstr ""
"Netið var ekki í gangi og var ekki hægt að ræsa það. Vinsamlega athugaðu "
"stillingar og vélbúnað. Reyndu síðan að stilla fjartengdan prentara aftur."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Endurræsi prentkerfi..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "hátt"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "ofsóknaræði"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Setja upp prentkerfi í öryggisþrepi \"%s\""
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14841,12 +14854,12 @@ msgstr ""
"\n"
"Viltu í alvöru setja upp prentun á þessari tölvu?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Ræsa prentkerfi við kerfisræsingu"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14866,32 +14879,32 @@ msgstr ""
"\n"
"Viltu endurvirkja sjálfvirka ræsingu prentkerfis?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Athuga uppsettann hugbúnað..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Fjarlægi %s..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Gat ekki fjarlægt %s prentkerfið!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Set inn %s..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Gat ekki sett inn %s prentkerfið!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14904,7 +14917,7 @@ msgstr ""
"skilgreina staðbundnar prent-biðraðir og ef miðlarinn er ekki í gangi þá er "
"ekki hægt að prenta frá þessari vél."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -14913,32 +14926,32 @@ msgstr ""
"Gefðu upp vélarnafn eða IP-tölu á CUPS miðlara og Smelltu á \"Í Lagi\" ef þú "
"vilt nota þennan ham, smelltu annars á \"Hætta\"."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Nafn eða IP-tala á fjarlægum þjóni:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Set sjálfgefinn prentara..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Staðbundið CUPS prentkerfi eða fjartengdur CUPS miðlari?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "CUPS prentkerfið má nota á tvo vegu: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. CUPS prentkerfið getur keyrt á þessari vél. "
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -14947,7 +14960,7 @@ msgstr ""
"Þá er hægt að nota tengda prentara og prentarar tengdir við aðra CUPS "
"miðlara munu á sama neti munu sjálfkrafa verða virkir"
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14959,13 +14972,13 @@ msgstr ""
"Þörf er á að setja inn aukapakka, CUPS miðlari þarf að keyra í bakgrunni, "
"hann þarfnast minnis og IPP-gáttin (port 631) þarf að vera opin. "
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. Allar prentbeiðnir eru sjálfkrafa sendar á fjartengdan CUPS miðlara. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14976,7 +14989,7 @@ msgstr ""
"gátt opnuð, enginn hugbúnaður til að sjá um prentbiðraðir er uppsettur, svo "
"minnisnotkun og disknotkun er í lágmarki. "
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -14986,48 +14999,48 @@ msgstr ""
"tilgreindur miðlari er ekki í gangi þá er ekki hægt að prenta frá þessari "
"vél. "
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Hvernig ætti CUPS að vera sett upp á þinni vél?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Fjartengdur miðlari, gefðu upp nafn eða IP-tölu hér:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Staðbundið CUPS prentkerfi"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Veldu biðraða-stjóra"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Hvaða prentkerfi (biðraða-stjóra) viltu nota?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Gat ekki stillt prentara \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Set inn Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Gat ekki sett inn pakkann %s, ekki hægt að ræsa %s!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15038,48 +15051,48 @@ msgstr ""
"stillingum hans; til að gera hann að sjálfgefnum prentara eða til að skoða "
"upplýsingar um hann. "
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Sýna alla tiltæka fjartengda CUPS prentara"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Endurnýja prentaralista (til að sýna alla tiltæka CUPS prentara)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS uppsetning"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Breyta prentkerfinu"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Venjulegur hamur"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "F. sérfræðinga"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Stillingar á prentara"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Breyta prentarastillingum"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15088,99 +15101,99 @@ msgstr ""
"Prentari %s%s\n"
"Hverju viltu breyta á þessum prentara?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Þessi prentari er óvirkur"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Áfram!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Prentaranafn, lýsing, staðsetning"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Prentara-framleiðandi, tegund, rekill"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Prentara-framleiðandi, tegund"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Setja þennan prentara sem sjálfgefinn"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Virkja prentara"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Aftengja prentara"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "Meðhöndlun á prentarasamskiptavillum"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Prenta út prufublaðsíðu(r)"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Læra hvernig á að nota þennann prentara"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Fjarlægja prentara"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Fjarlægi gamlan prentara \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Prentari \"%s\" er nú virkur."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Prentari \"%s\" er nú óvirkur."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Viltu í alvöru fjarlægja prentarann \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Fjarlægi prentara \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Sjálfgefinn prentari"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Prentarinn \"%s\" er nú settur sem sjálfgefinn prentari."
@@ -15216,15 +15229,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Gat ekki sett heimildir á vélbúnaðarskrá %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "Gat ekki sett inn pakka sem þarf til að miðla skannanum þínum."
@@ -17121,12 +17134,12 @@ msgstr "Stimplaðu þig út og sláðu á Ctrl-Alt-Backspace"
msgid "You need to log out and back in again for changes to take effect"
msgstr "Þú þarft að skrá þig út og inn aftur til að breytingar taki gildi"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s þarfnast notandanafns...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17135,112 +17148,112 @@ msgstr ""
"%s: %s þarfnast vélarnafns, MAC addressu, IP, nbi-image, 0/1 fyrir "
"THIN_CLIENT, 0/1 fyrir Local Config...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s þarfnast vélarnafns...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Uppsetning skjámiðlara"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "dhcpd stillingar"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Virkja þjónustu"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Aftengja þjónustu"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Ræsa þjónustu"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Stöðva þjónustu"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Netræsi- disklingur/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Net ræsi-ímyndir"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Bæta við/eyða notanda"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Bæta við/Eyða biðlurum"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Ímyndir"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Biðlarar/Notendur"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Ráðgjöf í fyrsta sinn"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr "%s skilgreindur sem dm, bæti gdm notanda við /etc/passwd$$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17277,27 +17290,27 @@ msgstr ""
" e) Biðja þig um að búa til ræsidiskling\n"
" f) Ef það eru grannir biðlarar, spyrja þig hvort þú vilt endurræsa KDM.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Stöðva ráðgjafann"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Vinsamlega vista dhcpd uppsetningu!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Nota granna biðlara."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Samhæfa lyklaborð X biðlara við miðlara."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17312,28 +17325,28 @@ msgstr ""
" 'Feitir' biðlarar nota eigin örgjörva/minni/skjá, en skráakerfi "
"miðlarans."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Bý til net-ræsi-ímyndir fyrir alla kjarna"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Þetta tekur nokkrar mínútur."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Lokið!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s mistókst"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17344,12 +17357,12 @@ msgstr ""
"NBIs í %s.\n"
"Þarf: %d MB, Laust: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr "Samhæfi notandalista miðlara með notandalista biðlara, þ.m.t. root."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17358,19 +17371,18 @@ msgstr ""
"Til að virkja breytingar fyrir 'granna' biðlara, þá þarf að endurræsa "
"gluggastjórann. Endurræsa núna?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Yfirlit skjámiðlara"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17381,8 +17393,7 @@ msgstr ""
" - Búa til Etherboot virkar ræsi-ímyndir:\n"
" \tTil að ræsa kjarna um etherboot, þarf að búa til sérstaka kjarna/"
"initrd ímynd.\n"
-" \tmkinitrd-net framkvæmir mest af þessari vinnu og drakTermServ er "
-"aðeins \n"
+" \tmkinitrd-net framkvæmir mest af þessari vinnu og %s er aðeins \n"
" \tmyndrænt viðmót til að aðstoða við að sýsla/sérsníða þessar "
"ímyndir. Til að \n"
" \tbúa til skrána /etc/dhcpd.conf.etherboot-pcimap.include, sem er "
@@ -17391,14 +17402,14 @@ msgstr ""
"fyrir að\n"
" \tminnsta kosti einn fullan kjarna."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17413,8 +17424,7 @@ msgstr ""
" - Viðhalda /etc/dhcpd.conf:\n"
" \tTil að ræsa net-biðlara, þá þarf hann dhcpd.conf færslu, sem gefur "
"IP-tölu \n"
-" \tog tilgreinir net-ræsi-ímynd fyrir vélina. drakTermServ hjálpar "
-"til við að\n"
+" \tog tilgreinir net-ræsi-ímynd fyrir vélina. %s hjálpar til við að\n"
" \tbúa til og fjarlægja þessar færslur.\n"
"\t\t\t\n"
" \t(PCI kort geta sleppt ímyndinni - etherboot mun biðja um rétta "
@@ -17425,30 +17435,29 @@ msgstr ""
"\t\t\t \n"
" \tDæmigerð dhcpd.conf færsla fyrir disklausan biðlara er þannig:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17466,10 +17475,10 @@ msgstr ""
" Þó að þú getir notað safn af IP-tölum, frekar en að setja upp "
"sérstaka færslu fyrir\n"
" hvern biðlara, þá býður notkun fastra IP-talna upp á að notavirkni\n"
-" biðlara-uppsetningaskráa sem ClusterNFS veitir.\n"
+" biðlara-uppsetningaskráa sem %s veitir.\n"
"\t\t\t\n"
-" Athugið: '#type' færslan er aðeins notuð af drakTermServ. Biðlarar "
-"geta verið 'grannir'\n"
+" Athugið: '#type' færslan er aðeins notuð af %s. Biðlarar geta verið "
+"'grannir'\n"
" eða 'feitir'. 'Grannir' biðlarar keyra mest af hugbúnaðinum á "
"miðlaranum - um XDMCP, meðan \n"
" 'feitir' biðlarar keyra hugbúnaðinn á biðlaranum. Sérstök inittab, %"
@@ -17482,8 +17491,8 @@ msgstr ""
"allow breyttar til að \n"
" takmarka aðgang aðeins frá staðarneti.\n"
"\t\t\t\n"
-" Athugið: '#hdw_config' færslan er einnig aðeins notuð af "
-"drakTermServ. Biðlarar geta \n"
+" Athugið: '#hdw_config' færslan er einnig aðeins notuð af %s. "
+"Biðlarar geta \n"
" annað hvort verið 'true' eða 'false'. 'true' virkjar innstimplun "
"root á biðlaranum og leyfir \n"
" vélbúnaðarstillingar á hljóði, mús og X, með notkun á 'drak' "
@@ -17498,17 +17507,16 @@ msgstr ""
" Athugið: Þú verður að stöðva og endurræsa miðlarann eftir breytingar "
"eða viðbætur á biðlurum."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17516,58 +17524,58 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Viðhalda /etc/exports:\n"
-" \tClusternfs leyfir flutning á rót skráarkerfis til disklausra "
-"biðlara. drakTermServ\n"
+" \t%s leyfir flutning á rót skráarkerfis til disklausra biðlara. %s\n"
" \tsetur upp réttar færslur tiæ að leyfa nafnlausan aðgang að rót "
"skráarkerfisins\n"
" \tfrá disklausum biðlurum.\n"
"\n"
-" \tDæmigerð 'exports' færsla fyrir clusternfs er:\n"
+" \tDæmigerð 'exports' færsla fyrir %s er:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
" \tÞar sem SUBNET/MASK er skilgreint fyrir þitt net."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Viðhalda %s:\n"
" \tTil að notendur geti stimplað sig inn á kerfið frá disklausum "
"biðlara, Þá verður færslan\n"
-" \tí /etc/shadow að vera líka í %s. drakTermServ\n"
+" \tí /etc/shadow að vera líka í %s. %s\n"
" \thjálpar hér til með því að bæta við og fjarlægja notendur úr "
"þessarri skrá."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Fyrir biðlara %s:\n"
-" \tUm clusternfs, þá verður hver disklaus biðlari að hafa sína "
-"einkvæmu stillingaskrá\n"
+" \tUm %s, þá verður hver disklaus biðlari að hafa sína einkvæmu "
+"stillingaskrá\n"
" \tá rót skráakerfis miðlarans. Með því að leyfa stillingar á "
"vélbúnaði biðlara, \n"
-" \tdrakTermServ mun hjálpa til við að búa til þessar skrár."
+" \t%s mun hjálpa til við að búa til þessar skrár."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17583,7 +17591,7 @@ msgid ""
"machine is configured."
msgstr ""
" - Stilliskrár hvers biðlara:\n"
-" \tUm clusternfs, þá getur hver disklaus biðlari haft sínar einkvæmu "
+" \tUm %s, þá getur hver disklaus biðlari haft sínar einkvæmu "
"stilliskrár\n"
" \tá rót skráakerfis miðlarans. Með því að leyfa vélbúnaðar "
"stillingar biðlara, \n"
@@ -17598,12 +17606,12 @@ msgstr ""
" staðbundnum stillingum - en halda þá stilliskránum - þegar biðlari "
"hefur verið stilltur rétt."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17628,8 +17636,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ mun stilla þessa skrá til að vinna með þeim ræsi-"
-"ímyndum sem eru búnar til\n"
+" \t%s mun stilla þessa skrá til að vinna með þeim ræsi-ímyndum sem "
+"eru búnar til\n"
" \taf mkinitrd-net, og færslunum í /etc/dhcpd.conf, til að senda ræsi-"
"ímyndina til\n"
" \tdisklausra biðlara.\n"
@@ -17653,14 +17661,12 @@ msgstr ""
"mkinitrd-net\n"
" \tsetur sínar ímyndir."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17671,8 +17677,8 @@ msgstr ""
" - Búa til etherboot disklinga/geisladiska:\n"
" \tDisklausu biðlararnir þurfa annað hvort ROM ímyndir á net-kortinu, "
"eða ræsi-diskling\n"
-" \teða geisladisk til að byrja ræsiferilinn. drakTermServ mun hjálpa "
-"til við að búa til\n"
+" \teða geisladisk til að byrja ræsiferilinn. %s mun hjálpa til við "
+"að búa til\n"
" \tþessar ímyndir, byggðar á netkorti biðlarans.\n"
" \t\t\n"
" \tEinfalt dæmi um hvernig á að búa handvirkt til ræsi-diskling fyrir "
@@ -17680,94 +17686,94 @@ msgstr ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Ræsidisklingur"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Ræsi-ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE ímynd"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Sjálfgefin kjarnaútgáfa"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "Setja upp i586 kjarna fyrir eldri biðlara"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Byggja fullan kjarna -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Enginn kjarni valinn!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Byggja eitt netkort -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Ekkert netkort valið!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Byggja alla kjarna -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Eyða"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Engin ímynd valin!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Eyða öllum NBI"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Bý til ímyndir fyrir kjarna:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17779,27 +17785,27 @@ msgstr ""
"Eyddu/bættu við aftur, notanda í grunn skjámiðlara til að virkja "
"innskráningu."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Bæta við notanda -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Eyða notanda"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "tegund: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "staðbundnar stillingar: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17808,22 +17814,22 @@ msgstr ""
"Leyfa staðbundnar\n"
"vélbúnaðarstillingar."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Engar net-ræsi-ímyndir búnar til!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Grannur biðlari"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Leyfa granna biðlara"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -17832,52 +17838,52 @@ msgstr ""
"Samræma uppsetningu\n"
"X lyklaborðs við miðlara."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Bæta við biðlara -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "tegund: feitur"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "tegund: grannur"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "Staðbundin uppsetning: nei"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "Staðbundin uppsetning: já"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Breyta biðlara"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Aftengja staðbundna stillingar"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Eyða biðlara"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17886,79 +17892,79 @@ msgstr ""
"Þú verður að endurræsa gluggastjórann til að virkja breytingar að fullu.\n"
"(service dm restart - í stjórnskjá)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Biðlararnir munu ekki virka með sjálfvirkri innskráningu. Aftengja "
"sjálfvirka innskráningu?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Allir biðlarar munu nota %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Staðarnet:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Netsía:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Beinar:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Staðarnetsía:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Útvörpunarvistfang:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Nafn léns:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Nafnaþjónar:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Byrjun IP talnarunu:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Endir IP talnarunu:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Skrifa stillingar"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "dhcpd miðlara uppsetning"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17969,7 +17975,7 @@ msgstr ""
"frá þínu kerfi.\n"
"Þú getur breytt þessu að vild."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -17978,100 +17984,100 @@ msgstr ""
"Talna-pottur breytilegra IP-talna \n"
"(Þörf fyrir PXE biðlara):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Mistókst að skrifa í %s!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Settu diskling í drif:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Enginn aðgangur að disklingadrifi!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Það má fjarlægja diskling núna"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Ekkert disklingadrif aðgengilegt!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "PXE ímynd er %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Villa við að skrifa %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO ímynd er %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Eitthvað mistókst! - Er 'mkisofs' uppsett?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Þarf að búa til /etc/dhcpd.conf fyrst!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s lykilorð slæmt í skjámiðlara - endurskrifa...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s er ekki notandi..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s er nú þegar notandi skjámiðlara\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Mistókst að bæta %s við sem notanda skjámiðlara!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s bætt við Skjámiðlara\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Eyddi %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s fannst ekki...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allow og /etc/hosts.deny þegar uppsett - ekki breytt"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Stillingum breytt - endurræsa clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Stillingum breytt - endurræsa %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26153,17 +26159,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake mun ekki ræsa núna."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Leita að uppsettum myndskönnum..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Leita að nýjum myndskönnum ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Endurbyggi lista af uppsettum myndskönnum..."
@@ -26327,43 +26333,43 @@ msgstr ""
"Þú getur ræst printerdrake frá %s stjórnborðinu í vélbúnaðar-"
"uppsetningahluta."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Hleð inn kjarnareklum..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Leita að mögulegum gáttum"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Vinsamlega veldu tæki þar sem %s er tengdur"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Athugið: Ekki er hægt að leita á hliðtengjum)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "veldu tæki"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Leita að myndskanna..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Hleð inn kjarnareklum..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Athugið!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26376,7 +26382,7 @@ msgstr ""
"Handvirkra stillinga er þörf, Vinsamlega breytið stillingaskránni /etc/sane."
"d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26385,7 +26391,7 @@ msgstr ""
"Frekari upplýsingar má fá á rekils-handbókar síðunni. Gefið skipunina \"man "
"sane-%s\" til að lesa hana."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26394,7 +26400,7 @@ msgstr ""
"Síðan getur þú skannað skjöl með því að velja \"Xsane\" eða \"Kooka\" í "
"Margmiðlun/Myndvinnsla valmyndinni."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26403,7 +26409,7 @@ msgstr ""
"Skanninn %s hefur verið stilltur, en það er mögulegt að það þurfi að stilla "
"hann frekar handvirkt til að hann virki rétt. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26412,12 +26418,12 @@ msgstr ""
"Ef hann sést ekki í listum af uppsettum skönnum í aðalglugga Scannerdrake "
"eða ef hann virkar ekki rétt, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "sýsla með stilliskrána /etc/saned/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26428,7 +26434,7 @@ msgstr ""
"Þú getur nú skannað skjöl með því að velja \"Xsane\" eða \"Kooka\" í "
"margmiðlun-grafík valmyndinni."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26441,7 +26447,7 @@ msgstr ""
"%s\n"
"eru tiltækir á kerfinu þínu.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26454,42 +26460,42 @@ msgstr ""
"%s\n"
"er tiltækur á kerfinu þínu.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Engir myndskannar fundust sem eru tiltækir fyrir kerfið þitt.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Leita að tiltækum myndskönnum"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Bæta við myndskanna handvirkt"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Setja inn/Uppfæra vélbúnaðarfrumskrá"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Miðlun myndskanna"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Allar aðrar vélar"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Þessi vél"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26498,7 +26504,7 @@ msgstr ""
"Hér getur þú valið hvort myndskanni tengur þessarri vél eigi að vera "
"aðgengilegur frá öðrum vélum, og þá hvaða vélum."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26507,33 +26513,33 @@ msgstr ""
"Þú getur einnig valið hvort myndskannar á fjarlægum vélum ættu að vera "
"aðgengilegir frá þessari vél."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Myndskannar á þessarri vél eru einnig aðgengilegir frá öðrum vélum"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Miðla myndskanna til véla: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Nota myndskanna á öðrum vélum"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Nota myndskanna á vélum: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Miðlun staðbundinna myndskanna"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26542,56 +26548,56 @@ msgstr ""
"Þetta eru vélarnar sem deila sínum staðbundnu myndskönnum, og ættu því að "
"vera aðgengilegir:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Bæta við vél"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Breyta valinni vél"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Fjarlægja valda vél"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Nafn/IP-vistfang vélar:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Veldu vélar þar sem staðbundnir myndskannar ættu að vera aðgengilegir:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Þú verður að gefa upp vélarnafn eða IP-vistfang.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
"Þessi vél er nú þegar á listanum, þú getur ekki bætt henni við aftur.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Nota myndskanna frá öðrum vélum"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Frá þessum vélum ætti að vera hægt að nota myndskanna:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26602,7 +26608,7 @@ msgstr ""
"\n"
"Viltu setja inn saned pakkann?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Myndskanninn þinn verður ekki boðinn fram á netinu."
@@ -26786,6 +26792,314 @@ msgstr ""
msgid "Installation failed"
msgstr "Innsetning mistókst"
+#~ msgid "Cancel setup"
+#~ msgstr "Hætta við"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Búa til Etherboot virkar ræsi-ímyndir:\n"
+#~ " \tTil að ræsa kjarna um etherboot, þarf að búa til sérstaka "
+#~ "kjarna/initrd ímynd.\n"
+#~ " \tmkinitrd-net framkvæmir mest af þessari vinnu og drakTermServ "
+#~ "er aðeins \n"
+#~ " \tmyndrænt viðmót til að aðstoða við að sýsla/sérsníða þessar "
+#~ "ímyndir. Til að \n"
+#~ " \tbúa til skrána /etc/dhcpd.conf.etherboot-pcimap.include, sem er "
+#~ "dregin inn\n"
+#~ " \tsem hlutaskrá í dhcpd.conf, þá ættir þú að búa til etherboot "
+#~ "ímynd fyrir að\n"
+#~ " \tminnsta kosti einn fullan kjarna."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Viðhalda /etc/dhcpd.conf:\n"
+#~ " \tTil að ræsa net-biðlara, þá þarf hann dhcpd.conf færslu, sem "
+#~ "gefur IP-tölu \n"
+#~ " \tog tilgreinir net-ræsi-ímynd fyrir vélina. drakTermServ hjálpar "
+#~ "til við að\n"
+#~ " \tbúa til og fjarlægja þessar færslur.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI kort geta sleppt ímyndinni - etherboot mun biðja um rétta "
+#~ "ímynd. \n"
+#~ "\t\t\tÞú ættir einnig að athuga að þegar etherboot leitar að ímynd, þá "
+#~ "býst það við \n"
+#~ "\t\t\tnöfnum eins og boot-3c59x.nbi, en ekki boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tDæmigerð dhcpd.conf færsla fyrir disklausan biðlara er þannig:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " Þó að þú getir notað safn af IP-tölum, frekar en að setja upp "
+#~ "sérstaka færslu fyrir\n"
+#~ " hvern biðlara, þá býður notkun fastra IP-talna upp á að "
+#~ "notavirkni\n"
+#~ " biðlara-uppsetningaskráa sem ClusterNFS veitir.\n"
+#~ "\t\t\t\n"
+#~ " Athugið: '#type' færslan er aðeins notuð af drakTermServ. "
+#~ "Biðlarar geta verið 'grannir'\n"
+#~ " eða 'feitir'. 'Grannir' biðlarar keyra mest af hugbúnaðinum á "
+#~ "miðlaranum - um XDMCP, meðan \n"
+#~ " 'feitir' biðlarar keyra hugbúnaðinn á biðlaranum. Sérstök "
+#~ "inittab, %s er\n"
+#~ " skrifur fyrir 'granna' biðlara. Kerfis-stjórnskrár xdm-config, "
+#~ "kdmrc, og gdm.conf eru \n"
+#~ " breyttar ef 'grannir' biðlarar eru notaðir til að virkja XDMCP. "
+#~ "Þar sem það þarf að taka \n"
+#~ " tillit til öryggismála ef XDMCP er notað, þá eru hosts.deny og "
+#~ "hosts.allow breyttar til að \n"
+#~ " takmarka aðgang aðeins frá staðarneti.\n"
+#~ "\t\t\t\n"
+#~ " Athugið: '#hdw_config' færslan er einnig aðeins notuð af "
+#~ "drakTermServ. Biðlarar geta \n"
+#~ " annað hvort verið 'true' eða 'false'. 'true' virkjar innstimplun "
+#~ "root á biðlaranum og leyfir \n"
+#~ " vélbúnaðarstillingar á hljóði, mús og X, með notkun á 'drak' "
+#~ "tólunumÞetta er virkjað \n"
+#~ " með því að búa til sérstakar stillingaskrár tengdar IP-tölu "
+#~ "biðlaransog með því að \n"
+#~ " búa til lestrar/skriftar tengipunkta sem leyfa biðlaranum að "
+#~ "breyta skránni. Þegar þú \n"
+#~ " ert sáttur við uppsetninguna, þá getur þú fjarlægt 'root' "
+#~ "réttindi frá biðlaranum.\n"
+#~ "\t\t\t\n"
+#~ " Athugið: Þú verður að stöðva og endurræsa miðlarann eftir "
+#~ "breytingar eða viðbætur á biðlurum."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Viðhalda /etc/exports:\n"
+#~ " \tClusternfs leyfir flutning á rót skráarkerfis til disklausra "
+#~ "biðlara. drakTermServ\n"
+#~ " \tsetur upp réttar færslur tiæ að leyfa nafnlausan aðgang að rót "
+#~ "skráarkerfisins\n"
+#~ " \tfrá disklausum biðlurum.\n"
+#~ "\n"
+#~ " \tDæmigerð 'exports' færsla fyrir clusternfs er:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tÞar sem SUBNET/MASK er skilgreint fyrir þitt net."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Viðhalda %s:\n"
+#~ " \tTil að notendur geti stimplað sig inn á kerfið frá disklausum "
+#~ "biðlara, Þá verður færslan\n"
+#~ " \tí /etc/shadow að vera líka í %s. drakTermServ\n"
+#~ " \thjálpar hér til með því að bæta við og fjarlægja notendur úr "
+#~ "þessarri skrá."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Fyrir biðlara %s:\n"
+#~ " \tUm clusternfs, þá verður hver disklaus biðlari að hafa sína "
+#~ "einkvæmu stillingaskrá\n"
+#~ " \tá rót skráakerfis miðlarans. Með því að leyfa stillingar á "
+#~ "vélbúnaði biðlara, \n"
+#~ " \tdrakTermServ mun hjálpa til við að búa til þessar skrár."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Stilliskrár hvers biðlara:\n"
+#~ " \tUm clusternfs, þá getur hver disklaus biðlari haft sínar "
+#~ "einkvæmu stilliskrár\n"
+#~ " \tá rót skráakerfis miðlarans. Með því að leyfa vélbúnaðar "
+#~ "stillingar biðlara, \n"
+#~ " \tþá geta biðlarar t.d. stillt skrárnar /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard fyrir hvern biðlara.\n"
+#~ "\n"
+#~ " Athugið: Virkjun vélbúnaðarstillinga, virkjar innstimplun "
+#~ "kerfisstjóra (root) á skjámiðlara \n"
+#~ " fyrir hvern biðlara sem er með vélbúnaðar-stillingar virkar. Hægt "
+#~ "er að slökkva á\n"
+#~ " staðbundnum stillingum - en halda þá stilliskránum - þegar "
+#~ "biðlari hefur verið stilltur rétt."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ mun stilla þessa skrá til að vinna með þeim ræsi-"
+#~ "ímyndum sem eru búnar til\n"
+#~ " \taf mkinitrd-net, og færslunum í /etc/dhcpd.conf, til að senda "
+#~ "ræsi-ímyndina til\n"
+#~ " \tdisklausra biðlara.\n"
+#~ "\n"
+#~ " \tDæmigerð TFTP stilliskrá lítur svona út:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tBreytingarnar frá sjálfgefinni uppsetningu er breyting á "
+#~ "disable flagginu í\n"
+#~ " \t'no' og einnig breyting á möppuslóð í /var/lib/tftpboot, þar "
+#~ "sem mkinitrd-net\n"
+#~ " \tsetur sínar ímyndir."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Búa til etherboot disklinga/geisladiska:\n"
+#~ " \tDisklausu biðlararnir þurfa annað hvort ROM ímyndir á net-"
+#~ "kortinu, eða ræsi-diskling\n"
+#~ " \teða geisladisk til að byrja ræsiferilinn. drakTermServ mun "
+#~ "hjálpa til við að búa til\n"
+#~ " \tþessar ímyndir, byggðar á netkorti biðlarans.\n"
+#~ " \t\t\n"
+#~ " \tEinfalt dæmi um hvernig á að búa handvirkt til ræsi-diskling "
+#~ "fyrir 3Com 3c509:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Stillingum breytt - endurræsa clusternfs/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/it.po b/perl-install/share/po/it.po
index a1f7853c2..bbdc34987 100644
--- a/perl-install/share/po/it.po
+++ b/perl-install/share/po/it.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX-it\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-09-16 14:04+0200\n"
"Last-Translator: Giuseppe Levi <giuseppe.levi@email.it>\n"
"Language-Team: Italiano <it@li.org>\n"
@@ -214,21 +214,21 @@ msgstr "Attendi, rilevamento e configurazione dei dispositivi in corso ..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -255,9 +255,9 @@ msgstr "Attendi, rilevamento e configurazione dei dispositivi in corso ..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Errore"
@@ -498,10 +498,10 @@ msgstr "Personalizzato"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Esci"
@@ -663,7 +663,7 @@ msgstr "Scheda grafica: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -680,7 +680,7 @@ msgstr "OK"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -695,7 +695,7 @@ msgstr "Annulla"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -930,7 +930,7 @@ msgstr "Primo settore della partizione root"
msgid "On Floppy"
msgstr "Su floppy"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Salta"
@@ -1275,9 +1275,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Fatto"
@@ -1484,9 +1484,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Lancia userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1666,7 +1666,7 @@ msgstr "Dominio"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Server"
@@ -1798,7 +1798,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "Non posso usare broadcast senza un dominio NIS"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1813,42 +1813,42 @@ msgstr ""
"o aspetta che si avvii quello predefinito.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO con menu grafico"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO con menu testuale"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB con menu grafico"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB con menu testuale"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "spazio insufficiente in /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Non puoi installare il bootloader su una partizione %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1857,7 +1857,7 @@ msgstr ""
"Devi aggiornare la configurazione del bootloader perché le partizioni hanno "
"cambiato numerazione"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1866,7 +1866,7 @@ msgstr ""
"Il bootloader non può essere installato correttamente. Devi avviare in "
"modalità rescue e selezionare \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Reinstallazione del bootloader"
@@ -3086,7 +3086,7 @@ msgstr "Cerca nuovi server"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Il pacchetto %s deve essere installato. Lo installo?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "È stato impossibile installare il pacchetto %s!"
@@ -3097,19 +3097,19 @@ msgid "Mandatory package %s is missing"
msgstr "Manca il pacchetto %s, che è indispensabile"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Attenzione"
@@ -4008,7 +4008,7 @@ msgstr "Nome dell'utente"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -5003,8 +5003,8 @@ msgstr ""
"di esse."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -6157,8 +6157,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7874,14 +7874,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Riproporre"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Ceca (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7895,28 +7895,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Spagnola"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finlandese"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Francese"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7930,828 +7930,828 @@ msgid ""
"Polish"
msgstr "Polacca"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Russa"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Svedese"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Tastiera UK"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Tastiera US"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albanese"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armena (vecchia)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armena (macchina da scrivere)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armena (fonetica)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Araba"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azera (latina)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belga"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengalese (mappa Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengalese (mappa Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgara (fonetica)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgara (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brasiliana (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosniaca"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Bielorussa"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Svizzera (mappa tedesca)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Svizzera (mappa francese)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee sillabica"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Ceca (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Tedesca (senza tasti morti)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Danese"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Francese)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (UK)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norvegese)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Polacco)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Svedese)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tibetana"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estone"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Feringia"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgiana (mappa \"Russa\")"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgiana (mappa \"Latina\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Greca"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Greca (politonico)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Croata"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Ungherese"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irlandese"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israeliana"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israeliana (fonetica)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iraniana"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandese"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italiana"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Giapponese 106 tasti"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Coreana"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Curda (grafia araba)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kirghisa"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latino americana"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laotiana"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lituana AZERTY (vecchia)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lituana AZERTY (nuova)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lituana \"riga numeri\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lituana \"fonetica\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Lettone"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Macedone"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Burmese)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongola (cirillica)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltese (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltese (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Olandese"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polacca (mappa qwerty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polacca (mappa qwertz)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portoghese"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Canadese (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Romena (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Romena (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Russa (fonetica)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (norvegese)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (svedese/finlandese)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovenian"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Sinhala"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovakian (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovacca (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serba (cirillica)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Siriana"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Siriana (fonetica)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (mappa ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamil (mappa macchina da scrivere)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thai (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thai (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thai (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (tastiera marocchina) (+latina/araba)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (fonetica) (+latina/araba)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tagica"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turcomanna"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turca (modello \"F\" tradizionale)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turca (modello \"Q\" moderno)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ucraina"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Tastiera Urdu"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Tastiera US (internazionale)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Uzbeka (cirillico)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamita \"riga numerica\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Jugoslava (latino)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Tasto Alt di destra"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "I due tasti Shift contemporaneamente"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "I tasti Ctrl e Shift contemporaneamente"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "Il tasto CapsLock"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Tasti Shift e BloccaMaiusc. contemporaneamente"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Tasti Ctrl e Alt contemporaneamente"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "I tasti Alt e Shift contemporaneamente"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "Tasto \"Menu\""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Tasto \"Windows\" di sinistra"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Tasto \"Windows\" di destra"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "I due tasti Control contemporaneamente"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "I due tasti Alt contemporaneamente"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Tasto Shift di sinistra"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Tasto Shift di destra"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Tasto Alt di sinistra"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Tasto Control di sinistra"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Tasto Control di destra"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8762,7 +8762,7 @@ msgstr ""
"permetterà di passare da una configurazione della tastiera\n"
"ad un'altra (ad es. da latin a non-latin)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11160,8 +11160,8 @@ msgstr "La maschera di rete (netmask) deve avere il formato 255.255.224.0"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Attenzione: di solito l'indirizzo IP %s è riservato!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s è già in uso\n"
@@ -11874,7 +11874,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Copia del firmware non riuscita, non ho trovato il file %s"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Congratulazioni!"
@@ -12008,9 +12008,9 @@ msgstr "Configurate su altre macchine"
msgid "On CUPS server \"%s\""
msgstr "Sul server CUPS \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Predefinita)"
@@ -12062,9 +12062,9 @@ msgstr "Server CUPS"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Modello sconosciuto"
@@ -12312,7 +12312,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Stampante di tipo raw (nessun driver)"
@@ -12343,12 +12343,12 @@ msgstr "Host %s"
msgid "%s (Port %s)"
msgstr "%s (porta %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12397,7 +12397,7 @@ msgstr ""
"stampanti collegate ad altre macchine."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Server CUPS remoto senza demone CUPS locale"
@@ -12446,8 +12446,8 @@ msgstr "Condivisione stampante su host o reti: "
msgid "Custom configuration"
msgstr "Configurazione personalizzata"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Nessuna macchina remota"
@@ -12678,8 +12678,8 @@ msgstr "Porta"
msgid "On, Name or IP of remote server:"
msgstr "Attivo, nome o IP del server remoto:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "Manca il nome o l'indirizzo IP del server CUPS."
@@ -12689,29 +12689,30 @@ msgstr "Manca il nome o l'indirizzo IP del server CUPS."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "PrinterDrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Sto leggendo i dati della stampante..."
@@ -12847,7 +12848,7 @@ msgstr ""
"Le stampanti su server remoti CUPS, non devono essere configurate;\n"
"queste stampanti saranno individuate automaticamente."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -13086,12 +13087,12 @@ msgstr " su "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Scelta del modello della stampante"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Che modello di stampante hai?"
@@ -13109,7 +13110,7 @@ msgstr ""
"Printerdrake non riesce a determinare il modello della stampante %s.\n"
"Per favore, scegli tu il modello giusto da questa lista."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -13118,7 +13119,7 @@ msgstr ""
"Se la tua stampante non è nell'elenco, prova con un modello compatibile "
"(vedi il manuale della stampante) o con uno simile."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Sto configurando la stampante \"%s\" ..."
@@ -13141,7 +13142,7 @@ msgstr ""
"Puoi riattivarla scegliendo \"%s\" -> \"%s\" nel menu principale di "
"Printerdrake."
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Impostazioni per configurazione automatica"
@@ -13159,8 +13160,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Aggiungi nuova stampante"
@@ -13368,8 +13369,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "È stato impossibile installare i pacchetti %s!"
@@ -13611,10 +13612,10 @@ msgid "Remote printer name missing!"
msgstr "Manca il nome della stampante remota!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13995,8 +13996,8 @@ msgstr "Configura"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Tipo connessione stampante"
@@ -14006,22 +14007,18 @@ msgstr "Tipo connessione stampante"
msgid "What do you want to do?"
msgstr "Cosa vuoi fare?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Annulla"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -14034,7 +14031,7 @@ msgstr ""
"testina, allineamenti, ...), le multifunzione includono uno scanner e altre "
"possono accedere alle schede di memoria."
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, fuzzy, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -14043,91 +14040,107 @@ msgstr ""
"Per poter utilizzare queste funzioni extra della tua stampante HP, dovrai "
"configurare l'apposito software:"
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, fuzzy, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr "Cosa scegli? ( \"Nessuno\" per stampanti non HP) "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Installazione del pacchetto %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Sarà possibile stampare solo su %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Impossibile rimuovere il vecchio file (%s) che configura HPOJ per %s!"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Dovresti rimuovere manualmente il file e riavviare HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Verifica della periferica e configurazione di %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Quale stampante vuoi configurare con HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Configurazione moduli kernel..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Installazione dei pacchetti SANE ..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Non sarà possibile usare lo scanner %s."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Utilizzo e manutenzione della stampante %s"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Configurazione del dispositivo..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Sto rendendo la porta della stampante disponibile per CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Consultazione del database delle stampanti..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Scrivi il nome della stampante e annotazioni"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Il nome della stampante può contenere solo lettere, numeri e il trattino "
"basso(_)"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -14136,7 +14149,7 @@ msgstr ""
"Una stampante \"%s\" esiste già,\n"
"vuoi davvero sovrascrivere la sua configurazione?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -14146,7 +14159,7 @@ msgstr ""
"Il nome della stampante \"%s\" ha più di 12 caratteri. Ciò può impedire ai "
"client Windows di utilizzarla. Vuoi proprio usare questo nome?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -14156,35 +14169,35 @@ msgstr ""
"indispensabile riempire i campi Descrizione e Posizione. Si tratta di "
"commenti per gli utenti."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Nome della stampante"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Descrizione"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Posizione"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Sto preparando il database delle stampanti ..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Modello della tua stampante"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14210,18 +14223,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "È il modello giusto"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Scelta manuale del modello"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14236,12 +14249,12 @@ msgstr ""
"stampante. Se è evidenziato un modello errato o \"Stampante di tipo raw\", "
"cerca quello giusto nella lista."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Installare un file PPD fornito dal produttore"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14250,7 +14263,7 @@ msgstr ""
"Ogni stampante PostScript viene venduta con un file PPD che ne descrive le "
"caratteristiche e le opzioni."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14259,12 +14272,12 @@ msgstr ""
"In genere questo file è sul CD, in mezzo ai driver Windows e Mac forniti con "
"la stampante."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Puoi trovare il file PPD anche sul sito web del produttore."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14273,7 +14286,7 @@ msgstr ""
"Se hai una partizione con installato Windows, puoi trovare il file PPD anche "
"in questa partizione."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14283,7 +14296,7 @@ msgstr ""
"Se installi il file PPD di una stampante e lo utilizzi per configurarla, "
"renderai disponibili per essa tutte le opzioni fornite dall'hardware"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14292,51 +14305,51 @@ msgstr ""
"Ora puoi indicare il file PPD da installare. Questo sarà poi utilizzato per "
"configurare la stampante."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Installa il file PPD da "
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Dischetto"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Altra posizione"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Seleziona file PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "Il file PPD %s non esiste o non è leggibile!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "Il file PPD %s non è conforme alle specifiche PPD!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Installazione del file PPD in corso..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Configurazione di una stampante OKI winprinter"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14354,12 +14367,12 @@ msgstr ""
"Altrimenti la stampante non funzionerà. Il driver ignorerà le tue "
"configurazioni riguardo al tipo di connessione."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Configurazione stampante Lexmark a getto d'inchiostro"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14372,7 +14385,7 @@ msgstr ""
"collega la tua stampante ad una porta locale o configurala sulla macchina a "
"cui è collegata."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14395,12 +14408,12 @@ msgstr ""
"prima riga di stampa e aggiusta i parametri di allineamento con questo "
"programma."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Configurazione Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14413,12 +14426,12 @@ msgstr ""
"Quindi collega la tua stampante ad una porta USB locale o configurala sulla "
"macchina a cui è collegata."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Configurazione dei una Samsung ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14432,17 +14445,17 @@ msgstr ""
"collega la tua stampante alla prima parallela o configurala sulla macchina a "
"cui è collegata."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Configurazione di una Canon LBP-460/660"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Configurazione di una Canon LBP-810/1120 (CAPT)"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14455,12 +14468,12 @@ msgstr ""
"la tua stampante ad una porta USB locale o configurala sulla macchina a cui "
"è collegata."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Caricamento del firmware per HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14478,27 +14491,27 @@ msgstr ""
"cassetti supplementari). Si noti che, alzando molto la qualità/risoluzione "
"di stampa, il tempo richiesto può allungarsi sensibilmente."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Impostazioni predefinite stampante"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "L'opzione %s dev'essere un numero intero!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "L'opzione %s dev'essere un numero!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "L'opzione %s eccede i limiti!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14507,12 +14520,12 @@ msgstr ""
"Vuoi impostare questa stampante (\"%s)\n"
"come stampante predefinita?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Pagine di prova"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14526,47 +14539,47 @@ msgstr ""
"non uscire del tutto. Nella maggior parte dei casi basta stampare la pagina "
"standard. "
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Nessuna pagina di prova"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Stampa"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Pagina di prova normale"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Pagina di prova alternativa (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Pagina di prova alternativa (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Pagina di prova fotografica"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Stampo pagina(e) di prova..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Omissione della pagina fotografica di prova."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14581,7 +14594,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14590,17 +14603,17 @@ msgstr ""
"La pagina(e) di prova è stata inviata alla stampante.\n"
"Potrebbe servire un po' di tempo prima che la stampa inizi.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Ha funzionato bene?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Stampante in modo raw"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14613,7 +14626,7 @@ msgstr ""
"<file>\" o \"kprinter <file>\". Il programma grafico ti permetterà di "
"scegliere la stampante e impostare le opzioni agevolmente.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14625,8 +14638,8 @@ msgstr ""
"questo caso, non bisogna aggiungere il nome del file, perché il file da "
"stampare è fornito dall'applicazione.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14639,7 +14652,7 @@ msgstr ""
"particolare stampa. Basta aggiungere alla riga di comando le opzioni "
"desiderate, per es. \"%s <file>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14650,7 +14663,7 @@ msgstr ""
"sottostante o premi il pulsante \"Lista opzioni di stampa\".%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14658,7 +14671,7 @@ msgid ""
msgstr ""
"Questa è una lista delle opzioni disponibili per la stampante in uso:\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14667,8 +14680,8 @@ msgstr ""
"Per stampare un file da riga di comando (finestra di terminale) usa il "
"comando \"%s <file>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14680,7 +14693,7 @@ msgstr ""
"caso, non bisogna aggiungere il nome del file, perché il file da stampare è "
"fornito dall'applicazione.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14689,7 +14702,7 @@ msgstr ""
"Per vedere un elenco delle opzioni disponibili per la stampante in uso, "
"clicca sul pulsante \"Lista opzioni di stampa\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14698,7 +14711,7 @@ msgstr ""
"Per stampare un file da riga di comando (finestra di terminale) usa il "
"comando \"%s <file>\" o \"%s <file>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14715,7 +14728,7 @@ msgstr ""
"le stampe quando la clicchi. È utile, per esempio, quando si inceppa la "
"carta.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14728,27 +14741,27 @@ msgstr ""
"per un particolare lavoro di stampa. Basta aggiungere le impostazioni "
"desiderate alla riga di comando, per es. \"%s <file>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Uso/Manutenzione stampante \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Stampa con la stampante \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Elenco opzioni di stampa"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Elenco opzioni di stampa"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14759,7 +14772,7 @@ msgstr ""
"saranno attivate molte funzioni speciali di questa stampante.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14768,7 +14781,7 @@ msgstr ""
"Lo scanner della stampante potrà essere usato con le abituali interfacce per "
"SANE, ad es. Kooka o XSane (entrambe nel menu Multimedia/Graphics). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14779,7 +14792,7 @@ msgstr ""
"Center) per condividere in rete questo scanner.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14788,7 +14801,7 @@ msgstr ""
"Si potrà accedere al lettore di memory card di questa stampante come ad un "
"normale dispositivo di memoria USB. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14799,7 +14812,7 @@ msgstr ""
"che ti permetterà di accedervi.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14810,7 +14823,7 @@ msgstr ""
"\"Toolbox\" HP (menu: Sistema/Monitoraggio/Toolbox stampanti HP) premendo il "
"pulsante \"Accedi schede foto...\" della scheda \"Funzioni\". "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14821,7 +14834,7 @@ msgstr ""
"fotografica o da un lettore USB è più rapido.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14832,33 +14845,33 @@ msgstr ""
"molte funzioni per la manutenzione e per monitorare lo stato di %s:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - Livello inchistro e informazioni di stato\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - pulizia testine\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Allineamento prima riga\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Calibrazione colori\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Trasferire configurazione stampante"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14873,7 +14886,7 @@ msgstr ""
"saranno recuperati, ma i lavori in coda non saranno trasferiti.\n"
"Alcune code non possono essere trasferite per una di queste ragioni:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14882,19 +14895,19 @@ msgstr ""
"CUPS non supporta le stampanti gestite da server Novell, né quelle che "
"inviano i dati entro comandi shell.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr "PDQ supporta solo stampanti locali, remote LPD, e Socket/TCP.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD e LPRng non supportano le stampanti IPP.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14903,7 +14916,7 @@ msgstr ""
"Inoltre, le code di stampa create con questo programma o con \"foomatic-"
"configure\" non possono essere trasferite."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14914,7 +14927,7 @@ msgstr ""
"Neanche le stampanti configurate con i file PPD forniti dai produttori o con "
"i driver nativi di CUPS possono essere trasferite."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14925,17 +14938,17 @@ msgstr ""
"Segna le stampanti che vuoi trasferire e clicca su \n"
"\"Trasferimento\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Non trasferire stampanti"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Trasferimento"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14946,17 +14959,17 @@ msgstr ""
"Fai clic su \"Trasferimento\"per sovrascriverla.\n"
"Puoi anche dare un nuovo nome o saltare questa stampante."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Nuovo nome della stampante"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Sto trasferendo %s ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14965,28 +14978,28 @@ msgstr ""
"Hai spostato la tua precedente stampante (\"%s\") predefinita. Deve essere "
"la stampante predefinita anche sotto il nuovo sistema di stampa %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Sto aggiornando i dati della stampante ..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Sto attivando la rete ..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Configura la rete adesso"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "I servizi di rete non sono configurati"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14999,12 +15012,12 @@ msgstr ""
"configurato la rete, non saresti in grado di usare la stampante che stai "
"configurando. Come vuoi procedere?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Prosegui senza configurare la rete"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -15020,7 +15033,7 @@ msgstr ""
"successivamente, imposta la stampante usando il Centro di controllo %s, "
"sezione\"Hardware\"/\"Stampante\"."
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -15031,27 +15044,27 @@ msgstr ""
"configurazione e le connessioni fisiche. Poi, riprova a configurare la "
"stampante remota."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Sto riavviando il sistema di stampa ..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "alto"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoico"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Installazione di un sistema di stampa in un livello di sicurezza %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -15076,12 +15089,12 @@ msgstr ""
"\n"
"Vuoi veramente attivare la stampa su questa macchina?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Attivazione del sistema di stampa al momento del boot"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -15103,32 +15116,32 @@ msgstr ""
"\n"
"Vuoi riabilitare l'attivazione automatica del sistema di stampa al boot?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Verifica dei software installati ..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Sto rimuovendo %s..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Non si è potuto eliminare il sistema di stampa %s!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Installazione di %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Non si è potuto installare il sistema di stampa %s!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -15141,7 +15154,7 @@ msgstr ""
"possibile definire code locali di stampa e che, se il server specificato "
"fosse inattivo, sarebbe impossibile stampare da questa macchina."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -15150,32 +15163,32 @@ msgstr ""
"Se vuoi usare questa modalità, scrivi il nome o l'IP del server CUPS e "
"clicca OK. Altrimenti, clicca su \"Esci\"."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Nome o IP del server remoto:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Sto impostando la stampante predefinita..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Sistema di stampa CUPS locale o server CUPS remoto?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "Il sistema di stampa CUPS può essere utilizzato in due modi:"
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. Il sistema di stampa CUPS può funzionare in locale:"
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -15184,7 +15197,7 @@ msgstr ""
"Potranno essere utilizzate le stampanti locali. Inoltre, saranno individuate "
"le stampanti remote collegate ad altri server CUPS della stessa rete. "
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15197,14 +15210,14 @@ msgstr ""
"deve girare in background e utilizza memoria, infine la porta IPP (porta "
"631) resta aperta."
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. Tutte le richieste di stampa sono inviate direttamente ad un server CUPS "
"remoto. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15216,7 +15229,7 @@ msgstr ""
"software per la gestione delle stampe locali. In definitiva, si utilizza "
"meno spazio in memoria e sul disco. "
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15226,49 +15239,49 @@ msgstr ""
"il server specificato fosse inattivo, sarebbe impossibile stampare da questa "
"macchina."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Come vuoi configurare CUPS su questa macchina?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Server remoto, specifica qui il nome o l'IP:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Sistema di stampa CUPS locale"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Scegli la coda di stampa"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Che sistema di stampa (spooler) vuoi usare?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Non ho potuto configurare la stampante \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Installazione di Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
"Non essendosi potuti installare i programmi %s, %s non può essere avviato!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15279,49 +15292,49 @@ msgstr ""
"per cambiarne le impostazioni, per renderla predefinita o per ricevere "
"informazioni su di essa."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Mostra tutte le stampanti CUPS remote disponibili"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Aggiorna elenco stampanti (con tutte le stampanti CUPS remote disponibili)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "Configurazione di CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Cambia il sistema di stampa"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Modo Normale"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Modo esperto"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Opzioni stampante"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Modifica configurazione stampante"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15330,99 +15343,99 @@ msgstr ""
"Stampante %s%s\n"
"Cosa vuoi modificare per questa stampante?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Questa stampante è disattivata"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Avanti!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Nome, descrizione e collocazione"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Marca, modello e driver stampante"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Marca e modello"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Imposta questa stampante come predefinita"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Abilita la stampante"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Disabilita la stampante"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "Printer communication error handling"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Stampa pagine di prova"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Leggere istruzioni d'uso"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Rimuoverla"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Sto rimuovendo la vecchia stampante \"%s\" ..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Ora, la stampante \"%s\" è abilitata."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Ora, la stampante \"%s\" è disabilitata."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Vuoi davvero rimuovere la stampante \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Rimozione della stampante \"%s\" ..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Stampante predefinita"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Adesso la stampante \"%s\" è impostata come predefinita."
@@ -15458,15 +15471,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Non si possono impostare i permessi sul file %s del firmware!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -17401,12 +17414,12 @@ msgstr "Per favore, fai logout e poi premi Ctrl-Alt-Backspace"
msgid "You need to log out and back in again for changes to take effect"
msgstr "Devi sconnetterti e rientrare affinché i cambiamenti abbiano effetto."
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s richiede il nome di un utente...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17415,112 +17428,112 @@ msgstr ""
"%s: %s richiede nome dell'host, indirizzo MAC, IP, nbi-image, 0/1 per i "
"THIN_CLIENT, 0/1 per la configurazione locale...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s richiede il nome dell'host...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Configurazione del Terminal Server"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "Configurazione dhcpd"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Abilita il server"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Disabilita il server"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Avvia il server"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Ferma il server"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Dischetto/ISO etherboot"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Immagini per boot in rete"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Aggiungi/Rimuovi utenti"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Aggiungi/Rimuovi client"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Immagini"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Client/Utenti"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Assistente per primo accesso"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr "%s definito come dm, aggiunta dell'utente gdm a /etc/passwd$$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17562,28 +17575,28 @@ msgstr ""
" e) Ti chiederà di preparare un floppy di boot.\n"
" f) Se è un client thin, ti chiederà se vuoi rilanciare KDM.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Annulla l'assistente"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Dovresti salvare la configurazione dhcpd!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Utilizza i thin client."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
"Uniforma le impostazioni per la tastiera del client X con quelle del server."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17599,28 +17612,28 @@ msgstr ""
" I client \"fat\" utilizzano la propria CPU/RAM e il filesystem del "
"server."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Creazione delle immagini di boot via rete per tutti i kernel"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Servirà qualche minuto."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Fatto!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s non riuscito"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17631,12 +17644,12 @@ msgstr ""
"NBIs in %s.\n"
"Needed: %d MB, Free: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr "Sincronizzazione liste utenti (root compreso) su server e client."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17645,19 +17658,18 @@ msgstr ""
"Per attivare i cambiamenti effettuati per i thin client, occorre riavviare "
"il display manager. Lo riavvio ora?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Panoramica sui Terminal Server"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17668,8 +17680,8 @@ msgstr ""
" - Creare immagini di avvio per Etherboot:\n"
" \tPer avviare un kernel tramite etherboot, devi creare un'immagine "
"speciale\n"
-" \tkernel/initrd. mkinitrd-net compie gran parte del lavoro e "
-"drakTermServ è solo\n"
+" \tkernel/initrd. mkinitrd-net compie gran parte del lavoro e %s è "
+"solo\n"
" \tun'interfaccia grafica per aiutarti a gestire e personalizzare "
"queste immagini.\n"
" \tPer creare il file /etc/dhcpd.conf.etherboot-pcimap.include che è "
@@ -17678,14 +17690,14 @@ msgstr ""
"almeno un\n"
" \tkernel completo."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17700,8 +17712,8 @@ msgstr ""
" - Mantiene /etc/dhcp.conf:\n"
" \tPer avviare i client in rete, ogni client richiede una voce in "
"dhcpd.conf che assegna un indirizzo IP\n"
-" \te le immagini di boot per la macchina. drakTermServ aiuta a creare/"
-"rimuovere queste voci.\n"
+" \te le immagini di boot per la macchina. %s aiuta a creare/rimuovere "
+"queste voci.\n"
"\t\t\t\n"
" \t(le schede PCI possono fare a meno di un'immagine - etherboot "
"richiederà l'immagine giusta.\n"
@@ -17712,30 +17724,29 @@ msgstr ""
" \tUn tipico blocco di righe in dhcpd.conf per gestire un client "
"diskless sarà del tipo:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17754,10 +17765,10 @@ msgstr ""
"uno specifico\n"
" per ogni macchina client, l'uso di indirizzi fissi facilita "
"l'impiego della possibilità\n"
-" data da ClusterNFS di configurare ogni client con un proprio file.\n"
+" data da %s di configurare ogni client con un proprio file.\n"
" \n"
-" Nota: La voce \"#type\" è usata solo da drakTermServ. I client "
-"possono essere \"thin\"\n"
+" Nota: La voce \"#type\" è usata solo da %s. I client possono essere "
+"\"thin\"\n"
" o \"fat\". I thin client fanno eseguire quasi tutti i programmi sul "
"server via XDMCP, mentre i fat\n"
" client ne eseguono molti da soli. Uno speciale inittab, %s\n"
@@ -17768,8 +17779,8 @@ msgstr ""
" hosts.deny e hosts.allow sono modificati per limitare l'accesso alla "
"sottorete locale.\n"
" \n"
-" Nota: anche la voce \"#hdw_config\" viene usata solo da "
-"drakTermServ. I client possono \n"
+" Nota: anche la voce \"#hdw_config\" viene usata solo da %s. I "
+"client possono \n"
" avere valore \"true\" o \"false\". \"true\" permette a root il "
"login sulla macchina client e la configurazione\n"
" locale dell'hardware (suono, mouse, e X), usando gli strumenti \"drak"
@@ -17784,17 +17795,16 @@ msgstr ""
".........Nota: Occorre spegnere e riavviare il server dopo l'aggiunta o la "
"modifica dei client."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17802,57 +17812,58 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Mantenere /etc/exports:\n"
-" \t\tClusternfs permette di esportare la root del filesystem ai "
-"client senza disco. drakTermServ\n"
+" \t\t%s permette di esportare la root del filesystem ai client senza "
+"disco. %s\n"
" \t\timposta la chiamata giusta per permettere l'accesso anonimo al "
"filesystem da\n"
" \t\tparte dei client senza disco.\n"
"\n"
-" \t\tUna sezione tipica per l'export in clusternfs è:\n"
+" \t\tUna sezione tipica per l'export in %s è:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
"\t\t\tDove SUBNET/MASK è stata definita per la tua rete."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Mantenere %s:\n"
" \tAffinché un utente possa accedere al sistema da un client senza "
"disco, la sua riga in\n"
-" \t/etc/shadow deve essere copiata in %s$. drakTermServ aiuta molto,\n"
+" \t/etc/shadow deve essere copiata in %s$. %s aiuta molto,\n"
" \tperché aggiunge e toglie automaticamente gli utenti da questo file."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - File %s per client:\n"
-" \tUsando clusternfs, ogni client senza disco può avere i propri file "
-"di configurazione\n"
+" \tUsando %s, ogni client senza disco può avere i propri file di "
+"configurazione\n"
" \tsul filesystem root del server. Consentendo la configurazione "
"dell'hardware locale\n"
-" \tdel client, drakTermServ ti aiuterà a creare questi file."
+" \tdel client, %s ti aiuterà a creare questi file."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17868,8 +17879,8 @@ msgid ""
"machine is configured."
msgstr ""
" - File di configurazione del sistema per i client:\n"
-" \tUsando clusternfs, ogni client senza disco può avere il proprio "
-"file di configurazione sul\n"
+" \tUsando %s, ogni client senza disco può avere il proprio file di "
+"configurazione sul\n"
" \tfilesystem root del server. Permettendo la configurazione locale "
"dell'hardware dei client, \n"
" \tquesti possono adattare a se stessi file come /etc/modules.conf, /"
@@ -17884,12 +17895,12 @@ msgstr ""
"configurazione della macchina\n"
" client."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17914,8 +17925,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \t\tdrakTermServ configurerà questo file per funzionare in accordo "
-"con le immagini create da\n"
+" \t\t%s configurerà questo file per funzionare in accordo con le "
+"immagini create da\n"
" \t\tmkinitrd-net e le voci in /etc/dhcpd.conf, per mettere a "
"disposizione dei client senza disco\n"
" \t\tle immagini di boot.\n"
@@ -17939,14 +17950,12 @@ msgstr ""
"mkinitrd-net\n"
" \t\tmette le sue immagini."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17957,8 +17966,8 @@ msgstr ""
" - Creare floppy o CD per il boot via ethernet:\n"
" \tAlle macchine senza disco per avviarsi serve un'immagine ROM sul "
"NIC, o un\n"
-" \tfloppy o un CD di avvio per iniziare la sequenza di boot. "
-"drakTermServ aiuta\n"
+" \tfloppy o un CD di avvio per iniziare la sequenza di boot. %s "
+"aiuta\n"
" \ta preparare queste immagini, basate sul NIC della macchina "
"client.\n"
" \t\n"
@@ -17967,94 +17976,94 @@ msgstr ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Dischetto di boot"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "CD di boot"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "Immagine PXE"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Versione del kernel predefinita"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "Installa il kernel i586 per i client più vecchi"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Costruisci l'intero kernel -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Nessun kernel selezionato!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Build Single NIC -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Nessuna NIC selezionata!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Costruisci tutti i kernel -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Cancella"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Nessuna immagine selezionata!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Cancella tutti gli NBI"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Creazione delle immagini per il kernel"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -18065,27 +18074,27 @@ msgstr ""
"da quella nel database del Terminal Server.\n"
"Elimina l'utente dal Terminal Server e poi rimettilo, affinché possa entrare."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Aggiungi utente -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Elimina utente"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "tipo: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "Configurazione locale: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -18094,22 +18103,22 @@ msgstr ""
"Autorizza la configurazione\n"
"dell'hardware locale."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "No net boot images created!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Thin Client"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Accetta thin-client"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -18118,52 +18127,52 @@ msgstr ""
"Rende tastiera del client X\n"
"uguale a quella del server."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Aggiungi client -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "tipo: fat"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "tipo: thin"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "configurazione locale: falso"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "Configurazione locale: vero"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Modifica client"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Disabilita la configurazione locale"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Rimuovi client"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -18172,77 +18181,77 @@ msgstr ""
"Devi riavviare il Display Manager per attivare tutte le modifiche. \n"
"(basta dare \"service dm restart\" da console)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr "I thin client non utilizzano il login automatico. Vuoi disabilitarlo?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Tutti i client utilizzeranno %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Sottorete:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Netmask:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Router:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Maschera della sottorete:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Indirizzo di broadcast:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Nome dominio:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Server di nomi:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Inizio dell'intervallo per indirizzi IP:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Fine dell'intervallo per indirizzi IP:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Aggiungi gli include di TS alla configurazione attuale"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Scrivi configurazione"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Configurazione del server dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18253,7 +18262,7 @@ msgstr ""
"stati ricavati dal sistema in funzione.\n"
"Se necessario, puoi modificarli."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -18262,101 +18271,101 @@ msgstr ""
"Pool indirizzi IP dinamici\n"
"(necessario per i client PXE):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Impossibile scrivere su %s!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Per favore inserisci il dischetto:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Impossibile accedere al dischetto!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Adesso puoi togliere il dischetto"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Nessuna unità floppy disponibile!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "L'immagine PXE è %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Errore nello scrivere %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "L'immagine ISO per etherboot è %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Qualcosa non ha funzionato! - Hai installato mkisofs?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Bisogna prima creare /etc/dhcpd.conf!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "password %s sbagliata in Terminal Server - riscrittura...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s non è un utente...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s è già un utente del Terminal Server\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Non si è potuto aggiungere %s al Terminal Server!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "Aggiunto %s al Terminal Server\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Rimosso %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s non trovato...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"/etc/hosts.allow e /etc/hosts.deny erano già configurati - non li ho cambiati"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Configurazione cambiata - riavvio clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Configurazione cambiata - riavvio %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26604,17 +26613,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake non verrà avviato adesso."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Sto cercando gli scanner configurati..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Sto cercando altri scanner ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Rigenero l'elenco degli scanner configurati ..."
@@ -26777,44 +26786,44 @@ msgstr ""
"%s deve essere configurato con printerdrake.\n"
"Puoi lanciare printerdrake dal Centro di Controllo %s, sezione Hardware."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Configurazione moduli kernel..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Rileva automaticamente le porte disponibili"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr ""
"Per favore, inserisci il nome del dispositivo a cui il tuo %s è collegato"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(N.B.: non si possono rilevare automaticamente le porte parallele)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "seleziona dispositivo"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Sto cercando degli scanner ..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Configurazione moduli kernel..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Attenzione!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26827,7 +26836,7 @@ msgstr ""
"Servono degli aggiustamenti manuali. Devi modifificare il file di "
"configurazione /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26836,7 +26845,7 @@ msgstr ""
"Maggiori informazioni sono nella pagina di manuale del driver. Lancia \"man "
"sane-%s\" per leggerla."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26845,7 +26854,7 @@ msgstr ""
"Dopo di che potrai scandire dei documenti usando \"XSane\" o \"Kooka"
"\" (sezione Multimedia/Grafica del menu delle applicazioni)."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26854,7 +26863,7 @@ msgstr ""
"Il tuo %s è stato configurato, ma è possibile che occorra fare degli "
"aggiustamenti manuali per farlo funzionare. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26863,12 +26872,12 @@ msgstr ""
"Se non appare nell'elenco degli scanner configurati della finestra "
"principale di Scannerdrake o se non funziona correttamente, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "modifica il file di configurazione /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26879,7 +26888,7 @@ msgstr ""
"Adesso puoi utilizzarlo usando \"XSane\" o \"Kooka\" (sezione Multimedia/"
"Grafica del menu delle applicazioni)."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26892,7 +26901,7 @@ msgstr ""
"%s\n"
"sono disponibili sul tuo sistema.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26905,42 +26914,42 @@ msgstr ""
"%s\n"
"è disponibile sul tuo sistema.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Non sono stati trovati scanner disponibili sulla tua macchina.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Cerca nuovi scanner"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Aggiungi manualmente uno scanner"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Installa/aggiorna i file del firmware"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Condivisione scanner"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Tutte le macchine remote"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Questa macchina"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26949,7 +26958,7 @@ msgstr ""
"Qui puoi anche decidere se rendere disponibili a macchine remote gli scanner "
"collegati a questa macchina e a quali macchine remote."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26958,33 +26967,33 @@ msgstr ""
"Qui puoi anche decidere di rendere disponibili su questa macchina degli "
"scanner collegati ad host remoti."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Gli scanner di questa macchina saranno disponibili per altri computer"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Condivisione scanner per gli host: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Utilizzare degli scanner su macchine remote"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Utilizza gli scanner sugli host: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Condivisione degli scanner locali"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26993,56 +27002,56 @@ msgstr ""
"Queste sono le macchine da cui gli scanner locali dovranno essere "
"accessibili:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Aggiungi un host"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Configura l'host selezionato"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Rimuovi l'host selezionato"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Nome/indirizzo IP dell'host:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
"Scegli l'host su cui gli scanner locali dovranno essere resi disponibili:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Devi inserire il nome di un host o un indirizzo IP.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Questo host è già nell'elenco, non puoi aggiungerlo ancora.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Utilizzo di scanner remoti"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Queste sono le macchine da cui gli scanner saranno utilizzabili:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -27053,7 +27062,7 @@ msgstr ""
"\n"
"Vuoi installare saned?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "I tuoi scanner non saranno disponibili via rete."
@@ -27239,6 +27248,316 @@ msgstr ""
msgid "Installation failed"
msgstr "Install. non riuscita"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Annulla"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Creare immagini di avvio per Etherboot:\n"
+#~ " \tPer avviare un kernel tramite etherboot, devi creare "
+#~ "un'immagine speciale\n"
+#~ " \tkernel/initrd. mkinitrd-net compie gran parte del lavoro e "
+#~ "drakTermServ è solo\n"
+#~ " \tun'interfaccia grafica per aiutarti a gestire e personalizzare "
+#~ "queste immagini.\n"
+#~ " \tPer creare il file /etc/dhcpd.conf.etherboot-pcimap.include che "
+#~ "è inserito come\n"
+#~ " \tinclude in dhcpd.conf, dovrai creare le immagini etherboot per "
+#~ "almeno un\n"
+#~ " \tkernel completo."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Mantiene /etc/dhcp.conf:\n"
+#~ " \tPer avviare i client in rete, ogni client richiede una voce in "
+#~ "dhcpd.conf che assegna un indirizzo IP\n"
+#~ " \te le immagini di boot per la macchina. drakTermServ aiuta a "
+#~ "creare/rimuovere queste voci.\n"
+#~ "\t\t\t\n"
+#~ " \t(le schede PCI possono fare a meno di un'immagine - etherboot "
+#~ "richiederà l'immagine giusta.\n"
+#~ "\t\t\tTu devi considerare che quando etherboot cerca le immagini, si "
+#~ "aspetta dei nomi come\n"
+#~ "\t\t\tboot-3c59x.nbi, e non boot-3c59x.2.4.19-16mdk.nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tUn tipico blocco di righe in dhcpd.conf per gestire un client "
+#~ "diskless sarà del tipo:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " Anche se puoi usare un pool di indirizzi IP, invece che "
+#~ "assegnarne uno specifico\n"
+#~ " per ogni macchina client, l'uso di indirizzi fissi facilita "
+#~ "l'impiego della possibilità\n"
+#~ " data da ClusterNFS di configurare ogni client con un proprio "
+#~ "file.\n"
+#~ " \n"
+#~ " Nota: La voce \"#type\" è usata solo da drakTermServ. I client "
+#~ "possono essere \"thin\"\n"
+#~ " o \"fat\". I thin client fanno eseguire quasi tutti i programmi "
+#~ "sul server via XDMCP, mentre i fat\n"
+#~ " client ne eseguono molti da soli. Uno speciale inittab, %s\n"
+#~ " viene scritto per i thin client. I file di configurazione "
+#~ "generale xdm-config, kdmrc, e gdm.conf sono\n"
+#~ " modificati per abilitare XDMCP, se si usano thin client. Poiché "
+#~ "non è molto sicuro usare XDMCP,\n"
+#~ " hosts.deny e hosts.allow sono modificati per limitare l'accesso "
+#~ "alla sottorete locale.\n"
+#~ " \n"
+#~ " Nota: anche la voce \"#hdw_config\" viene usata solo da "
+#~ "drakTermServ. I client possono \n"
+#~ " avere valore \"true\" o \"false\". \"true\" permette a root il "
+#~ "login sulla macchina client e la configurazione\n"
+#~ " locale dell'hardware (suono, mouse, e X), usando gli strumenti "
+#~ "\"drak\". Questo è possibile\n"
+#~ " creando file di configurazione separati, associati agli indirizzi "
+#~ "IP dei client , e dei\n"
+#~ " punti di mount read/write per consentire ai client di alterare il "
+#~ "file. Quando sarai soddisfatto\n"
+#~ " della configurazione, potrai rimuovere la possibilità di entrare "
+#~ "come root sul client.\n"
+#~ " \n"
+#~ ".........Nota: Occorre spegnere e riavviare il server dopo l'aggiunta o "
+#~ "la modifica dei client."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Mantenere /etc/exports:\n"
+#~ " \t\tClusternfs permette di esportare la root del filesystem ai "
+#~ "client senza disco. drakTermServ\n"
+#~ " \t\timposta la chiamata giusta per permettere l'accesso anonimo "
+#~ "al filesystem da\n"
+#~ " \t\tparte dei client senza disco.\n"
+#~ "\n"
+#~ " \t\tUna sezione tipica per l'export in clusternfs è:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tDove SUBNET/MASK è stata definita per la tua rete."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Mantenere %s:\n"
+#~ " \tAffinché un utente possa accedere al sistema da un client senza "
+#~ "disco, la sua riga in\n"
+#~ " \t/etc/shadow deve essere copiata in %s$. drakTermServ aiuta "
+#~ "molto,\n"
+#~ " \tperché aggiunge e toglie automaticamente gli utenti da questo "
+#~ "file."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - File %s per client:\n"
+#~ " \tUsando clusternfs, ogni client senza disco può avere i propri "
+#~ "file di configurazione\n"
+#~ " \tsul filesystem root del server. Consentendo la configurazione "
+#~ "dell'hardware locale\n"
+#~ " \tdel client, drakTermServ ti aiuterà a creare questi file."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - File di configurazione del sistema per i client:\n"
+#~ " \tUsando clusternfs, ogni client senza disco può avere il proprio "
+#~ "file di configurazione sul\n"
+#~ " \tfilesystem root del server. Permettendo la configurazione "
+#~ "locale dell'hardware dei client, \n"
+#~ " \tquesti possono adattare a se stessi file come /etc/modules."
+#~ "conf, /etc/sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard in a una logica orientata ai client.\n"
+#~ "\n"
+#~ " Nota: Abilitare la configurazione locale dell'hardware del client "
+#~ "abilita la connessione come\n"
+#~ " root al terminal server da ogni client per cui questa opzione è "
+#~ "abilitata. Si può disabilitarla,\n"
+#~ " conservando i file di configurazione, una volta terminata la "
+#~ "configurazione della macchina\n"
+#~ " client."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \t\tdrakTermServ configurerà questo file per funzionare in "
+#~ "accordo con le immagini create da\n"
+#~ " \t\tmkinitrd-net e le voci in /etc/dhcpd.conf, per mettere a "
+#~ "disposizione dei client senza disco\n"
+#~ " \t\tle immagini di boot.\n"
+#~ "\n"
+#~ " \t\tUn tipico file di configurazione per TFTP è del tipo:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ " \t\t(\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \t\tQui le differenze rispetto all'installazione predefinita sono "
+#~ "il \"no\" per disable e\n"
+#~ " \t\tla modifica al path della directory /var/lib/tftpboot, dove "
+#~ "mkinitrd-net\n"
+#~ " \t\tmette le sue immagini."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Creare floppy o CD per il boot via ethernet:\n"
+#~ " \tAlle macchine senza disco per avviarsi serve un'immagine ROM "
+#~ "sul NIC, o un\n"
+#~ " \tfloppy o un CD di avvio per iniziare la sequenza di boot. "
+#~ "drakTermServ aiuta\n"
+#~ " \ta preparare queste immagini, basate sul NIC della macchina "
+#~ "client.\n"
+#~ " \t\n"
+#~ " \tEcco un semplice esempio di come si crea a mano un floppy di "
+#~ "boot per una 3Com 3c509:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Configurazione cambiata - riavvio clusternfs/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/ja.po b/perl-install/share/po/ja.po
index 4719e92db..405a9ec8d 100644
--- a/perl-install/share/po/ja.po
+++ b/perl-install/share/po/ja.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-ja\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-12-15 23:30+0900\n"
"Last-Translator: Yukiko Bando <ybando@k6.dion.ne.jp>\n"
"Language-Team: Japanese <ja@li.org>\n"
@@ -202,21 +202,21 @@ msgstr "デバイスの検出と設定を行っています。お待ちくださ
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -243,9 +243,9 @@ msgstr "デバイスの検出と設定を行っています。お待ちくださ
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "エラー"
@@ -484,10 +484,10 @@ msgstr "カスタム"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "終了"
@@ -646,7 +646,7 @@ msgstr "グラフィックカード: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -663,7 +663,7 @@ msgstr "OK"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -678,7 +678,7 @@ msgstr "キャンセル"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -911,7 +911,7 @@ msgstr "rootパーティションの最初のセクタ"
msgid "On Floppy"
msgstr "フロッピー"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "スキップ"
@@ -1257,9 +1257,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "完了"
@@ -1459,9 +1459,9 @@ msgstr "エクスポートにはNFSとSMBを使用できます。どちらを使
msgid "Launch userdrake"
msgstr "userdrakeを起動"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1634,7 +1634,7 @@ msgstr "ドメイン"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "サーバ"
@@ -1763,7 +1763,7 @@ msgstr "NISドメインがないのでブロードキャストを使えません
# only the ascii charset will be available
# so use only 7bit for this message
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1777,42 +1777,42 @@ msgstr ""
"Ichiran kara OS wo erabu ka Default no OS no kidou wo\n"
"Matte kudasai.\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "グラフィカル表示のLILO"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "テキスト表示のLILO"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "グラフィカル表示のGRUB"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "テキスト表示のGRUB"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "/boot の容量が足りません"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "ブートローダは %s パーティションにはインストールできません\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1820,7 +1820,7 @@ msgid ""
msgstr ""
"パーティション番号が変更されたので、ブートローダの設定を更新してください"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1829,7 +1829,7 @@ msgstr ""
"ブートローダを正しくインストールできません。レスキューをブートして %s を選ん"
"でください。"
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "ブートローダを再インストール"
@@ -3042,7 +3042,7 @@ msgstr "新しいサーバを検索"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "パッケージ %s が必要です。インストールしますか?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "%s パッケージをインストールできません"
@@ -3053,19 +3053,19 @@ msgid "Mandatory package %s is missing"
msgstr "必要なパッケージ %s がありません"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "警告"
@@ -3947,7 +3947,7 @@ msgstr "ユーザ名"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4848,8 +4848,8 @@ msgstr ""
"クリックしてください。"
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5877,8 +5877,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7549,14 +7549,14 @@ msgstr ""
msgid "Re-submit"
msgstr "再登録"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "チェコ語(QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7570,28 +7570,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "スペイン語"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "フィンランド語"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "フランス語"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7605,828 +7605,828 @@ msgid ""
"Polish"
msgstr "ポーランド語"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "ロシア語"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "スウェーデン語"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "イギリス式キーボード"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "アメリカ式キーボード"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "アルバニア語"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "アルメニア語(旧)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "アルメニア語(タイプライター)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "アルメニア語(phonetic)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "アラビア語"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "アゼルバイジャン(ラテン)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "ベルギー"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "ベンガル語(Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "ベンガル語(Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "ブルガリア語(phonetic)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "ブルガリア語(BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "ブラジル(ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "ボスニア語"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "ベラルーシ語"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "スイス(ドイツ語配列)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "スイス(フランス語配列)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "チェロキー語(syllabics)"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "チェコ語(QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "ドイツ語(デッドキーなし)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "デヴァナガーリー"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "デンマーク語"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak(US英語)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak(エスペラント語)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak(フランス語)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak(UK英語)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak(ノルウェー語)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak(ポーランド語)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak(スウェーデン語)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "ゾンカー語/チベット語"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "エストニア語"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "フェロー語"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "グルジア語(ロシア語配列)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "グルジア語(ラテン配列)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "ギリシャ語"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "ギリシャ語(polytonic)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "グジャラート語"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "グルムキ"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "クロアチア語"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "ハンガリー語"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "アイルランド語"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "イスラエル"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "イスラエル(phonetic)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "イラン語"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "アイスランド語"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "イタリア語"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "イヌクティトト語"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "日本語106キーボード"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "カンナダ語"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "韓国式キーボード"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "クルド語(アラビア表記)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "キルギス"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "ラテンアメリカ"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "ラオス語"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "リトアニア語(AZERTY旧)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "リトアニア語(AZERTY新)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "リトアニア語(数字列QWERTY)"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "リトアニア語(音標文字)"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "ラトヴィア語"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "マラヤーラム語"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "マケドニア語"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "ミャンマー(ビルマ)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "モンゴル語(cyrillic)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "マルタ語(UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "マルタ語(US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "オランダ語"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "オリヤー語"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "ポーランド語(QWERTY)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "ポーランド語(QWERTZ)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "パシュトウ語"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "ポルトガル語"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "カナダ(ケベック)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "ルーマニア語(QWERTZ)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "ルーマニア語(QWERTY)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "ロシア語(phonetic)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "サーミ語(ノルウェー)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "サーミ語(スウェーデン/フィンランド)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "シンド語"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "スロベニア語"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "シンハラ語"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "スロバキア語(QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "スロバキア語(QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "セルビア語(cyrillic)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "シリア語"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "シリア語(phonetic)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "テルグ語"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "タミール語(ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "タミール語(タイプライタ)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "タイ語(Kedmanee配列)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "タイ語(TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "タイ語(Pattachote配列)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "ティフナグ(モロッコ配列)(+latin/arabic)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "ティフナグ(phonetic)(+latin/arabic)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "タジク語"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "トルクメン語"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "トルコ語(伝統的Fモデル)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "トルコ語(モダンQモデル)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "ウクライナ語"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "ウルドゥー語"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "USキーボード(国際式)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "ウズベク語(cyrillic)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "ベトナム語(数字列QWERTY)"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "ユーゴスラビア(ラテン)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "右側のAltキー"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "左右のShiftを同時に押す"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "CtrlとShiftを同時に押す"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLockキー"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "ShiftとCapsLockを同時に押す"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "CtrlとAltを同時に押す"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "AltとShiftを同時に押す"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "メニューキー"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "左側のWindowsキー"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "右側のWindowsキー"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "左右のCtrlを同時に押す"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "左右のAltを同時に押す"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "左側のShiftキー"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "右側のShiftキー"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "左側のAltキー"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "左側のCtrlキー"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "右側のCtrlキー"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8436,7 +8436,7 @@ msgstr ""
"キーボードの配列(例:ラテンと非ラテン)を切り替えるキーの\n"
"組み合わせを選んでください"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10829,8 +10829,8 @@ msgstr "ネットマスクは 255.255.224.0 のように入力してください
msgid "Warning: IP address %s is usually reserved!"
msgstr "警告: IPアドレス %s は通常保留されています"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s はすでに使用されています\n"
@@ -11526,7 +11526,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "ファームウェアのコピーに失敗。ファイル %s が見つかりません。"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "おめでとうございます"
@@ -11659,9 +11659,9 @@ msgstr "設定済み(他のマシンで)"
msgid "On CUPS server \"%s\""
msgstr "CUPSサーバ %s で"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (デフォルト)"
@@ -11713,9 +11713,9 @@ msgstr "リモートCUPSサーバ"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "不明なモデル"
@@ -11965,7 +11965,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Rawプリンタ(ドライバなし)"
@@ -11996,12 +11996,12 @@ msgstr "ホスト %s"
msgid "%s (Port %s)"
msgstr "%s (ポート %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12048,7 +12048,7 @@ msgstr ""
"どうかも設定できます。"
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "リモートCUPSサーバ(ローカルCUPSデーモンなし)"
@@ -12096,8 +12096,8 @@ msgstr "ホスト/ネットワークでのプリンタ共有: "
msgid "Custom configuration"
msgstr "カスタム設定"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "リモートマシンがありません"
@@ -12319,8 +12319,8 @@ msgstr "ポート"
msgid "On, Name or IP of remote server:"
msgstr "On, リモートサーバの名前またはIP:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "CUPSサーバの名前またはIPがありません"
@@ -12330,29 +12330,30 @@ msgstr "CUPSサーバの名前またはIPがありません"
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "プリンタの情報を読み込み中.."
@@ -12487,7 +12488,7 @@ msgstr ""
"リモートCUPSサーバのプリンタはここで設定する必要はありません。\n"
"それらのプリンタは自動的に検出されます。"
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12720,12 +12721,12 @@ msgstr " on "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "プリンタ機種の選択"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "プリンタの機種を選んでください"
@@ -12743,7 +12744,7 @@ msgstr ""
"Printerdrakeはお使いのプリンタ %s の機種を検出できませんでした。\n"
"リストの中から正しい機種を選んでください。"
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12753,7 +12754,7 @@ msgstr ""
"お使いのプリンタがリストにない場合は、互換性のあるプリンタ\n"
"(プリンタのマニュアルを参照)か類似したプリンタを選んでください。"
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "プリンタ %s を設定中.."
@@ -12776,7 +12777,7 @@ msgstr ""
"自動設定を再度有効にするにはPrinterdrakeのメインメニューから次を選択してくだ"
"さい: \"%s\" -> \"%s\""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "自動管理を設定"
@@ -12794,8 +12795,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "プリンタを追加"
@@ -12997,8 +12998,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "%s パッケージをインストールできません"
@@ -13232,10 +13233,10 @@ msgid "Remote printer name missing!"
msgstr "リモートプリンタ名がありません"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13608,8 +13609,8 @@ msgstr "編集"
msgid "and choosing \"%s\"."
msgstr "そして %s を選んでください。"
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "プリンタ接続の種類"
@@ -13619,22 +13620,18 @@ msgstr "プリンタ接続の種類"
msgid "What do you want to do?"
msgstr "何をしますか?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr "HPLIPで設定"
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr "HPLIPなしで設定"
-#: printer/printerdrake.pm:2426
-#, c-format
-msgid "Cancel setup"
-msgstr "設定をキャンセル"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13646,7 +13643,7 @@ msgstr ""
"ンテナンス(インクレベルチェック/ノズルクリーニング/ヘッド位置合わせ);多機能デ"
"バイスでのスキャン; メモリーカードへのアクセス"
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13655,89 +13652,105 @@ msgstr ""
"HPプリンタのこれらの追加機能を利用するためには、プリンタをHPLIP(HP Linux "
"Imaging and Printing)を使って設定する必要があります。"
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr "HPLIPを使いますか?(HP以外のプリンタには'なし'を選んでください)"
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "%sパッケージをインストール中.."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "%s では印刷のみが可能です"
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "お使いの %1$s の古いHPOJ設定ファイル %2$s を削除できませんでした"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "ファイルを手動で削除しHPOJを再スタートしてください"
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "デバイスの確認と%sの設定.."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "どのプリンタをHPLIPで設定しますか?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "HPLIPなしで設定"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "SANEパッケージをインストール中.."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "%s ではスキャンはできません"
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "%s を使用/維持"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "デバイスを設定.."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "CUPS用のプリンタポートを作成中.."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "プリンタデータベースを読み込み中.."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "プリンタ名とコメントを入力してください"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "プリンタ名には文字と数字とアンダースコア(_)しか使えません"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13746,7 +13759,7 @@ msgstr ""
"プリンタ %s は既に存在します\n"
"設定を上書きしますか?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13756,7 +13769,7 @@ msgstr ""
"プリンタ名 %s が12文字以内でないため、このプリンタはWindowsのクライアントから"
"は使用できなくなります。本当にこの名前でよろしいですか?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13765,35 +13778,35 @@ msgstr ""
"プリンタにはそれぞれ名前が必要です(たとえば'printer')。\n"
"説明/場所の欄は空白のままでも構いません。ユーザ用のメモ欄です。"
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "プリンタの名前"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "説明"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "プリンタの場所"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "プリンタデータベースを準備中.."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "プリンタの機種"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13817,18 +13830,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "この機種を使う"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "手動でモデルを選ぶ"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -13842,12 +13855,12 @@ msgstr ""
"自動検出されたプリンタの機種が正しいことを確認してください。間違った機種また"
"はRawプリンタが選択された場合は、リストから正しい機種を探してください。"
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "メーカー提供のPPDファイルをインストール"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -13856,7 +13869,7 @@ msgstr ""
"PostScriptプリンタには、プリンタのオプションと機能を説明するPPDファイルが付属"
"しています。"
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -13864,12 +13877,12 @@ msgid ""
msgstr ""
"このファイルはたいていプリンタ付属のWindows/MacドライバCDのどこかにあります。"
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "PPDファイルはメーカーのWEBサイトにもあります。"
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -13878,7 +13891,7 @@ msgstr ""
"このマシンにWindowsをインストールされている場合は、Windowsパーティションにも"
"PPDファイルがあります。"
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13888,7 +13901,7 @@ msgstr ""
"PPDファイルをインストールしプリンタのセットアップ時に使うと、プリンタのハード"
"ウェアがサポートする全てのオプションを利用できるようになります。"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -13897,51 +13910,51 @@ msgstr ""
"マシンにインストールするPPDファイルを選びます。これはプリンタのセットアップに"
"使います。"
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "PPDファイルを次からインストール"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "フロッピーディスク"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "その他の場所"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "PPDファイルを選択"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "PPDファイル %s が無いか読めません"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "PPDファイル %s はPPDの仕様に合っていません"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "PPDファイルをインストール.."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI winプリンタの設定"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13957,12 +13970,12 @@ msgstr ""
"レルポートに接続し直してください。そうしないとプリンタは機能しません。ドライ"
"バは接続種類の設定を無視します。"
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmarkインクジェットを設定"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13974,7 +13987,7 @@ msgstr ""
"リモートマシンやプリンタサーバのプリンタはサポートされません。プリンタをロー"
"カルポートに接続するか、接続されているマシンで設定してください。"
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13995,12 +14008,12 @@ msgstr ""
"ページをlexmarkmaintainで印刷し、このプログラムでヘッドのアラインメントを調整"
"してください。"
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark X125 の設定"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14012,12 +14025,12 @@ msgstr ""
"ん。リモートマシンやプリンタサーバのプリンタはサポートされません。プリンタを"
"ローカルUSBポートに接続するか、接続されているマシンで設定してください。"
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Samsung ML/QL-85Gの設定"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14030,17 +14043,17 @@ msgstr ""
"タを最初のパラレルポートに接続するか、プリンタが接続されているマシンで設定し"
"てください。"
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Canon LBP-460/660の設定"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Canon LBP-810/1120 (CAPT)の設定"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14053,12 +14066,12 @@ msgstr ""
"えません。プリンタをUSBに接続するか、プリンタが接続されているマシンで設定して"
"ください。"
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "HP LaserJet 1000のファームウェアをアップロード"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14075,27 +14088,27 @@ msgstr ""
"してください。注意: 超高品質/高解像度の印刷には非常に時間がかかることがありま"
"す。"
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "プリンタのデフォルト設定"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "オプション %s は整数にしてください"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "オプション %s は数字にしてください"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "オプション %s は範囲外です"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14104,12 +14117,12 @@ msgstr ""
"このプリンタ(%s)を\n"
"デフォルトのプリンタにしますか?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "テストページ"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14122,47 +14135,47 @@ msgstr ""
"ないレーザプリンタでは出力できないかもしれません。たいていの場合、'標準テスト"
"ページ'で十分です。"
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "テストしない"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "印刷"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "標準テストページ"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "テストページ(レター)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "テストページ(A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "写真テストページ"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "テストページを印刷中.."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "写真テストページをスキップ"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14177,7 +14190,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14186,17 +14199,17 @@ msgstr ""
"テストページをプリンタデーモンに送りました。\n"
"プリンタが動くまでに少し時間がかかります。\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "正常に動きましたか?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Rawプリンタ"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14208,7 +14221,7 @@ msgstr ""
"の場合は xpp <file> もしくは kprinter <file> を使います。グラフィカルなツール"
"を使うと簡単にプリンタの選択とオプションの設定ができます。\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14219,8 +14232,8 @@ msgstr ""
"'印刷コマンド'入力欄でも使用できます。その場合は印刷するファイル名を\n"
"指定する必要はありません。(アプリケーションが必要な情報を供給します)\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14233,7 +14246,7 @@ msgstr ""
"必要な設定をコマンドラインに追加してください。\n"
"例: %s <file>"
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14244,7 +14257,7 @@ msgstr ""
"または、'印刷オプションの一覧'をクリックしてください。%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14253,7 +14266,7 @@ msgstr ""
"現在のプリンタで利用できる印刷オプションは次の通りです:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14262,8 +14275,8 @@ msgstr ""
"コマンドライン(ターミナルウィンドウ)からファイルを印刷するには、\n"
"%s <file> を使います。\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14274,7 +14287,7 @@ msgstr ""
"'印刷コマンド'入力欄でも使用できます。その場合は印刷するファイル名を\n"
"指定する必要はありません。(アプリケーションが必要な情報を供給します)\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14283,7 +14296,7 @@ msgstr ""
"現在のプリンタで利用可能なオプションを見るには、'印刷オプションの一覧'\n"
"をクリックしてください。"
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14292,7 +14305,7 @@ msgstr ""
"コマンドライン(ターミナルウィンドウ)からファイルを印刷するには、\n"
"%s <file> または %s <file> を使います。\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14307,7 +14320,7 @@ msgstr ""
"これをクリックすると印刷ジョブがすぐに中止されます。\n"
"紙づまりのときなどに便利です。\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14320,27 +14333,27 @@ msgstr ""
"要な設定をコマンドラインに追加してください。\n"
"例: %s <file>\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "プリンタ %s を使用/維持"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "プリンタ %s で印刷"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "印刷オプションの一覧"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, c-format
msgid "Printing option list..."
msgstr "印刷オプションの一覧..."
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14350,7 +14363,7 @@ msgstr ""
"お使いの %s はHPのHPLIPドライバ・ソフトウェアで設定されています。したがってプ"
"リンタに装備されている多くの特殊機能が利用できます。\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14359,7 +14372,7 @@ msgstr ""
"お使いのプリンタのスキャナは通常のSANEソフトウェアで使用できます。\n"
"例: Kooka, XSane (メニューのマルチメディア->グラフィックスから選択)"
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14370,7 +14383,7 @@ msgstr ""
"い。\n"
"(Mandriva Linuxコントロールセンターのハードウェア->スキャナを選択)\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14379,7 +14392,7 @@ msgstr ""
"お使いのプリンタのメモリーカード・リーダーは通常のUSBストーレジデバイスと同様"
"にアクセスすることができます。"
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14390,7 +14403,7 @@ msgstr ""
"カードにアクセスできるようになります。\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14401,7 +14414,7 @@ msgstr ""
"ニタ->HP Printer Toolboxを選択し、Functionsタブの[Access Photo Cards...]をク"
"リックしてください。"
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14411,7 +14424,7 @@ msgstr ""
"注意: この方法は大変時間がかかります。普通はカメラまたはUSBカードリーダーから"
"画像を読み込むほうが時間がかかりません。\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14422,33 +14435,33 @@ msgstr ""
"はお使いの %s に様々なモニタリングやメンテナンス機能を提供します:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - インクレベル/ステータス情報\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - インクノズルクリーニング\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - プリントヘッド位置合わせ\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - 色補正\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "プリンタの設定を変換"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14462,7 +14475,7 @@ msgstr ""
"設定)は全てコピーされますが、ジョブは変換されません。\n"
"また、以下の理由で変換できないキューもあります:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14471,7 +14484,7 @@ msgstr ""
"CUPSはNovellサーバのプリンタや、自由形式のコマンドにデータを送るプリンタを\n"
"サポートしません。\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14480,12 +14493,12 @@ msgstr ""
"PDQはローカルプリンタ、リモートのLPDプリンタ、ソケット/TCPプリンタのみを\n"
"サポートします。\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPDとLPRngはIPPプリンタをサポートしません。\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14494,7 +14507,7 @@ msgstr ""
"また、このプログラムやfoomatic-configure以外で作成されたキューは変換できませ"
"ん。"
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14505,7 +14518,7 @@ msgstr ""
"また、メーカー提供のPPDファイルやネイティブなCUPSドライバで設定したプリンタは"
"変換できません。"
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14515,17 +14528,17 @@ msgstr ""
"\n"
"変換するプリンタを選んで[変換]をクリックしてください。"
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "プリンタを変換しない"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "変換"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14536,17 +14549,17 @@ msgstr ""
"上書きするには[変換]を押してください。\n"
"または、新しい名前を入力/このプリンタをスキップすることもできます。"
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "新しいプリンタの名前"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "%s を変換中.."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14555,28 +14568,28 @@ msgstr ""
"以前のデフォルトプリンタ(%s)を変換しました。新しい印刷システム %s でも\n"
"これをデフォルトのプリンタにしますか?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "プリンタデータを更新中.."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "ネットワークを起動中.."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "ネットワークを設定"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "ネットワーク機能が設定されていません"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14588,12 +14601,12 @@ msgstr ""
"ですが、まだ設定されていません。このまま続けても、このプリンタを使用すること"
"はできません。どうしますか?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "ネットワークを設定せずに先へ進む"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14607,7 +14620,7 @@ msgstr ""
"ワークとインターネット/接続'で設定を修正してください。その後 %s コントロール"
"センタの'ハードウェア'でプリンタを設定してください。"
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14617,27 +14630,27 @@ msgstr ""
"ネットワークアクセスを起動できませんでした。設定とハードウェアを確認し、\n"
"リモートプリンタの設定をやり直してください。"
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "プリンタシステムを再起動中.."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "高い"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "極度に高い"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "印刷システムをセキュリティレベル %s でインストール中"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14661,12 +14674,12 @@ msgstr ""
"\n"
"本当にこのマシンでの印刷を設定しますか?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "起動時に印刷システムを開始"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14686,32 +14699,32 @@ msgstr ""
"\n"
"印刷システムの自動起動を再び有効にしますか?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "インストール済みのソフトをチェック中.."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "%s を削除中.."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "%s 印刷システムを削除できません"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "%s をインストール中.."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "%s 印刷システムをインストールできません"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14723,7 +14736,7 @@ msgstr ""
"定されたサーバに送られます。注意: ローカル印刷キューは使えません。また、指定"
"したサーバがダウンするとこのマシンからは全く印刷できなくなります。"
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -14732,32 +14745,32 @@ msgstr ""
"このモードを使うには、CUPSサーバの名前かIPを入力してOKをクリックしてくださ"
"い。使わない場合は[終了]を選んでください。 "
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "リモートサーバの名前かIP:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "デフォルトのプリンタを設定中.."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "リモートCUPSサーバまたはローカルCUPS印刷システム?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "CUPS印刷システムは二通りに使えます:"
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. CUPS印刷システムをローカルに使う"
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -14766,7 +14779,7 @@ msgstr ""
"ローカルに接続されたプリンタが使えます。ネットワーク内の他のCUPSサーバのリ"
"モートプリンタは自動検出されます。"
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14778,12 +14791,12 @@ msgstr ""
"インストール/CUPSデーモンを常に稼動させておく必要がある/IPPポート(port 631)が"
"オープンになる。"
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr "2. すべての印刷要求は直ちにリモートCUPSサーバに送られます。"
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14795,7 +14808,7 @@ msgstr ""
"ためのソフトウェアもインストールされないので、メモリー/ディスクスペースの使用"
"が少なくなります。"
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -14804,48 +14817,48 @@ msgstr ""
"欠点は、ローカルプリンタを指定できないので指定したサーバがダウンするとこのマ"
"シンからは全く印刷できなくなることです。"
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "CUPSをどのようにセットアップしますか?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "リモートサーバ - 名前かIPを指定:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "ローカルCUPS印刷システム"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "プリンタのスプーラを選択"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "どの印刷システム(スプーラ)を使いますか?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "プリンタ %s の設定に失敗"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Foomaticをインストール中.."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "%s パッケージをインストールできません、%s を起動できません"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14855,48 +14868,48 @@ msgstr ""
"以下のプリンタが既に設定されています。ダブルクリックで設定を変更、デフォルト"
"のプリンタに指定、情報を参照することができます。"
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "利用可能なリモートCUPSプリンタを全て表示"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "プリンタリストを更新(リモートCUPSプリンタを全て表示)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPSを設定"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "印刷システムを変更"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "標準モード"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "エキスパートモード"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "プリンタのオプション"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "プリンタの設定を変更"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -14905,99 +14918,99 @@ msgstr ""
"プリンタ %s%s\n"
"このプリンタの何を変更しますか?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "このプリンタは無効になっています"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "実行"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "プリンタの名前/説明/場所"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "プリンタのメーカー/機種/ドライバ"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "プリンタのメーカー/機種"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "このプリンタをデフォルトにする"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "プリンタを有効にする"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "プリンタを無効にする"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "プリンタコミュニケーションエラーの扱い"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "テストページを印刷"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "このプリンタの使い方を調べる"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "プリンタを削除"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "古いプリンタ %s を削除中.."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "プリンタ %s を有効にしました"
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "プリンタ %s を無効にしました"
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "プリンタ %s を本当に削除しますか?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "プリンタ %s を削除中.."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "デフォルトのプリンタ"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "プリンタ %s をデフォルトのプリンタにしました。"
@@ -15034,15 +15047,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "ファームウェアファイル %s の権限を設定できません"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "スキャナを共有するために必要なパッケージをインストールできません"
@@ -16922,12 +16935,12 @@ msgstr "ログアウトして Ctrl-Alt-BackSpace を押してください"
msgid "You need to log out and back in again for changes to take effect"
msgstr "変更を有効にするには再ログインしてください。"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s にはユーザ名が必要です..\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -16936,112 +16949,112 @@ msgstr ""
"%s: %s には以下が必要です: hostname, MAC address, IP, nbi-image, 0/1 for "
"THIN_CLIENT, 0/1 for Local Config..\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s にはホスト名が必要です..\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "ターミナルサーバの設定"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "DHCPDの設定"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "サーバを有効にする"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "サーバを無効にする"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "サーバを起動"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "サーバを停止"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherbootフロッピー/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "ネットブートイメージ"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "ユーザを追加/削除"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "クライアントを追加/削除"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "イメージ"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "クライアント/ユーザ"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "初回設定ウィザード"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr "%s をdmとして定義。gdmユーザを/etc/passwd$$CLIENT$$に追加。"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17081,27 +17094,27 @@ msgstr ""
" e) 起動フロッピィの作成を促す\n"
" f) thinクライアントの場合は、KDMを再起動するか尋ねる\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "ウィザードをキャンセル"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "DHCPDの設定を保存してください"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "thinクライアントを使う"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "クライアントのXキーボード設定をサーバと同期"
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17116,28 +17129,28 @@ msgstr ""
"ものを使います。\n"
" fatクライアントは自分のCPU/RAMとサーバのファイルシステムを使用します。"
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "全カーネル用のネットブートイメージを作成"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "数分かかります"
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "完了"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s 失敗"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17148,12 +17161,12 @@ msgstr ""
"十分なスペースがありません\n"
"%d MB 必要(空きスペース: %d MD)"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr "サーバのユーザリストをクライアントのリストと同期(root含む)"
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17162,19 +17175,18 @@ msgstr ""
"thinクライアントの変更を有効にするには、ディスプレイマネージャの再起動が必要"
"です。再起動しますか?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "ターミナルサーバの概要"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17185,8 +17197,7 @@ msgstr ""
" - Etherbootを有効にしたブートイメージを作成:\n"
" \tetherbootでカーネルを起動するには、特別なkernel/initrdイメージを作"
"成しなければなりません。\n"
-" \t大部分の仕事はmkinitrd-netが行います。drakTermServは、これらのイ"
-"メージの\n"
+" \t大部分の仕事はmkinitrd-netが行います。%sは、これらのイメージの\n"
" \t管理/カスタマイズを手助けするグラフィカルインターフェースにすぎませ"
"ん。\n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include(dhcpd.confにincludeとして"
@@ -17194,14 +17205,14 @@ msgstr ""
" \tを作成するには、少なくともひとつの完全なカーネル用のetherbootイメー"
"ジを作成する必要があります。"
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17216,8 +17227,7 @@ msgstr ""
" - /etc/dhcpd.confの管理:\n"
" \tネットワークブートでは、マシンにIPアドレスとネットブートイメージを"
"割り当てる\n"
-" \tために、各クライアントにdhcpd.confのエントリーが必要です。"
-"drakTermServ\n"
+" \tために、各クライアントにdhcpd.confのエントリーが必要です。%s\n"
" \tはこれらのエントリーの作成/削除を手助けします。\n"
"\t\t\t\n"
" \t(PCIカードはこのイメージを省略できます - etherbootは正しいイメージ"
@@ -17228,30 +17238,29 @@ msgstr ""
"\t\t\t \n"
" \tdisklessクライアントをサポートするdhcpd.confの典型例:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17268,12 +17277,12 @@ msgid ""
msgstr ""
" クライアントマシンそれぞれにエントリーを作成するかわりにIPアドレスの"
"プールを\n"
-" 使用することも可能ですが、固定アドレスを採用するほうが、ClusterNFSが"
-"提供するクライアント\n"
+" 使用することも可能ですが、固定アドレスを採用するほうが、%sが提供する"
+"クライアント\n"
" 別設定ファイルの機能をより簡単に利用できます。\n"
"\t\t\t\n"
-" 注意: '#type'エントリーはdrakTermServだけが使用します。クライアント"
-"は'thin'または\n"
+" 注意: '#type'エントリーは%sだけが使用します。クライアントは'thin'また"
+"は\n"
" 'fat'になります。thinクライアントはXDMCP経由でサーバ上の多くのソフト"
"を使用します。これに\n"
" 対して、fatクライアントは殆ど自分のマシンのものを使います。fat\n"
@@ -17285,8 +17294,7 @@ msgstr ""
"するために、\n"
" hosts.denyとhosts.allowも変更されます。\n"
"\t\t\t\n"
-" 注意: '#hdw_config'エントリーもdrakTermServだけが使用します。 クライ"
-"アントは\n"
+" 注意: '#hdw_config'エントリーも%sだけが使用します。 クライアントは\n"
" 'true'または'false'になります。'true'の場合は、クライアントマシンへの"
"rootログイン\n"
" を有効にし、draktoolsを使ってサウンド/マウス/Xを設定できるようにしま"
@@ -17300,17 +17308,16 @@ msgstr ""
"\t\t\t\n"
" 注意: クライアントの追加/変更後は、サーバを再起動する必要があります。"
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17318,59 +17325,59 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - /etc/exportsの管理:\n"
-" \tClusternfsはdisklessクライアントへのrootファイルシステムのエクス"
-"ポートを許可します。\n"
-" \tdrakTermServは、disklessクライアントからrootファイルシステムへの匿"
-"名アクセス\n"
+" \t%sはdisklessクライアントへのrootファイルシステムのエクスポートを許"
+"可します。\n"
+" \t%sは、disklessクライアントからrootファイルシステムへの匿名アクセ"
+"ス\n"
" \tを許可するために適切なエントリーを設定します。\n"
"\n"
-" \tclusternfsのexportエントリーの典型例:\n"
+" \t%sのexportエントリーの典型例:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
" \tSUBNET/MASKはネットワークに合わせて定義します。"
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - %s の管理:\n"
" \tdisklessクライアントからシステムにログインするには、/etc/shadowの"
"ユーザエントリー\n"
-" \tが %s にコピーされている必要があります。drakTermServは、\n"
+" \tが %s にコピーされている必要があります。%sは、\n"
" \tこのファイルのユーザを追加/削除することによって、ユーザ管理の手助け"
"をします。"
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - 各クライアントの %s:\n"
-" \tclusternfsを介して、disklessクライアントはサーバのrootファイルシス"
-"テムに各々\n"
+" \t%sを介して、disklessクライアントはサーバのrootファイルシステムに"
+"各々\n"
" \tの設定ファイルを所有できます。ローカルクライアントのハードウェアの"
"設定を許可\n"
-" \tすることによって、drakTermServはこれらのファイル作成の手助けをしま"
-"す。"
+" \tすることによって、%sはこれらのファイル作成の手助けをします。"
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17386,8 +17393,8 @@ msgid ""
"machine is configured."
msgstr ""
" - 各クライアントのシステム設定ファイル:\n"
-" \tclusternfsを介して、disklessクライアントはサーバのrootファイルシス"
-"テムに各々\n"
+" \t%sを介して、disklessクライアントはサーバのrootファイルシステムに"
+"各々\n"
" \tの設定ファイルを所有できます。ローカルクライアントのハードウェアの"
"設定を許可\n"
" \tすることによって、クライアントが/etc/modules.conf, /etc/sysconfig/"
@@ -17401,12 +17408,12 @@ msgstr ""
" クライアントマシンの設定が完了したら、ローカル設定を無効に戻してもか"
"まいません。設定ファイルは維持されます。"
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17431,8 +17438,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServは、mkinitrd-netが作成したイメージと関連して動くように"
-"このファイル\n"
+" \t%sは、mkinitrd-netが作成したイメージと関連して動くようにこのファイ"
+"ル\n"
" \tを設定し、また、ブートイメージを各disklessクライアントに提供できる"
"よう/etc/dhcpd.conf\n"
" \tのエントリーを編集します。\n"
@@ -17456,14 +17463,12 @@ msgstr ""
"作成する場所)\n"
" \tになっている点です。"
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17474,102 +17479,101 @@ msgstr ""
" - etherbootフロッピー/CDの作成:\n"
" \tディスクレスクライアントマシンが起動シーケンスを開始するためにはNIC"
"上の\n"
-" \tROMイメージまたは起動フロッピー/CDが必要です。drakTermServはクライ"
-"アント\n"
+" \tROMイメージまたは起動フロッピー/CDが必要です。%sはクライアント\n"
" \tマシンのNICに基いてこれらのイメージを作成するお手伝いをします。\n"
" \t\t\n"
" \t以下は 3Com 3c509 のための起動フロッピーを手動で作成する基本的な例"
"です: \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "ブートフロッピー"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "起動用ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXEイメージ"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "デフォルトのカーネルバージョン"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "古いクライアントのためにi586カーネルをインストール"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "カーネル全体を構築 -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "カーネルが選択されていません"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "単一NICを構築 -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "NICが選択されていません"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "全カーネルを構築 -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- 削除"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "イメージが選択されていません"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "全てのNBIを削除"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "カーネル用のイメージを作成:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17580,27 +17584,27 @@ msgstr ""
"パスワードが一致していません。\n"
"ログインするにはターミナルサーバにユーザを削除/再追加してください。"
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "ユーザを追加 -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- ユーザを削除"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "種類: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "ローカル設定: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17609,22 +17613,22 @@ msgstr ""
"ローカルハードウェアの\n"
"設定を許可"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "ネットブートイメージが作成されていません"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Thinクライアント"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Thinクライアントを許可"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -17633,52 +17637,52 @@ msgstr ""
"クライアントのXキーボード\n"
"設定をサーバと同期"
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "クライアントを追加 -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "種類: fat"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "種類: thin"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "ローカル設定: false"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "ローカル設定: true"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- クライアントを編集"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "ローカル設定を無効にする"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "クライアントを削除"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17687,78 +17691,78 @@ msgstr ""
"全ての変更を有効にするにはディスプレイマネージャを再起動してください。\n"
"(コンソールで'service dm restart'と入力)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Thinクライアントでは自動ログインできません。自動ログインを無効にしますか?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "全てのクライアントで %s を使用"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "サブネット:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "ネットマスク:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "ルータ:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "サブネットマスク:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Broadcastアドレス:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "ドメイン名:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "ネームサーバ:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "IP幅の最初:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "IP幅の最後:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "TS Includesを既存の設定に追加"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "設定を書き込む"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "DHCPDサーバを設定"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17769,7 +17773,7 @@ msgstr ""
"お使いのシステムから取得しました。\n"
"必要に応じて変更してください。"
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -17778,100 +17782,100 @@ msgstr ""
"ダイナミックIPアドレスプール\n"
"(PXEクライアントに必要):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "%s への書き込みに失敗"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "フロッピーを挿入してください:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "フロッピーにアクセスできません"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "フロッピーを取り除くことができます"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "有効なフロッピードライブがありません"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "PXEイメージは %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "%s/%s を書き込み中にエラー"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISOイメージは %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "異常が発生 - mkisofsはインストールされていますか?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "まず /etc/dhcpd.conf を作成してください"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "ターミナルサーバの %s passwd に不具合 - 再書き込み..\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s はユーザではありません..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s は既にターミナルサーバのユーザです\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "%s をターミナルサーバに追加できませんでした\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s をターミナルサーバに追加\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s を検出..\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s が見つかりません..\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allowと/etc/hosts.denyは設定済みです - 変更していません"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "設定を変更しました - clusternfs/dhcpdを再起動しますか?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "設定を変更しました - %s/dhcpdを再起動しますか?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26047,17 +26051,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrakeは起動しません。"
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "設定済みのスキャナを検索中.."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "新しいスキャナを検索中.."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "設定済みのスキャナのリストを再生成中.."
@@ -26220,45 +26224,45 @@ msgstr ""
"%s はprinterdrakeで設定してください。\n"
"printerdrakeは %s コントロールセンタのハードウェアから起動できます。"
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "カーネルモジュールを設定中..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "利用可能なポートを自動的に検出"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "%s が接続されているデバイスを選んでください"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
" \n"
"(注意: パラレルポートは自動検出されません)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "デバイスを選択"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "スキャナを検索中.."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "カーネルモジュールを設定中..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "注意!!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26271,7 +26275,7 @@ msgstr ""
"手動で調整する必要があります。設定ファイル /etc/sane.d/%s.conf. を編集してく"
"ださい。"
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26280,7 +26284,7 @@ msgstr ""
"詳しくはドライバのマニュアルを参照してください。コマンド'man sane-%s'で読むこ"
"とができます。"
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26289,7 +26293,7 @@ msgstr ""
"設定が完了すると、メニューのマルチメディア/グラフィックスのXSaneやKookaを使っ"
"て文書をスキャンできます。"
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26298,7 +26302,7 @@ msgstr ""
"お使いの %s の設定が完了しましたが正常に動作させるためには手動で設定を調整す"
"る必要があるかもしれません。"
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26306,12 +26310,12 @@ msgid ""
msgstr ""
"Scannerdrakeの設定済みスキャナのリストにない場合または正常に動作しない場合は"
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "設定ファイル /etc/sane.d/%s.conf. を編集してください"
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26322,7 +26326,7 @@ msgstr ""
"XSaneやKookaを使って文書をスキャンできます。\n"
"(マルチメディア->グラフィックスから選択)"
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26335,7 +26339,7 @@ msgstr ""
"%s\n"
"がこのシステムで利用できます。\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26348,42 +26352,42 @@ msgstr ""
"%s\n"
"がこのシステムで利用できます。\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "このシステムには利用可能なスキャナがありません。\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "新しいスキャナを検索"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "手動でスキャナを追加"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "ファームウェアファイルをインストール/更新"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "スキャナを共有"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "全てのリモートマシンで"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "このマシン"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26392,7 +26396,7 @@ msgstr ""
"リモートマシンからこのマシンのスキャナへのアクセスを許可するかどうか、\n"
"また、どのリモートマシンに許可するかを設定します。"
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26402,88 +26406,88 @@ msgstr ""
"さらに、このマシンからリモートマシンのスキャナを利用できるようにするか\n"
"どうかも、ここで設定できます。"
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "このマシンのスキャナをリモートマシンで利用可能にする"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "以下のホストにスキャナを共有させる: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "リモートマシンのスキャナを利用する"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "以下のホストのスキャナを利用する: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "ローカルスキャナを共有"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr "ローカルに接続されたスキャナを以下のマシンで利用可能にする:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "ホストを追加"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "選択されたホストを編集"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "選択されたホストを削除"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "ホストの名前/IPアドレス:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "ローカルスキャナを利用可能にするホストを選んでください:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "ホスト名かIPアドレスを入力してください。\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "このホストは既にリストにあります。追加できません。\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "リモートスキャナの使用"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "スキャナを利用できるリモートマシン:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26494,7 +26498,7 @@ msgstr ""
"\n"
"sanedパッケージをインストールしますか?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "お使いのスキャナはネットワークで使用できません"
@@ -26679,6 +26683,312 @@ msgstr ""
msgid "Installation failed"
msgstr "インストール失敗"
+#~ msgid "Cancel setup"
+#~ msgstr "設定をキャンセル"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Etherbootを有効にしたブートイメージを作成:\n"
+#~ " \tetherbootでカーネルを起動するには、特別なkernel/initrdイメージを"
+#~ "作成しなければなりません。\n"
+#~ " \t大部分の仕事はmkinitrd-netが行います。drakTermServは、これらのイ"
+#~ "メージの\n"
+#~ " \t管理/カスタマイズを手助けするグラフィカルインターフェースにすぎ"
+#~ "ません。\n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include(dhcpd.confにincludeとし"
+#~ "て含まれる)\n"
+#~ " \tを作成するには、少なくともひとつの完全なカーネル用のetherbootイ"
+#~ "メージを作成する必要があります。"
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - /etc/dhcpd.confの管理:\n"
+#~ " \tネットワークブートでは、マシンにIPアドレスとネットブートイメージ"
+#~ "を割り当てる\n"
+#~ " \tために、各クライアントにdhcpd.confのエントリーが必要です。"
+#~ "drakTermServ\n"
+#~ " \tはこれらのエントリーの作成/削除を手助けします。\n"
+#~ "\t\t\t\n"
+#~ " \t(PCIカードはこのイメージを省略できます - etherbootは正しいイメー"
+#~ "ジを要求します。\n"
+#~ "\t\t\tまた、etherbootがイメージを検索する時は、boot-3c59x.2.4.19-16mdk."
+#~ "nbi ではなく \n"
+#~ "\t\t\tboot-3c59x.nbi のような名前を探します。この点も考慮してください。)\n"
+#~ "\t\t\t \n"
+#~ " \tdisklessクライアントをサポートするdhcpd.confの典型例:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " クライアントマシンそれぞれにエントリーを作成するかわりにIPアドレス"
+#~ "のプールを\n"
+#~ " 使用することも可能ですが、固定アドレスを採用するほうが、ClusterNFS"
+#~ "が提供するクライアント\n"
+#~ " 別設定ファイルの機能をより簡単に利用できます。\n"
+#~ "\t\t\t\n"
+#~ " 注意: '#type'エントリーはdrakTermServだけが使用します。クライアン"
+#~ "トは'thin'または\n"
+#~ " 'fat'になります。thinクライアントはXDMCP経由でサーバ上の多くのソフ"
+#~ "トを使用します。これに\n"
+#~ " 対して、fatクライアントは殆ど自分のマシンのものを使います。fat\n"
+#~ " クライアントには特別なinittab %s が作成されます。thinクライアント"
+#~ "の場合は、XDMCPを有効に\n"
+#~ " するためにxdm-config/kdmrc/gdm.conf等のシステム設定ファイルが変更"
+#~ "されます。XDMCPには\n"
+#~ " セキュリティ上の問題があるので、ローカルサブネットへのアクセスを制"
+#~ "限するために、\n"
+#~ " hosts.denyとhosts.allowも変更されます。\n"
+#~ "\t\t\t\n"
+#~ " 注意: '#hdw_config'エントリーもdrakTermServだけが使用します。 クラ"
+#~ "イアントは\n"
+#~ " 'true'または'false'になります。'true'の場合は、クライアントマシン"
+#~ "へのrootログイン\n"
+#~ " を有効にし、draktoolsを使ってサウンド/マウス/Xを設定できるようにし"
+#~ "ます。これは、\n"
+#~ " クライアントのIPアドレスに関連付けて別の設定ファイルを作成し、この"
+#~ "ファイルを編集\n"
+#~ " できるように読み書きモードのマウントポイントを作成することで有効に"
+#~ "なります。設定\n"
+#~ " が完了したら、このクライアントのrootログイン権限を削除することもで"
+#~ "きます。\n"
+#~ "\t\t\t\n"
+#~ " 注意: クライアントの追加/変更後は、サーバを再起動する必要がありま"
+#~ "す。"
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - /etc/exportsの管理:\n"
+#~ " \tClusternfsはdisklessクライアントへのrootファイルシステムのエクス"
+#~ "ポートを許可します。\n"
+#~ " \tdrakTermServは、disklessクライアントからrootファイルシステムへの"
+#~ "匿名アクセス\n"
+#~ " \tを許可するために適切なエントリーを設定します。\n"
+#~ "\n"
+#~ " \tclusternfsのexportエントリーの典型例:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tSUBNET/MASKはネットワークに合わせて定義します。"
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - %s の管理:\n"
+#~ " \tdisklessクライアントからシステムにログインするには、/etc/shadow"
+#~ "のユーザエントリー\n"
+#~ " \tが %s にコピーされている必要があります。drakTermServは、\n"
+#~ " \tこのファイルのユーザを追加/削除することによって、ユーザ管理の手"
+#~ "助けをします。"
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - 各クライアントの %s:\n"
+#~ " \tclusternfsを介して、disklessクライアントはサーバのrootファイルシ"
+#~ "ステムに各々\n"
+#~ " \tの設定ファイルを所有できます。ローカルクライアントのハードウェア"
+#~ "の設定を許可\n"
+#~ " \tすることによって、drakTermServはこれらのファイル作成の手助けをし"
+#~ "ます。"
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - 各クライアントのシステム設定ファイル:\n"
+#~ " \tclusternfsを介して、disklessクライアントはサーバのrootファイルシ"
+#~ "ステムに各々\n"
+#~ " \tの設定ファイルを所有できます。ローカルクライアントのハードウェア"
+#~ "の設定を許可\n"
+#~ " \tすることによって、クライアントが/etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboardなどを独自に設定できるようにします。\n"
+#~ "\n"
+#~ " 注意: ローカルクライアントのハードウェアの設定を有効にすると、この"
+#~ "機能が有効になって\n"
+#~ " いるクライアントマシンで、ターミナルサーバへのrootログインも有効に"
+#~ "なります。\n"
+#~ " クライアントマシンの設定が完了したら、ローカル設定を無効に戻しても"
+#~ "かまいません。設定ファイルは維持されます。"
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServは、mkinitrd-netが作成したイメージと関連して動くよう"
+#~ "にこのファイル\n"
+#~ " \tを設定し、また、ブートイメージを各disklessクライアントに提供でき"
+#~ "るよう/etc/dhcpd.conf\n"
+#~ " \tのエントリーを編集します。\n"
+#~ "\n"
+#~ " \tTFTP設定ファイルの典型例:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tインストール直後のデフォルト設定との違いは、disableが'no'になっ"
+#~ "ている\n"
+#~ " \t点と、ディレクトリパスが/var/lib/tftpboot(mkinitrd-netがイメージ"
+#~ "を作成する場所)\n"
+#~ " \tになっている点です。"
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - etherbootフロッピー/CDの作成:\n"
+#~ " \tディスクレスクライアントマシンが起動シーケンスを開始するためには"
+#~ "NIC上の\n"
+#~ " \tROMイメージまたは起動フロッピー/CDが必要です。drakTermServはクラ"
+#~ "イアント\n"
+#~ " \tマシンのNICに基いてこれらのイメージを作成するお手伝いをしま"
+#~ "す。\n"
+#~ " \t\t\n"
+#~ " \t以下は 3Com 3c509 のための起動フロッピーを手動で作成する基本的な"
+#~ "例です: \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "設定を変更しました - clusternfs/dhcpdを再起動しますか?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/ko.po b/perl-install/share/po/ko.po
index fbe8e2a40..e15de0196 100644
--- a/perl-install/share/po/ko.po
+++ b/perl-install/share/po/ko.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2002-09-09 09:08+0900\n"
"Last-Translator: Jaegeum Cze <baedaron@hanafos.com>\n"
"Language-Team: Korean <beadaron@hanafos.com>\n"
@@ -170,21 +170,21 @@ msgstr "희망하는 보안 단계를 선택해 주세요."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -211,9 +211,9 @@ msgstr "희망하는 보안 단계를 선택해 주세요."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "오류"
@@ -436,10 +436,10 @@ msgstr "사용자 정의"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "종료"
@@ -599,7 +599,7 @@ msgstr "그래픽 카드: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -616,7 +616,7 @@ msgstr "확인"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -631,7 +631,7 @@ msgstr "취소"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -840,7 +840,7 @@ msgstr "부트 파티션의 첫번째 섹터"
msgid "On Floppy"
msgstr "부트 플로피"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "건너뛰기"
@@ -1182,9 +1182,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "완료"
@@ -1378,9 +1378,9 @@ msgstr "NFS와 삼바 중, 어느 것을 이용하시겠습니까?"
msgid "Launch userdrake"
msgstr "사용자드레이크 실행"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1547,7 +1547,7 @@ msgstr "도메인"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "서버"
@@ -1662,7 +1662,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "NIS 도메인 없이는 브로드케스트를 사용할 수 없습니다."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1672,56 +1672,56 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "그래픽 메뉴 LILO"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "텍스트 메뉴 LILO"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "/boot에 공간이 부족합니다."
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "「%s」파티션에 부트로더를 설치할 수 없습니다.\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, fuzzy, c-format
msgid "Re-install Boot Loader"
msgstr "부트로더 설치"
@@ -2912,7 +2912,7 @@ msgstr "서버 검색"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "팩키지 %s가 필요합니다. 설치하겠습니까?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "%s 팩키지 설치중"
@@ -2923,19 +2923,19 @@ msgid "Mandatory package %s is missing"
msgstr "필수 팩키지 %s가 없습니다."
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "경고"
@@ -3720,7 +3720,7 @@ msgstr "사용자명"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4514,8 +4514,8 @@ msgstr ""
"「고급」을 누르세요."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5344,8 +5344,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6870,14 +6870,14 @@ msgstr ""
msgid "Re-submit"
msgstr "재전송"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "체코 (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -6891,28 +6891,28 @@ msgid ""
"Dvorak"
msgstr "드보락"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "스페인"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "핀란드"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "프랑스"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -6926,828 +6926,828 @@ msgid ""
"Polish"
msgstr "폴란드"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "러시아"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "스웨덴"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "영국"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "미국"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "알바니아"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "미국 (구버전)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "미국 (타자기)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "미국 (음성학)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr ""
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaidjani (라틴)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "벨기에"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "미국 (타자기)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "허용"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "불가리아 (음성학)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "불가리아 (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "브라질 (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "에스토니아"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "벨라루시아"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "스위스 (독어)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "스위스 (불어)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "세르비아 (시릴)"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "체코 (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "독일 (dead 키 없음)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr ""
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "덴마크"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "드보락(US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "드보락(노르웨이)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "드보락(노르웨이)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "드보락(US)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "드보락(노르웨이)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "드보락(스웨덴)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "드보락(스웨덴)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "에스토니아"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "에스토니아"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "그리스"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "그루지아(러시아어)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "그루지아 (라틴)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "그리스"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr ""
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr ""
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "크로아티아"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "헝가리"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr ""
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "이스라엘"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "이스라엘 (음성학)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "이란"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "아이슬랜드"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "이탈리아"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr ""
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "일본 106키"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "캐나다"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "한글 키보드"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "미국 (음성학)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "영국"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "라틴 아메리카"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "라트바아"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "리투아니아 AZERTY (구형)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "리투아니아 AZERTY (신형)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "리투아니아 (숫자열 QWERTY)"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "리투아니아 (음성학 QWERTY)"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "라트바아"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr ""
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "마케도니아"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr ""
-#: keyboard.pm:265
+#: keyboard.pm:260
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "세르비아 (시릴)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr ""
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr ""
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "네델란드"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "수리남"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "폴란드 (QwertY)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "폴란드 (QwertZ)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "폴란드"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "포루투칼"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "캐나다 (퀘벡)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "로만 (QWERTZ)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "로만 (QWERTY)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "러시아 (음성학)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "드보락(노르웨이)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr ""
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "태국"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "슬로베니아"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "슬로바키아 (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "슬로바키아 (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "세르비아 (시릴)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "수리남"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "미국 (음성학)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "벨기에"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr ""
-#: keyboard.pm:300
+#: keyboard.pm:294
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "미국 (타자기)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "태국"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "태국"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "태국"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "타지크 키보드"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "독일"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "터기 (전통 「F」모델"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "터키 (현대 「Q」모델"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "우크라이나"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "수리남"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "US 키보드 (국제)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "세르비아 (시릴)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "베트남 (숫자열 QWERTY)"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "유고슬라비아 (라틴)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr ""
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr ""
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr ""
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr ""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr ""
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr ""
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr ""
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr ""
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr ""
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr ""
-#: keyboard.pm:347
+#: keyboard.pm:340
#, fuzzy, c-format
msgid "Left Control key"
msgstr "원격 제어"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, fuzzy, c-format
msgid "Right Control key"
msgstr "원격 제어"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7755,7 +7755,7 @@ msgid ""
"(eg: latin and non latin)"
msgstr ""
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10118,8 +10118,8 @@ msgstr "IP 주소는 1.2.3.4과 같은 형식이어야 합니다."
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr ""
@@ -10764,7 +10764,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "축하합니다!"
@@ -10897,9 +10897,9 @@ msgstr "연결 설정"
msgid "On CUPS server \"%s\""
msgstr "CUPS 서버 IP"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (기본값)"
@@ -10951,9 +10951,9 @@ msgstr "원격 CUPS 서버"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "알 수없는 모델"
@@ -11201,7 +11201,7 @@ msgid "URI: %s"
msgstr ""
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "날(RAW) 프린터 (드라이버 사용안함)"
@@ -11232,12 +11232,12 @@ msgstr "호스트명:"
msgid "%s (Port %s)"
msgstr "포트"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11274,7 +11274,7 @@ msgid ""
msgstr ""
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -11319,8 +11319,8 @@ msgstr "파일 공유"
msgid "Custom configuration"
msgstr "경고 설정"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, fuzzy, c-format
msgid "No remote machines"
msgstr "(이 서버상의)"
@@ -11514,8 +11514,8 @@ msgstr "포트"
msgid "On, Name or IP of remote server:"
msgstr "원격 LPD 서버의 프린터"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "NCP 서버 이름을 찾을 수 없음!"
@@ -11525,29 +11525,30 @@ msgstr "NCP 서버 이름을 찾을 수 없음!"
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "프린터드레이크"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "프린터 데이터 읽는 중 ..."
@@ -11676,7 +11677,7 @@ msgstr ""
"없습니다; 이런 프린터는 자동으로 감지되어 집니다. 이와 같은 경우\n"
"「원격 CUPS 서버의 프린터」를 선택하세요."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -11879,12 +11880,12 @@ msgstr ""
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "프린터 모델 선택"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "어떤 프린터를 가지고 있습니까?"
@@ -11898,14 +11899,14 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "프린터 「%s」 설정 중 ..."
@@ -11924,7 +11925,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "원격 관리"
@@ -11939,8 +11940,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "새 프린터 추가"
@@ -12073,8 +12074,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "%s 팩키지 설치중"
@@ -12293,10 +12294,10 @@ msgid "Remote printer name missing!"
msgstr "원격 프린터명이 빠졌습니다!!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -12640,8 +12641,8 @@ msgstr "편집"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "인터넷 연결 유형"
@@ -12651,22 +12652,18 @@ msgstr "인터넷 연결 유형"
msgid "What do you want to do?"
msgstr "무엇을 하고 싶습니까?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "취소"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -12675,96 +12672,112 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "%s 팩키지 설치중..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "HPLIP"
msgstr "PLIP(_I)"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "사용자 그놈 설정 디렉토리 `%s'을(를) 만들 수 없습니다: %s\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr ""
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "어떤 섹터를 이동하고 싶으십니까?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "모듈 제거"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "SANE 팩키지 설치중..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, fuzzy, c-format
msgid "Using and Maintaining your %s"
msgstr "기사 \"%s\"을(를) 투고 및 메일로 보냅니다"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "설정 중..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "프린터 데이터베이스 읽는 중 ..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr ""
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "프린터 이름에는 문자, 숫자 그리고 밑줄(Underscore)만 있어야 합니다."
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -12773,7 +12786,7 @@ msgstr ""
"프린터 「%s」가 이미 존재합니다.\n"
"정말로 기존 설정을 덮어 쓸까요?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -12781,7 +12794,7 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, fuzzy, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -12791,35 +12804,35 @@ msgstr ""
"설명과 위치 부분을 입력할 필요는 없습니다.\n"
"그것들은 단지 사용자들을 위한 부연설명일 뿐입니다."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "프린터 이름"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "설명"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "위치"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "프린터 데이터베이스 준비 중 ..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "프린터 모델"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12834,18 +12847,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "모델이 정확합니다."
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "직접 모델 선택"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -12855,38 +12868,38 @@ msgid ""
"\"Raw printer\" is highlighted."
msgstr ""
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -12894,58 +12907,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, fuzzy, c-format
msgid "Install PPD file from"
msgstr "설치"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, fuzzy, c-format
msgid "Floppy Disk"
msgstr "부트 플로피"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, fuzzy, c-format
msgid "Other place"
msgstr "기타 포트"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "파일을 선택하세요."
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "팩키지 설치 중..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI 윈프린터 설정"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -12956,12 +12969,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "렉스마크 잉크젯 설정"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -12970,7 +12983,7 @@ msgid ""
"to."
msgstr ""
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -12983,12 +12996,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "렉스마크 잉크젯 설정"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12997,12 +13010,12 @@ msgid ""
"connected to."
msgstr ""
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "사운드 설정"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -13011,17 +13024,17 @@ msgid ""
"port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "수동 설정"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "수동 설정"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13030,12 +13043,12 @@ msgid ""
"where it is directly connected to."
msgstr ""
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, fuzzy, c-format
msgid ""
"Printer default settings\n"
@@ -13050,27 +13063,27 @@ msgstr ""
"잘 확인하세요. 고품질 인쇄물을 얻기위해서는 인쇄 속도가\n"
"그 만큼 느려진다는 것을 알고 계세요."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, fuzzy, c-format
msgid "Printer default settings"
msgstr "프린터 모델 선택"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "%s 옵션은 정수 번호이어야 합니다!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "%s 옵션은 숫자이어야 합니다!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "%s 옵션 범위 초과!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -13079,12 +13092,12 @@ msgstr ""
"이 프린터(%s)를\n"
"기본 프린터로 하시겠습니까?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "시험 페이지"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, fuzzy, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -13098,47 +13111,47 @@ msgstr ""
"페이지가 나오지 않을 수도 있습니다.\n"
"표준 시험 페이지는 대개 잘 인쇄됩니다."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "시험 페이지 없음"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "인쇄"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "표준 시험 페이지"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "다른 시험 페이지 (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "시험 페이지 활성화 (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "사진 시험 페이지"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "시험 페이지 인쇄 중..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "사진 시험 페이지"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13153,7 +13166,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13162,17 +13175,17 @@ msgstr ""
"시험 인쇄 페이지를 프린터로 보냈습니다.\n"
"인쇄되기까지 약간의 시간이 걸릴 수 있습니다.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "올바르게 작동했습니까?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "날(RAW) 프린터"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -13181,7 +13194,7 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -13189,8 +13202,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -13199,7 +13212,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -13210,14 +13223,14 @@ msgstr ""
"요.\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13226,8 +13239,8 @@ msgstr ""
"명령행(터미널 윈도우)에서 파일을 인쇄하려면, 「%s <파일>」명령을 사용하세"
"요.\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -13235,7 +13248,7 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, fuzzy, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -13245,7 +13258,7 @@ msgstr ""
"요.\n"
"\n"
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13254,7 +13267,7 @@ msgstr ""
"명령행(터미널 윈도우)에서 파일을 인쇄하려면, 「%s <파일>」 또는 「%s <파일>」"
"명령을 사용하세요.\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -13265,7 +13278,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -13277,27 +13290,27 @@ msgstr ""
"「%s」와「%s」명령은 또한 특정 인쇄 작업을 위한 옵션 설정을 수정할 수 있게 합"
"니다. 명령행에 원하는 설정값을 추가하세요, 예: 「%s <파일>」.\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "프린터「%s」상에서 인쇄 중"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "프린터「%s」상에서 인쇄 중"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "프린터 옵션 목록"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "프린터 옵션 목록"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -13305,14 +13318,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -13320,14 +13333,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -13335,7 +13348,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -13343,7 +13356,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -13351,7 +13364,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -13359,33 +13372,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "가로방향의 조정"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "경고 설정"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "프린터 설정 전송"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -13399,7 +13412,7 @@ msgstr ""
"겨질 것입니다. 그러나 작업들은 전송되지 않습니다.\n"
"다음과 같은 이유로인하여 모든 큐가 전송될 수는 없습니다:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -13408,7 +13421,7 @@ msgstr ""
"CUPS는 노벨 서버상의 프린터나 자유형식 명령어로 데이터를 보내는 프린터는 지원"
"하지 않습니다.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -13417,12 +13430,12 @@ msgstr ""
"LPQ는 단지 지역 프린터, 원격 LPD 프린터 그리고 소켓/TCP 프린터만을 지원합니"
"다.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD와 LPRng는 IPP 프린터를 지원하지 않습니다.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -13431,7 +13444,7 @@ msgstr ""
"그리고 또한, 이 프로그램이나 「Foomatic 설정」으로 생성되지 않은 큐는 전송될 "
"수 없습니다."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -13442,7 +13455,7 @@ msgstr ""
"또한 제조업체가 제공한 PPD 파일이나 CUPS 포함 드라이버로 설정된 프린터도 전송"
"될 수 없습니다."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -13452,17 +13465,17 @@ msgstr ""
"\n"
"전송하려는 프린터들을 선택한 후에 「전송」을 누르세요."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "프린터 전송 하지않음"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "전송"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -13473,17 +13486,17 @@ msgstr ""
"덮어 쓸려면 「전송」을 누르세요.\n"
"새 이름을 입력하거나 이 프린터를 지나칠 수도 있습니다."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "새 프린터 이름"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "%s 전송 중 ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -13492,28 +13505,28 @@ msgstr ""
"이전 기본 프린터(「%s」)를 전송하였습니다. 새 프린팅 시스템 %s하에서 그것이 "
"또한 기본 프린터가 되도록 하시겠습니까?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "프린터 데이터 갱신 중 ..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "네트웍 연결 중..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "지금 네트웍 설정"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "네트웍 기능이 설정되지 않았습니다."
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -13525,12 +13538,12 @@ msgstr ""
"데, 아직 네트웍 설정이 되어 있지 않습니다. 네트웍 설정없이 계속 진행하면, 지"
"금 설정하고 있는 프린터를 사용할 수 없습니다. 어떻게 하시겠습니까?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "네트웍 설정 없이 계속"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, fuzzy, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -13544,7 +13557,7 @@ msgstr ""
"넷」/「연결」)를 이용하여 올바르게 설정하세요.그리고나서 다시 맨드리바 제어 "
"센터(「하드웨어」/「프린터」)를 이용하여, 프린터 설정을 다시 해 보세요."
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -13554,27 +13567,27 @@ msgstr ""
"네트웍 접근이 불가능했으며, 시작할 수도 없었습니다. 네트웍 설정과 하드웨어를 "
"점검해 주세요. 그리고나서 원격 프린터 설정을 다시 시도해 보세요."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "인쇄 시스템 재실행 중 ..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "높음"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "최고"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "보안 수준 %s로 인쇄 시스템 설치 중"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, fuzzy, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -13601,12 +13614,12 @@ msgstr ""
"정말로 이 컴퓨터상의 인쇄 설정을\n"
"원하십니까? "
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "부팅시 인쇄 시스템 자동실행"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, fuzzy, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -13629,32 +13642,32 @@ msgstr ""
"다시 인쇄 시스템의 자동실행 기능이 활성화되도록\n"
"하시겠습니까?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "설치된 소프트웨어 확인 중 ..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "%s 제거 중 ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "인쇄시스템 변경"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "%s 설치 중..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "인쇄시스템 변경"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -13663,46 +13676,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "원격 LPD 서버의 프린터"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, fuzzy, c-format
msgid "Setting Default Printer..."
msgstr "기본 프린터"
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "원격 CUPS 서버의 프린터"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -13711,12 +13724,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -13724,55 +13737,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "인쇄시스템 변경"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "프린터 스풀러을 선택하세요."
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "어떤 인쇄 시스템(스풀러)을 사용하시겠습니까?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, fuzzy, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "프린터 「%s」 설정 중 ..."
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Foomatic 설치 중..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13784,48 +13797,48 @@ msgstr ""
"정보를 보고 싶다면 프린터를 클릭하세요.\n"
"새 프린터를 추가하고 싶다면 「프린터 추가」를 누르세요."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, fuzzy, c-format
msgid "Display all available remote CUPS printers"
msgstr "프린터 목록 갱신"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "프린터 목록 갱신"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS 설정"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "인쇄시스템 변경"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "일반 모드"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "전문가 모드"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "프린터 옵션"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "인터넷 설정 변경"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, fuzzy, c-format
msgid ""
"Printer %s%s\n"
@@ -13834,99 +13847,99 @@ msgstr ""
"프린터 %s%s: %s: %s\n"
"이 프린터에 대해서 무엇을 수정하시겠습니까?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "이 파티션은 크기변경이 허용되지 않습니다."
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "실행"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "프린터 이름, 설명, 위치"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "프린터 제조업체, 모델, 드라이버"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "프린터 제조업체, 모델"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "이 프린터를 기본으로 설정"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "서버 사용"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "서버 사용 해제"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "인터넷 연결 유형"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "시험 페이지 인쇄"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, fuzzy, c-format
msgid "Learn how to use this printer"
msgstr "이 프린터의 사용법 알아보기"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "프린터 제거"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "기존 프린터 「%s」 제거 중 ..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "프린터「%s」상에서 인쇄 중"
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "이제 인터넷 연결 공유가 금지되었습니다."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "정말로 「%s」프린터를 제거합니까?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "프린터 「%s」 제거 중 ..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "기본 프린터"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "「%s」프린터가 기본 프린터로 설정되었습니다."
@@ -13962,15 +13975,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, fuzzy, c-format
msgid "Scannerdrake"
msgstr "스캐너 선택"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -15712,124 +15725,124 @@ msgstr "로그아웃하고 Crtl-Alt-BackSpace키를 누르세요."
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, fuzzy, c-format
msgid "Terminal Server Configuration"
msgstr "맨드리바 터미널 서버 설정"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "DHCPD 설정 중..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "서버 사용"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "서버 사용 해제"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "서버 시작"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "서버 중지"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr ""
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "사용자 추가/제거"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "클라이언트 추가/제거"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "그림"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "첫 실행 마법사"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -15852,27 +15865,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, fuzzy, c-format
msgid "Cancel Wizard"
msgstr "마법사를 실행하려면 여기를 누르세요. ->"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "클라이언트 추가/제거"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -15882,28 +15895,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr ""
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "완료 !"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -15911,31 +15924,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "맨드리바 터미널 서버 설정"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -15944,14 +15956,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -15964,30 +15976,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -16003,17 +16014,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -16021,33 +16031,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -16063,12 +16074,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -16093,14 +16104,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -16109,94 +16119,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "부트 플로피"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "부트 ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, fuzzy, c-format
msgid "PXE Image"
msgstr "이미지"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "커널 버전"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr ""
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "커널이 선택되지 않았습니다!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, fuzzy, c-format
msgid "No NIC selected!"
msgstr "네트웍 카드가 선택 안됨!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr ""
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- 삭제"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "네트웍 카드가 선택 안됨!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "모든 NBI 삭제"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -16204,178 +16214,178 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "사용자 추가 -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr ""
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, fuzzy, c-format
msgid "type: %s"
msgstr "유형: "
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, fuzzy, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr "자동 재설정"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr ""
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, fuzzy, c-format
msgid "Thin Client"
msgstr "DHCP 클라이언트"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, fuzzy, c-format
msgid "Allow Thin Clients"
msgstr "클라이언트 추가/제거"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr ""
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, fuzzy, c-format
msgid "type: fat"
msgstr "유형: "
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, fuzzy, c-format
msgid "type: thin"
msgstr "유형: "
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, fuzzy, c-format
msgid "local config: false"
msgstr "지역 파일들"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, fuzzy, c-format
msgid "local config: true"
msgstr "재설정"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, fuzzy, c-format
msgid "<-- Edit Client"
msgstr "<-- 클라이언트 삭제"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr ""
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, fuzzy, c-format
msgid "Delete Client"
msgstr "<-- 클라이언트 삭제"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr ""
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "넷마스크:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "서브네트 마스크:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr ""
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, fuzzy, c-format
msgid "Domain Name:"
msgstr "도메인 이름"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, fuzzy, c-format
msgid "Name Servers:"
msgstr "삼바 서비스"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr ""
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr ""
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "설정 기록"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, fuzzy, c-format
msgid "dhcpd Server Configuration"
msgstr "고급 설정"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -16383,106 +16393,106 @@ msgid ""
"You can modify as needed."
msgstr ""
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "플로피를 넣어 주세요:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr ""
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr ""
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "유효한 프로피 드라이브를 찾을 수 없습니다!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "%s 파일에 쓰기 오류"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, fuzzy, c-format
msgid "%s is not a user..\n"
msgstr "폰트를 찾을 수 없습니다."
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr "%s 발견"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, fuzzy, c-format
msgid "%s not found...\n"
msgstr "폰트를 찾을 수 없습니다."
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
msgstr ""
#: standalone/drakautoinst:38 standalone/drakhosts:123
@@ -23919,17 +23929,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, fuzzy, c-format
msgid "Searching for configured scanners..."
msgstr "유효한 프린터들"
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, fuzzy, c-format
msgid "Searching for new scanners..."
msgstr "유효한 프린터들"
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -24078,43 +24088,43 @@ msgid ""
"You can launch printerdrake from the %s Control Center in Hardware section."
msgstr ""
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "모듈 제거"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, fuzzy, c-format
msgid "Auto-detect available ports"
msgstr "자동 검색됨"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, fuzzy, c-format
msgid "Please select the device where your %s is attached"
msgstr "백업 파일들이 저장될 디렉토리를 입력하세요."
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "장치 선택"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, fuzzy, c-format
msgid "Searching for scanners..."
msgstr "유효한 프린터들"
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "모듈 제거"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "인력"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -24123,40 +24133,40 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
"Multimedia/Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -24164,7 +24174,7 @@ msgid ""
"Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, fuzzy, c-format
msgid ""
"The following scanners\n"
@@ -24173,7 +24183,7 @@ msgid ""
"are available on your system.\n"
msgstr "시스템 폰트 복사"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, fuzzy, c-format
msgid ""
"The following scanner\n"
@@ -24182,137 +24192,137 @@ msgid ""
"is available on your system.\n"
msgstr "시스템 폰트 복사"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, fuzzy, c-format
msgid "Search for new scanners"
msgstr "유효한 프린터들"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, fuzzy, c-format
msgid "Add a scanner manually"
msgstr "수동으로 사용자 선택"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, fuzzy, c-format
msgid "Install/Update firmware files"
msgstr "파일을 선택하세요."
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, fuzzy, c-format
msgid "Scanner sharing"
msgstr "파일 공유"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, fuzzy, c-format
msgid "All remote machines"
msgstr "(이 서버상의)"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, fuzzy, c-format
msgid "This machine"
msgstr "(이 서버상의)"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr ""
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr ""
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, fuzzy, c-format
msgid "Scanner sharing to hosts: "
msgstr "파일 공유"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr ""
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr ""
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, fuzzy, c-format
msgid "Sharing of local scanners"
msgstr "유효한 프린터들"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr ""
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, fuzzy, c-format
msgid "Add host"
msgstr "사용자 추가"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, fuzzy, c-format
msgid "Edit selected host"
msgstr "%s 발견"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, fuzzy, c-format
msgid "Remove selected host"
msgstr "선택 항목 제거"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr ""
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, fuzzy, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "호스트 이름 또는 IP를 입력하세요."
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, fuzzy, c-format
msgid "Usage of remote scanners"
msgstr "빈 공간 사용"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, fuzzy, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -24320,7 +24330,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr "팩키지 %s가 필요합니다. 설치하겠습니까?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -24507,6 +24517,10 @@ msgid "Installation failed"
msgstr "설치 실패."
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "취소"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/ky.po b/perl-install/share/po/ky.po
index 56993d753..34f275851 100644
--- a/perl-install/share/po/ky.po
+++ b/perl-install/share/po/ky.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-ky\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-04-20 20:27+0500\n"
"Last-Translator: Nurlan Borubaev <nurlan@tamga.info>\n"
"Language-Team: Kyrgyz\n"
@@ -209,21 +209,21 @@ msgstr "Күтүңүз, түзүлүштөр аныкталууда жана к
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -250,9 +250,9 @@ msgstr "Күтүңүз, түзүлүштөр аныкталууда жана к
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Жаңылыштык"
@@ -494,10 +494,10 @@ msgstr "Тандама"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Чыгуу"
@@ -659,7 +659,7 @@ msgstr "Видеокарта: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -676,7 +676,7 @@ msgstr "ОК"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -691,7 +691,7 @@ msgstr "Айнуу"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -927,7 +927,7 @@ msgstr "Түпкү бөлүмдүн биринчи сектору"
msgid "On Floppy"
msgstr "Ийилчээкке"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Таштап кете берүү"
@@ -1247,12 +1247,12 @@ msgstr "Группанын IDси"
#: any.pm:625
#, c-format
msgid "%s must be a number"
-msgstr ""
+msgstr "%s сан болушу керек"
#: any.pm:626
#, c-format
msgid "%s should be above 500. Accept anyway?"
-msgstr ""
+msgstr "%s 500дөн чоң болушу керек. Ага карабай кабыл алайынбы?"
#: any.pm:631 standalone/draksambashare:1214
#, c-format
@@ -1271,9 +1271,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Даяр"
@@ -1315,9 +1315,9 @@ msgstr ""
"Мен компьютериңизди автоматтык түрдө бир колдонуучу кирүүсүн орното алам."
#: any.pm:705
-#, fuzzy, c-format
+#, c-format
msgid "Use this feature"
-msgstr "Мындай мүмкүнчүлүктү каалайсызбы?"
+msgstr "Бул мүмкүнчүлүктү колдонуу"
#: any.pm:706
#, c-format
@@ -1332,12 +1332,12 @@ msgstr "Иштетүү үчүн терезе менеджерин тандаңы
#: any.pm:728
#, c-format
msgid "License agreement"
-msgstr ""
+msgstr "Лицензиялык келишим"
#: any.pm:733
-#, fuzzy, c-format
+#, c-format
msgid "Release Notes"
-msgstr "Тандаңыз"
+msgstr "Релиз эскертмелери"
#: any.pm:736 help.pm:14 install_steps_gtk.pm:539
#: install_steps_interactive.pm:715 standalone/drakautoinst:214
@@ -1348,7 +1348,7 @@ msgstr "Макул"
#: any.pm:736 install_steps_gtk.pm:539 install_steps_interactive.pm:715
#, c-format
msgid "Refuse"
-msgstr ""
+msgstr "Баш тартуу"
#: any.pm:753 any.pm:821
#, c-format
@@ -1374,7 +1374,7 @@ msgstr ""
#: any.pm:785
#, c-format
msgid "Multi languages"
-msgstr ""
+msgstr "Көп тилдүүлүк"
#: any.pm:801 any.pm:830 help.pm:647
#, c-format
@@ -1480,9 +1480,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Userdrake иштетүү"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1600,6 +1600,7 @@ msgstr "SFU колдонгон актив директория:"
#, c-format
msgid "With Kerberos and Ldap for authentication in Active Directory Server "
msgstr ""
+"Active Directory Server серверине Kerberos жана Ldap менен аутентификациялоо"
#: authentication.pm:71
#, c-format
@@ -1612,6 +1613,8 @@ msgid ""
"Winbind allows the system to authenticate users in a Windows Active "
"Directory Server."
msgstr ""
+"Winbind колонуучуларды Windows Active Directory Server аркылуу "
+"аутентификациялоого жол берет."
#: authentication.pm:96
#, c-format
@@ -1660,7 +1663,7 @@ msgstr "Домен"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Сервер"
@@ -1738,7 +1741,7 @@ msgstr "Windows доменин аутентификациялоо"
#: authentication.pm:161
#, c-format
msgid "Active Directory Realm "
-msgstr ""
+msgstr "Active Directory Realm "
#: authentication.pm:164
#, c-format
@@ -1794,7 +1797,7 @@ msgstr "NIS доменисиз обого чыгарууну колдонууг
# the transliteration follows BGN/PCGN-1979 system; with ü and ö
# written u' and o' instead.
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1809,42 +1812,42 @@ msgstr ""
"aldynala bolgonu ju'kto'lgu'cho'ktu' ku'tu'ngu'z.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO графикалык меню менен"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO тексттик меню менен"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
-msgstr ""
+msgstr "GRUB графикалык меню менен"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
-msgstr ""
+msgstr "GRUB текстик меню менен"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "/boot ичинде жетиштүү орун жок"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Сиз %s бөлүмүндө баштапкы жүктөгүчтү орното албайсыз\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1853,7 +1856,7 @@ msgstr ""
"Баштапкы жүктөгүчүңүздүн конфигурациясы жаңыланышы керек, себеби бөлүм "
"жаңыдан номурланган"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1862,7 +1865,7 @@ msgstr ""
"Баштапкы жүктөгүч туура орнотулбады. Сиз коопсуздук режиминде жүктөлүп \"%s"
"\" тандаңыз"
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Баштапкы жүктөгүчтү кайра орнотуу"
@@ -2400,17 +2403,17 @@ msgstr ""
#: diskdrake/interactive.pm:361
#, c-format
msgid "No supermount"
-msgstr ""
+msgstr "Supermount жок"
#: diskdrake/interactive.pm:362
#, c-format
msgid "Supermount"
-msgstr ""
+msgstr "Supermount"
#: diskdrake/interactive.pm:363
#, c-format
msgid "Supermount except for CDROM drives"
-msgstr ""
+msgstr "CDROM түзүлүштөрүнөн башканы supermount кылуу"
#: diskdrake/interactive.pm:369 help.pm:530
#, c-format
@@ -2572,7 +2575,7 @@ msgstr "ext2 файл системасынын ext3'кө өткөрүү"
#: diskdrake/interactive.pm:650
#, c-format
msgid "Which volume label?"
-msgstr ""
+msgstr "Кайсы томдун белгиси?"
#: diskdrake/interactive.pm:666
#, c-format
@@ -2670,11 +2673,14 @@ msgid ""
"Physical volume %s is still in use.\n"
"Do you want to move used physical extents on this volume to other volumes?"
msgstr ""
+"%s физикалык тому учурда колдонулууда.\n"
+"Бул томдогу колдонулуп жаткан физикалык кеңейүүлөрдү башка томго көчүргүңүз "
+"келеби?"
#: diskdrake/interactive.pm:905
#, c-format
msgid "Moving physical extents"
-msgstr ""
+msgstr "Физикалык кеңейүүлөр жылдырылууда"
#: diskdrake/interactive.pm:923
#, c-format
@@ -2855,7 +2861,7 @@ msgstr "Цилиндр %d - %d чейин\n"
#: diskdrake/interactive.pm:1243
#, c-format
msgid "Number of logical extents: %d\n"
-msgstr ""
+msgstr "Логикалык кеңейтүүлөрдүн саны: %d\n"
#: diskdrake/interactive.pm:1244
#, c-format
@@ -3064,12 +3070,12 @@ msgstr "Жаңы серверлерди издөө"
#: do_pkgs.pm:16 do_pkgs.pm:49
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "%s пакети орнотулушу тийиш. Аны орнотууну каалайсызбы?"
+msgstr "%s пакети орнотулуга тийиш. Аны орнотууну каалайсызбы?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
-msgstr ""
+msgstr "%s пакетин орнотууга болбоду!"
#: do_pkgs.pm:24 do_pkgs.pm:57
#, c-format
@@ -3077,19 +3083,19 @@ msgid "Mandatory package %s is missing"
msgstr "%s милдеттүү болчу пакет жетишпөөдө"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Эскертүү"
@@ -3097,7 +3103,7 @@ msgstr "Эскертүү"
#: do_pkgs.pm:35 standalone/harddrake2:527
#, c-format
msgid "The following packages need to be installed:\n"
-msgstr ""
+msgstr "Төмөндөгү пакеттер орнотулушу керек:\n"
#: do_pkgs.pm:205
#, c-format
@@ -3132,7 +3138,7 @@ msgstr "%s тибинде %s форматтоо ийгиликсиз аякта
#: fs/loopback.pm:24
#, c-format
msgid "Circular mounts %s\n"
-msgstr ""
+msgstr "Циркулярдык биригүүлөр (mounts) %s\n"
#: fs/mount.pm:74
#, c-format
@@ -3160,9 +3166,9 @@ msgid "Enabling swap partition %s"
msgstr "Своп бөлүмү ишке киргизилүүдө %s"
#: fs/mount_options.pm:113
-#, fuzzy, c-format
+#, c-format
msgid "Use an encrypted file system"
-msgstr "Сиз %s биригүү чекити үчүн шифрделген файл системасын колдоно албайсыз"
+msgstr "Шифрленген файл системасын колдонуу"
#: fs/mount_options.pm:115
#, c-format
@@ -3229,7 +3235,7 @@ msgstr "Файл системасынын бардык кирүү/чыгуусу
#: fs/mount_options.pm:139
#, c-format
msgid "Allow an ordinary user to mount the file system."
-msgstr ""
+msgstr "Кадимки колдонуучуларга файл системасын бириктирүүгө уруксат берүү."
#: fs/mount_options.pm:141
#, c-format
@@ -3317,14 +3323,16 @@ msgstr ""
"/boot бөлүмү бар экендигин тактаңыз."
#: fsedit.pm:403
-#, fuzzy, c-format
+#, c-format
msgid ""
"You can not use the LVM Logical Volume for mount point %s since it spans "
"physical volumes"
-msgstr "%s биригүү чекити үчүн LVM логикалык томун колдоно албайсыз"
+msgstr ""
+"%s биригүү чекити үчүн LVM логикалык томун колдоно албайсыз, себеби ал "
+"физикалык томдорго таркайт"
#: fsedit.pm:405
-#, fuzzy, c-format
+#, c-format
msgid ""
"You've selected the LVM Logical Volume as root (/).\n"
"The bootloader is not able to handle this when the volume spans physical "
@@ -3332,8 +3340,8 @@ msgid ""
"You should create a /boot partition first"
msgstr ""
"Сиз LVM логикалык томун түпкү (/) катары тандадыңыз.\n"
-"Бир дагы баштапкы жүктөгүч /boot бөлүмүсүз аны башкара албайт.\n"
-"/boot бөлүмү бар экендигин тактаңыз."
+"Том физикалык бөлүмдөргө тараган учурда жүктөгүч аны иштете албайт.\n"
+"Алгач /boot бөлүмүн түзүңүз."
#: fsedit.pm:409 fsedit.pm:411
#, c-format
@@ -3407,7 +3415,7 @@ msgstr "Видеокарта"
#: harddrake/data.pm:146
#, c-format
msgid "DVB card"
-msgstr ""
+msgstr "DVB картасы"
#: harddrake/data.pm:154
#, c-format
@@ -3442,27 +3450,27 @@ msgstr "ISDN адаптерлери"
#: harddrake/data.pm:220
#, c-format
msgid "USB sound devices"
-msgstr ""
+msgstr "USB добуш түзүлүштөрү"
#: harddrake/data.pm:229
#, c-format
msgid "Radio cards"
-msgstr ""
+msgstr "Радио карталар"
#: harddrake/data.pm:238
#, c-format
msgid "ATM network cards"
-msgstr ""
+msgstr "ATM тармак карталары"
#: harddrake/data.pm:247
#, c-format
msgid "WAN network cards"
-msgstr ""
+msgstr "WAN тармак карталары"
#: harddrake/data.pm:256
#, c-format
msgid "Bluetooth devices"
-msgstr ""
+msgstr "Bluetooth түзүлүштөрү"
#: harddrake/data.pm:265
#, c-format
@@ -3499,7 +3507,7 @@ msgstr "Принтер"
#: harddrake/data.pm:338
#, c-format
msgid "Game port controllers"
-msgstr ""
+msgstr "Оюн портторунун контроллерлери"
#: harddrake/data.pm:347
#, c-format
@@ -3566,7 +3574,7 @@ msgstr "Алиптергич"
#: harddrake/data.pm:462
#, c-format
msgid "Tablet and touchscreen"
-msgstr ""
+msgstr "Tablet жана touchscreen"
#: harddrake/data.pm:471 help.pm:855 install_steps_interactive.pm:957
#, c-format
@@ -3989,7 +3997,7 @@ msgstr "Колдонуучу аты"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4921,8 +4929,8 @@ msgstr ""
"тандагыңыз келсе \"%s\" баскычын басыңыз."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5606,8 +5614,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -5990,24 +5998,25 @@ msgid "Remove Microsoft Windows®"
msgstr ""
#: install_interactive.pm:214
-#, fuzzy, c-format
+#, c-format
msgid "Erase and use entire disk"
-msgstr "Дискти бүт өчүрүү"
+msgstr "Дискти толугу менен өчүрүү жана аны колдонуу"
#: install_interactive.pm:216
#, c-format
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
+"Сизде бир нече катуу диск бар, анын кайсынысына линуксту орнотууну каалайсыз?"
#: install_interactive.pm:222
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
+msgstr "%s түзүлүшүндөгү БАРДЫК бөлүмдөр жана алардагы берилиштер жоготулат"
#: install_interactive.pm:237
#, c-format
msgid "Use fdisk"
-msgstr ""
+msgstr "fdisk колдонуңуз"
#: install_interactive.pm:240
#, c-format
@@ -6015,31 +6024,34 @@ msgid ""
"You can now partition %s.\n"
"When you are done, do not forget to save using `w'"
msgstr ""
+"Эми сиз %s түзүлүшүн бөлсөңүз болот.\n"
+"Ишти аяктаган соң `w' командасын колдонуу менен өзгөрүүлөрдү сактоону "
+"унутпаңыз."
#: install_interactive.pm:276
#, c-format
msgid "I can not find any room for installing"
-msgstr ""
+msgstr "Орнотууга орун таба албадым"
#: install_interactive.pm:280
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr ""
+msgstr "DrakX диск бөлүү устасы төмөнкү чечимдерди тапты:"
#: install_interactive.pm:288
#, c-format
msgid "Partitioning failed: %s"
-msgstr ""
+msgstr "Бөлүмдөргө бөлүү ишке ашпады: %s"
#: install_interactive.pm:295
#, c-format
msgid "Bringing up the network"
-msgstr ""
+msgstr "Тармак көтөрүлүүдө"
#: install_interactive.pm:300
#, c-format
msgid "Bringing down the network"
-msgstr ""
+msgstr "Тармак өчүрүлүүдө"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: install_messages.pm:10
@@ -6233,7 +6245,7 @@ msgstr ""
#: install_steps.pm:252
#, c-format
msgid "Duplicate mount point %s"
-msgstr ""
+msgstr "Кайталанган %s биригүү чекити"
#: install_steps.pm:484
#, c-format
@@ -6247,7 +6259,7 @@ msgstr ""
#: install_steps_auto_install.pm:68 install_steps_stdio.pm:27
#, c-format
msgid "Entering step `%s'\n"
-msgstr ""
+msgstr "`%s' кадамына өтүү аракети\n"
#: install_steps_gtk.pm:181
#, c-format
@@ -6261,17 +6273,17 @@ msgstr ""
#: install_steps_gtk.pm:211 install_steps_interactive.pm:605
#, c-format
msgid "Package Group Selection"
-msgstr ""
+msgstr "Пакеттердин группасын тандоо"
#: install_steps_gtk.pm:254 install_steps_interactive.pm:548
#, c-format
msgid "Total size: %d / %d MB"
-msgstr ""
+msgstr "Жалпы көлөмү: %d / %d Мб"
#: install_steps_gtk.pm:299
#, c-format
msgid "Bad package"
-msgstr ""
+msgstr "Туура эмес пакет"
#: install_steps_gtk.pm:301
#, c-format
@@ -6286,7 +6298,7 @@ msgstr "Көлөмү: "
#: install_steps_gtk.pm:302
#, c-format
msgid "%d KB\n"
-msgstr ""
+msgstr "%d Кб\n"
#: install_steps_gtk.pm:303
#, c-format
@@ -6351,11 +6363,13 @@ msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
msgstr ""
+"Бул пакет жаңыланышы керек.\n"
+"Аны белгилөөдөн алып салгыңыз келеби"
#: install_steps_gtk.pm:384
#, c-format
msgid "You can not unselect this package. It must be upgraded"
-msgstr ""
+msgstr "Бул пакетти белгилөөдөн алып салууга болбойт. Ал жаңыланышы керек"
#: install_steps_gtk.pm:389
#, c-format
@@ -6363,24 +6377,24 @@ msgid "Show automatically selected packages"
msgstr "Автоматтык түрдө тандалган пакеттерди көрсөтүү"
#: install_steps_gtk.pm:394
-#, fuzzy, c-format
+#, c-format
msgid "Load/Save selection"
-msgstr "/Тандалган"
+msgstr "Тандалгандарды Жүктөө/Сактоо"
#: install_steps_gtk.pm:395
#, c-format
msgid "Updating package selection"
-msgstr ""
+msgstr "Пакеттерди тандоо жаңыланууда"
#: install_steps_gtk.pm:400
#, c-format
msgid "Minimal install"
-msgstr ""
+msgstr "Минималдык орнотуу"
#: install_steps_gtk.pm:414 install_steps_interactive.pm:467
#, c-format
msgid "Choose the packages you want to install"
-msgstr ""
+msgstr "Сиз орнотууну каалаган пакеттерди тандаңыз"
#: install_steps_gtk.pm:431 install_steps_interactive.pm:691
#, c-format
@@ -6390,22 +6404,22 @@ msgstr "Орнотуу"
#: install_steps_gtk.pm:457
#, c-format
msgid "No details"
-msgstr ""
+msgstr "Кеңири маалыматсыз"
#: install_steps_gtk.pm:472
#, c-format
msgid "Time remaining "
-msgstr ""
+msgstr "Калган убакыт"
#: install_steps_gtk.pm:473
#, c-format
msgid "Estimating"
-msgstr ""
+msgstr "Болжолдуу убакыт"
#: install_steps_gtk.pm:500
#, c-format
msgid "%d packages"
-msgstr ""
+msgstr "%d пакет"
#: install_steps_gtk.pm:543 install_steps_interactive.pm:719
#, c-format
@@ -6419,18 +6433,18 @@ msgstr ""
#: install_steps_gtk.pm:556 install_steps_interactive.pm:730
#, c-format
msgid "There was an error ordering packages:"
-msgstr ""
+msgstr "Пакеттерди кабыл алууда ката пайда болду:"
#: install_steps_gtk.pm:558 install_steps_interactive.pm:734
#, c-format
msgid "There was an error installing packages:"
-msgstr ""
+msgstr "Пакеттерди орнотууда ката пайда болду:"
#: install_steps_gtk.pm:560 install_steps_interactive.pm:730
#: install_steps_interactive.pm:734
#, c-format
msgid "Go on anyway?"
-msgstr ""
+msgstr "Буга карабай улантайынбы?"
#: install_steps_gtk.pm:582 install_steps_interactive.pm:910 steps.pm:30
#, c-format
@@ -6441,7 +6455,7 @@ msgstr "Жыйынтык"
#: install_steps_interactive.pm:1055
#, c-format
msgid "not configured"
-msgstr ""
+msgstr "конфигурацияланбаган"
#: install_steps_gtk.pm:668
#, c-format
@@ -6462,12 +6476,12 @@ msgstr ""
#: install_steps_gtk.pm:679
#, c-format
msgid "Copy whole CDs"
-msgstr ""
+msgstr "CD дискти толугу менен көчүрүү"
#: install_steps_interactive.pm:95
#, c-format
msgid "Please choose your keyboard layout."
-msgstr ""
+msgstr "Өзүңүздүн алиптакта картасын тандаңыз."
#: install_steps_interactive.pm:97
#, fuzzy, c-format
@@ -6477,37 +6491,37 @@ msgstr "Мүмкүн болгон бардык өлкөлөр тизмеси"
#: install_steps_interactive.pm:127
#, c-format
msgid "Install/Upgrade"
-msgstr ""
+msgstr "Орнотуу/Жаңылоо"
#: install_steps_interactive.pm:128
#, c-format
msgid "Is this an install or an upgrade?"
-msgstr ""
+msgstr "Бул орнотуубу же жаңылообу?"
#: install_steps_interactive.pm:134
#, c-format
msgid "Upgrade %s"
-msgstr ""
+msgstr "%s жаңылоо"
#: install_steps_interactive.pm:147
#, c-format
msgid "Encryption key for %s"
-msgstr ""
+msgstr "%s үчүн шифрлөө ачкычы"
#: install_steps_interactive.pm:170
#, c-format
msgid "Please choose your type of mouse."
-msgstr ""
+msgstr "Чычкан тибин тандаңыз."
#: install_steps_interactive.pm:171
#, c-format
msgid "Mouse choice"
-msgstr ""
+msgstr "Чычкан тандоо"
#: install_steps_interactive.pm:180 standalone/mousedrake:46
#, c-format
msgid "Mouse Port"
-msgstr ""
+msgstr "Чычкан порту"
#: install_steps_interactive.pm:181 standalone/mousedrake:47
#, c-format
@@ -6517,17 +6531,17 @@ msgstr ""
#: install_steps_interactive.pm:191
#, c-format
msgid "Buttons emulation"
-msgstr ""
+msgstr "Баскычтарды эмуляциялоо"
#: install_steps_interactive.pm:193
#, c-format
msgid "Button 2 Emulation"
-msgstr ""
+msgstr "2 баскычты эмуляциялоо"
#: install_steps_interactive.pm:194
#, c-format
msgid "Button 3 Emulation"
-msgstr ""
+msgstr "3 баскычты эмуляциялоо"
#: install_steps_interactive.pm:215
#, c-format
@@ -6537,22 +6551,22 @@ msgstr "PCMCIA"
#: install_steps_interactive.pm:215
#, c-format
msgid "Configuring PCMCIA cards..."
-msgstr ""
+msgstr "PCMCIA карталары конфигурацияланууда..."
#: install_steps_interactive.pm:222
#, c-format
msgid "IDE"
-msgstr ""
+msgstr "IDE"
#: install_steps_interactive.pm:222
#, c-format
msgid "Configuring IDE"
-msgstr ""
+msgstr "IDE конфигурацияланууда"
#: install_steps_interactive.pm:242
#, c-format
msgid "No partition available"
-msgstr ""
+msgstr "Мүмүкүн болгон бөлүмдөр жок"
#: install_steps_interactive.pm:245
#, c-format
@@ -6562,7 +6576,7 @@ msgstr ""
#: install_steps_interactive.pm:252
#, c-format
msgid "Choose the mount points"
-msgstr ""
+msgstr "Биригүү чекиттерин тандаңыз"
#: install_steps_interactive.pm:300
#, c-format
@@ -6587,7 +6601,7 @@ msgstr ""
#: install_steps_interactive.pm:343
#, c-format
msgid "Check bad blocks?"
-msgstr ""
+msgstr "Начар блокторго текшерүүнү аткарайынбы?"
#: install_steps_interactive.pm:371
#, c-format
@@ -6605,16 +6619,18 @@ msgstr ""
#, c-format
msgid "Looking for available packages and rebuilding rpm database..."
msgstr ""
+"Мүмкүн болгон пакеттер изделүүдө жана rpm берилиштер базасы кайра "
+"түзүлүүдө..."
#: install_steps_interactive.pm:384 install_steps_interactive.pm:436
#, c-format
msgid "Looking for available packages..."
-msgstr ""
+msgstr "Мүмкүн болгон пакеттер изделүүдө..."
#: install_steps_interactive.pm:405 install_steps_interactive.pm:810
#, c-format
msgid "Choose a mirror from which to get the packages"
-msgstr ""
+msgstr "Пакеттерди алуучу күзгүнү тандаңыз"
#: install_steps_interactive.pm:445
#, c-format
@@ -6631,9 +6647,9 @@ msgid ""
msgstr ""
#: install_steps_interactive.pm:481
-#, fuzzy, c-format
+#, c-format
msgid "Load"
-msgstr "/Жүктөө"
+msgstr "Жүктөө"
#: install_steps_interactive.pm:481 standalone/drakbackup:4066
#: standalone/drakbackup:4136 standalone/logdrake:175
@@ -6642,9 +6658,9 @@ msgid "Save"
msgstr "Сактоо"
#: install_steps_interactive.pm:489
-#, fuzzy, c-format
+#, c-format
msgid "Bad file"
-msgstr "Файлдарды алуу"
+msgstr "Туура эмес файл"
#: install_steps_interactive.pm:562
#, c-format
@@ -6940,9 +6956,9 @@ msgid ""
msgstr ""
#: install_steps_newt.pm:20
-#, fuzzy, c-format
+#, c-format
msgid "Mandriva Linux Installation %s"
-msgstr "Mandriva куралдарынын журналдары"
+msgstr "Mandriva Linux %s орнотуу"
#. -PO: This string must fit in a 80-char wide text screen
#: install_steps_newt.pm:37
@@ -6950,6 +6966,8 @@ msgstr "Mandriva куралдарынын журналдары"
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
+" <Tab>/<Alt-Tab> элементтер ортосунда | <Space> тандоолор | <F12> кийинки "
+"терезе "
#: interactive.pm:196
#, c-format
@@ -7063,14 +7081,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Кайрадан жөнөтүү"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Чехтик (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7084,28 +7102,28 @@ msgid ""
"Dvorak"
msgstr "Дворактык"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Испандык"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Финдик"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Француздук"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7119,828 +7137,828 @@ msgid ""
"Polish"
msgstr "Поляктык"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Орустук"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Шведдик"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "UK ариптергичи"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "US ариптергичи"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Албандык"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Армяндык (эски)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Армяндык (басмамашине)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Армяндык (фонетикалык)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Араптык"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Азербайжандык (латын)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Бельгиялык"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Бенгалдык (Inscript-layout)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Бенгалдык (Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Болгардык (фонетикалык)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Болгарская (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Бразилдик (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Босниялык"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Белорустук"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Швейцардык (немисче жайгашуусу)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Швейцардык (французча жайгашуусу)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee syllabics"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Чехтик (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Немистик (жансыз баскычтарсыз)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Деванагари"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Даниялык"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Дворактык (АКШ)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Дворактык (Эсперанто)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Дворактык (Французча)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Дворактык (UK)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Дворактык (норвегче)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Дворактык (Полякча)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Дворактык (Шведче)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Дзонгха/Тибеттик"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Эстондук"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Фарердик"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Грузиндик (\"орусча\" жайгашуу)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Грузиндик (\"латынча\" жайгашуу)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Гректик"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Гректик (polytonic)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Гужараттык"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Гурмукилик"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Хорваттык"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Венгердик"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Ирланддык"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Израилдик"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Израилдик (фонетикалык)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Ирандык"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Исланддык"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Итальяндык"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Инуктитуттук"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Жапондук 106 баскыч"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Кореялык"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Күрддүк (arabic script)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Кыргыздык"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Латынамерикалык"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Лаостук"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Литвалык AZERTY (эски)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Литвалык AZERTY (жаңы)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Литвалык \"сан катар\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Литвалык \"фонетикалык\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Латвиялык"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Малайдык"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Македондук"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Мьянмдык (Бирма)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Монголдук (кириллица)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Мальтиялык (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Мальтиялык (США)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Голланддык"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Ориссалык"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Поляктык (QWERTY жайгашуусу)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Поляктык (QWERTZ жайгашуусу)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Португалдык"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Канадалык (Квебек)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Румындык (QWERTZ)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Румындык (QWERTY)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Орустук (фонетикалык)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Саамилик (норвегиялык)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Саами (шведдик/финдик)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Словендик"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Словактык (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Словактык (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Сербдик (кириллица)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Сириялык"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Сириялык (фонетикалык)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Тамилдик (ISCII жайгашуусу)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Тамилдик (басмамашине жайгашуусу)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thai (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thai (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thai (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Тажиктик"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Түркмөндүк"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Түрктүк (адаткы \"F\" модели)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Түрктүк (соңку \"Q\" модели)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Украиндик"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Урду ариптергичи"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "US ариптергичи (эларалык)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Өзбектик (кириллица)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Вьетнамдык \"сандык катар\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Югославдык (латын)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Оңдогу Alt баскычы"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Кош Shift баскычтарын тең бирдей"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Control жана Shift баскычтарын тең бирдей"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock баскычы"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift жана CapsLock баскычтарын тең бирдей"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl жана Alt баскычтарын тең бирдей"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt жана Shift баскычтарын тең бирдей"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Меню\" баскычы"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Солдогу \"Windows\" баскычы"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Оңдогу \"Windows\" баскычы"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Кош Control баскычтарын тең бирдей"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Кош Alt баскычтарын тең бирдей"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Солдогу Shift баскычы"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Оңдогу Shift баскычы"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Солдогу Alt баскычы"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Солдогу Control баскычы"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Оңдогу Control баскычы"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7948,7 +7966,7 @@ msgid ""
"(eg: latin and non latin)"
msgstr ""
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -9352,9 +9370,9 @@ msgid "Any PS/2 & USB mice"
msgstr "Бардык PS/2 & USB чычканы"
#: mouse.pm:89
-#, fuzzy, c-format
+#, c-format
msgid "Microsoft Xbox Controller S"
-msgstr "Microsoft Explorer"
+msgstr "Microsoft Xbox Controller S"
#: mouse.pm:93 standalone/drakconnect:351 standalone/drakvpn:1126
#, c-format
@@ -9503,9 +9521,9 @@ msgstr ""
#: standalone/drakids:170 standalone/drakids:179 standalone/drakids:189
#: standalone/drakids:265 standalone/net_applet:59 standalone/net_applet:202
#: standalone/net_applet:385 standalone/net_applet:422
-#, fuzzy, c-format
+#, c-format
msgid "Interactive Firewall"
-msgstr "Файервол"
+msgstr "Интерактифдүү файервол"
#: network/drakfirewall.pm:254
#, c-format
@@ -9521,19 +9539,19 @@ msgid "Use Interactive Firewall"
msgstr ""
#: network/ifw.pm:129
-#, fuzzy, c-format
+#, c-format
msgid "Port scanning"
-msgstr "Жалпы ресурс жок"
+msgstr "Порт сканерлөө"
#: network/ifw.pm:130
-#, fuzzy, c-format
+#, c-format
msgid "Service attack"
-msgstr "Чабуулга дуушар болгон кызмат: %s"
+msgstr "Казмат чабуулу"
#: network/ifw.pm:131
-#, fuzzy, c-format
+#, c-format
msgid "Password cracking"
-msgstr "Пароль (дагы бир жолу)"
+msgstr "Сырсөздү талкалоо"
#: network/ifw.pm:132
#, c-format
@@ -9556,9 +9574,9 @@ msgid "A password cracking attack has been attempted by %s."
msgstr "%s тарабынан паролду сындырууга багытталган чабуул орун алды."
#: network/ifw.pm:137
-#, fuzzy, c-format
+#, c-format
msgid "A \"%s\" attack has been attempted by %s"
-msgstr "%s тарабынан портторду сканерлөө чабуулу аныкталды."
+msgstr "\"%s\" чабуулу, %s аркылуу жасалды"
#: network/isdn.pm:117 network/netconnect.pm:463 network/netconnect.pm:557
#: network/netconnect.pm:560 network/netconnect.pm:708
@@ -9916,9 +9934,9 @@ msgid "Card IO_1"
msgstr ""
#: network/netconnect.pm:319
-#, fuzzy, c-format
+#, c-format
msgid "Cable: account options"
-msgstr "Эсеп жазылмасынын аяктоочулук мөөнөтүн иштетүү"
+msgstr "Кабельдик: аккаунт параметрлери"
#: network/netconnect.pm:322
#, c-format
@@ -10235,9 +10253,9 @@ msgid "Start at boot"
msgstr ""
#: network/netconnect.pm:949 standalone/drakconnect:460
-#, fuzzy, c-format
+#, c-format
msgid "Metric"
-msgstr "чектөө"
+msgstr "Метрика"
#: network/netconnect.pm:950
#, c-format
@@ -10286,16 +10304,16 @@ msgstr ""
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr ""
#: network/netconnect.pm:1018
-#, fuzzy, c-format
+#, c-format
msgid "Choose an ndiswrapper driver"
-msgstr "Каалаган драйверди тандоо"
+msgstr "ndiswrapper драйверин тандаңыз"
#: network/netconnect.pm:1020
#, c-format
@@ -10303,9 +10321,9 @@ msgid "Use the ndiswrapper driver %s"
msgstr ""
#: network/netconnect.pm:1020
-#, fuzzy, c-format
+#, c-format
msgid "Install a new driver"
-msgstr "Системаны орнотуу"
+msgstr "Жаңы драйвер орнотуу"
#: network/netconnect.pm:1032
#, c-format
@@ -10908,7 +10926,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Куттуктайбыз!"
@@ -11035,9 +11053,9 @@ msgstr ""
msgid "On CUPS server \"%s\""
msgstr ""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr ""
@@ -11089,9 +11107,9 @@ msgstr "Алыскы"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr ""
@@ -11339,7 +11357,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr ""
@@ -11370,12 +11388,12 @@ msgstr "Хост %s"
msgid "%s (Port %s)"
msgstr "%s (Порт %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11412,7 +11430,7 @@ msgid ""
msgstr ""
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -11457,8 +11475,8 @@ msgstr ""
msgid "Custom configuration"
msgstr ""
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr ""
@@ -11652,8 +11670,8 @@ msgstr "Порт"
msgid "On, Name or IP of remote server:"
msgstr ""
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr ""
@@ -11663,29 +11681,30 @@ msgstr ""
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr ""
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr ""
@@ -11810,7 +11829,7 @@ msgid ""
"printers will be automatically detected."
msgstr ""
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12011,12 +12030,12 @@ msgstr " мында "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Принтердин моделин тандоо"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Принтериңиздин модели кандай?"
@@ -12030,14 +12049,14 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr ""
@@ -12056,7 +12075,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Коопсуздук администратору"
@@ -12071,8 +12090,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr ""
@@ -12208,8 +12227,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr ""
@@ -12425,10 +12444,10 @@ msgid "Remote printer name missing!"
msgstr ""
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -12757,8 +12776,8 @@ msgstr "Түзөтүү"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr ""
@@ -12768,22 +12787,18 @@ msgstr ""
msgid "What do you want to do?"
msgstr "Эмне кылууну каалайсыз?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Айнуу"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -12792,103 +12807,119 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr ""
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr ""
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Аны кайсы секторго жылдыргыңыз келет?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Ядро модулдарын ырастоо..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr ""
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Конфигурацияланган түзүлүштөр:\n"
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr ""
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr ""
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -12896,42 +12927,42 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr ""
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Сүрөттөмөсү"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr ""
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr ""
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr ""
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12946,18 +12977,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr ""
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr ""
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -12967,38 +12998,38 @@ msgid ""
"\"Raw printer\" is highlighted."
msgstr ""
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13006,58 +13037,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr ""
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr ""
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr ""
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr ""
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr ""
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr ""
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13068,12 +13099,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr ""
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13082,7 +13113,7 @@ msgid ""
"to."
msgstr ""
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13095,12 +13126,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr ""
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13109,12 +13140,12 @@ msgid ""
"connected to."
msgstr ""
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Добуш конфигурациясы"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -13123,17 +13154,17 @@ msgid ""
"port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "TCP/IP өз алдынча конфигурациялоо"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "TCP/IP өз алдынча конфигурациялоо"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13142,12 +13173,12 @@ msgid ""
"where it is directly connected to."
msgstr ""
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -13158,39 +13189,39 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr ""
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr ""
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr ""
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -13199,47 +13230,47 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr ""
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr ""
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr ""
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr ""
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr ""
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr ""
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr ""
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr ""
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13249,24 +13280,24 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
msgstr ""
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr ""
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr ""
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -13275,7 +13306,7 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -13283,8 +13314,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -13293,7 +13324,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -13301,22 +13332,22 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -13324,21 +13355,21 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -13349,7 +13380,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -13358,27 +13389,27 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr ""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr ""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr ""
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, c-format
msgid "Printing option list..."
msgstr ""
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -13386,14 +13417,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -13401,14 +13432,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -13416,7 +13447,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -13424,7 +13455,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -13432,7 +13463,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -13440,33 +13471,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "Принтерлерди башкаруу\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Түс конфигурациясы"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr ""
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -13476,33 +13507,33 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -13510,7 +13541,7 @@ msgid ""
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -13518,17 +13549,17 @@ msgid ""
"\"Transfer\"."
msgstr ""
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr ""
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr ""
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -13536,45 +13567,45 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr ""
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr ""
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr ""
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr ""
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr ""
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -13583,12 +13614,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr ""
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -13598,7 +13629,7 @@ msgid ""
"also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr ""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -13606,27 +13637,27 @@ msgid ""
"printer again."
msgstr ""
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr ""
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr ""
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr ""
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -13641,12 +13672,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr ""
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -13660,32 +13691,32 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr ""
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr ""
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr ""
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr ""
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr ""
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -13694,46 +13725,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "Тармак сервери"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr ""
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr ""
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -13742,12 +13773,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -13755,55 +13786,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "CUPS басуу системасын конфигурациялоо"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr ""
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr ""
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr ""
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr ""
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13811,147 +13842,147 @@ msgid ""
"it. "
msgstr ""
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr ""
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr ""
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr ""
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr ""
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr ""
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr ""
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr ""
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
"What do you want to modify on this printer?"
msgstr ""
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "Бул бөлүмдүн көлөмүн өзгөртүүгө болбойт"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr ""
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr ""
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr ""
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr ""
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Принтер"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Принтер"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr ""
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr ""
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr ""
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr ""
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr ""
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr ""
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr ""
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr ""
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr ""
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr ""
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
@@ -13987,15 +14018,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr ""
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -15665,124 +15696,124 @@ msgstr ""
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr ""
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr ""
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr ""
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr ""
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr ""
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr ""
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr ""
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr ""
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr ""
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Сүрөттөр"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr ""
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -15805,27 +15836,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr ""
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr ""
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -15835,28 +15866,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr ""
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr ""
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -15864,31 +15895,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr ""
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -15897,14 +15927,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -15917,30 +15947,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -15956,17 +15985,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -15974,33 +16002,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -16016,12 +16045,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -16046,14 +16075,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -16062,94 +16090,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Жүктөөчү флоппи"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr ""
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr ""
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr ""
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr ""
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr ""
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr ""
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr ""
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr ""
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Тандалган хосту алып салуу"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr ""
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -16157,178 +16185,178 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr ""
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr ""
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr ""
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr ""
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr ""
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr ""
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr ""
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr ""
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr ""
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr ""
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr ""
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr ""
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr ""
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr ""
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr ""
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr ""
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr ""
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr ""
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr ""
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr ""
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr ""
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr ""
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr ""
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr ""
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr ""
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -16336,106 +16364,106 @@ msgid ""
"You can modify as needed."
msgstr ""
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr ""
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr ""
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr ""
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr ""
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr ""
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr ""
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr ""
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr ""
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
msgstr ""
#: standalone/drakautoinst:38 standalone/drakhosts:123
@@ -23978,17 +24006,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Азыр Scannerdrake иштетилбейт."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Конфигурацияланган сканерлер изделүүдө ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Жаңы сканерлерди издөө ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Конфигурацияланган сканерлердин тизмеси кайрадан түзүлүүдө..."
@@ -24153,43 +24181,43 @@ msgstr ""
"Сиз printerdrake'ти %s Башкару Борборунун Техникалык каражаттар бөлүмүнөн "
"иштетсеңиз болот."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Ядро модулдарын ырастоо..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Мүмкүн болгон портторду авто-аныктоо"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Сиздин %s туташылган түзүлүштү тандаңыз"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Эскертүү: Параллел порттор авто-аныкталбады)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "түзүлүш тандаңыз"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Сканерлер изделүүдө ..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Ядро модулдарын ырастоо..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Көңүл Бур!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -24202,7 +24230,7 @@ msgstr ""
"Колдо жардам кылуу зарыл. Төмөнкү конфигурациялык файлды колдо түзөтүңүз: /"
"etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -24211,7 +24239,7 @@ msgstr ""
"Кененирээк маалыматты драйвердин колдонмосунан тапсаңыз болот. Аны окуу үчүн "
"\"man sane-%s\"деп териңиз."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -24220,7 +24248,7 @@ msgstr ""
"Ушундан соң сиз Мультимедиа/Графика тиркемелер менюсунан \"XSane\" же \"Kooka"
"\" колдонуп документтерди сканерлесеңиз болот."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -24229,7 +24257,7 @@ msgstr ""
"Сиздин %s орнотулган болчу, бирок ал иштеп кетүүсү үчүн кээ бир жерин колдо "
"күүлөө талап кылынышы мүмкүн. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -24238,12 +24266,12 @@ msgstr ""
"Эгерде ал Scannerdrake негизги терезесинде орнотулган сканерлердин "
"тизмесинде көрүнбөсө же натуура иштеп жатса, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "/etc/sane.d/%s.conf конфигурациялык файлын түзөтүңүз. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -24254,7 +24282,7 @@ msgstr ""
"Сиз Мультимедиа/Графика тиркемелер менюсунан \"XSane\" же \"Kooka\" колдонуп "
"документтерди сканерлесеңиз болот."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -24267,7 +24295,7 @@ msgstr ""
"%s\n"
"сиздин системаңызда колдонууга мүмкүн.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -24280,42 +24308,42 @@ msgstr ""
"%s\n"
"сиздин системаңызда колдонууга мүмкүн.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Сиздин системада мүмкүн болгон сканерлер жок.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Жаңы сканерлерди издөө"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Сканерди өз алдынча кошуу"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "firmware файлдарын орнотуу/жаңылоо"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Сканер бөлүшүү"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Бардык алыскы машиналар"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Бул машина"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -24325,7 +24353,7 @@ msgstr ""
"машинелер үчүн жеткиликтүү болуусу жана алыстагы машинелердин ичинен "
"кайсылары үчүн гана экендигин тандасаңыз болот."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -24334,88 +24362,88 @@ msgstr ""
"Бул жерден алыскы машиналардагы кайсы сканерлер бул машинага уруксат "
"экенидигин чечсеңиз да болот."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Бул машинадагы сканерлер башка компьютерлерге жеткиликтүү"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Хостор үчүн сканерди чогуу колдонуу:"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Алыскы компьютерлердеги сканерлерди колдонуу"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Бул хосттордогу сканерлерди колдонуу: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Локалдык сканерлерди бөлүшүү"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr "Локалдык сканерин(лерин) колдонууга мүмкүн болгон машиналар бар:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Хост кошуу"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Тандалган хостту түзөтүү"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Тандалган хостту алып салуу"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Хост Аты/IP дареги:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Локалдык сканерлерди колдоно алуучу хосту тандаңыз:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Сиз хост атын же IP дарегин киргизүүңүз керек.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Бул хост алдагачан тизмеде, аны кайрадан кошууга болбойт.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Алыскы сканерлерди колдонуу"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Сканерлерин колдонууга мүмкүн болгон машиналар:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -24426,7 +24454,7 @@ msgstr ""
"\n"
"saned пакетин орнотууну каалайсызбы?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Сиздин сканер желеде мүмкүн болбойт."
@@ -24623,283 +24651,6 @@ msgstr "Орнотуу ийгиликсиз аяктады"
#~ "\n"
#~ "Сизде күүлөө үчүн керектүү кошумча алып жүрүүчү барбы?"
-#~ msgid ""
-#~ "Allow an ordinary user to mount the file system. The\n"
-#~ "name of the mounting user is written to mtab so that he can unmount the "
-#~ "file\n"
-#~ "system again. This option implies the options noexec, nosuid, and nodev\n"
-#~ "(unless overridden by subsequent options, as in the option line\n"
-#~ "user,exec,dev,suid )."
-#~ msgstr ""
-#~ "Кадимки колдонуучуга файл системасын бириктирүү укугун берүү.\n"
-#~ "Бириктирген колдонуучу аты, файл системасын кайра ажыратуусу үчүн,\n"
-#~ "mtab'га жазылат. Бул опция noexec, nosuid, жана nodev аныкталат\n"
-#~ "(эгер алар ошол эле сапта user,exec,dev,suid менен кайра аныкталбаса)."
-
-#~ msgid "HPOJ"
-#~ msgstr "HPOJ"
-
-#~ msgid ""
-#~ "Kerberos is a secure system for providing network authentication services."
-#~ msgstr ""
-#~ "Kerberos - бул желеде авторизациялануунун кызматын тартуулоочу "
-#~ "коопсуздандырылган система."
-
-#~ msgid "Use Idmap for store UID/SID "
-#~ msgstr "UID/SID сактап туруу үчүн Idmap колдонуу "
-
-#~ msgid "Default Idmap "
-#~ msgstr "Алдынала коюлган Idmap"
-
-#~ msgid "Welcome to <b>Mandriva Linux</b>!"
-#~ msgstr "<b>Mandriva Linux</b>'ка кош келиңиз!"
-
-#, fuzzy
-#~ msgid "<b>Open Source</b>"
-#~ msgstr "<b>Серверлер</b>"
-
-#, fuzzy
-#~ msgid "<b>Mandriva Products</b>"
-#~ msgstr "<b>Mandriva Expert</b>"
-
-#, fuzzy
-#~ msgid "The Mandriva Linux products are:"
-#~ msgstr "Mandriva Linux Updates апплети"
-
-#, fuzzy
-#~ msgid "<b>Kontact</b>"
-#~ msgstr "<b>Mandriva Club</b>"
-
-#~ msgid "<b>Surf the Internet</b>"
-#~ msgstr "<b>Интернет саякаты</b>"
-
-#, fuzzy
-#~ msgid "\t* <b>Transfer</b> files with KBear."
-#~ msgstr "FTP менен файлдарды жөнөтүү"
-
-#, fuzzy
-#~ msgid "<b>Development Environments</b>"
-#~ msgstr "Иштеп чыгуу чөйрөлөрү"
-
-#, fuzzy
-#~ msgid "<b>Development Editors</b>"
-#~ msgstr "Иштеп чыгуу чөйрөлөрү"
-
-#~ msgid "\t\t* <b>C++</b>"
-#~ msgstr "\t\t* <b>C++</b>"
-
-#~ msgid "\t\t* <b>Java™</b>"
-#~ msgstr "\t\t* <b>Java™</b>"
-
-#~ msgid "\t\t* <b>Perl</b>"
-#~ msgstr "\t\t* <b>Perl</b>"
-
-#~ msgid "\t\t* <b>Python</b>"
-#~ msgstr "\t\t* <b>Python</b>"
-
-#, fuzzy
-#~ msgid "<b>Development Tools</b>"
-#~ msgstr "Түзүү"
-
-#, fuzzy
-#~ msgid "<b>Groupware Server</b>"
-#~ msgstr "<b>Серверлер</b>"
-
-#~ msgid "<b>Servers</b>"
-#~ msgstr "<b>Серверлер</b>"
-
#, fuzzy
-#~ msgid "<b>Online Store</b>"
-#~ msgstr "<b>Серверлер</b>"
-
-#~ msgid "<b>Mandriva Club</b>"
-#~ msgstr "<b>Mandriva Club</b>"
-
-#, fuzzy
-#~ msgid "<b>Mandriva Online</b>"
-#~ msgstr "<b>Mandriva Club</b>"
-
-#~ msgid "<b>Mandriva Expert</b>"
-#~ msgstr "<b>Mandriva Expert</b>"
-
-#~ msgid "Encryption:"
-#~ msgstr "Шифрлөө:"
-
-#~ msgid "Status"
-#~ msgstr "Абалы"
-
-#~ msgid "Connect to the Internet"
-#~ msgstr "Интернетке туташуу"
-
-#~ msgid ""
-#~ "The most common way to connect with adsl is pppoe.\n"
-#~ "Some connections use PPTP, a few use DHCP.\n"
-#~ "If you do not know, choose 'use PPPoE'"
-#~ msgstr ""
-#~ "Adsl менен туташуунун негизги жолу pppoe программасы.\n"
-#~ "Кээ бирлери PPTP, а кээси dhcp колдонот.\n"
-#~ "Эгер билбесеңиз, 'pppoe колдонуу' тандаңыз"
-
-#~ msgid "Found printer on %s..."
-#~ msgstr "%s-те принтер табылды "
-
-#~ msgid "Interactive intrusion detection"
-#~ msgstr "Жырып өтүүнү интерактивдүү аныктоо"
-
-#~ msgid "Active Firewall: intrusion detected"
-#~ msgstr "Аракеттеги файервол: жырып өтүү аныкталды"
-
-#~ msgid "Do you want to blacklist the attacker?"
-#~ msgstr "Чабуулчу кара тизмеге кошулсунбу?"
-
-#~ msgid "Grub"
-#~ msgstr "Grub"
-
-#~ msgid "General"
-#~ msgstr "Негизги"
-
-#~ msgid "Preferences"
-#~ msgstr "Өзгөчөлүктөрү"
-
-#~ msgid "Size"
-#~ msgstr "Көлөмү"
-
-#~ msgid ""
-#~ "You may not be able to install lilo (since lilo does not handle a LV on "
-#~ "multiple PVs)"
-#~ msgstr ""
-#~ "Сиз lilo'ну орното албашыңыз мүмкүн (себеби lilo LV'ны көп PV үчүн "
-#~ "колдоно албайт)"
-
-#~ msgid "use PPPoE"
-#~ msgstr "pppoe колдонуу"
-
-#~ msgid "use PPTP"
-#~ msgstr "pptp колдонуу"
-
-#~ msgid "use DHCP"
-#~ msgstr "dhcp колдонуу"
-
-#, fuzzy
-#~ msgid "Alcatel Speedtouch USB"
-#~ msgstr "Alcatel speedtouch USB модеми"
-
-#~ msgid " - detected"
-#~ msgstr " - табылды"
-
-#~ msgid "Sagem (using PPPoA) USB"
-#~ msgstr "Sagem (PPPoA колдонуучу) USB"
-
-#~ msgid "Sagem (using DHCP) USB"
-#~ msgstr "Sagem (DHCP колдонуучу) USB"
-
-#~ msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-#~ msgstr "Icewm, Window Maker, Enlightenment, Fvwm, ж.б."
-
-#~ msgid "Number of logical extents: %d"
-#~ msgstr "Логикалык даражаларынын саны: %d"
-
-#~ msgid "hd"
-#~ msgstr "ташдиск"
-
-#~ msgid "tape"
-#~ msgstr "магниттик тасма"
-
-#~ msgid ""
-#~ "The USB key seems to have write protection enabled, but we can not "
-#~ "safely\n"
-#~ "unplug it now.\n"
-#~ "\n"
-#~ "\n"
-#~ "Click the button to reboot the machine, unplug it, remove write "
-#~ "protection,\n"
-#~ "plug the key again, and launch Mandrake Move again."
-#~ msgstr ""
-#~ "USB-ачкычта жазуудан коргонуу орнотулса керек,\n"
-#~ "бирок азыр аны чыгаруу кооптуу.\n"
-#~ "\n"
-#~ "\n"
-#~ "Машинени кайра жүктөтүүчү түймөнү басыңыз, ачкычты чыгарып алыңыз,\n"
-#~ "жазуудан коргонуусун алыңыз дагы, ачкычты кайра салыңыз, андан соң\n"
-#~ "Mandriva Move'ни кайра жүктөңүз."
-
-#~ msgid ""
-#~ "Your USB key does not have any valid Windows (FAT) partitions.\n"
-#~ "We need one to continue (beside, it's more standard so that you\n"
-#~ "will be able to move and access your files from machines\n"
-#~ "running Windows). Please plug in an USB key containing a\n"
-#~ "Windows partition instead.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also proceed without an USB key - you'll still be\n"
-#~ "able to use Mandrake Move as a normal live Mandrake\n"
-#~ "Operating System."
-#~ msgstr ""
-#~ "Сиздин USB-ачкычта бир дагы туура Windows (FAT) бөлүмү жок.\n"
-#~ "Улантуу үчүн жок дегенде бир бөлүм керек (мындан сырткары\n"
-#~ "бул стандарттуураак болот, себеби иштеп жаткан Windows машинадан\n"
-#~ "файлдарыңызды жылдыруу жана аларга жетүү мүмкүнчүлүгүн аласыз).\n"
-#~ "Windows бөлүмү бар USB-ачкычын орнотуңуз.\n"
-#~ "\n"
-#~ "\n"
-#~ "Сиз USB-ачкычы жок эле ишти улантсаңыз боло берет - мындай\n"
-#~ "учурда сиз Mandriva Move'ду кадимки live Mandriva операциондук\n"
-#~ "системасы катары колдоно аласыз."
-
-#~ msgid ""
-#~ "We did not detect any USB key on your system. If you\n"
-#~ "plug in an USB key now, Mandrake Move will have the ability\n"
-#~ "to transparently save the data in your home directory and\n"
-#~ "system wide configuration, for next boot on this computer\n"
-#~ "or another one. Note: if you plug in a key now, wait several\n"
-#~ "seconds before detecting again.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also proceed without an USB key - you'll still be\n"
-#~ "able to use Mandrake Move as a normal live Mandrake\n"
-#~ "Operating System."
-#~ msgstr ""
-#~ "Сиздин системада эч бир USB-ачкычы табылган жок. Эгерде\n"
-#~ "сиз USB-ачкычын азыр орнотсоңуз, Mandriva Move ушул же башка\n"
-#~ "компьютерде келечектеги жүктөлүүсүндө пайдалана алгыдай кылып\n"
-#~ "беримдерди өздүк каталогуңузга жана бүтүндөй системанын конфигурациясын\n"
-#~ "так сактап алуу мүмкүнчүлүгүн алат. Эскертүү: эгер ачкычты жаңы\n"
-#~ "орнотсоңуз, ал кайра аныкталгычакты бир-нече секунда күтө туруңуз.\n"
-#~ "\n"
-#~ "\n"
-#~ "Учурда сиз USB-ачкычы жок эле ишти улантсаңыз болот - мындай\n"
-#~ "учурда сиз Mandriva Move'ду кадимки Mandriva операциондук системасы\n"
-#~ "катары колдоно аласыз."
-
-#~ msgid ""
-#~ "An error occurred:\n"
-#~ "\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "This may come from corrupted system configuration files\n"
-#~ "on the USB key, in this case removing them and then\n"
-#~ "rebooting Mandrake Move would fix the problem. To do\n"
-#~ "so, click on the corresponding button.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want to reboot and remove the USB key, or\n"
-#~ "examine its contents under another OS, or even have\n"
-#~ "a look at log files in console #3 and #4 to try to\n"
-#~ "guess what's happening."
-#~ msgstr ""
-#~ "Жаңылыштык орун алды:\n"
-#~ "\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Мунун себеби USB-ачкычынындагы системалык конфигурациялык\n"
-#~ "файлдардын жабырланышында болушу мүмкүн, бул учурда\n"
-#~ "көйгөйдү чечүү үчүн ачкычты сууруп салып Mandriva Move'ни\n"
-#~ "кайра жүктөө жетиштүү. Ал үчүн тиешелүү түймөнү басыңыз.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ошондой эле сиз кайра жүктөп жана USB-ачкычты\n"
-#~ "сууруп алып, анын мазмунун башка OC аркылуу изилдесеңиз\n"
-#~ "же №3 жана №4 консолдору аркылуу\n"
-#~ "лог-файлдардан эмне болгонун көрсөңүз болот."
+#~ msgid "Cancel setup"
+#~ msgstr "Айнуу"
diff --git a/perl-install/share/po/lt.po b/perl-install/share/po/lt.po
index 5a8a3d558..f89074a59 100644
--- a/perl-install/share/po/lt.po
+++ b/perl-install/share/po/lt.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2000-12-23 13:50+0200\n"
"Last-Translator: Mykolas Norvai­as <Myka@centras.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -167,21 +167,21 @@ msgstr "Nustatomas saugumo lygis"
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -208,9 +208,9 @@ msgstr "Nustatomas saugumo lygis"
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Klaida"
@@ -431,10 +431,10 @@ msgstr "Prisitaikyti"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Išeiti"
@@ -593,7 +593,7 @@ msgstr "Vaizdo plokštė: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -610,7 +610,7 @@ msgstr "Gerai"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -625,7 +625,7 @@ msgstr "Nutraukti"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -828,7 +828,7 @@ msgstr "Pirmasis įkrovos skirsnio sektorius"
msgid "On Floppy"
msgstr "Išsaugoti į diskelį"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Praleisti"
@@ -1174,9 +1174,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Atlikta"
@@ -1370,9 +1370,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr ""
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1539,7 +1539,7 @@ msgstr "Domenas"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Serveris"
@@ -1655,7 +1655,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "Negalima naudoti transliavimo be NIS domeno"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, fuzzy, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1669,56 +1669,56 @@ msgstr ""
"Pasirink operaciju sistema is zemiau esancio saraso,\n"
"arba palauk %d sekundziu, kad butu ikrauta pagal nutylejima\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO su grafiniu meniu"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO su tekstiniu meniu"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "nepakanka vietos /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, fuzzy, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Kur nori įdiegti įkrovos tvarkyklę?"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, fuzzy, c-format
msgid "Re-install Boot Loader"
msgstr "Įdiegti įkrovos tvarkyklę"
@@ -2908,7 +2908,7 @@ msgstr "DNS serveris"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Kokius jūs norite įdiegti paketus"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Įdiegiamas paketas %s"
@@ -2919,19 +2919,19 @@ msgid "Mandatory package %s is missing"
msgstr ""
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Dėmesio"
@@ -3713,7 +3713,7 @@ msgstr "Vartotojo vardas"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4432,8 +4432,8 @@ msgstr ""
"Mandriva Linux sistemą."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5243,8 +5243,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6790,14 +6790,14 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Čekų (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -6811,28 +6811,28 @@ msgid ""
"Dvorak"
msgstr "Dvorako"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Ispanų"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Suomių"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Prancūzų"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -6846,828 +6846,828 @@ msgid ""
"Polish"
msgstr "Lenkų"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Rusų"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Švedų"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Jungtinės karalystės klaviatūra"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "JAV klaviatūra"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Iraniečių"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armėnų (senoji)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armėnų (spausd. mašinėlės)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armėnų (fonetinė)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr ""
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaidžaniečių (lotyniška)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgų"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Armėnų (spausd. mašinėlės)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "įjungti"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgarų (fonetinė)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgarų (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brazilų (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Estų"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Baltarusių"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Šveicarų (Vokiškas išdėstymas)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Šveicarų. (Prancūziškas išdėstymas)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Azerbaidžaniečių (kirilica)"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Čekų (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Vokiečių (be mirusių klavišų)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr ""
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Danų"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorako (JAV)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorako (Norvegų)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorako (Norvegų)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorako (JAV)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorako (Norvegų)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorako (JAV)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorako (JAV)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Estų"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estų"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Graikų"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Gruzinų (\"Rusiškas\" išdėstymas)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Gruzinų (\"Latin\" išdėstymas)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Graikų"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr ""
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr ""
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Kroatų"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Vengrų"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr ""
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Izraelio"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Žydų (Fonetinė)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iraniečių"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandų"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italų"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr ""
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japoniška 106 klavišų"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr ""
-#: keyboard.pm:248
+#: keyboard.pm:243
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Jungtinės karalystės klaviatūra"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Armėnų (fonetinė)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Jungtinės karalystės klaviatūra"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Lotynų Amerikos"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Vieta"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lietuvių ĄŽERTY (sena)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lietuvių ĄŽERTY (nauja)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lietuvių \"skaičių eilė\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lietuvių \"fonetinė\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Vieta"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr ""
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Makedoniečių"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr ""
-#: keyboard.pm:265
+#: keyboard.pm:260
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Azerbaidžaniečių (kirilica)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr ""
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr ""
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Olandų"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr ""
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Lenkų (QWERTY išdėstymas)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Lenkų (QWERTZ išdėstymas)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Lenkų"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugalų"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanadiečių (Kvebeko)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rusiška (Yawerty)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Rusiška (Yawerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Rusiška (Fonetinė)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Dvorako (Norvegų)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr ""
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Thai klaviatūra"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovėnų"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovakų (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovakų (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Azerbaidžaniečių (kirilica)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "nuoseklioji"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Armėnų (fonetinė)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Belgų"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr ""
-#: keyboard.pm:300
+#: keyboard.pm:294
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Armėnų (spausd. mašinėlės)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thai klaviatūra"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thai klaviatūra"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thai klaviatūra"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Thai klaviatūra"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Vokiečių"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turkų (tradicinis \"F\" modelis)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turkų (šiuolaikinis \"Q\" modelis)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrainiečių"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Jungtinės karalystės klaviatūra"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "JAV klaviatūra (tarptautinė)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Azerbaidžaniečių (kirilica)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamiečių \"skaičių eilė\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Jugoslavų (lotyniškas/kirilikos)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr ""
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr ""
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr ""
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr ""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr ""
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr ""
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr ""
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr ""
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr ""
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr ""
-#: keyboard.pm:347
+#: keyboard.pm:340
#, fuzzy, c-format
msgid "Left Control key"
msgstr "Nutolęs spausdintuvas"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, fuzzy, c-format
msgid "Right Control key"
msgstr "Nutolęs spausdintuvas"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7675,7 +7675,7 @@ msgid ""
"(eg: latin and non latin)"
msgstr ""
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10034,8 +10034,8 @@ msgstr "IP adresas turėtų būti 1.2.3.4 formato"
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr ""
@@ -10668,7 +10668,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Sveikiname!"
@@ -10801,9 +10801,9 @@ msgstr "Nustatyti servisus"
msgid "On CUPS server \"%s\""
msgstr "CUPS serverio IP"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Įprastas)"
@@ -10855,9 +10855,9 @@ msgstr "Nutolęs CUPS serveris"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr ""
@@ -11105,7 +11105,7 @@ msgid "URI: %s"
msgstr ""
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr ""
@@ -11136,12 +11136,12 @@ msgstr "Hosto vardas"
msgid "%s (Port %s)"
msgstr "Prievadas"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11178,7 +11178,7 @@ msgid ""
msgstr ""
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -11223,8 +11223,8 @@ msgstr "Spausdintuvas"
msgid "Custom configuration"
msgstr "Nustatymai"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, fuzzy, c-format
msgid "No remote machines"
msgstr "Nutolęs spausdintuvas"
@@ -11418,8 +11418,8 @@ msgstr "Prievadas"
msgid "On, Name or IP of remote server:"
msgstr "Nutolęs lpd serveris"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "Spausdintuvo hosto vardas"
@@ -11429,29 +11429,30 @@ msgstr "Spausdintuvo hosto vardas"
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, fuzzy, c-format
msgid "Reading printer data..."
msgstr "Skaitoma CUPS tvarkyklių duomenų bazė"
@@ -11581,7 +11582,7 @@ msgstr ""
"jokių spausdintuvų; jie bus automatiškai atpažįstami.\n"
"Jeigu abejoji, pasirink \"Nutolęs CUPS serveris\"."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -11784,12 +11785,12 @@ msgstr ""
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, fuzzy, c-format
msgid "Printer model selection"
msgstr "Spausdintuvo jungtis"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, fuzzy, c-format
msgid "Which printer model do you have?"
msgstr "Kokio tipo yra tavo spausdintuvas?"
@@ -11803,14 +11804,14 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Nustatyti spausdintuvą"
@@ -11829,7 +11830,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Nutolusio lpd spausdintuvo nuostatos"
@@ -11844,8 +11845,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, fuzzy, c-format
msgid "Add a new printer"
msgstr "Spausdintuvo nėra"
@@ -11978,8 +11979,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Įdiegiamas paketas %s"
@@ -12202,10 +12203,10 @@ msgid "Remote printer name missing!"
msgstr "Nutolusio hosto vardas"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -12545,8 +12546,8 @@ msgstr "Redaguoti"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, fuzzy, c-format
msgid "Printer connection type"
msgstr "Interneto jungties dalinimas"
@@ -12556,22 +12557,18 @@ msgstr "Interneto jungties dalinimas"
msgid "What do you want to do?"
msgstr "Ką norėtumėte daryti?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Nutraukti"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -12580,103 +12577,119 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Įdiegiamas paketas %s...."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "HPLIP"
msgstr "PL_IP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Nepavyko sukurti vartotojo gnome nustatymų katalogo „%s“: %s\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr ""
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Į kurį sektorių tu nori jį perkelti?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Išmesti modulį"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, fuzzy, c-format
msgid "Installing SANE packages..."
msgstr "Įdiegiamas paketas %s"
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, fuzzy, c-format
msgid "Using and Maintaining your %s"
msgstr "Skelbiamas ir siunčiamas laiškas „%s“"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Konfigūruojama..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, fuzzy, c-format
msgid "Reading printer database..."
msgstr "Skaitoma CUPS tvarkyklių duomenų bazė"
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr ""
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -12684,42 +12697,42 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Spausdintuvo vardas"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Aprašymas"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Vieta"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, fuzzy, c-format
msgid "Preparing printer database..."
msgstr "Skaitoma CUPS tvarkyklių duomenų bazė"
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, fuzzy, c-format
msgid "Your printer model"
msgstr "Nutolęs spausdintuvas"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12734,18 +12747,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, fuzzy, c-format
msgid "The model is correct"
msgstr "Ar taip teisinga?"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, fuzzy, c-format
msgid "Select model manually"
msgstr "Nutolęs spausdintuvas"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -12755,38 +12768,38 @@ msgid ""
"\"Raw printer\" is highlighted."
msgstr ""
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -12794,58 +12807,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, fuzzy, c-format
msgid "Install PPD file from"
msgstr "Įdiegti"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, fuzzy, c-format
msgid "Floppy Disk"
msgstr "Išsaugoti į diskelį"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, fuzzy, c-format
msgid "Other place"
msgstr "Patikrinti prievadus"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "Pasirink bylą"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "Įdiegiamas paketas %s"
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, fuzzy, c-format
msgid "OKI winprinter configuration"
msgstr "Modemo Nustatymai"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -12856,12 +12869,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, fuzzy, c-format
msgid "Lexmark inkjet configuration"
msgstr "Interneto konfigūravimas"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -12870,7 +12883,7 @@ msgid ""
"to."
msgstr ""
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -12883,12 +12896,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Interneto konfigūravimas"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12897,12 +12910,12 @@ msgid ""
"connected to."
msgstr ""
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "LAN Konfiguravimas"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -12911,17 +12924,17 @@ msgid ""
"port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Nustatymai"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Nustatymai"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12930,12 +12943,12 @@ msgid ""
"where it is directly connected to."
msgstr ""
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -12946,39 +12959,39 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, fuzzy, c-format
msgid "Printer default settings"
msgstr "Spausdintuvo jungtis"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "Ar tu nori išbandyti spausdinimą?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, fuzzy, c-format
msgid "Test pages"
msgstr "Patikrinti prievadus"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -12987,47 +13000,47 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, fuzzy, c-format
msgid "No test pages"
msgstr "Taip, spausdinti abu bandomuosius puslapius"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Spausdinti"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, fuzzy, c-format
msgid "Standard test page"
msgstr "Standartinė"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr ""
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, fuzzy, c-format
msgid "Alternative test page (A4)"
msgstr "Spausdinamas bandomasis puslapis..."
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, fuzzy, c-format
msgid "Photo test page"
msgstr "Spausdinamas bandomasis puslapis..."
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Spausdinamas bandomasis puslapis..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Spausdinamas bandomasis puslapis..."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13043,7 +13056,7 @@ msgstr ""
"\n"
"Ar jis veikia teisingai?"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13053,17 +13066,17 @@ msgstr ""
"Kol bus pradėta spausdinti, gali tekti palaukti.\n"
"Ar jis veikia teisingai?"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr ""
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Neapdorojantis spausdintuvas"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -13072,7 +13085,7 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -13080,8 +13093,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -13090,7 +13103,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -13098,22 +13111,22 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -13121,21 +13134,21 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -13146,7 +13159,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -13155,27 +13168,27 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Išjungiamas tinklas"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Išjungiamas tinklas"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, fuzzy, c-format
msgid "Print option list"
msgstr "Spausdintuvo nuostatos"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Spausdintuvo nuostatos"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -13183,14 +13196,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -13198,14 +13211,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -13213,7 +13226,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -13221,7 +13234,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -13229,7 +13242,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -13237,33 +13250,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "Horizontalus lygiavimas:"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Nustatymai"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, fuzzy, c-format
msgid "Transfer printer configuration"
msgstr "Interneto konfigūravimas"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -13273,33 +13286,33 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -13307,7 +13320,7 @@ msgid ""
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -13315,17 +13328,17 @@ msgid ""
"\"Transfer\"."
msgstr ""
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr ""
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Nukreipti"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -13333,45 +13346,45 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, fuzzy, c-format
msgid "New printer name"
msgstr "Spausdintuvo nėra"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, fuzzy, c-format
msgid "Refreshing printer data..."
msgstr "Skaitoma CUPS tvarkyklių duomenų bazė"
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, fuzzy, c-format
msgid "Starting network..."
msgstr "Išbandoma jungtis..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, fuzzy, c-format
msgid "Configure the network now"
msgstr "Nustatyti tinklą"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, fuzzy, c-format
msgid "Network functionality not configured"
msgstr "Monitorius nenurodytas"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -13380,12 +13393,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, fuzzy, c-format
msgid "Go on without configuring the network"
msgstr "Konfigūruojamas tinklas"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -13395,7 +13408,7 @@ msgid ""
"also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr ""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -13403,27 +13416,27 @@ msgid ""
"printer again."
msgstr ""
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, fuzzy, c-format
msgid "Restarting printing system..."
msgstr "Kurią spausdinimo sistemą nori naudoti?"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "aukštas"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, fuzzy, c-format
msgid "paranoid"
msgstr "Paranojiškas"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -13438,12 +13451,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, fuzzy, c-format
msgid "Starting the printing system at boot time"
msgstr "Kurią spausdinimo sistemą nori naudoti?"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -13457,32 +13470,32 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr ""
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, fuzzy, c-format
msgid "Removing %s..."
msgstr "Skiriamoji geba: %s\n"
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Nustatyti tinklą"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, fuzzy, c-format
msgid "Installing %s..."
msgstr "Įdiegiamas paketas %s"
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Nustatyti tinklą"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -13491,46 +13504,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "Nutolęs lpd serveris"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, fuzzy, c-format
msgid "Setting Default Printer..."
msgstr "Vietinis spausdintuvas"
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Nutolęs CUPS serveris"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -13539,12 +13552,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -13552,55 +13565,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "Nustatyti tinklą"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, fuzzy, c-format
msgid "Select Printer Spooler"
msgstr "Pasirink spausdintuvo jungtį"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, fuzzy, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Kurią spausdinimo sistemą nori naudoti?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, fuzzy, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Nustatyti spausdintuvą"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, fuzzy, c-format
msgid "Installing Foomatic..."
msgstr "Įdiegiamas paketas %s"
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13610,147 +13623,147 @@ msgstr ""
"Čia yra šios spausdinimo eilės.\n"
"Tu gali čia pridėti daugiau arba pakeisti esamas."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr ""
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, fuzzy, c-format
msgid "CUPS configuration"
msgstr "LAN Konfiguravimas"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, fuzzy, c-format
msgid "Change the printing system"
msgstr "Nustatyti tinklą"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, fuzzy, c-format
msgid "Normal Mode"
msgstr "Normali"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Experto režimas"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Spausdintuvo nuostatos"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, fuzzy, c-format
msgid "Modify printer configuration"
msgstr "Modemo Nustatymai"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, fuzzy, c-format
msgid ""
"Printer %s%s\n"
"What do you want to modify on this printer?"
msgstr "Ar tu nori išbandyti nustatymus?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "Šio skirsnio dydžio neina pakeisti"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr ""
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, fuzzy, c-format
msgid "Printer name, description, location"
msgstr "Spausdintuvo jungtis"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr ""
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr ""
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Serveris, Duomenų bazių"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Serveris, Duomenų bazių"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Interneto jungties dalinimas"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, fuzzy, c-format
msgid "Print test pages"
msgstr "Spausdinamas bandomasis puslapis..."
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, fuzzy, c-format
msgid "Learn how to use this printer"
msgstr "Ar tu nori išbandyti nustatymus?"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Pašalinti spausdintuvą"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Skaitoma CUPS tvarkyklių duomenų bazė"
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Išjungiamas tinklas"
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Interneto jungties dalinimas šiuo metu išjungtas"
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Ar tu nori iš naujo paleisti tinklą"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Skaitoma CUPS tvarkyklių duomenų bazė"
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, fuzzy, c-format
msgid "Default printer"
msgstr "Vietinis spausdintuvas"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
@@ -13786,15 +13799,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, fuzzy, c-format
msgid "Scannerdrake"
msgstr "Pasirink vaizdo plokštę"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -15533,124 +15546,124 @@ msgstr "Prašom atsisveikinti ir paskui paspausti Ctrl-Alt-BackSpace"
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, fuzzy, c-format
msgid "Terminal Server Configuration"
msgstr "Interneto konfigūravimas"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "Konfigūruojama..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, fuzzy, c-format
msgid "Enable Server"
msgstr "Serveris, Duomenų bazių"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, fuzzy, c-format
msgid "Disable Server"
msgstr "Serveris, Duomenų bazių"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, fuzzy, c-format
msgid "Start Server"
msgstr "NIS serveris"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, fuzzy, c-format
msgid "Stop Server"
msgstr "NIS serveris"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr ""
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, fuzzy, c-format
msgid "Add/Del Users"
msgstr "Pridėti vartotoją"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, fuzzy, c-format
msgid "Add/Del Clients"
msgstr "DHCP klientas"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Paveiksliukai"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Pirmo karto vedlys"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -15673,27 +15686,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, fuzzy, c-format
msgid "Cancel Wizard"
msgstr "Meistras"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "DHCP klientas"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -15703,28 +15716,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr ""
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, fuzzy, c-format
msgid "Done!"
msgstr "Atlikta"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -15732,31 +15745,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Interneto konfigūravimas"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -15765,14 +15777,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -15785,30 +15797,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -15824,17 +15835,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -15842,33 +15852,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -15884,12 +15895,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -15914,14 +15925,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -15930,94 +15940,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr ""
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr ""
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, fuzzy, c-format
msgid "PXE Image"
msgstr "Atvaizdas"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "branduolio (kernel) versija"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr ""
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr ""
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, fuzzy, c-format
msgid "No NIC selected!"
msgstr "Nepajungtas"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr ""
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, fuzzy, c-format
msgid "<-- Delete"
msgstr "Ištrinti"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Nepajungtas"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, fuzzy, c-format
msgid "Delete All NBIs"
msgstr "Pasirink bylą"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -16025,178 +16035,178 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, fuzzy, c-format
msgid "Add User -->"
msgstr "Pridėti vartotoją"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr ""
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, fuzzy, c-format
msgid "type: %s"
msgstr "Tipas: "
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, fuzzy, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr "Įdiegimo Tipo Konfiguracija"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr ""
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, fuzzy, c-format
msgid "Thin Client"
msgstr "DHCP klientas"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, fuzzy, c-format
msgid "Allow Thin Clients"
msgstr "DHCP klientas"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr ""
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, fuzzy, c-format
msgid "type: fat"
msgstr "Tipas: "
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, fuzzy, c-format
msgid "type: thin"
msgstr "Tipas: "
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, fuzzy, c-format
msgid "local config: false"
msgstr "Vietinis spausdintuvas"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, fuzzy, c-format
msgid "local config: true"
msgstr "iš naujo nustatyti"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, fuzzy, c-format
msgid "<-- Edit Client"
msgstr "DHCP klientas"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr ""
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, fuzzy, c-format
msgid "Delete Client"
msgstr "DHCP klientas"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr ""
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Tinklo kaukė:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Subnet kaukė:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr ""
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, fuzzy, c-format
msgid "Domain Name:"
msgstr "Domeno vardas"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, fuzzy, c-format
msgid "Name Servers:"
msgstr "NIS serveris"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr ""
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr ""
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, fuzzy, c-format
msgid "Write Config"
msgstr "iš naujo nustatyti"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, fuzzy, c-format
msgid "dhcpd Server Configuration"
msgstr "LAN Konfiguravimas"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -16204,106 +16214,106 @@ msgid ""
"You can modify as needed."
msgstr ""
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, fuzzy, c-format
msgid "Please insert floppy disk:"
msgstr "Įdėk diskelį į kaupiklį %s"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr ""
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr ""
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, fuzzy, c-format
msgid "No floppy drive available!"
msgstr "Neprieinamas nė vienas diskelių kaupiklis"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "Klaida įrašant į bylą %s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, fuzzy, c-format
msgid "%s is not a user..\n"
msgstr "%s nerastas"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr "aptiktas %s"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, fuzzy, c-format
msgid "%s not found...\n"
msgstr "%s nerastas"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
msgstr ""
#: standalone/drakautoinst:38 standalone/drakhosts:123
@@ -23708,17 +23718,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, fuzzy, c-format
msgid "Searching for configured scanners..."
msgstr "Vietinis spausdintuvas"
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, fuzzy, c-format
msgid "Searching for new scanners..."
msgstr "Vietinis spausdintuvas"
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -23867,43 +23877,43 @@ msgid ""
"You can launch printerdrake from the %s Control Center in Hardware section."
msgstr ""
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "Išmesti modulį"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, fuzzy, c-format
msgid "Auto-detect available ports"
msgstr "Naudokite automatinį aptikimą"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr ""
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, fuzzy, c-format
msgid "choose device"
msgstr "Įkrovos įrenginys"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, fuzzy, c-format
msgid "Searching for scanners..."
msgstr "Vietinis spausdintuvas"
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "Išmesti modulį"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "Atrakcijos"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -23912,40 +23922,40 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
"Multimedia/Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -23953,7 +23963,7 @@ msgid ""
"Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, fuzzy, c-format
msgid ""
"The following scanners\n"
@@ -23962,7 +23972,7 @@ msgid ""
"are available on your system.\n"
msgstr "Tavo sistemoje nerasta jokia tinklo plokštė!"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, fuzzy, c-format
msgid ""
"The following scanner\n"
@@ -23971,137 +23981,137 @@ msgid ""
"is available on your system.\n"
msgstr "Tavo sistemoje nerasta jokia tinklo plokštė!"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, fuzzy, c-format
msgid "Search for new scanners"
msgstr "Vietinis spausdintuvas"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr ""
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, fuzzy, c-format
msgid "Install/Update firmware files"
msgstr "Pasirink bylą"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, fuzzy, c-format
msgid "Scanner sharing"
msgstr "Spausdintuvas"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, fuzzy, c-format
msgid "All remote machines"
msgstr "Nutolęs spausdintuvas"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, fuzzy, c-format
msgid "This machine"
msgstr "Kompiuteris: "
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr ""
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr ""
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, fuzzy, c-format
msgid "Scanner sharing to hosts: "
msgstr "Spausdintuvas"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr ""
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr ""
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, fuzzy, c-format
msgid "Sharing of local scanners"
msgstr "Vietinis spausdintuvas"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr ""
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, fuzzy, c-format
msgid "Add host"
msgstr "Pridėti vartotoją"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, fuzzy, c-format
msgid "Edit selected host"
msgstr "aptiktas %s"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, fuzzy, c-format
msgid "Remove selected host"
msgstr "Pašalinti eilę"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr ""
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, fuzzy, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Prašom išbandyti pelę"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, fuzzy, c-format
msgid "Usage of remote scanners"
msgstr "Naudoti laisvą vietą"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, fuzzy, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -24109,7 +24119,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr "Kokius jūs norite įdiegti paketus"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -24295,6 +24305,10 @@ msgid "Installation failed"
msgstr "Įdiegimas nepavyko"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Nutraukti"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/ltg.po b/perl-install/share/po/ltg.po
index 054f6d1c1..8cb7a1241 100644
--- a/perl-install/share/po/ltg.po
+++ b/perl-install/share/po/ltg.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2004-02-24 13:01+0200\n"
"Last-Translator: Māris Laureckis <linux@latgola.lv>\n"
"Language-Team: Latgalian <linux@latgola.lv>\n"
@@ -201,21 +201,21 @@ msgstr "Lyudzu gaidit, atkluojam i konfigurejam īkuortys..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -242,9 +242,9 @@ msgstr "Lyudzu gaidit, atkluojam i konfigurejam īkuortys..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Kliuda"
@@ -467,10 +467,10 @@ msgstr "Pīlāguota"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Beigt"
@@ -631,7 +631,7 @@ msgstr "Grafiskuo karte: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -648,7 +648,7 @@ msgstr "Labi"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -663,7 +663,7 @@ msgstr "Atceļt"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -881,7 +881,7 @@ msgstr "Suoknejomuos sadalis pyrmais sektors"
msgid "On Floppy"
msgstr "Uz disketi"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Izlaist"
@@ -1223,9 +1223,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Gotovs"
@@ -1431,9 +1431,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Palaist userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1602,7 +1602,7 @@ msgstr "Domens"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Servers"
@@ -1722,7 +1722,7 @@ msgstr "Navar izmontuot apraidi bez NIS domena"
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1737,56 +1737,56 @@ msgstr ""
"gaidit, cikom tiks iiluodeita nuuklusaatuo sistema.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO ar grafiskū izvieļni"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO ar teksta izvieļni"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "napīteik vītys /boot sadaļā"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Jius navarit instalēt suokneituoju %s sadaļā\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, fuzzy, c-format
msgid "Re-install Boot Loader"
msgstr "Suokneituoja instaleišona"
@@ -2992,7 +2992,7 @@ msgstr "Meklēšanas serveri"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Napīcīšoms instalēt pakūtni %s. Voi gribit tū instalēt?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Navaru instalēt Xorg pakūtni: %s"
@@ -3003,19 +3003,19 @@ msgid "Mandatory package %s is missing"
msgstr "Iztryukst obligatuo pakūtne %s."
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Uzmaneibu"
@@ -3823,7 +3823,7 @@ msgstr "Lītuotuoja vuords"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4533,8 +4533,8 @@ msgstr ""
"instalēt jauno Mandriva Linux operētājsistēmu."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5348,8 +5348,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6946,14 +6946,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Atkuortuoti nūsyuteit"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Čehejis (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -6967,28 +6967,28 @@ msgid ""
"Dvorak"
msgstr "Dvoraka"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Spānejis"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Sūmejis"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Francejis"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7002,828 +7002,828 @@ msgid ""
"Polish"
msgstr "Pūlejis"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Krīvejis"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Zvīdrejis"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Apvīnuotuos Karalistis klaviatura"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "ASV klaviatura"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albaņu"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armenejis (vacuo)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armenejis (rokstommašyna)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armenejis (fonetiskuo)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arabu"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaidžanys (latiņu)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Beļgejis"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengaļu (Inscript izvītuojums)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengaļu (Probhat izvītuojums)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgaru (fonetiskuo)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgaru (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brazīlejis (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosnīšu"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Boltkrīvejis"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Šveicis (vuocu izvītuojums)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Šveicis (franču izvītuojums)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Arabu"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Čehejis (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Vuocejis (bez māmajim taustenim)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Dānejis"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvoraka (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvoraka (Norvegejis)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvoraka (Norvegejis)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvoraka (US)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvoraka (Norvegejis)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvoraka (Zvīdru)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvoraka (Zvīdru)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Bosnīšu"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Igaunejis"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Greku"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Gruzejis (\"krīvu\" izvītuojums)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Gruzejis (\"latiņu\" izvītuojums)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Greku"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Horvatejis"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Ungārejis"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Īru"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Izraelys"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Izraelys (fonetiskuo)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iranys"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandis"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italejis"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japuonys 106 taisteni"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kanada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Korejīšu klaviatura"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Arabu"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Apvīnuotuos Karalistis klaviatura"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latiņamerikys"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laoīšu"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lītuvys AZERTY (vacuo)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lītuvys AZERTY (jaunuo)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lītuvys \"numeru rynda\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lītuvys \"fonetiskuo\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Latvīšu"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr ""
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Makedonejis"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Burmese)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongoļu (kirilica)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltese (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltese (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Dānejis"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Pūlejis (qwerty izvītuojums)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Pūlejis (qwertz izvītuojums)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pūlejis"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugālis"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanadys (Kvebeka)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rumāņu (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Rumāņu (qwertz)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Krīvejis (fonetiskuo)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (Norvegejis)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr ""
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Tai klaviatura"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovenejis"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovakejis (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovakejis (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbu (kirilica)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Syriac"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Syriac (fonetiskuo)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamilu (ISCII izkuortuojums)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamilu (rokstommašyna)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Tai klaviatura"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Tai klaviatura"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Tai klaviatura"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tadžiku klaviatura"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Vuocejis"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turcejis (tradicionalais \"F\" modeļs)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turcejis (modernais \"Q\" modeļs)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrainys"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Oriya"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "ASV klaviatura (starptautiskuo)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Uzbeku (kirilica)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vjetnamys \"numeru rynda\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Dīnvydslavu (latiņu)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Lobais Alt taustiņs"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Obi Shift tausteņi vīnlaiceigi"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Ctrll i Shift tausteni vienlaicīgi"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock tausteņš"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, fuzzy, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Ctrl i Alt tausteni vīnlaiceigi"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl i Alt tausteni vīnlaiceigi"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt i Shift tausteni vīnlaiceigi"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Izvieļne\" tausteņš"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Kreisais \"Windows\" tausteņš"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Lobais \"Windows\" tausteņš"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Obi Control tausteņi vīnlaiceigi"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Obi Alt tausteņi vīnlaiceigi"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Kreisais Shift tausteņš"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Lobais Shift tausteņs"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Kreisais Alt tausteņs"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Kreisas Control tausteņs"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Lobais Control tausteņs"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7834,7 +7834,7 @@ msgstr ""
"kas jiusim ļaus puorsaslēgt storp dažaidim klaviaturys\n"
"izkuortojumim (pīmāram, latiņu i na-latiņu)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10221,8 +10221,8 @@ msgstr "Vuortejis adresis formatam ir juobyun 1.2.3.4"
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr ""
@@ -10868,7 +10868,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Apsveicam!"
@@ -10998,9 +10998,9 @@ msgstr "Konfigurēt savienojumu"
msgid "On CUPS server \"%s\""
msgstr "Iz CUPS servera \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Nūklusāts)"
@@ -11052,9 +11052,9 @@ msgstr "Attuols CUPS servers"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Nazynoms modeļs"
@@ -11302,7 +11302,7 @@ msgid "URI: %s"
msgstr ""
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Tīšais printers (bez draivera)"
@@ -11334,12 +11334,12 @@ msgstr "Hostdators %s"
msgid "%s (Port %s)"
msgstr "%s (Ports %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11376,7 +11376,7 @@ msgid ""
msgstr ""
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -11421,8 +11421,8 @@ msgstr "Failu koplietošana"
msgid "Custom configuration"
msgstr "trauksmes konfigurācija"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, fuzzy, c-format
msgid "No remote machines"
msgstr "(pie šī datora)"
@@ -11616,8 +11616,8 @@ msgstr "Ports"
msgid "On, Name or IP of remote server:"
msgstr "Printers iz attuola lpd servera"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "Tryukst NCP servera vuords!"
@@ -11627,29 +11627,30 @@ msgstr "Tryukst NCP servera vuords!"
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Nūlosa printera datus..."
@@ -11777,7 +11778,7 @@ msgstr ""
"Šeit jums NAV jākonfigurē attāla CUPS servera printeri; šie printeri tiks "
"noteikti automātiski."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12002,12 +12003,12 @@ msgstr ""
msgid ")"
msgstr ""
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Printera modeļa izviele"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Kaids ir jiusu printera modeļs?"
@@ -12021,7 +12022,7 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12030,7 +12031,7 @@ msgstr ""
"Ja jiusu printers nav sarokstā, izavielejit kaidu savītojamu (skotitēs "
"printera rūkysgruomotā) voi leidzeigu."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Konfigureju printeri \"%s\"..."
@@ -12049,7 +12050,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Attuola administreišona"
@@ -12064,8 +12065,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Pīvīnuot jaunu printeri"
@@ -12207,8 +12208,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Navaru instalēt Xorg pakūtni: %s"
@@ -12450,10 +12451,10 @@ msgid "Remote printer name missing!"
msgstr "Nav attuoluo printera nūsaukuma!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -12810,8 +12811,8 @@ msgstr "Redigēt"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Printera savīnuojuma tips"
@@ -12821,22 +12822,18 @@ msgstr "Printera savīnuojuma tips"
msgid "What do you want to do?"
msgstr "Kū jius gribit dareit?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Atceļt"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -12845,96 +12842,112 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Instaleju %s pakūtnis..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr ""
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Iz kuru sektoru gribit tū puorvītuot?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Kūdula moduļs."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Instaleju SANE pakūtnis..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Konfigureju..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Nūlosu printeru datubāzi..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr ""
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Printera vuordam juosatur tikai burtus, ciparus i pasvītruojumu"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -12943,7 +12956,7 @@ msgstr ""
"Printers \"%s\" jau eksistej,\n"
"voi teišom gribit puorraksteit tuo konfiguraceju?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -12951,7 +12964,7 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -12961,35 +12974,35 @@ msgstr ""
"Atsarosšonuos vītas laukus nav napīcīšams aizpiļdeit, tī ir kai komentari "
"lītuotuojim."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Printera nūsaukums"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Aproksts"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Atsarosšonuos vīta"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Sagatavoju printeru datubāzi..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Jiusu printera modeļs"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13004,18 +13017,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Modeļs ir pareizs"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Manuali izavielejit modeli"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -13030,38 +13043,38 @@ msgstr ""
"printera modeli. Meklejit pareizū printeri sarokstā, ja napareizi izvalāta "
"modeļs voi \"Raw printer\"."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13069,58 +13082,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Instalēt PPD failu nu"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Diskete"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Cyta vīta"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Izavielejit PPD failu"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Instaleju PPD failu..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI winprinter konfiguraceja"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13131,12 +13144,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjet konfiguraceja"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13145,7 +13158,7 @@ msgid ""
"to."
msgstr ""
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13158,12 +13171,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark inkjet konfiguraceja"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13172,12 +13185,12 @@ msgid ""
"connected to."
msgstr ""
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Skanis konfiguraceja"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -13186,17 +13199,17 @@ msgid ""
"port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Manuala TCP/IP konfigureišona"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Manuala TCP/IP konfigureišona"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13205,12 +13218,12 @@ msgid ""
"where it is directly connected to."
msgstr ""
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -13221,27 +13234,27 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Printera nūklusātī īstatiejumi"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opcejai %s ir juobyun vasalam numeram!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Opcejai %s ir juobyun numeram!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Opceja %s ir uorpus diapazona!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -13250,12 +13263,12 @@ msgstr ""
"Voi gribit nūruodeit printeri (\"%s\")\n"
"kai nūklusātū printeri?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Izmieginojuma lopys"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -13264,47 +13277,47 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Bez izmieginuojuma lopom"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Drukuot"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Standarta izmieginuojuma lopa"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternativa izmieginuojuma lopa (Viestulis formata)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternativa izmieginuojuma lopa (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Foto izmieginuojuma lopa"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Teik drukuoty(s) izmieginuojuma lopy(s)..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Foto izmieginuojuma lopa"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13319,7 +13332,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13328,17 +13341,17 @@ msgstr ""
"Izmieginuojuma lopy(s) ir nūsyuteity(s) printeram.\n"
"Var paīt zynoms laiks, pyrms printers suoks drukuot.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Voi izdrukuoja pareizi?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Naapstruodeitū datu printers"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -13347,7 +13360,7 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -13355,8 +13368,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -13365,7 +13378,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -13377,7 +13390,7 @@ msgstr ""
"s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -13386,7 +13399,7 @@ msgstr ""
"Itys ir patreizejam printeram pīejamū opceju saroksts:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13395,8 +13408,8 @@ msgstr ""
"Lai izdrukuotu failu nu komandryndys (terminaļa lūga), izmontojit komandu \"%"
"s <fails>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -13404,7 +13417,7 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -13413,14 +13426,14 @@ msgstr ""
"Lai sajimtu patreizejam printeram pīejamū opceju sarokstu, klikškinit iz "
"pūgys \"Drukuošonys opceju saroksts\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -13431,7 +13444,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -13440,27 +13453,27 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Drukuoju iz printeri \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Drukuoju iz printeri \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Printera opceju saroksts"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Printera opceju saroksts"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -13468,14 +13481,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -13483,14 +13496,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -13498,7 +13511,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -13506,7 +13519,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -13514,7 +13527,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -13522,33 +13535,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "Drukys puorvaļdeiba \n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Kruosu konfiguraceja"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Puorsyuteit printera konfiguraceju"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -13558,7 +13571,7 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -13567,7 +13580,7 @@ msgstr ""
"CUPS naatbolsta printerus iz Novell serverim, voi printerus, kas syuta datus "
"breivi formeitā komandā.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -13576,12 +13589,12 @@ msgstr ""
"PDQ atbolsta tikai lokalūs printerus, attuolynuotus LPD printerus, i Socket/"
"TCP printerus.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD i LPRng naatbolsta IPP printerus.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -13590,7 +13603,7 @@ msgstr ""
"Papyldus, drukuošonys ryndys, kas nav izveiduotyas ar itū programmu voi "
"\"foomatic-configure\", navar puorlikt"
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -13598,7 +13611,7 @@ msgid ""
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -13609,17 +13622,17 @@ msgstr ""
"Atzeimejit printerus, kurus gribit puorceļt, i\n"
"klikškiniet iz \"Puorceļt\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Napuorceļt printerus"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Puorvītuot"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -13630,17 +13643,17 @@ msgstr ""
"Klikškinit iz \"Puorceļt\" lai puorraksteitu tū.\n"
"Jius varit ari īraksteit jaunu vuordu, voi izlaist itū printeri."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Jauns printera nūsaukums"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Puorvītoju %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -13649,28 +13662,28 @@ msgstr ""
"Jius puorlykot sovu īprīkš nūklusāto printeri (\"%s\"), voi tam juobyun "
"nūklusātajam printeram ari zam jaunuos drukuošonys sistemys %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Atsajaunoj printera dati..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Teikls startejas..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Tagad konfigurēt teiklu"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Teikla funkcionalitate nav konfigurāta"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -13683,12 +13696,12 @@ msgstr ""
"konfiguracejis, jius navarēsit lītuot printeri, kuru tagad konfigurejat. "
"Gribit turpynuot?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Turpynuot bez teikla konfigureišonys"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -13698,7 +13711,7 @@ msgid ""
"also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr ""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -13709,27 +13722,27 @@ msgstr ""
"konfiguraceju i aparaturu. Tod mieginit konfigurēt attuolynuotū printeri "
"vēlreiz."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Puorstarteju printeišonys sistemu..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "augsts"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoisks"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instaleju drukuošonys sistemu %s drūšeibys leiminī"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -13744,12 +13757,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Printeišonys sistemys starteišona pi īluodis"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -13763,32 +13776,32 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Puorsabauda instaleituos programmys..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Atvīnojas %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Drukys sistemys nūmaiņa"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Instaleju %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Drukys sistemys nūmaiņa"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -13797,46 +13810,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "Printers iz attuola lpd servera"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Uzstuodās nūklusātais printers"
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Printers iz attuola CUPS servera"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -13845,12 +13858,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -13858,55 +13871,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "Konfigurēt CUPS drukuošonys sistemu"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Izavielejit printera spūlietuoju"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Kuru drukuošonys sistemu (spūlietuoju) gribit izmontuot?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Konfigurēt printeri \"%s\" naizdeve!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Instalejas Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13917,50 +13930,50 @@ msgstr ""
"nūmaineitu tuo uzstuodiejumus, padareitu tū par nūklusāto printeri voi "
"apsvārtu informaceju par tū."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Paruodeit vysus attuoli pīejamūs CUPS printerus"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Atjaunuot printeru sarokstu (lai paruodeitu vysus attuoli pīejamūs CUPS "
"printerus)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS konfiguraceja"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Drukys sistemys nūmaiņa"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Normals režims"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Eksperta režims"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Printera opcejis"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Izmaineit printera konfiguraceju"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -13969,99 +13982,99 @@ msgstr ""
"Printers %s%s\n"
"Kū jius gribit maineit itam printeram?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "Ituos sadalis izmāru navar izmaineit"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Izpiļdeit!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Printera nūsaukums, aproksts, atsarosšonuos vīta"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Printera izgataveituojs, modeļs, draivers"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Printera izgataveituojs, modeļs"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Uzstuodeit itū printeri kai nūklusātū"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Īslēgt serveri"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Atslēgt serveri"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Printera savīnuojuma tips"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Drukuot izmieginuojuma lopys"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Uzzinot, kai izmontuot itū printeri"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Nūjimt printeri"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Nūsajam vacais printers \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Printers \"%s\" iz servera \"%s\""
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Virtualuo personeiguo teikla savienojums tagad ir atslāgts."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Voi teišom gribit nūjimt printeri \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Nūsajamās printers \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Nūklusātais printers"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Printers \"%s\" tagad ir uzstuodeits kai nūklusātais printers."
@@ -14097,15 +14110,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -15857,124 +15870,124 @@ msgstr "Lyudzu aizverit seseju i nūspīdit Ctrl-Alt-BackSpace"
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Terminalu servera konfiguraceja"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "Uzastuoda dhcpd..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Īslēgt serveri"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Atslēgt serveri"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Startēt serveri"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Apturēt serveri"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr ""
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Pīlikt/nūjimt lītuotuojus"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Pīlikt/nūjimt klientus"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, fuzzy, c-format
msgid "Images"
msgstr "Attāls"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Pyrmuos reizis meistars"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -15997,27 +16010,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Atceļt Meistaru"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "Atļaut pluonus klientus"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -16027,28 +16040,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Tys aizjims dažys minotys."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Gotovs!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -16056,31 +16069,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Terminalu servera konfiguraceja"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -16089,14 +16101,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -16109,30 +16121,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -16148,17 +16159,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -16166,33 +16176,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -16208,12 +16219,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -16238,14 +16249,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -16254,94 +16264,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Suokneišonys diskete"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr ""
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE attāls"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "Dūt kūdula verseju"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Byuvēt vysu kūdulu -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Kūduls nav izvālāts!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Nav izvalāts NIC!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Byuvēt vysus kūdulus -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Izdzēst"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Nav izvalāts NIC!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Izdzēst vysus NBI"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -16349,27 +16359,27 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Pīvīnuot lītuotuoju -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Dzēst lītuotuoju"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "tips: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -16378,151 +16388,151 @@ msgstr ""
"Atļaut lokaluos aparaturys\n"
"konfigureišonu."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr ""
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Pluons klients"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Atļaut pluonūs klientus"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Pīvīnuot klientu -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "tips: plots"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "tips: pluons"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "lokaluo konfiguraceja: false"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "lokaluo konfiguraceja: true"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Redigēt klientu"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr ""
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Dzēst klientu"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr ""
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Teikla maska:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr ""
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr ""
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Domena nūsaukums:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Vuorda serveri:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr ""
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr ""
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Īraksteit konfiguraceju"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "dhcpd servera konfiguraceja"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -16533,106 +16543,106 @@ msgstr ""
"nu jiusu struoduojūšuos sistemys.\n"
"Jius varit izmaineit tuos piec vajadzeibys."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Lyudzu, īvītojit disketi:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Navar pīkliut disketei!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Diskete tagad var tikt izjimta"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Diskešu īkuorta nav pīejama!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Kliuda, irokstūt %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Kaut kas naizadeve! - voi mkisofs ir instaleits?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Vyspyrms juoizveidoj /etc/dhcpd.conf!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s nav lītuotuojs..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Nūdzāsts %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s nav atrosts...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
msgstr ""
#: standalone/drakautoinst:38 standalone/drakhosts:123
@@ -24164,17 +24174,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Uzstuodeitū skeneru mekleišona ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Jaunu skeneru mekleišona ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -24325,43 +24335,43 @@ msgstr ""
"%s juokonfigurej ar printerdrake.\n"
"Jius varit palaist printerdrake nu %s kontrolis centra Aparaturys sekcejā."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "Kūdula moduļs."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Automatiska pīejamū portu nūteikšona"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Lyudzu, izavielejit īkuortu, kur ir jiusu %s pīvīnuots"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "izavielejit īreici"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Skeneru mekleišona ..."
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "Kūdula moduļs."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "Automatiska nūteikšona"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -24370,14 +24380,14 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, fuzzy, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -24387,26 +24397,26 @@ msgstr ""
"Jius tagad varit skenēt dokumentus, izmontojūt \"XSane\" nu Multimedeji/"
"Grafika aplikaceju izvieļnis."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, fuzzy, c-format
msgid ""
"Your %s has been configured.\n"
@@ -24417,7 +24427,7 @@ msgstr ""
"Jius tagad varit skenēt dokumentus, izmontojūt \"XSane\" nu Multimedeji/"
"Grafika aplikaceju izvieļnis."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -24430,7 +24440,7 @@ msgstr ""
"%s\n"
"ir pīejami iz jiusu sistemys.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -24443,138 +24453,138 @@ msgstr ""
"%s\n"
"ir pīejams iz jiusu sistemys.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
"Iz jiusu sistemys natyka atrosti skeneri, kuri ir pīslāgti jiusu datoram.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Meklēt jaunus skenerus"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Pīvīnuot skeneri manuali"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Uzstuodeit/Atjaunuot programmaparaturys failus"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Skenera kūplītuošona"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Vysys attuolys mašynys"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Itei mašyna"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr ""
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr ""
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Skeneru kūplītuošona prīkš hostim:"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr ""
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr ""
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Lokalū skeneru kūplītuošona"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr ""
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Pīvūnuot hostdatoru"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Redigeit izvalātū hostdatoru"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Nūjimt atzeimeitū hostu"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr ""
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Jiusim juoīvoda hosta vuordu voi IP adresi.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Attuolu skeneru lītuošona"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, fuzzy, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -24582,7 +24592,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr "Napīcīšoms instalēt pakūtni %s. Voi gribit tū instalēt?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -24765,6 +24775,10 @@ msgid "Installation failed"
msgstr "Instalaceja naizadeve"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Atceļt"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/lv.po b/perl-install/share/po/lv.po
index 317a9fcd0..d5fc2e3fe 100644
--- a/perl-install/share/po/lv.po
+++ b/perl-install/share/po/lv.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2002-09-27 17:45+0200\n"
"Last-Translator: Raivo Saars <spaiks@inbox.lv>\n"
"Language-Team: Latvian <ll10nt@listes.murds.lv>\n"
@@ -168,21 +168,21 @@ msgstr "Lūdzu uzgaidiet, uzstādu drošības līmeni"
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -209,9 +209,9 @@ msgstr "Lūdzu uzgaidiet, uzstādu drošības līmeni"
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Kļūda"
@@ -434,10 +434,10 @@ msgstr "Pielāgota"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Beigt"
@@ -597,7 +597,7 @@ msgstr "Grafiskā karte: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -614,7 +614,7 @@ msgstr "Labi"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -629,7 +629,7 @@ msgstr "Atcelt"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -845,7 +845,7 @@ msgstr "Sāknējamās sadaļas pirmais sektors"
msgid "On Floppy"
msgstr "Saglabāt disketē"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Izlaist"
@@ -1187,9 +1187,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Izdarīts"
@@ -1392,9 +1392,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Izpildīt userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1563,7 +1563,7 @@ msgstr "Domēns"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Serveris"
@@ -1683,7 +1683,7 @@ msgstr "Neva izmantot apraidi bez NIS domēna"
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, fuzzy, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1698,56 +1698,56 @@ msgstr ""
"tiks ielaadeeta nokluseetaa sisteema.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO ar grafisko izvēlni"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO ar teksta izvēlni"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "nepietiek vietas /boot sadaļā"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Jūs nevarat instalēt sāknētāju %s sadaļā\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, fuzzy, c-format
msgid "Re-install Boot Loader"
msgstr "Sāknētāja instalēšana"
@@ -2952,7 +2952,7 @@ msgstr "Meklēšanas serveri"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Nepieciešams instalēt pakotni %s. Vai vēlaties to instalēt?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Instalēju pakotni %s"
@@ -2963,19 +2963,19 @@ msgid "Mandatory package %s is missing"
msgstr "Iztrūkst obligātā pakotne %s."
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Uzmanību"
@@ -3783,7 +3783,7 @@ msgstr "Lietotāja vārds"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4492,8 +4492,8 @@ msgstr ""
"instalēt jauno Mandriva Linux operētājsistēmu."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5307,8 +5307,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6892,14 +6892,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Atkārtoti nosūtīt"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Čehijas (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -6913,28 +6913,28 @@ msgid ""
"Dvorak"
msgstr "Dvoraka"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Spānijas"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Somijas"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Francijas"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -6948,828 +6948,828 @@ msgid ""
"Polish"
msgstr "Polijas"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Krievijas"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Zviedrijas"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Apvienotās Karalistes"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "ASV tastatūra"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albāņu"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armēnijas (vecā)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armēnijas (rakstāmmašīna)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armēnijas (fonētiskā)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arābu"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaidžānas (latīņu)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Beļģijas"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengāļu (Inscript izvietojums)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengāļu (Probhat izvietojums)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgāru (fonētiskā)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgāru (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brazīlijas (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosniešu"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Baltkrievijas"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Šveices (vācu izvietojums)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Šveices (franču izvietojums)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Arābu"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Čehijas (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Vācijas (bez mēmajiem taustiņiem)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Dānijas"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvoraka (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvoraka (Norvēģijas)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvoraka (Norvēģijas)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvoraka (US)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvoraka (Norvēģijas)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvoraka (Zviedru)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvoraka (Zviedru)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Bosniešu"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Igaunijas"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Grieķijas"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Gruzijas (\"krievu\" izvietojums)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Gruzijas (\"latīņu\" izvietojums)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Grieķijas"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Horvātijas"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Ungārijas"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr ""
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Izraēlas"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Izraēlas (fonētiskā)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Irānas"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandes"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Itālijas"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japānas 106 taistiņi"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kanāda"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Korejiešu tastatūra"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Arābu"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Apvienotās Karalistes"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latīņamerikas"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laoiešu"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lietuvas AZERTY (vecā)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lietuvas AZERTY (jaunā)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lietuvas \"numuru rinda\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lietuvas \"fonētiskā\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Latviešu"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr ""
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Maķedonijas"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Burmese)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongoļu (kirilica)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltese (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltese (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Dānijas"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Surinama"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polijas (qwerty izvietojums)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polijas (qwertz izvietojums)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Polijas"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugāles"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanādas (Kvebeka)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rumāņu (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Rumāņu (qwertz)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Krievijas (fonētiskā)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Dvoraka (Norvēģijas)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr ""
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Tai tastatūra"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovēnijas"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovākijas (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovākijas (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbu (kirilica)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Surinama"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Armēnijas (fonētiskā)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Tokelau salas"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (TSCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Armēnijas (rakstāmmašīna)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Tai tastatūra"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Tai tastatūra"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Tai tastatūra"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tadžiku tastatūra"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Vācijas"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turcijas (tradicionālais \"F\" modelis)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turcijas (modernais \"Q\" modelis)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrainas"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Surinama"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "ASV tastatūra (starptautiskā)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Serbu (kirilica)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vjetnamas \"numuru rinda\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Dienvidslāvu (latīņu)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Labais Alt taustiņs"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Abi Shift taustiņi vienlaicīgi"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Ctrll un Shift taustiņi vienlaicīgi"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock taustiņš"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, fuzzy, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Ctrl un Alt taustiņi vienlaicīgi"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl un Alt taustiņi vienlaicīgi"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt un Shift taustiņi vienlaicīgi"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Menu\" taustiņš"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Kreisais \"Windows\" taustiņš"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Labais \"Windows\" taustiņš"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, fuzzy, c-format
msgid "Both Control keys simultaneously"
msgstr "Abi Shift taustiņi vienlaicīgi"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, fuzzy, c-format
msgid "Both Alt keys simultaneously"
msgstr "Abi Shift taustiņi vienlaicīgi"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, fuzzy, c-format
msgid "Left Shift key"
msgstr "Kreisais \"Windows\" taustiņš"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, fuzzy, c-format
msgid "Right Shift key"
msgstr "Labais Alt taustiņs"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, fuzzy, c-format
msgid "Left Alt key"
msgstr "Labais Alt taustiņs"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, fuzzy, c-format
msgid "Left Control key"
msgstr "Attālināta kontrole"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, fuzzy, c-format
msgid "Right Control key"
msgstr "Labais Alt taustiņs"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7780,7 +7780,7 @@ msgstr ""
"kas Jums ļaus pārslēgties starp dažādiem tastatūras\n"
"izkārtojumiem (piemēram, latīņu un ne-latīņu)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10156,8 +10156,8 @@ msgstr "Vārtejas adreses formātam ir jābūt 1.2.3.4"
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr ""
@@ -10805,7 +10805,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Apsveicam!"
@@ -10935,9 +10935,9 @@ msgstr "Konfigurēt savienojumu"
msgid "On CUPS server \"%s\""
msgstr "Uz CUPS servera \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Noklusēts)"
@@ -10989,9 +10989,9 @@ msgstr "Attāls CUPS serveris"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Nezināms modelis"
@@ -11239,7 +11239,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Tiešais printeris (bez draivera)"
@@ -11271,12 +11271,12 @@ msgstr "Resursa vārds"
msgid "%s (Port %s)"
msgstr "Ports"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11313,7 +11313,7 @@ msgid ""
msgstr ""
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -11358,8 +11358,8 @@ msgstr "Failu koplietošana"
msgid "Custom configuration"
msgstr "trauksmes konfigurācija"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, fuzzy, c-format
msgid "No remote machines"
msgstr "(pie šī datora)"
@@ -11553,8 +11553,8 @@ msgstr "Ports"
msgid "On, Name or IP of remote server:"
msgstr "Printeris uz attāla lpd servera"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "Trūkst NCP servera vārds!"
@@ -11564,29 +11564,30 @@ msgstr "Trūkst NCP servera vārds!"
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Nolasu printera datus..."
@@ -11714,7 +11715,7 @@ msgstr ""
"Šeit jums NAV jākonfigurē attāla CUPS servera printeri; šie printeri tiks "
"noteikti automātiski."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -11933,12 +11934,12 @@ msgstr ""
msgid ")"
msgstr ""
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Printera modeļa izvēle"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Kāds ir jūsu printera modelis?"
@@ -11952,7 +11953,7 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -11961,7 +11962,7 @@ msgstr ""
"Ja jūsu printeris nav sarakstā, izvēlieties kādu savietojamu (skatieties "
"printera rokasgrāmatā) vai līdzīgu."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Konfigurēju printeri \"%s\"..."
@@ -11980,7 +11981,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Attāla administrēšana"
@@ -11995,8 +11996,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Pievienot jaunu printeri"
@@ -12139,8 +12140,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Instalēju pakotni %s"
@@ -12384,10 +12385,10 @@ msgid "Remote printer name missing!"
msgstr "Nav attālā printera nosaukuma!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -12744,8 +12745,8 @@ msgstr "Labot"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Printera pievienojuma tips"
@@ -12755,22 +12756,18 @@ msgstr "Printera pievienojuma tips"
msgid "What do you want to do?"
msgstr "Kur jūs vēlaties montēt %s?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Atcelt"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -12779,96 +12776,112 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Instalēju pakotni %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "HPLIP"
msgstr "PL_IP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Nevar izveidot lietotāja gnome konfiguraacijas direktoriju `%s': %s\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr ""
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Uz kuru sektoru vēlaties to pārvietot?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Noņemt moduli"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, fuzzy, c-format
msgid "Installing SANE packages..."
msgstr "Instalēju pakotnes..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, fuzzy, c-format
msgid "Using and Maintaining your %s"
msgstr "Publicēju un sūtu rakstu \"%s\""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Konfigurēju..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Nolasu printeru datubāzi..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr ""
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Printera vārdam jāsatur tikai burtus, ciparus un pasvītrojumu"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -12877,7 +12890,7 @@ msgstr ""
"Printeris \"%s\" jau eksistē,\n"
"vai tiešām vēlaties pārrakstīt tā konfigurāciju?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -12885,7 +12898,7 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -12895,35 +12908,35 @@ msgstr ""
"Atrašanās vietas laukus nav nepieciešams aizpildīt, tie ir kā komentāri "
"lietotājiem."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Printera nosaukums"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Apraksts"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Atrašanās vieta"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Sagatavoju printeru datubāzi..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Jūsu printera modelis"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12938,18 +12951,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Modelis ir pareizs"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Manuāli izvēlieties modeli"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, fuzzy, c-format
msgid ""
"\n"
@@ -12963,38 +12976,38 @@ msgstr ""
"Lūdzu pārbaudiet, vai Printerdrake pareizi automātiski noteica Jūsu printera "
"modeli. Meklējiet pareizo printeri sarakstā"
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13002,58 +13015,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, fuzzy, c-format
msgid "Install PPD file from"
msgstr "Instalēt"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, fuzzy, c-format
msgid "Floppy Disk"
msgstr "Saglabāt disketē"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, fuzzy, c-format
msgid "Other place"
msgstr "Citi porti"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "Izvēlieties failu"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "Instalēju pakotnes..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI winprinter konfigurācija"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13064,12 +13077,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjet konfigurācija"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13078,7 +13091,7 @@ msgid ""
"to."
msgstr ""
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13091,12 +13104,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark inkjet konfigurācija"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13105,12 +13118,12 @@ msgid ""
"connected to."
msgstr ""
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Skaņas konfigurācija"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -13119,17 +13132,17 @@ msgid ""
"port or configure it on the machine where it is connected to."
msgstr ""
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Manuāla konfigurēšana"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Manuāla konfigurēšana"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13138,12 +13151,12 @@ msgid ""
"where it is directly connected to."
msgstr ""
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -13154,27 +13167,27 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, fuzzy, c-format
msgid "Printer default settings"
msgstr "Printera modeļa izvēle"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opcijai %s ir jābūt veselam skaitlim!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Opcijai %s ir jābūt skaitlim!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Opcija %s ir ārpus diapazona!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -13183,12 +13196,12 @@ msgstr ""
"Vai vēlaties norādīt printeri (\"%s\")\n"
"kā noklusēto printeri?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Izmēģinājuma lapas"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -13197,47 +13210,47 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Bez izmēģinājuma lapām"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Drukāt"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Standarta izmēģinājuma lapa"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternatīva izmēģinājuma lapa (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternatīva izmēģinājuma lapa (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Foto izmēģinājuma lapa"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Tiek drukāta(s) izmēģinājuma lapa(s)..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Foto izmēģinājuma lapa"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13252,7 +13265,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13261,17 +13274,17 @@ msgstr ""
"Izmēģinājuma lapa(s) ir nosūtīta(s) printerim.\n"
"Var paiet zināms laiks, pirms printeris sāk drukāt.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Vai izdrukāja pareizi?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Tiešais printeris"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -13280,7 +13293,7 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -13288,8 +13301,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -13298,7 +13311,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -13308,7 +13321,7 @@ msgstr ""
"Lai saņemtu patreizējam printerim pieejamo opciju sarakstu, klikšķiniet uz "
"\"Drukāšanas opciju saraksts\" pogas."
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -13317,7 +13330,7 @@ msgstr ""
"Šis ir patreizējam printerim pieejamo opciju saraksts:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13326,8 +13339,8 @@ msgstr ""
"Lai izdrukātu failu no komandrindas (termināļa loga), izmantojiet komandu \"%"
"s <fails>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -13335,7 +13348,7 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -13344,14 +13357,14 @@ msgstr ""
"Lai saņemtu patreizējam printerim pieejamo opciju sarakstu, klikšķiniet uz "
"\"Drukāšanas opciju saraksts\" pogas."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -13362,7 +13375,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -13371,27 +13384,27 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Drukāju uz printeri \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Drukāju uz printeri \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Printera opciju saraksts"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Printera opciju saraksts"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -13399,14 +13412,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -13414,14 +13427,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -13429,7 +13442,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -13437,7 +13450,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -13445,7 +13458,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -13453,33 +13466,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "Horizontālais izlīdzinājums:"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "trauksmes konfigurācija"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Pārsūtu printera konfigurāciju"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -13489,7 +13502,7 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -13498,7 +13511,7 @@ msgstr ""
"CUPS neatbalsta printerus uz Novell serveriem, vai printerus, kas sūta datus "
"brīvi formētā komandā.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, fuzzy, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -13507,12 +13520,12 @@ msgstr ""
"PDQ atbalsta tikai lokālos printerus, attālinātus LPD printerus, un kontakta/"
"TCP printerus.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD un LPRng neatbalsta IPP printerus.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -13521,7 +13534,7 @@ msgstr ""
"Papildus, drukāšanas rindas, kas nav izveidotas ar šo programmu vai "
"\"foomatic-configure\", nevar pārlikt"
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -13529,7 +13542,7 @@ msgid ""
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -13540,17 +13553,17 @@ msgstr ""
"Atzīmējiet printerus, kurus vēlaties pārcelt, un\n"
"klikšķiniet uz \"Pārcelt\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Nepārcelt printerus"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Pārcelšana"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -13561,17 +13574,17 @@ msgstr ""
"Klikšķiniet uz \"Pārlikt\" lai pārrakstītu to.\n"
"Jūs varat arī ierakstīt jaunu vārdu, vai izlaist šo printeri."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Jauns printera nosaukums"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Pārvietoju %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -13580,28 +13593,28 @@ msgstr ""
"Jūs pārlikāt savu iepriekš noklusēto printeri (\"%s\"), vai tam jābūt "
"noklusētajam printerim arī zem jaunās drukāšanas sistēmas %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Atsvaidzinu printera datus..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "tiek sākts tīkls..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Tūlīt konfigurēt tīklu"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Tīkla funkcionalitāte nav konfigurēta"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -13614,12 +13627,12 @@ msgstr ""
"konfigurācijas, jūs nevarēsiet lietot printeri, kuru tagad konfigurējat. "
"Vēlaties turpināt?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Turpināt bez tīkla konfigurēšanas"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -13629,7 +13642,7 @@ msgid ""
"also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr ""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, fuzzy, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -13640,27 +13653,27 @@ msgstr ""
"konfigurāciju un aparatūru. Tad mēģiniet konfigurēt attālināto printeri "
"vēlreiz."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Pārstartēju printēšanas sistēmu..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "augsts"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoisks"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instalēju drukāšanas sistēmu %s drošības līmenī"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -13675,12 +13688,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Startēju printēšnas sistēmu pie ielādes"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -13694,32 +13707,32 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Pārbaudu instalētās programmas..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Atvienoju %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Drukas sistēmas nomaiņa"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, fuzzy, c-format
msgid "Installing %s..."
msgstr "Instalēju pakotnes..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Drukas sistēmas nomaiņa"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -13728,46 +13741,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "Printeris uz attāla lpd servera"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, fuzzy, c-format
msgid "Setting Default Printer..."
msgstr "Noklusētais printeris"
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Printeris uz attāla CUPS servera"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -13776,12 +13789,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -13789,55 +13802,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "Drukas sistēmas nomaiņa"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Izvēlieties printera spolētāju"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Kuru drukāšanas sistēmu (spolētāju) vēlaties izmantot?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, fuzzy, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Konfigurēju printeri \"%s\"..."
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Instalēju Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13848,52 +13861,52 @@ msgstr ""
"nomainītu tā uzstādījumus, padarītu to par noklusēto printeri vai apskatītos "
"informāciju par to."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, fuzzy, c-format
msgid "Display all available remote CUPS printers"
msgstr ""
"Atsvaidzināt printeru sarakstu (lai parādītu visus attāli pieejamos CUPS "
"printerus)"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Atsvaidzināt printeru sarakstu (lai parādītu visus attāli pieejamos CUPS "
"printerus)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS konfigurācija"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Drukas sistēmas nomaiņa"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Normāls režīms"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Eksperta režīms"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Printera opcijas"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Izmainīt printera konfigurāciju"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -13902,99 +13915,99 @@ msgstr ""
"Printeris %s%s\n"
"Ko jūs vēlaties mainīt šim printerim?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "Šīs sadaļas izmēru nevar izmainīt"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Aiziet!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Printera nosaukums, apraksts, atrašanās vieta"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Printera izgatavotājs, modelis, draiveris"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Printera izgatavotājs, modelis"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Uzstādīt šo printeri ka noklusēto"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Atļaut serveri"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Aizliegt serveri"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Printera pievienojuma tips"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Drukāt izmēģinājuma lapas"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, fuzzy, c-format
msgid "Learn how to use this printer"
msgstr "Uzziniet, kā izmantot šo printeri"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Noņemt printeri"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Noņemu veco printeri \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Printeris \"%s\" uz servera \"%s\""
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Internet savienojuma koplietošana tagad ir atslēgta."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Vai tiešām vēlaties noņemt printeri \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Noņemu printeri \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Noklusētais printeris"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Printeris \"%s\" tagad ir uzstādīts kā noklusētais printeris."
@@ -14030,15 +14043,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, fuzzy, c-format
msgid "Scannerdrake"
msgstr "Izvēlieties skeneri"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -15793,124 +15806,124 @@ msgstr "Lūdzu aizveriet sesiju un nospiediet Ctrl-Alt-BackSpace"
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Termināļu servera konfigurācija"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "Konfigurēju dhcpd..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Atļaut serveri"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Aizliegt serveri"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Startēt serveri"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Apturēt serveri"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr ""
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Pielikt/noņemt lietotājus"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Pielikt/noņemt klientus"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Attēli"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Pirmās reizes meistars"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -15933,27 +15946,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, fuzzy, c-format
msgid "Cancel Wizard"
msgstr "Klikšķiniet šeit, lai sāktu vedni ->"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "Pielikt/noņemt klientus"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -15963,28 +15976,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Tas aizņems dažas minūtes."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Pabeigts !"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -15992,31 +16005,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Mandriva termināļu servera konfigurācija"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -16025,14 +16037,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -16045,30 +16057,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -16084,17 +16095,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -16102,33 +16112,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -16144,12 +16155,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -16174,14 +16185,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -16190,94 +16200,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr ""
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr ""
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, fuzzy, c-format
msgid "PXE Image"
msgstr "Attēls"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "kodola versija"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Būvēt visu kodolu -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Kodols nav izvēlēts!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, fuzzy, c-format
msgid "No NIC selected!"
msgstr "Nav izvēlēta tīkla karte!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Būvēt visus kodolus -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Izdzēst"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Nav izvēlēta tīkla karte!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Izdzēst visus NBI"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -16285,178 +16295,178 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Pievienot lietotāju -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Dzēst lietotāju"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, fuzzy, c-format
msgid "type: %s"
msgstr "Tips: "
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, fuzzy, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr "Automātiska pārkonfigurēšana"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr ""
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, fuzzy, c-format
msgid "Thin Client"
msgstr "DHCP klients"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, fuzzy, c-format
msgid "Allow Thin Clients"
msgstr "Pielikt/noņemt klientus"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Pievienot klientu -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, fuzzy, c-format
msgid "type: fat"
msgstr "Tips: "
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, fuzzy, c-format
msgid "type: thin"
msgstr "Tips: "
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, fuzzy, c-format
msgid "local config: false"
msgstr "Lokālie faili"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, fuzzy, c-format
msgid "local config: true"
msgstr "pārkonfigurēt"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, fuzzy, c-format
msgid "<-- Edit Client"
msgstr "<-- Dzēst klientu"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr ""
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, fuzzy, c-format
msgid "Delete Client"
msgstr "<-- Dzēst klientu"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr ""
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Tīkla maska :"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr ""
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr ""
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, fuzzy, c-format
msgid "Domain Name:"
msgstr "Domēna nosaukums"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, fuzzy, c-format
msgid "Name Servers:"
msgstr "Samba serveris"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr ""
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr ""
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Ierakstīt konfigurāciju"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "dhcpd servera konfigurācija"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, fuzzy, c-format
msgid ""
"Most of these values were extracted\n"
@@ -16466,106 +16476,106 @@ msgstr ""
"Lielākā daļa no šīm vērtībām tika paņemtas\n"
"no strādājošas sistēmas. Jūs varat izmainīt tās pēc vajadzības"
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Lūdzu, ievietojiet disketi:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Nevarēju piekļūt disketei!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Diskete tagad var tikt izņemta"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Diskešu iekārta nav pieejama!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "Kļūda, ierakstot failā %s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Kaut kas neizdevās - vai mkisofs ir instalēts?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Vispirms jāizveido /etc/dhcpd.conf!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, fuzzy, c-format
msgid "%s is not a user..\n"
msgstr "%s neatsaucas"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr "Atklāts %s"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, fuzzy, c-format
msgid "%s not found...\n"
msgstr "%s neatsaucas"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
msgstr ""
#: standalone/drakautoinst:38 standalone/drakhosts:123
@@ -24130,17 +24140,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, fuzzy, c-format
msgid "Searching for configured scanners..."
msgstr "Pieejamie printeri"
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, fuzzy, c-format
msgid "Searching for new scanners..."
msgstr "Pieejamie printeri"
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -24292,45 +24302,45 @@ msgstr ""
"Jūs varat palaist printerdrake no Mandriva kontroles centra Aparatūras "
"sekcijā."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "Noņemt moduli"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, fuzzy, c-format
msgid "Auto-detect available ports"
msgstr "Automātiska noteikšana"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, fuzzy, c-format
msgid "Please select the device where your %s is attached"
msgstr ""
"Scannerdrake nespēja noteikt Jūsu %s skeneri.\n"
"Lūdzu, izvēlieties iekārtu, kur Jūsu skeneris ir pievienots"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "izvēlieties ierīci"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, fuzzy, c-format
msgid "Searching for scanners..."
msgstr "Pieejamie printeri"
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "Noņemt moduli"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "Atrakcija"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -24339,14 +24349,14 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, fuzzy, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -24356,26 +24366,26 @@ msgstr ""
"Jūs tagad varat skenēt dokumentus, izmantojot ``XSane'' no Multimēdiji/"
"Grafika aplikāciju izvēlnē."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, fuzzy, c-format
msgid ""
"Your %s has been configured.\n"
@@ -24386,7 +24396,7 @@ msgstr ""
"Jūs tagad varat skenēt dokumentus, izmantojot ``XSane'' no Multimēdiji/"
"Grafika aplikāciju izvēlnē."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, fuzzy, c-format
msgid ""
"The following scanners\n"
@@ -24397,7 +24407,7 @@ msgstr ""
"\n"
"Jūsu sistēmai ir tieši pievienots viens nezināms printeris"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, fuzzy, c-format
msgid ""
"The following scanner\n"
@@ -24408,137 +24418,137 @@ msgstr ""
"\n"
"Jūsu sistēmai ir tieši pievienots viens nezināms printeris"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, fuzzy, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Netika atrasti printeri, kas tieši pieslēgti Jūsu datoram"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, fuzzy, c-format
msgid "Search for new scanners"
msgstr "Pieejamie printeri"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, fuzzy, c-format
msgid "Add a scanner manually"
msgstr "Izvēlēties lietotāju manuāli"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, fuzzy, c-format
msgid "Install/Update firmware files"
msgstr "Izvēlieties failu"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, fuzzy, c-format
msgid "Scanner sharing"
msgstr "Failu koplietošana"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, fuzzy, c-format
msgid "All remote machines"
msgstr "(pie šī datora)"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, fuzzy, c-format
msgid "This machine"
msgstr "(pie šī datora)"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr ""
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr ""
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, fuzzy, c-format
msgid "Scanner sharing to hosts: "
msgstr "Failu koplietošana"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr ""
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr ""
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, fuzzy, c-format
msgid "Sharing of local scanners"
msgstr "Pieejamie printeri"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr ""
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, fuzzy, c-format
msgid "Add host"
msgstr "Pievienot lietotāju"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, fuzzy, c-format
msgid "Edit selected host"
msgstr "atklāts %s"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, fuzzy, c-format
msgid "Remove selected host"
msgstr " Noņemt atzīmētos"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr ""
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, fuzzy, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Lūdzu, ievadiet osta vārdu vai IP."
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, fuzzy, c-format
msgid "Usage of remote scanners"
msgstr "Izmantot brīvo vietu"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, fuzzy, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -24546,7 +24556,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr "Nepieciešams instalēt pakotni %s. Vai vēlaties to instalēt?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -24731,6 +24741,10 @@ msgid "Installation failed"
msgstr "Instalēšana neizdevās"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Atcelt"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/mk.po b/perl-install/share/po/mk.po
index a93d41a41..9daaaab7c 100644
--- a/perl-install/share/po/mk.po
+++ b/perl-install/share/po/mk.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-mk\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2004-11-03 18:47+0100\n"
"Last-Translator: Зоран Димовски <decata@mt.net.mk>\n"
"Language-Team: Macedonian <mkde-l10n@lists.sourceforge.net>\n"
@@ -193,21 +193,21 @@ msgstr "Ве молиме почекајте, детектирање и конф
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -234,9 +234,9 @@ msgstr "Ве молиме почекајте, детектирање и конф
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Грешка"
@@ -463,10 +463,10 @@ msgstr "По избор"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Излез"
@@ -628,7 +628,7 @@ msgstr "Графичка карта: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -645,7 +645,7 @@ msgstr "Во ред"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -660,7 +660,7 @@ msgstr "Откажи"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -888,7 +888,7 @@ msgstr "Првиот сектор на root партицијата"
msgid "On Floppy"
msgstr "На дискета"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Прескокни"
@@ -1233,9 +1233,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Завршено"
@@ -1443,9 +1443,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Вклучи userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1614,7 +1614,7 @@ msgstr "Домен"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Сервер"
@@ -1741,7 +1741,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "Неможам да извршам пренос без NIS домеин"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1756,56 +1756,56 @@ msgstr ""
"pochekajte za standardno podiganje.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO со графичко мени"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO со текстуално мени"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "нема доволно простор во /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Не може да инсталирате подигач на %s партиција\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Преинсталирај го подигачот"
@@ -3011,7 +3011,7 @@ msgstr "Барај нови сервери"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Треба да се инсталира пакетот %s. Дали сакате да го инсталирате?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Инсталирање на пакетот %s"
@@ -3022,19 +3022,19 @@ msgid "Mandatory package %s is missing"
msgstr "Неопходниот пакет %s недостига"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Внимание"
@@ -3946,7 +3946,7 @@ msgstr "Корисничко име"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4898,8 +4898,8 @@ msgstr ""
"содржат физички лоши блокови."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5880,8 +5880,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7576,14 +7576,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Пре-прати"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Чешка (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7597,28 +7597,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Шпанска"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Финска"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Француска"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7632,828 +7632,828 @@ msgid ""
"Polish"
msgstr "Полска"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Руска"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Шведска"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "UK тастатура"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "US тастатура"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Албанска"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Ерменска (стара)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Ерменска (машина)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Ерменска (фонетска)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Арабска"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Азербејџанска (латиница)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Белгиска"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Бенгалска (Inscript распоред)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Бенгалска (Probhat распоред)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Бугарска (фонетска)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Бугарска (БДС)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Бразилска (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Босанска"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Белоруска"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Швајцарска (германски распоред)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Швајцарија (француски распоред)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Арабска"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Чешка (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Германска (без мртви копчиња)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Девангарска"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Данска"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Норвешка)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (US)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Норвешка)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Шведска)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Шведска)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Босанска"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Естонска"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Грчка"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgian (\"Руски\" распоред)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgian (\"Латиничен\" распоред)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Грчка"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Грчка (Политонска)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Хрватска"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Унгарска"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Ирска"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Израелска"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Израелска (фонетска)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Иранска"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Исландска"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Италијанска"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Инуктитут"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Јапонска со 106 копчиња"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Корејска"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Арабска"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kyrgyz"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Латино-американска"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Леотинска"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Литванска AZERTY (стара)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Литвански AZERTY (нова)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Литванска QWERTY \"бројки\""
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Литванска QWERTY \"фонетска\""
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Латвиска"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Малајаламска"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Македонска"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Мјанмарска (Бурмен)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Монглоска (кирилична)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Малтска (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Малтска (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Холандска"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Оријска"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Полска (qwerty распоред)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Полска (qwertz распоред)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Полска"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Португалска"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Канадска (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Романска (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Романска (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Руска (Фонетска)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Саами (Норвешка)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Саами (шведска/финска)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Тајландска"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Словенечка"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Словачка (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Словачка (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Српска (кирилица)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Сиријска"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Сиријска (фонетска)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Телугу"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Тамилска (TSCII-распоред)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Тамилска (распоред на машина)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Тајландска"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Тајландска"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Тајландска"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Таџик"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Германска"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Турска (традиционален \"F\" модел)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Турска (модерен \"Q\" модел)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Украинска"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Оријска"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "US тастатура (интернационална)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Узбекистанска (кирилица)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Виетнамска QWERTY \"бројки\""
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Југословенска (латиница)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Десното Alt копче"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Двете Shift копчиња истовремено"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Control и Shift истовремено"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock копче"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift и CapsLock истовремено"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl и Alt истовремено"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt и Shift истовремено"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Мени\"-копчето"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Левото \"Windows\"-копче"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Десното \"Windows\"-копче"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Двете Control копчиња истовремено"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Двете Alt копчиња истовремено"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Левото Shift копче"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Десното Shift копче"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Левото Alt копче"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Левото Ctrl копче"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Десното Ctrl копче"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8464,7 +8464,7 @@ msgstr ""
"за префрлување од еден во друг распоред на тастатура\n"
"(на пример: латиница и кирилица)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10849,8 +10849,8 @@ msgstr "Gateway адресата треба да биде во следната
msgid "Warning: IP address %s is usually reserved!"
msgstr "Предупредување: IP адресата %s вообичаено е резервирана!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s веќе се користи\n"
@@ -11513,7 +11513,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Копирањето на Firmware-от не успеа, датотеката %s не е пронајдена"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Честитки!"
@@ -11647,9 +11647,9 @@ msgstr "Конфигурирај ги сервисите"
msgid "On CUPS server \"%s\""
msgstr "На CUPS сервер \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, fuzzy, c-format
msgid " (Default)"
msgstr "Предефинирано"
@@ -11701,9 +11701,9 @@ msgstr "Далечински CUPS сервер"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, fuzzy, c-format
msgid "Unknown model"
msgstr "Непознат модел"
@@ -11951,7 +11951,7 @@ msgid "URI: %s"
msgstr ""
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, fuzzy, c-format
msgid "Raw printer (No driver)"
msgstr "Нема драјвер за принтерот"
@@ -11982,12 +11982,12 @@ msgstr "Хост: %s"
msgid "%s (Port %s)"
msgstr "%s (Порта %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12028,7 +12028,7 @@ msgstr ""
"треба автоматски да се направат достапни за оваа машина."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -12073,8 +12073,8 @@ msgstr "Спуштање на мрежата"
msgid "Custom configuration"
msgstr "Автоматски"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, fuzzy, c-format
msgid "No remote machines"
msgstr "Нема локални компјутери"
@@ -12305,8 +12305,8 @@ msgstr "Порта"
msgid "On, Name or IP of remote server:"
msgstr "Печатач од локален lpd сервер"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "IP на хост/мрежа недостига."
@@ -12316,29 +12316,30 @@ msgstr "IP на хост/мрежа недостига."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Читање принтерските податоци..."
@@ -12465,7 +12466,7 @@ msgstr ""
"\n"
" Печатачи Вклучено на."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12685,12 +12686,12 @@ msgstr " Вклучено "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, fuzzy, c-format
msgid "Printer model selection"
msgstr "Печатач"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Кој модел на принтер го имате?"
@@ -12708,7 +12709,7 @@ msgstr ""
"Printerdrake не може да го препознае моделот на Вашиот принтер. Ве молиме "
"изберете го моделот од листата."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12717,7 +12718,7 @@ msgstr ""
"ако твојот принтер не е во листата, изберете сличен(видете во упатството на "
"принтерот)"
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Конфигурање на принтерот \"%s\"..."
@@ -12736,7 +12737,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Локална Администрација"
@@ -12751,8 +12752,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, fuzzy, c-format
msgid "Add a new printer"
msgstr "Додај"
@@ -12955,8 +12956,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Инсталирање на пакетот %s"
@@ -13189,10 +13190,10 @@ msgid "Remote printer name missing!"
msgstr "Недостига име на оддалечен принтер!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13556,8 +13557,8 @@ msgstr "Измени"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, fuzzy, c-format
msgid "Printer connection type"
msgstr "Тип на поврзување на принтер"
@@ -13567,22 +13568,18 @@ msgstr "Тип на поврзување на принтер"
msgid "What do you want to do?"
msgstr "Што сакате да направите?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Откажи"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13591,97 +13588,113 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Инсталирање на %s пакет..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "HPLIP"
msgstr "PL_IP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"Не можам да создадам по-корисник Гном конфигурациски дирекотриуми `%s': %s\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Го проверува уредот и конфигурирање на %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "На кој сектор сакате да ја преместите?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Отстрани модул"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, fuzzy, c-format
msgid "Installing SANE packages..."
msgstr "Инсталирање."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Се конфигурира..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Правам печатарската порта да биде достапна за CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Читање на базата на принтерот..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Внесете го името на принтерот и коментар"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, fuzzy, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Име на принтерот треба да содржи само букви и бројки"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, fuzzy, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13690,7 +13703,7 @@ msgstr ""
"Печатачот \"%s\" веќе постои\n"
" дали сакате да ја препишете конфигурацијата?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13698,7 +13711,7 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13707,35 +13720,35 @@ msgstr ""
"На секој принтер му е потребно име (на пример \"принтер\"). Полињата за "
"Описот и Локацијата не мора да се пополнети. Тоа се коментари за корисниците."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, fuzzy, c-format
msgid "Name of printer"
msgstr "Име на принтерот"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Опис"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Локација"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Подготовка на базата на податоци за принтерот..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Моделот на Вашиот печатч"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13761,18 +13774,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Моделот е точен"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, fuzzy, c-format
msgid "Select model manually"
msgstr "Избери го моделот рачно"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, fuzzy, c-format
msgid ""
"\n"
@@ -13785,38 +13798,38 @@ msgstr ""
"\n"
" Пребарај во Вклучено или Вклучено."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13824,58 +13837,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, fuzzy, c-format
msgid "Install PPD file from"
msgstr "Инсталирај rpm"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, fuzzy, c-format
msgid "Floppy Disk"
msgstr "Floppy"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, fuzzy, c-format
msgid "Other place"
msgstr "Други порти"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "Избор на датотека"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "Се инсталира %s ..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI принтер конфигурација"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, fuzzy, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13888,12 +13901,12 @@ msgstr ""
"\n"
" и на на или на на тип игнориран."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Конфигурација на Lexmark inkjet"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, fuzzy, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13907,7 +13920,7 @@ msgstr ""
"поврзување на локални порти или конфигурирајте го за компјутерот каде тој е "
"приклучен. "
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, fuzzy, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13920,12 +13933,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr "До на иhttp://www.lexmark. Вклучено линк и Linux или на Откажи и."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Конфигурација на Lexmark inkjet"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13939,12 +13952,12 @@ msgstr ""
"поврзување на локални порти или конфигурирајте го за компјутерот каде тој е "
"приклучен. "
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Конфигурација на звук"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -13958,17 +13971,17 @@ msgstr ""
"поврзување на локални порти или конфигурирајте го за компјутерот каде тој е "
"приклучен. "
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Рачна TCP/IP конфигурација"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Рачна TCP/IP конфигурација"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13982,12 +13995,12 @@ msgstr ""
"поврзување на локални порти или конфигурирајте го за компјутерот каде тој е "
"приклучен. "
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, fuzzy, c-format
msgid ""
"Printer default settings\n"
@@ -14001,27 +14014,27 @@ msgstr ""
"\n"
" и тип достапен и Забелешка."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Стандардни Подесувања на Печатачот"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Опцијата %s мора да биде цел број!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Опцијата %s мора да е број!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, fuzzy, c-format
msgid "Option %s out of range!"
msgstr "Option %s надвор од ранг!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14030,12 +14043,12 @@ msgstr ""
"Дали сакате овој принтер (\"%s\")\n"
"да го поставите за стандарден?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Тест страни"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, fuzzy, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14047,47 +14060,47 @@ msgstr ""
" Забелешка, сликите ќе земат повеќе време за печатање Во многу случаеви "
"доволно е дасе печати стандардната страна за тестирање."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, fuzzy, c-format
msgid "No test pages"
msgstr "Без страница за тестирање"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Печати"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Стандардна Тест Страница"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Алтернативна Тест Страна (Писмо)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, fuzzy, c-format
msgid "Alternative test page (A4)"
msgstr "Алтернативна A4 тест страница"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, fuzzy, c-format
msgid "Photo test page"
msgstr "Фотографија"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Печатење на тест страна(и)..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Фотографија"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14102,7 +14115,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14111,17 +14124,17 @@ msgstr ""
"Тест страницата е испратена до принтерот.\n"
" Ќе помине малку време додека принтерот стартува."
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Дали работи како што треба?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Сиров печатач"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, fuzzy, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14135,7 +14148,7 @@ msgstr ""
"Графичките алатки Ви овозможуваат да го одберете принтерот и лесно да ги "
"модифицирате поставките за него.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14147,8 +14160,8 @@ msgstr ""
"името на датоката бидејќи датотеката за печатење е обезбедена од "
"апликацијата.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, fuzzy, c-format
msgid ""
"\n"
@@ -14159,7 +14172,7 @@ msgstr ""
"\n"
" s на на s<file> "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14170,14 +14183,14 @@ msgstr ""
"прикажана подоле или кликнете на копчето \"Печати опциона листа\".%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, fuzzy, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr "Ова е листата на достапни опции за овој принтер:\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14186,8 +14199,8 @@ msgstr ""
"За да печатиш датотека од командната линија(терминален прозор) користи ја "
"командата \"%s<file>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, fuzzy, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14195,7 +14208,7 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr "во Печатење име на"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14204,7 +14217,7 @@ msgstr ""
"За да ја добитете листата на опции достапни за тековниот принтер кликнете на "
"копчето \"Испечати листа на опции\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14213,7 +14226,7 @@ msgstr ""
"Да изпечатите датотека преку командната линија (терминален прозорец) "
"користете ја командата \"%s <file>\" или \"%s <file>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14230,7 +14243,7 @@ msgstr ""
"печатење веднаш одкога ќе го кликнете. Ова на пример е корисно кога "
"хартијата ќе заглави.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14243,27 +14256,27 @@ msgstr ""
"за одредена печатарска работа. Едноставно додадете ги посакуваните "
"подесувања во командната линија, пр.\"%s<file>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Печатење на принтерот \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Печатење на принтерот \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Печати листа со опции"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Печати листа со опции"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14271,14 +14284,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14286,14 +14299,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14301,7 +14314,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14309,7 +14322,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14317,7 +14330,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14325,33 +14338,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "Хоризонтално подредување:"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Конфигурација на бои"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Префрлување на конфигурација за принтер"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14366,7 +14379,7 @@ msgstr ""
"подесување) се презафатени, но работите нема да бидат преместени.\n"
"Не сите редици на чекање можат да се преместат поради следниве причини:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14375,7 +14388,7 @@ msgstr ""
"CUPS не поддржува принтери на Novell сервери или принтер што ги испраќаат "
"податоците во команда од слободен облик.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, fuzzy, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14384,19 +14397,19 @@ msgstr ""
"PDQ подржава само локални принтери, локални LPD принтери и Socket/TCP "
"принтери"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, fuzzy, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD и LPRng не подржуваат IPP принтери.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14407,7 +14420,7 @@ msgstr ""
"Исто така печатарите конфигурирани со PPD датотеки обезбедени од нивните "
"призведувачи или со оригиналните CUPS драјвери не можат да се преместат."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, fuzzy, c-format
msgid ""
"\n"
@@ -14418,17 +14431,17 @@ msgstr ""
" Одбележете го принтерот кој сакате да го префрлите и кликнете\n"
"\"Трансфер\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Не го префрлај принтерот"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Пренос"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14440,17 +14453,17 @@ msgstr ""
"Исто така, можете и да внесете ново име или да го прескокнете\n"
"овој принтер."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Ново име на принтерот"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, fuzzy, c-format
msgid "Transferring %s..."
msgstr "Префрлување %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14459,28 +14472,28 @@ msgstr ""
"Сте го преместиле вашиот поранешен стандарден принтер (\"%s\"), дали да биде "
"исто така стандарден принтер и под новиот печатарски систем %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, fuzzy, c-format
msgid "Refreshing printer data..."
msgstr "податок."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Стартување на мрежата..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, fuzzy, c-format
msgid "Configure the network now"
msgstr "Конфигурирај"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Мрежната функционалност не е подесена"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14493,12 +14506,12 @@ msgstr ""
"мрежна конфигурација, нема да можете да го користите принтерот кој што го "
"конфигурирате. Како сакате да продолжите?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Продолжи без конфигурација на мрежа"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, fuzzy, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14514,7 +14527,7 @@ msgstr ""
"потоа подесете гопринтерот, исто така со Мандрива Контролниот Центар, "
"секција \"Хардвер\"/\"Принтер\""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14525,27 +14538,27 @@ msgstr ""
"Вашата конфигурација и Вашиот хардвер. Потоа пробајте повторно да го "
"конфигурирате вашиот далечински принтер."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Рестартирање на печатечкиот систем..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "високо"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "параноидна"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Инсталирање принтерки систем во %s сигурното ниво"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14569,12 +14582,12 @@ msgstr ""
"\n"
"Дали навистина сакаш да го конфигурираш принтерскиот систем на оваа машина?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Вклучување на принтерскиот систем при подигањето"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, fuzzy, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14593,32 +14606,32 @@ msgstr ""
"\n"
" на Вклучено?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Проверка на инсталиран софтвер..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Отстранување на %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Промени го системот за печатење"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Се инсталира %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Промени го системот за печатење"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14627,46 +14640,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "Печатач од локален lpd сервер"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, fuzzy, c-format
msgid "Setting Default Printer..."
msgstr "Позтавување на Стандарден Печатач"
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Печатач на оддалечен CUPS сервер"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14675,12 +14688,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14688,55 +14701,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "Конфигурирај го CUPS системот за печатење"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, fuzzy, c-format
msgid "Select Printer Spooler"
msgstr "Избор Печатач"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, fuzzy, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Кој систем за печатење сакате да го користете?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Не успеа да го конфигурира принтерот \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Инсталирање на Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14747,49 +14760,49 @@ msgstr ""
"неговите поставки; да го направите стандарден принтер; или да ги видите "
"информациите за него."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, fuzzy, c-format
msgid "Display all available remote CUPS printers"
msgstr "Прикажи ги сите достапни локални CUPS принтери"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Освежи ја листата на принтери (да се прикажат сите достапни CUPS принтери)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS конфигурација"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, fuzzy, c-format
msgid "Change the printing system"
msgstr "Промени го системот за печатење"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, fuzzy, c-format
msgid "Normal Mode"
msgstr "Нормално"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Експертски режим"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, fuzzy, c-format
msgid "Printer options"
msgstr "Печатач"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Измени ја принтерската конфигурација"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, fuzzy, c-format
msgid ""
"Printer %s%s\n"
@@ -14798,99 +14811,99 @@ msgstr ""
"Печатач s\n"
" на Вклучено?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "На оваа партиција не може да и се промени големината"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, fuzzy, c-format
msgid "Do it!"
msgstr "Стори го тоа!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Име на принтерот, опис, локација"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, fuzzy, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Печатач, модел, драјвер"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Производител на принтерот, модел"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Подеси го овој принтер како стандарден"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Овозможи Сервер"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Оневозможи Сервер"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Тип на поврзување на принтер"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, fuzzy, c-format
msgid "Print test pages"
msgstr "Печати ја пробната страна"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, fuzzy, c-format
msgid "Learn how to use this printer"
msgstr "Научите како да го користете овој принтер"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Отстрани принтер"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Отстранување на стариот принтер \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Принтер \"%s\" на сервер \"%s\""
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Делењето на интернет конекцијата сега е оневозможено."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Дали навистина сакате да го избришете принтерот \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Отстранување на принтер \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, fuzzy, c-format
msgid "Default printer"
msgstr "Прв принтер"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Печатачот \"%s\" е поставен за стандарден."
@@ -14926,15 +14939,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, fuzzy, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -16814,12 +16827,12 @@ msgstr "Одлогирајте се и тогаш натиснете Ctrl-Alt-Ba
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s потреба од корисничко име...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -16828,112 +16841,112 @@ msgstr ""
"%s: %s бара име на компјутерот, MAC адреса, IP, nbi-слика, 0/1 за "
"THIN_CLIENT, 0/1 за Local Config...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s:%s бара име на хост...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, fuzzy, c-format
msgid "Terminal Server Configuration"
msgstr "Mandriva Конфигурација на Терминал Сервер"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "dhcpd Конфигурирање..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Овозможи Сервер"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Оневозможи Сервер"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Стартувај сервер"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Стопирај го серверот"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Локален подигач Дискета/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Мрежно подигачки слики"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, fuzzy, c-format
msgid "Add/Del Users"
msgstr "Додај/Избриши Корисници"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Додај/Избриши Клиенти"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Слики"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Вошебник за Прв Пат"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -16956,27 +16969,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, fuzzy, c-format
msgid "Cancel Wizard"
msgstr "Лансирај го волшебникот"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "Дозволи Тенок Клиент"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -16986,28 +16999,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Ова ќе потрае неколку минути."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, fuzzy, c-format
msgid "Done!"
msgstr "Завршено"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17015,31 +17028,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Mandriva Конфигурација на Терминал Сервер"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17048,14 +17060,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17068,30 +17080,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17107,17 +17118,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17125,33 +17135,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17167,12 +17178,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17197,14 +17208,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17213,94 +17223,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Boot Floppy"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Boot ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, fuzzy, c-format
msgid "PXE Image"
msgstr "Image"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "верзија на јадрото"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, fuzzy, c-format
msgid "Build Whole Kernel -->"
msgstr "Кернел"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, fuzzy, c-format
msgid "No kernel selected!"
msgstr "Нема селектирано Кернел!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Изгради Еден NIC -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Не не е избран NIC!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, fuzzy, c-format
msgid "Build All Kernels -->"
msgstr "Сите Кернели"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Избриши"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Не не е избран NIC!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Избриши ги Сите NBls"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17313,27 +17323,27 @@ msgstr ""
" Избриши/повторно-додади го корисникот во Терминалниот Сервер за да "
"овозможиш логирање."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, fuzzy, c-format
msgid "Add User -->"
msgstr "Додај Корисник -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Избриши Корисник"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, fuzzy, c-format
msgid "type: %s"
msgstr "тип: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "локална конфигурција: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17342,151 +17352,151 @@ msgstr ""
"Дозволи конфигурација\n"
"на ликален хардвер"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, fuzzy, c-format
msgid "No net boot images created!"
msgstr "Не!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, fuzzy, c-format
msgid "Thin Client"
msgstr "Тенок клиент"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, fuzzy, c-format
msgid "Allow Thin Clients"
msgstr "Дозволи Тенок Клиент"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Додај Клиент -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, fuzzy, c-format
msgid "type: fat"
msgstr "тип: фат"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "тип: тенок"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "Локална конфигурација: погрешна"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "локален конфиг: вистинито"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Уреди Клиент"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Исклучен Локален Конфиг"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, fuzzy, c-format
msgid "Delete Client"
msgstr "Избриши го Клиентот"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, fuzzy, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr "на Прикажи Менаџер на\n"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subnet:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Netmask:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, fuzzy, c-format
msgid "Routers:"
msgstr "Рутери:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Subnet Mask:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, fuzzy, c-format
msgid "Broadcast Address:"
msgstr "Пренеси Адреса:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Име на доменот:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Name сервери:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "IP Старт на Опсегот:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "IP Опсег Крај:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Конфигурација на Записот"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Конфигурација на dhcpd серверот"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17497,107 +17507,107 @@ msgstr ""
"од вашиот подигнат систем.\n"
"Можете да ги промените по потреба."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Ве молиме внесете floppy дискета:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Не може да пристапи до floppy-то!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Дискетата сега може да се отстрани"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Не е достапен floppy уред!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, fuzzy, c-format
msgid "PXE image is %s/%s"
msgstr "Etherboot ISO image is %s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "Грешка при запишувањето во датотеката %s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO image is %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Нешто тргна наопаку! - Дали е mkisofs инсталирано?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, fuzzy, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Прво треба да се креира /etc/dhcpd.conf!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, fuzzy, c-format
msgid "%s is not a user..\n"
msgstr "%s не е најдено...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, fuzzy, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s веќе се користи\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, fuzzy, c-format
msgid "%s added to Terminal Server\n"
msgstr "Најупотребуван без Terminal Сервер "
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr "Откриено %s"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s не е најдено...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allow и /etc/hosts.deny се веќе подесени - неизменети"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Конфигурацијата е сменета- рестартирај clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Конфигурацијата е сменета- рестартирај %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -25294,17 +25304,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Барање на конфигурирани скенери ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, fuzzy, c-format
msgid "Searching for new scanners..."
msgstr "Барање на нови скенери ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Регенерирање на листа на подесени скенери ..."
@@ -25456,43 +25466,43 @@ msgstr ""
"Можете да го вклучете printerdrake преку Мандрива Контролниот Центар во "
"Хардвер секцијата."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "Отстрани модул"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Автоматски ги детектирај достапните порти"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Ве молиме одберете го уредот каде е закачен/а %s"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Забелешка: Паралелните порти не можат да бидат автоматски пронајдени)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "избери уред"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, fuzzy, c-format
msgid "Searching for scanners..."
msgstr "Барање на скенери ..."
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "Отстрани модул"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "Attraction"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -25501,14 +25511,14 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, fuzzy, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -25518,26 +25528,26 @@ msgstr ""
"Сега можете да скенирате документи со користење на \"XSane\" од Мултимедија/"
"Графика во апликационото мени."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, fuzzy, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "Овозможи конфигурација на услугите"
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, fuzzy, c-format
msgid ""
"Your %s has been configured.\n"
@@ -25548,7 +25558,7 @@ msgstr ""
"Сега можете да скенирате документи со користење на \"XSane\" од Мултимедија/"
"Графика во апликационото мени."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -25561,7 +25571,7 @@ msgstr ""
"%s\n"
"се можни на твојот систем.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -25573,42 +25583,42 @@ msgstr ""
"%s\n"
"е приклучен на Вашиот компјутер.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Не се пронајдени скенери кои се достапни на Вашиот систем.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Барај нови скенери"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Рачно додади скенер"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, fuzzy, c-format
msgid "Install/Update firmware files"
msgstr "Избор на датотека"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Делење на Скенер"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Сите локални компјутери"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Оваа машина"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -25617,7 +25627,7 @@ msgstr ""
"Овде можете да изберете дали скенерите поврзани на оваа машина треба да се "
"достапни за оддалечени машини и за кои оддалечени машини."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -25626,33 +25636,33 @@ msgstr ""
"Овде можете исто така да одлучите дали скенерите на оддалечените машини би "
"требало да се направат како достапни за оваа машина."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Скенерите на оваа машина се достапни и на други компјутери"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Скенер делен со хост: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Користи скенери од локални компјутери"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Користи ги скенерите од хост:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Делење на локални скенери"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -25660,55 +25670,55 @@ msgid ""
msgstr ""
"Ова се машините на кои што локално поврзаните скенер(и) треба да се достапни:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Додади компјутер"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Уреди го селектираниот домаќин"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Отстрани го избраниот компјутер"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Име/IP адреса на компјутер:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Изберете го хостот на кој локалните скенери би требало да работат:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Мора да внесете име на компјутерот или IP адреса.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Овој хост веќе е на листата, не може да биде додаден повторно.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Користење на далечински скенери"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Ова се машините од кои скенерите треба да бидат користени:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -25719,7 +25729,7 @@ msgstr ""
"\n"
"Дали сакате да го инсталирате пакетот saned?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Ваши(те)от скенер/и нема да се доспани на мрежата."
@@ -25904,6 +25914,13 @@ msgid "Installation failed"
msgstr "Неуспешна инсталација"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Откажи"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Конфигурацијата е сменета- рестартирај clusternfs/dhcpd?"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/mn.po b/perl-install/share/po/mn.po
index a90f17658..864dd9d18 100644
--- a/perl-install/share/po/mn.po
+++ b/perl-install/share/po/mn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2004-01-02 00:35+0100\n"
"Last-Translator: Sanlig Badral <Badral@openmn.org>\n"
"Language-Team: Mongolian <openmn-core@lists.sf.net>\n"
@@ -171,21 +171,21 @@ msgstr ""
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -212,9 +212,9 @@ msgstr ""
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Алдаа"
@@ -431,10 +431,10 @@ msgstr "Тохир"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Гарах"
@@ -584,7 +584,7 @@ msgstr "График карт: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -601,7 +601,7 @@ msgstr "Ок"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -616,7 +616,7 @@ msgstr "Хүчингүй"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -817,7 +817,7 @@ msgstr "Үндсэн хуваалтын эхний сектор"
msgid "On Floppy"
msgstr "Идэвхитэй"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Алгасах"
@@ -1155,9 +1155,9 @@ msgstr "г"
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Биелэгдэв"
@@ -1349,9 +1349,9 @@ msgstr "Та Самба вы."
msgid "Launch userdrake"
msgstr ""
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1518,7 +1518,7 @@ msgstr "Домэйн"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Сервер"
@@ -1636,7 +1636,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1646,56 +1646,56 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr ""
-#: bootloader.pm:907
+#: bootloader.pm:910
#, fuzzy, c-format
msgid "LILO with text menu"
msgstr "текст"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr ""
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr ""
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, fuzzy, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Хаана вы?"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr ""
@@ -2863,7 +2863,7 @@ msgstr "Серверүүд хайх"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "%s багц суулгагдах шаардлагатай. Үүнийг суулгахыг хүсэж байна уу?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Ямар нэгэн туршилтын хуудас битгий хэвлэ"
@@ -2874,19 +2874,19 @@ msgid "Mandatory package %s is missing"
msgstr "с бол"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Анхааруулга"
@@ -3658,7 +3658,7 @@ msgstr "Хэрэглэгчийн нэр"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4275,8 +4275,8 @@ msgid ""
msgstr "Бүх г г вы вы г бол Та вы вы г г вы г с вы г с вы шинэ г с вы."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -4972,8 +4972,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6410,14 +6410,14 @@ msgstr "Мэдэгдэл Бичээс г"
msgid "Re-submit"
msgstr ""
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Чех хэл"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -6431,28 +6431,28 @@ msgid ""
"Dvorak"
msgstr ""
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Испани хэл"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Финланд"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Франц хэл"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
@@ -6466,828 +6466,828 @@ msgid ""
"Polish"
msgstr "Польш"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Орос хэл"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Швед хэл"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr ""
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr ""
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Албани"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Армен"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Армен"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Армен"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Араб"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr ""
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Белги"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Тамил"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Белги"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Болгар хэл (авиа зүй)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Болгар"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Бразильский"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Босни"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Цагаан орос хэл"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Швейцарь (Герман завсар)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Швейцарь (Франц завсар)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Араб"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Чех хэл"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Герман хэл үгүй"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr ""
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Дани"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr ""
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Норвеги хэл"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Норвеги хэл"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Швед хэл"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Норвеги хэл"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Швед хэл"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Швед хэл"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Босни"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Эстонский"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Грек"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Георг Орос хэл"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Георг Латин Америк"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Грек"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:230
+#: keyboard.pm:225
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Гуярати"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Гурмуки"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Кроат"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Унгар хэл"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr ""
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr ""
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Израйль (авиа зүй)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Иран"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Исланд"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Итали хэл"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr ""
-#: keyboard.pm:244
+#: keyboard.pm:239
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Япон"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Канад"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Солонгос"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Араб"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Солонгос"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Латин Америк"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr ""
-#: keyboard.pm:255
+#: keyboard.pm:250
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Литва хэл"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Литва хэл шинэ"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Литва хэл"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Литва хэл"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Латви"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr ""
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Македон"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr ""
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Монгол (крилл)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr ""
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Малт (АНУ)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Дуч хэл"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Либя"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Польш"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Польш"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Польш"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Португали хэл"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr ""
-#: keyboard.pm:279
+#: keyboard.pm:273
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Роман"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Роман"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Болгар хэл (авиа зүй)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Норвеги хэл"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr ""
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Тай"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Словян хэл"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr ""
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr ""
-#: keyboard.pm:294
+#: keyboard.pm:288
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Серби"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr ""
-#: keyboard.pm:296
+#: keyboard.pm:290
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Армен"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Токелау"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Тамил"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Тамил"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Тай"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Тай"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Тай"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Тажик гар"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Герман"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Турк"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Турк (орчин үеийн \"Q\" загвар)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Украйн хэл"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Либя"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr ""
-#: keyboard.pm:322
+#: keyboard.pm:315
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Серби"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr ""
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr ""
-#: keyboard.pm:332
+#: keyboard.pm:325
#, fuzzy, c-format
msgid "Right Alt key"
msgstr "Баруун Alt"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, fuzzy, c-format
msgid "Both Shift keys simultaneously"
msgstr "Shift"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, fuzzy, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Контрол Shift"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, fuzzy, c-format
msgid "CapsLock key"
msgstr "CapsLock"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, fuzzy, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Ctrl болон Alt точнуудын төсөөжүүлэлт"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl болон Alt точнуудын төсөөжүүлэлт"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, fuzzy, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt Shift"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, fuzzy, c-format
msgid "\"Menu\" key"
msgstr "Цэс"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Зүүн \"Windows\" товч"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, fuzzy, c-format
msgid "Right \"Windows\" key"
msgstr "Баруун Цонхнууд"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, fuzzy, c-format
msgid "Both Control keys simultaneously"
msgstr "Shift"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, fuzzy, c-format
msgid "Both Alt keys simultaneously"
msgstr "Shift"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, fuzzy, c-format
msgid "Left Shift key"
msgstr "Зүүн \"Windows\" товч"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, fuzzy, c-format
msgid "Right Shift key"
msgstr "Баруун Alt"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, fuzzy, c-format
msgid "Left Alt key"
msgstr "Баруун Alt"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, fuzzy, c-format
msgid "Left Control key"
msgstr "Дээд"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, fuzzy, c-format
msgid "Right Control key"
msgstr "Баруун Alt"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, fuzzy, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7295,7 +7295,7 @@ msgid ""
"(eg: latin and non latin)"
msgstr "вы г"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -9642,8 +9642,8 @@ msgstr "ямх"
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, fuzzy, c-format
msgid "%s already in use\n"
msgstr "Хэрэглэгчийн ТТ хэдийн хэрэглэгдэж байна"
@@ -10272,7 +10272,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Баяр хүргэе!"
@@ -10399,9 +10399,9 @@ msgstr "Тохируулах"
msgid "On CUPS server \"%s\""
msgstr "\"%s\" CUPS сервер дээр"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, fuzzy, c-format
msgid " (Default)"
msgstr "Стандарт"
@@ -10453,9 +10453,9 @@ msgstr "Дээд"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, fuzzy, c-format
msgid "Unknown model"
msgstr "Тодорхойгүй"
@@ -10703,7 +10703,7 @@ msgid "URI: %s"
msgstr ""
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, fuzzy, c-format
msgid "Raw printer (No driver)"
msgstr "Түүхий хэвлэгч"
@@ -10734,12 +10734,12 @@ msgstr "Хост %s"
msgid "%s (Port %s)"
msgstr "%s (Порт %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -10776,7 +10776,7 @@ msgid ""
msgstr "Та."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -10821,8 +10821,8 @@ msgstr "Хэвлэгч "
msgid "Custom configuration"
msgstr "Хэрэглэгчийн"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, fuzzy, c-format
msgid "No remote machines"
msgstr "Үгүй"
@@ -11017,8 +11017,8 @@ msgstr "Порт"
msgid "On, Name or IP of remote server:"
msgstr "Хэвлэгч"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "Хост."
@@ -11028,29 +11028,30 @@ msgstr "Хост."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr ""
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr ""
@@ -11175,7 +11176,7 @@ msgid ""
"printers will be automatically detected."
msgstr "Нээх дээд."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -11390,12 +11391,12 @@ msgstr ""
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, fuzzy, c-format
msgid "Printer model selection"
msgstr "Хэвлэгч"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, fuzzy, c-format
msgid "Which printer model do you have?"
msgstr "Та ямар төрлийн карттай бэ?"
@@ -11409,7 +11410,7 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -11418,7 +11419,7 @@ msgstr ""
"Хэрэв таны хэвлэгч жагсаалтанд байхгүй бол тохирох (хэвлэгчийн зааврыг үз) "
"эсвэл төстэйгээс нь сонгоно уу!"
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "\"%s\" хэвлэгчийн устгаж байна..."
@@ -11437,7 +11438,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Дээд"
@@ -11452,8 +11453,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, fuzzy, c-format
msgid "Add a new printer"
msgstr "Нэмэх шинэ"
@@ -11597,8 +11598,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Ямар нэгэн туршилтын хуудас битгий хэвлэ"
@@ -11823,10 +11824,10 @@ msgid "Remote printer name missing!"
msgstr "Зайн хэвлэгчийн нэр байхгүй байна!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -12161,8 +12162,8 @@ msgstr "Засах"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, fuzzy, c-format
msgid "Printer connection type"
msgstr "Хэвлэгч"
@@ -12172,22 +12173,18 @@ msgstr "Хэвлэгч"
msgid "What do you want to do?"
msgstr "Хаана вы с?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Хүчингүй"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -12196,104 +12193,120 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "%s багцыг суулгаж байна..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "HPLIP"
msgstr "PL_IP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"Хэрэглэгчийн хувийн GNOME-тохируулгын лавлах »%s«-ийг зохиож чадсангүй: %s\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr ""
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "вы?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Модулийг устгах"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr ""
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Тохируулж байна..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr ""
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, fuzzy, c-format
msgid "Enter Printer Name and Comments"
msgstr "Хэвлэгч Нэр"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, fuzzy, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Дискийн төхөөрөмж холбох Цэг"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -12301,42 +12314,42 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, fuzzy, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr "нэр Тодорхойлолт Байршил ямх хэрэглэгчид."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Хэвлэгчийн нэр"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Тодорхойлолт"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Байршил"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr ""
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Таны хэвлэгчийн загвар"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12351,18 +12364,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Загвар нь зөв байна"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, fuzzy, c-format
msgid "Select model manually"
msgstr "Сонгох"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, fuzzy, c-format
msgid ""
"\n"
@@ -12372,38 +12385,38 @@ msgid ""
"\"Raw printer\" is highlighted."
msgstr "г аас Хайх ямх жигсаалт бол."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -12411,58 +12424,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, fuzzy, c-format
msgid "Install PPD file from"
msgstr "rpm суулгах"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, fuzzy, c-format
msgid "Floppy Disk"
msgstr "Уян диск"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, fuzzy, c-format
msgid "Other place"
msgstr "Бусад"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "Файл сонгох"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "rpm суулгах"
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr ""
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, fuzzy, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -12473,12 +12486,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr "Та бол вы төрөл."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjet тохируулга"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, fuzzy, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -12487,7 +12500,7 @@ msgid ""
"to."
msgstr "үгүй бол."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, fuzzy, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -12501,12 +12514,12 @@ msgid ""
msgstr ""
"тийш выhttp://www.lexmark.com/ Линк холбоос Та Хүчингүй хуудаснууд Программ."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark inkjet тохируулга"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12515,12 +12528,12 @@ msgid ""
"connected to."
msgstr "үгүй бол."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Драйвер"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -12529,17 +12542,17 @@ msgid ""
"port or configure it on the machine where it is connected to."
msgstr "үгүй бол."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Гараар"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Гараар"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12548,12 +12561,12 @@ msgid ""
"where it is directly connected to."
msgstr "үгүй бол."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, fuzzy, c-format
msgid ""
"Printer default settings\n"
@@ -12564,39 +12577,39 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr "Хэвлэгч г хэмжээ төрөл горим аас Тэмдэглэл."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, fuzzy, c-format
msgid "Printer default settings"
msgstr "Хэвлэгч"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "%s сонголт нь бүхэл тоо байх ёстой!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "%s сонголт нь тоо байх ёстой!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, fuzzy, c-format
msgid "Option %s out of range!"
msgstr "%s сонголт нь тоо байх ёстой!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "Та энэ чанарыг ашиглахыг хүсэж байна уу?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Шалгах хуудсууд"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, fuzzy, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -12605,47 +12618,47 @@ msgid ""
"it is enough to print the standard test page."
msgstr "хуудаснууд вы Томоор бол."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, fuzzy, c-format
msgid "No test pages"
msgstr "Үгүй"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Хэвлэ"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, fuzzy, c-format
msgid "Standard test page"
msgstr "Стандарт"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, fuzzy, c-format
msgid "Alternative test page (Letter)"
msgstr "Альтернатив Letter"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, fuzzy, c-format
msgid "Alternative test page (A4)"
msgstr "Альтернатив A4"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, fuzzy, c-format
msgid "Photo test page"
msgstr "Фото зураг"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Шалгах хуудсыг хэвлэж байна..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Фото зураг"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -12660,7 +12673,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -12672,17 +12685,17 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr ""
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Түүхий хэвлэгч"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -12691,7 +12704,7 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -12699,8 +12712,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -12709,7 +12722,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -12719,14 +12732,14 @@ msgstr ""
"Тухайн хэвлэгчүүдийн хувьд боломжтой сонголтуудын жагсаалтыг авахын тулд "
"\"Хэвлэх сонголтын жагсаалт\" товчийг дарна уу."
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, fuzzy, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr "бол жигсаалт аас г"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -12735,8 +12748,8 @@ msgstr ""
"Ямар нэгэн файлыг тушаалын мөрнөөс хэвлэхдээ \"%s <file>\" тушаалыг "
"хэрэглэнэ.\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, fuzzy, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -12744,7 +12757,7 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr "вы ямх Хэвлэх аас аас нэр бол х.программ"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -12753,7 +12766,7 @@ msgstr ""
"Тухайн хэвлэгчүүдийн хувьд боломжтой сонголтуудын жагсаалтыг авахын тулд "
"\"Хэвлэх сонголтын жагсаалт\" товчийг дарна уу."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -12762,7 +12775,7 @@ msgstr ""
"Тушаалын мөрнөөс (терминал цонх) файл хэвлэхийн тулд \"%s <file>\" эсвэл \"%"
"s <file>\" командыг хэрэглэнэ.\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -12773,7 +12786,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -12782,27 +12795,27 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "\"%s\" хэвлэгч дээр хэвлэж байна"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "\"%s\" хэвлэгч дээр хэвлэж байна"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Хэвлэх сонголтын жагсаалт"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Хэвлэх сонголтын жагсаалт"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -12810,14 +12823,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -12825,14 +12838,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -12840,7 +12853,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -12848,7 +12861,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -12856,7 +12869,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -12864,33 +12877,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr ""
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Өнгө"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr ""
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -12900,33 +12913,33 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, fuzzy, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr "Нээх"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, fuzzy, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr "локал дээд"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -12937,7 +12950,7 @@ msgstr ""
"Мөн үйлдвэрээс нь эсвэл эх CUPS драйвертай хамт ирсэн PPD файлуудтай "
"тохируулагдсан хэвлэгчүүд шилжигдэж чадахгүй. "
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, fuzzy, c-format
msgid ""
"\n"
@@ -12945,17 +12958,17 @@ msgid ""
"\"Transfer\"."
msgstr "вы г."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Хэвлэгчүүдийг шилжүүлэхгүй"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Шилжүүлэх"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -12963,17 +12976,17 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Шинэ хэвлэгчийн нэр"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, fuzzy, c-format
msgid "Transferring %s..."
msgstr "%s@%s рүү таних тэмдэг ачаалж байна..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -12982,28 +12995,28 @@ msgstr ""
"Та хуучин үндсэн хэвлэгчийн системээ шилжүүллээ (\"%s\"), Энэ нь мөн таын "
"шинэ хэвлэх систем %s-н хувьд үндсэн байх ёстой юу?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr ""
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, fuzzy, c-format
msgid "Starting network..."
msgstr "Эхэлж байна."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, fuzzy, c-format
msgid "Configure the network now"
msgstr "Тохируулах"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Сүлжээний ажиллагаа тохируулагдаагүй"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, fuzzy, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -13012,12 +13025,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr "Та бол вы За алив вы вы вы?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, fuzzy, c-format
msgid "Go on without configuring the network"
msgstr "Очих"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, fuzzy, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -13029,7 +13042,7 @@ msgstr ""
"Хийгдсэн бол Контрол Төвд Сүлжээ Интернэт Холболт Контрол Төвд Hardware "
"Хэвлэгч"
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -13040,27 +13053,27 @@ msgstr ""
"болон техник хангамжаа шалгана уу! Тэгээд дахин зайн хэвлэгчээ тохируулахаар "
"оролдоно уу!"
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Хэвлэх системийг дахин эхлүүлж байна..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr ""
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr ""
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "%s хамгаалалтын төвшинд хэвлэх систем суулгах."
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, fuzzy, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -13075,12 +13088,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr "Та с ямх с г бол бол Цэг ямх г вы?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, fuzzy, c-format
msgid "Starting the printing system at boot time"
msgstr "Эхэлж байна"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -13094,32 +13107,32 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Суусан програм хангамжуудыг шалгаж байна..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, fuzzy, c-format
msgid "Removing %s..."
msgstr "%s-г устгаж байна"
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Өөрчилөх"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, fuzzy, c-format
msgid "Installing %s..."
msgstr "%s-ийг суулгаж байна\n"
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Өөрчилөх"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -13128,46 +13141,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "Хэвлэгч"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, fuzzy, c-format
msgid "Setting Default Printer..."
msgstr "Стандарт Хэвлэгч."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Хэвлэгч"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -13176,12 +13189,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -13189,55 +13202,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "Өөрчилөх"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, fuzzy, c-format
msgid "Select Printer Spooler"
msgstr "Хэвлэгч"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, fuzzy, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "вы?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, fuzzy, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "\"%s\" хэвлэгч дээр хэвлэж байна"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Foomatic-г суулгаж байна..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13245,148 +13258,148 @@ msgid ""
"it. "
msgstr "Давхар."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, fuzzy, c-format
msgid "Display all available remote CUPS printers"
msgstr "Харуулах дээд"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Хэвлэгчийн жагсаалтыг сэргээх (бүх боломжтой зайн CUPS харуулахын тулд)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS тохиргоо"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, fuzzy, c-format
msgid "Change the printing system"
msgstr "Өөрчилөх"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, fuzzy, c-format
msgid "Normal Mode"
msgstr "Энгийн"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, fuzzy, c-format
msgid "Expert Mode"
msgstr "Мэргэжлийн"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, fuzzy, c-format
msgid "Printer options"
msgstr "Хэвлэгч"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, fuzzy, c-format
msgid "Modify printer configuration"
msgstr "Өөрчлөх"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
"What do you want to modify on this printer?"
msgstr ""
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "Энэ хуваалтын хэмжээг өөрчилж болохгүй"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr ""
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Хэвлэгчийн нэр, тайлбар, байрлал"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, fuzzy, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Хэвлэгч"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Хэвлэгчийн үйлдвэрлэгч, загвар"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr ""
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Серверийг идэвхжүүлэх"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Локал"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Хэвлэгч"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, fuzzy, c-format
msgid "Print test pages"
msgstr "Хэвлэх"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr ""
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, fuzzy, c-format
msgid "Remove printer"
msgstr "Алсын хэвлэгч"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "\"%s\" хэвлэгчийн устгаж байна..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "\"%s\" хэвлэгч дээр хэвлэж байна"
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Интернэт Холболт бол хаалттай."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Та үнэхээр \"%s\" хэвлэгчийг устгахыг хүсэж байна уу?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "\"%s\" хэвлэгчийн устгаж байна..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Үндсэн хэвлэгч"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
@@ -13422,15 +13435,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr ""
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -15142,124 +15155,124 @@ msgstr "Гараад, Ctrl-Alt-BackSpace товчнуудыг дарна уу!"
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, fuzzy, c-format
msgid "Terminal Server Configuration"
msgstr "Терминал Сервер"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "dhcpd Үйлчлэгчийн Тохируулга"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Серверийг идэвхжүүлэх"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr ""
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, fuzzy, c-format
msgid "Start Server"
msgstr "Эхлэх"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Серверийг Зогсоох"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, fuzzy, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Уян диск"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr ""
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, fuzzy, c-format
msgid "Add/Del Users"
msgstr "Нэмэх"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, fuzzy, c-format
msgid "Add/Del Clients"
msgstr "Нэмэх"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Зургууд"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Анхны Удаагийн Туслагч"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -15282,27 +15295,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Илбэчийг цуцлах"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "Зөвшөөрөх"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -15312,28 +15325,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, fuzzy, c-format
msgid "This will take a few minutes."
msgstr "минут."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, fuzzy, c-format
msgid "Done!"
msgstr "Хийгдсэн"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -15341,31 +15354,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Терминал Сервер"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -15374,14 +15386,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -15394,30 +15406,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -15433,17 +15444,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -15451,33 +15461,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -15493,12 +15504,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -15523,14 +15534,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -15539,94 +15549,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr ""
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr ""
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, fuzzy, c-format
msgid "PXE Image"
msgstr "Зураг"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "цөмийн хувилбар"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr ""
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, fuzzy, c-format
msgid "No kernel selected!"
msgstr "Үгүй!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Ямар нэгэн NIC сонгогдоогүй байна!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, fuzzy, c-format
msgid "Build All Kernels -->"
msgstr "Бүх"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Устгах"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Ямар нэгэн NIC сонгогдоогүй байна!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Бүх NBI-г устгах"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr ""
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, fuzzy, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -15636,178 +15646,178 @@ msgstr ""
"ямх бол\n"
" ямх Терминал Сервер Терминал Сервер."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Хэрэглэгч нэмэх -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr ""
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, fuzzy, c-format
msgid "type: %s"
msgstr "төрөл"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, fuzzy, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr "Автоматаар"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, fuzzy, c-format
msgid "No net boot images created!"
msgstr "Үгүй!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr ""
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, fuzzy, c-format
msgid "Allow Thin Clients"
msgstr "Зөвшөөрөх"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, fuzzy, c-format
msgid "Add Client -->"
msgstr "Нэмэх Клиент"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, fuzzy, c-format
msgid "type: fat"
msgstr "төрөл"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, fuzzy, c-format
msgid "type: thin"
msgstr "төрөл"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, fuzzy, c-format
msgid "local config: false"
msgstr "Дотоод файлууд"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr ""
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Клиентыг засах"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr ""
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, fuzzy, c-format
msgid "Delete Client"
msgstr "Устгах"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, fuzzy, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr "Менежер бүрэн г"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, fuzzy, c-format
msgid "Subnet:"
msgstr "Subnetz:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Сүлжээний шүүлт:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Subnet Mask:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, fuzzy, c-format
msgid "Broadcast Address:"
msgstr "Хаяг:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, fuzzy, c-format
msgid "Domain Name:"
msgstr "Домэйн Нэр:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, fuzzy, c-format
msgid "Name Servers:"
msgstr "Нэр:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "IP мужын эхлэл:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, fuzzy, c-format
msgid "IP Range End:"
msgstr "Файлын төгсгөл:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Тохиргоог бичих"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "dhcpd Үйлчлэгчийн Тохируулга"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -15818,108 +15828,108 @@ msgstr ""
"системээс авагдсан байна.\n"
"Та үүнийг хүссэнээрээ өөрчилж чадна."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Уян диск оруулна уу:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Уян диск рүү хандаж чадсангүй!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, fuzzy, c-format
msgid "Floppy can be removed now"
msgstr "Уян диск"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, fuzzy, c-format
msgid "No floppy drive available!"
msgstr "Үгүй!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "%s файл руу бичих үед алдаа гарлаа"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Зарим зүйлс буруу болоод явчихлаа. mkisofs суулгагдсан уу?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr ""
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr "%s танигдсан"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, fuzzy, c-format
msgid "%s not found...\n"
msgstr "HTTP олдсонгүй\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"/etc/hosts.allow ба /etc/hosts.deny нь хэдийн тохируулагдсан байна - "
"өөрчлөгдөөгүй"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
msgstr ""
#: standalone/drakautoinst:38 standalone/drakhosts:123
@@ -23357,17 +23367,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr ""
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, fuzzy, c-format
msgid "Searching for new scanners..."
msgstr "шинэ."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -23516,43 +23526,43 @@ msgid ""
"You can launch printerdrake from the %s Control Center in Hardware section."
msgstr ""
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "Модулийг устгах"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, fuzzy, c-format
msgid "Auto-detect available ports"
msgstr "/Хэвлэгчүүдийг автоматаар таних"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr ""
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Тэмдэглэл: Зэргэлдээ портуудыг автоматаар таньж чадахгүй)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "төхөөрөмж сонгох"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr ""
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "Модулийг устгах"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "Автомат танилт"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -23561,40 +23571,40 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
"Multimedia/Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -23602,7 +23612,7 @@ msgid ""
"Graphics in the applications menu."
msgstr ""
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, fuzzy, c-format
msgid ""
"The following scanners\n"
@@ -23615,7 +23625,7 @@ msgstr ""
"%s%s\n"
"нь таны систем рүү шууд холбогдсон байна"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, fuzzy, c-format
msgid ""
"The following scanner\n"
@@ -23628,137 +23638,137 @@ msgstr ""
"%s%s\n"
"нь таны систем рүү шууд холбогдсон байна"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, fuzzy, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "үгүй"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, fuzzy, c-format
msgid "Search for new scanners"
msgstr "Серверүүд хайх"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, fuzzy, c-format
msgid "Add a scanner manually"
msgstr "Сонгох"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, fuzzy, c-format
msgid "Install/Update firmware files"
msgstr "Файл сонгох"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, fuzzy, c-format
msgid "Scanner sharing"
msgstr "Файл"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, fuzzy, c-format
msgid "All remote machines"
msgstr "Үгүй"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Энэ машин"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr ""
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, fuzzy, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr "Та."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Энэ машин дээрх скайнерууд нь бусад тооцоолууруудын хувьд боломжтой"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr ""
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, fuzzy, c-format
msgid "Use scanners on remote computers"
msgstr "Нээх дээд"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, fuzzy, c-format
msgid "Use the scanners on hosts: "
msgstr "Нээх "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, fuzzy, c-format
msgid "Sharing of local scanners"
msgstr "аас"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, fuzzy, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr "Сонгох Нээх локал:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, fuzzy, c-format
msgid "Add host"
msgstr "Нэмэх"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Сонгогдсон хостыг засах"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, fuzzy, c-format
msgid "Remove selected host"
msgstr "Устгах"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Хостын Нэр/IP хаяг:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, fuzzy, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Сонгох Нээх локал:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, fuzzy, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Та нэр"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, fuzzy, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "бол ямх жигсаалт"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, fuzzy, c-format
msgid "Usage of remote scanners"
msgstr "аас"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, fuzzy, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -23766,7 +23776,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr "%s багц суулгагдах шаардлагатай. Үүнийг суулгахыг хүсэж байна уу?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -23949,6 +23959,10 @@ msgid "Installation failed"
msgstr "Хэлбэр!"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Хүчингүй"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/ms.po b/perl-install/share/po/ms.po
index 53a6de0b0..0355bb133 100644
--- a/perl-install/share/po/ms.po
+++ b/perl-install/share/po/ms.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-11-26 13:48+0800\n"
"Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>\n"
"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
@@ -169,21 +169,21 @@ msgstr "Sila tunggu, mengesan dan menetapkan peranti..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -210,9 +210,9 @@ msgstr "Sila tunggu, mengesan dan menetapkan peranti..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Ralat"
@@ -432,10 +432,10 @@ msgstr "Tersendiri"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Keluar"
@@ -585,7 +585,7 @@ msgstr "Kad grafik: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -602,7 +602,7 @@ msgstr "Ok"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -617,7 +617,7 @@ msgstr "Batal"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -826,7 +826,7 @@ msgstr "Sektor pertama bagi partisyen root"
msgid "On Floppy"
msgstr "Pada Cekara Liut"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Langkau"
@@ -1167,9 +1167,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Selesai"
@@ -1361,9 +1361,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "_Laksana up2date..."
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1530,7 +1530,7 @@ msgstr "Domain"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Pelayan"
@@ -1647,7 +1647,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "tidak NIS"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1657,56 +1657,56 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:906
+#: bootloader.pm:909
#, fuzzy, c-format
msgid "LILO with graphical menu"
msgstr "Konfigurasi kemaskini menu selesai dg ERROR !!!"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, fuzzy, c-format
msgid "LILO with text menu"
msgstr "Menu alat mod teks"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, fuzzy, c-format
msgid "GRUB with graphical menu"
msgstr "Konfigurasi kemaskini menu selesai dg ERROR !!!"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, fuzzy, c-format
msgid "GRUB with text menu"
msgstr "Menu alat mod teks"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, fuzzy, c-format
msgid "not enough room in /boot"
msgstr "dalam"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, fuzzy, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "on"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, fuzzy, c-format
msgid "Re-install Boot Loader"
msgstr "Pasang pemuat but baru"
@@ -2876,7 +2876,7 @@ msgstr "Tambah alamat baru..."
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Tidak Dapat Membuka Pakej"
@@ -2887,19 +2887,19 @@ msgid "Mandatory package %s is missing"
msgstr "Kehilangan Alamat IP"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Amaran"
@@ -3674,7 +3674,7 @@ msgstr "Nama user"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4298,8 +4298,8 @@ msgid ""
msgstr "fail on dan on on on on."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5005,8 +5005,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6463,14 +6463,14 @@ msgstr "Maklumat finger berubah.\n"
msgid "Re-submit"
msgstr "Ulang_but"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "keyboard|Czechoslovakia (qwertz)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -6484,28 +6484,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Sepanyol"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
@@ -6519,828 +6519,828 @@ msgid ""
"Polish"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, fuzzy, c-format
msgid "UK keyboard"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, fuzzy, c-format
msgid "US keyboard"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albania"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "keyboard|Tamil (Typewriter)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arab"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "keyboard|Amerika Latin"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Swiss (susunatur Perancis)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "keyboard|Bengali (Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "keyboard|Swiss Jerman (latin1)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Swiss (susunatur Perancis)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "keyboard|Arab (qwerty)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Jerman tidak"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "US/East-Indiana"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "keyboard|French Canadian"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estonia"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Swiss (susunatur Perancis)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Swiss (susunatur Perancis)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Greek"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Croatia"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Icelandic"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Itali"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Kunci kekunci Lekat"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "keyboard|Arab (azerty/digit)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "keyboard|Amerika Latin"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "keyboard|Arab (azerty/digit)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "keyboard|Arab (azerty/digit)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Bilangan baris untuk dilampirkan ke sebelah bawah wiget anak"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "keyboard|Arab (qwerty/digit)"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Macedonia"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Burma)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "US/East-Indiana"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Belanda"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "keyboard|Arab (qwerty/digit)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Swiss (susunatur Perancis)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugis"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "keyboard|Czechoslovakia (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "keyboard|Arab (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Fail data Finland"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "keyboard|Czechoslovakia (qwertz)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "keyboard|Arab (qwerty)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Swiss (susunatur Perancis)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Swiss (susunatur Perancis)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "<h1>Papan kekunci</h1>"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Model pagi paparan pepohon"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Model pagi paparan pepohon"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Pilihan Papan Kekunci"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, fuzzy, c-format
msgid "US keyboard (international)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "keyboard|Arab (azerty)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr ""
-#: keyboard.pm:325
+#: keyboard.pm:318
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "keyboard|Amerika Latin"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, fuzzy, c-format
msgid "Right Alt key"
msgstr "Fail Sijil _Kekunci:"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, fuzzy, c-format
msgid "Both Shift keys simultaneously"
msgstr "Kedua-dua kekunci Shift serentak menukarkan kumpulan"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, fuzzy, c-format
msgid "Control and Shift keys simultaneously"
msgstr "dan Shif"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, fuzzy, c-format
msgid "CapsLock key"
msgstr "_Kekunci Enkripsi"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, fuzzy, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Ctrl dan Alt"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, fuzzy, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl dan Alt"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, fuzzy, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt dan Shif"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, fuzzy, c-format
msgid "\"Menu\" key"
msgstr "_Kekunci Enkripsi"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, fuzzy, c-format
msgid "Left \"Windows\" key"
msgstr "Fail Sijil _Kekunci:"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, fuzzy, c-format
msgid "Right \"Windows\" key"
msgstr "Fail Sijil _Kekunci:"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, fuzzy, c-format
msgid "Both Control keys simultaneously"
msgstr "Kedua-dua kekunci Alt menukarkan kumpulan"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, fuzzy, c-format
msgid "Both Alt keys simultaneously"
msgstr "Kedua-dua kekunci Alt menukarkan kumpulan"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, fuzzy, c-format
msgid "Left Shift key"
msgstr "Fail Sijil _Kekunci:"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, fuzzy, c-format
msgid "Right Shift key"
msgstr "Fail Sijil _Kekunci:"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, fuzzy, c-format
msgid "Left Alt key"
msgstr "Fail Sijil _Kekunci:"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, fuzzy, c-format
msgid "Left Control key"
msgstr "Fail Sijil _Kekunci:"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, fuzzy, c-format
msgid "Right Control key"
msgstr "Fail Sijil _Kekunci:"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, fuzzy, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7348,7 +7348,7 @@ msgid ""
"(eg: latin and non latin)"
msgstr "dan"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -9687,8 +9687,8 @@ msgstr "Gateway dalam"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Amaran IP!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, fuzzy, c-format
msgid "%s already in use\n"
msgstr "gid %s telah digunakan."
@@ -10309,7 +10309,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr ""
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Tahniah !"
@@ -10436,9 +10436,9 @@ msgstr "Tidak"
msgid "On CUPS server \"%s\""
msgstr "Tidak dapat memulakan pelayan X pada kad %d"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Default)"
@@ -10490,9 +10490,9 @@ msgstr "Mengimport giliran CUPS ..."
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, fuzzy, c-format
msgid "Unknown model"
msgstr "Model Keselamatan:"
@@ -10740,7 +10740,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, fuzzy, c-format
msgid "Raw printer (No driver)"
msgstr "Tiada pemacu ditemui (pencetak baru)"
@@ -10771,12 +10771,12 @@ msgstr "Hos"
msgid "%s (Port %s)"
msgstr "Port:"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -10813,7 +10813,7 @@ msgid ""
msgstr "on on."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr ""
@@ -10858,8 +10858,8 @@ msgstr "on hos "
msgid "Custom configuration"
msgstr "Konfigurasi VNC"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, fuzzy, c-format
msgid "No remote machines"
msgstr "Logmasuk Jauh (SSH)"
@@ -11058,8 +11058,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "on lpd"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, fuzzy, c-format
msgid "CUPS server name or IP address missing."
msgstr "Hos IP."
@@ -11069,29 +11069,30 @@ msgstr "Hos IP."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, fuzzy, c-format
msgid "Reading printer data..."
msgstr "Data Pencetak Windows (SMB)"
@@ -11217,7 +11218,7 @@ msgid ""
"printers will be automatically detected."
msgstr "on."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -11418,12 +11419,12 @@ msgstr " on "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, fuzzy, c-format
msgid "Printer model selection"
msgstr "Pilih pembuat dan model pencetak."
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, fuzzy, c-format
msgid "Which printer model do you have?"
msgstr "Anda mesti pilih model pencetak."
@@ -11437,14 +11438,14 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Tetapan pencetak"
@@ -11463,7 +11464,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Auto-kesan dan konfigurasi kad bunyi"
@@ -11478,8 +11479,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, fuzzy, c-format
msgid "Add a new printer"
msgstr "Tambah alamat baru..."
@@ -11620,8 +11621,8 @@ msgstr "dan dalam Fail default dalam Perkakasan."
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Tidak dapat buang pakej"
@@ -11837,10 +11838,10 @@ msgid "Remote printer name missing!"
msgstr "Masukkan Nama Pelayan Jauh"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -12171,8 +12172,8 @@ msgstr "Edit"
msgid "and choosing \"%s\"."
msgstr "Pengarangan dan Penerbitan"
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, fuzzy, c-format
msgid "Printer connection type"
msgstr "Jenis tetikus dikesan: %s"
@@ -12182,22 +12183,18 @@ msgstr "Jenis tetikus dikesan: %s"
msgid "What do you want to do?"
msgstr "Apa yang anda ingin lakukan sekarang?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, fuzzy, c-format
msgid "Set up with HPLIP"
msgstr "Menetapkan dan memonitor pencetak"
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, fuzzy, c-format
msgid "Set up without HPLIP"
msgstr "Menetapkan dan memonitor pencetak"
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Tetapan Rangkaian"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -12206,103 +12203,119 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, fuzzy, c-format
msgid "Installing %s package..."
msgstr "Ralat Memasang Pakej"
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, fuzzy, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Tak dpaat hantar direktori konfigurasi per-user gnome `%s': %s\n"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "Checking device and configuring %s..."
msgstr "Peranti Sedia Ada dan Titiklekapan"
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Tetingkap"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Menetapkan dan memonitor pencetak"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, fuzzy, c-format
msgid "Installing SANE packages..."
msgstr "Memasang individu pakej.\n"
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, fuzzy, c-format
msgid "Using and Maintaining your %s"
msgstr "Kirim emel dan urus penjadualan anda"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Peranti RAID"
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, fuzzy, c-format
msgid "Reading printer database..."
msgstr "Pelayan Pengkalan Data SQL"
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, fuzzy, c-format
msgid "Enter Printer Name and Comments"
msgstr "Anda mesti masukkan nama projek dan fail"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, fuzzy, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Nama dan"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -12310,42 +12323,42 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, fuzzy, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr "Huraian dan Lokasi dalam."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, fuzzy, c-format
msgid "Name of printer"
msgstr "Tetapan pencetak"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Huraian"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Lokasi"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, fuzzy, c-format
msgid "Preparing printer database..."
msgstr "Pelayan Pengkalan Data SQL"
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, fuzzy, c-format
msgid "Your printer model"
msgstr "Pilih pembuat dan model pencetak."
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, fuzzy, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12360,18 +12373,18 @@ msgid ""
"%s"
msgstr "dalam dalam dan dan secara manual secara manual on"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, fuzzy, c-format
msgid "The model is correct"
msgstr "dulang terbuka"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, fuzzy, c-format
msgid "Select model manually"
msgstr "Pilih pembuat dan model pencetak."
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, fuzzy, c-format
msgid ""
"\n"
@@ -12381,38 +12394,38 @@ msgid ""
"\"Raw printer\" is highlighted."
msgstr "Cari dalam."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -12420,59 +12433,59 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, fuzzy, c-format
msgid "Install PPD file from"
msgstr "Dari Fail Jauh (SSH)"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, fuzzy, c-format
msgid "Floppy Disk"
msgstr "Masukkan cakera liut"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, fuzzy, c-format
msgid "Other place"
msgstr "Port lain"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "Pilih Fail Log"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, fuzzy, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
"Menamatkan, <p>Fail <strong>%1</strong> tidak wujud atau tidak boleh dibaca."
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "Pemindahan Fail (FTP)"
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, fuzzy, c-format
msgid "OKI winprinter configuration"
msgstr "Konfigurasi Pemuat But"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, fuzzy, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -12483,12 +12496,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr "dan."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, fuzzy, c-format
msgid "Lexmark inkjet configuration"
msgstr "Konfigurasi Pemuat But"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, fuzzy, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -12497,7 +12510,7 @@ msgid ""
"to."
msgstr "lokal tidak on lokal on."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, fuzzy, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -12510,12 +12523,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr "Kepada danhttp://www.lexmark.com/ on dan Batal dan."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Konfigurasi Pemuat But"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12524,12 +12537,12 @@ msgid ""
"connected to."
msgstr "lokal tidak on lokal on."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, fuzzy, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Status konfigurasi bagi %s %s\n"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -12538,17 +12551,17 @@ msgid ""
"port or configure it on the machine where it is connected to."
msgstr "lokal tidak on lokal on."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, fuzzy, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Bunyi"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Bunyi"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12557,12 +12570,12 @@ msgid ""
"where it is directly connected to."
msgstr "lokal tidak on lokal on."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, fuzzy, c-format
msgid ""
"Printer default settings\n"
@@ -12573,39 +12586,39 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr "default dan dan."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, fuzzy, c-format
msgid "Printer default settings"
msgstr "_Sunting Tetapan Default..."
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, fuzzy, c-format
msgid "Option %s must be an integer number!"
msgstr "Pilihan s ya atau tidak"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, fuzzy, c-format
msgid "Option %s must be a number!"
msgstr "Nilai mestilah nombor"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, fuzzy, c-format
msgid "Option %s out of range!"
msgstr "<b>Julat Sync Meng_ufuk:</b>"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "default?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, fuzzy, c-format
msgid "Test pages"
msgstr "Laman Ralat"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, fuzzy, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -12614,47 +12627,47 @@ msgid ""
"it is enough to print the standard test page."
msgstr "dan on keluar Masuk."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, fuzzy, c-format
msgid "No test pages"
msgstr "Mainkan ujian bunyi"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Cetak"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, fuzzy, c-format
msgid "Standard test page"
msgstr "Halaman ujian PostScript Big5"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, fuzzy, c-format
msgid "Alternative test page (Letter)"
msgstr "Halaman ujian Postscript _US Letter"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, fuzzy, c-format
msgid "Alternative test page (A4)"
msgstr "Halaman ujian PostScript Big5"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, fuzzy, c-format
msgid "Photo test page"
msgstr "Halaman ujian PostScript Big5"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, fuzzy, c-format
msgid "Printing test page(s)..."
msgstr "Halaman ujian PostScript Big5"
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Halaman ujian PostScript Big5"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -12664,24 +12677,24 @@ msgid ""
"\n"
msgstr "Ujian"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
msgstr "Ujian"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr ""
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, fuzzy, c-format
msgid "Raw printer"
msgstr "Tetapan pencetak"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, fuzzy, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -12690,7 +12703,7 @@ msgid ""
"to modify the option settings easily.\n"
msgstr "Kepada fail<file><file><file> dan"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, fuzzy, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -12698,8 +12711,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr "dalam Cetakan fail fail"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -12708,7 +12721,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -12716,22 +12729,22 @@ msgid ""
"\n"
msgstr "Kepada on"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, fuzzy, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr "Kepada fail<file>"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, fuzzy, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -12739,21 +12752,21 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr "dalam Cetakan fail fail"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, fuzzy, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr "Kepada on."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, fuzzy, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr "Kepada fail<file><file>"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, fuzzy, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -12764,7 +12777,7 @@ msgid ""
"jams.\n"
msgstr "dan KDE on"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, fuzzy, c-format
msgid ""
"\n"
@@ -12773,27 +12786,27 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr "dan<file>"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Edit Pencetak Lokal"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Edit Pencetak Lokal"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, fuzzy, c-format
msgid "Print option list"
msgstr "penggunaan: %s --list [nama]\n"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "penggunaan: %s --list [nama]\n"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -12801,14 +12814,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -12816,14 +12829,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -12831,7 +12844,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -12839,7 +12852,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -12847,7 +12860,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -12855,33 +12868,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, fuzzy, c-format
msgid " - Print head alignment\n"
msgstr "_Guna dua kelapa"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Kedalaman _Warna:"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, fuzzy, c-format
msgid "Transfer printer configuration"
msgstr "Konfigurasi Pemuat But"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, fuzzy, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -12891,33 +12904,33 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr "siap Semua dan default"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, fuzzy, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr "on"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, fuzzy, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr "lokal dan"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, fuzzy, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "dan"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, fuzzy, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr "Masuk."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, fuzzy, c-format
msgid ""
"\n"
@@ -12925,7 +12938,7 @@ msgid ""
"or with native CUPS drivers cannot be transferred."
msgstr "fail."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, fuzzy, c-format
msgid ""
"\n"
@@ -12933,17 +12946,17 @@ msgid ""
"\"Transfer\"."
msgstr "dan."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, fuzzy, c-format
msgid "Do not transfer printers"
msgstr "Katalaluan itu tidak sepadan"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Pemindahan"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, fuzzy, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -12951,45 +12964,45 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr "A."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, fuzzy, c-format
msgid "New printer name"
msgstr "Nama Volum _Logikal:"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, fuzzy, c-format
msgid "Transferring %s..."
msgstr "Memindahkan mesej..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, fuzzy, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr "default default?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, fuzzy, c-format
msgid "Refreshing printer data..."
msgstr "Data Pencetak Windows (SMB)"
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, fuzzy, c-format
msgid "Starting network..."
msgstr "Memulakan daemon palam rangkaian: "
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, fuzzy, c-format
msgid "Configure the network now"
msgstr "Konfigurasikan Pemasangan Rangkaian"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, fuzzy, c-format
msgid "Network functionality not configured"
msgstr "Firewall tidak dikonfigurasikan."
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, fuzzy, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -12998,12 +13011,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr "on?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, fuzzy, c-format
msgid "Go on without configuring the network"
msgstr "Pergi ke on"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, fuzzy, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -13013,7 +13026,7 @@ msgid ""
"also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr "siap dan Rangkaian Internet dan Perkakasan"
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, fuzzy, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -13021,27 +13034,27 @@ msgid ""
"printer again."
msgstr "dan dan."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, fuzzy, c-format
msgid "Restarting printing system..."
msgstr "Memulakan sistem cetakan"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "tinggi"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr ""
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, fuzzy, c-format
msgid "Installing a printing system in the %s security level"
msgstr "dalam"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, fuzzy, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -13056,12 +13069,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr "on dalam dan dan default dalam on?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr ""
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, fuzzy, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -13075,32 +13088,32 @@ msgid ""
"again?"
msgstr "off on?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, fuzzy, c-format
msgid "Checking installed software..."
msgstr "Personalisasi pemilihan perisian"
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, fuzzy, c-format
msgid "Removing %s..."
msgstr "membuang peranti\n"
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Ralat sistem yang tidak diketahui"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Memasang %s..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Ralat sistem yang tidak diketahui"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -13109,46 +13122,46 @@ msgid ""
"be printed at all from this machine."
msgstr ""
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
"use this mode, click \"Quit\" otherwise."
msgstr ""
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, fuzzy, c-format
msgid "Name or IP of remote server:"
msgstr "on lpd"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, fuzzy, c-format
msgid "Setting Default Printer..."
msgstr "Edit Pencetak Lokal"
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, fuzzy, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "on"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr ""
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr ""
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
"CUPS servers in the same network are automatically discovered. "
msgstr ""
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -13157,12 +13170,12 @@ msgid ""
"(port 631) is opened. "
msgstr ""
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -13170,55 +13183,55 @@ msgid ""
"print queues is installed, so less memory and disk space is used. "
msgstr ""
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr ""
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr ""
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, fuzzy, c-format
msgid "Local CUPS printing system"
msgstr "Common Unix Printing System"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, fuzzy, c-format
msgid "Select Printer Spooler"
msgstr "Pilih pembuat dan model pencetak."
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr ""
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, fuzzy, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Klik untuk mengkonfigurasikan antaramuka"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, fuzzy, c-format
msgid "Installing Foomatic..."
msgstr "Memasang PemuatBoot..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13226,147 +13239,147 @@ msgid ""
"it. "
msgstr "on default."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, fuzzy, c-format
msgid "Display all available remote CUPS printers"
msgstr "Paparan"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, fuzzy, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Segarkan"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, fuzzy, c-format
msgid "CUPS configuration"
msgstr "Konfigurasi VNC"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, fuzzy, c-format
msgid "Change the printing system"
msgstr "Memulakan sistem cetakan"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, fuzzy, c-format
msgid "Normal Mode"
msgstr "Mod Penyelamatan"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, fuzzy, c-format
msgid "Expert Mode"
msgstr "Mod Penyelamatan"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, fuzzy, c-format
msgid "Printer options"
msgstr "Opsyen RAID"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, fuzzy, c-format
msgid "Modify printer configuration"
msgstr "Konfigurasi Pemuat But"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, fuzzy, c-format
msgid ""
"Printer %s%s\n"
"What do you want to modify on this printer?"
msgstr "on?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, fuzzy, c-format
msgid "This printer is disabled"
msgstr "Proses perakaunan dimatikan."
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, fuzzy, c-format
msgid "Do it!"
msgstr "Janga_n Simpan"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr ""
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, fuzzy, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Pilih pembuat dan model pencetak."
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, fuzzy, c-format
msgid "Printer manufacturer, model"
msgstr "Pilih pembuat dan model pencetak."
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, fuzzy, c-format
msgid "Set this printer as the default"
msgstr "Tetap Baris ini sebagai Heading"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, fuzzy, c-format
msgid "Enable Printer"
msgstr "Tetapan pencetak"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, fuzzy, c-format
msgid "Disable Printer"
msgstr "Tetapan pencetak"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Terdapat ralat komunikasi dengan pelayan: %s"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, fuzzy, c-format
msgid "Print test pages"
msgstr "Mainkan ujian bunyi"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr ""
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, fuzzy, c-format
msgid "Remove printer"
msgstr "Tetapan pencetak"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Membuang /etc/X11/X lama"
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, fuzzy, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Proses perakaunan dihidupkan."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, fuzzy, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Proses perakaunan dimatikan."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Adakah anda pasti untuk membuang pengguna '%s'?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Tetapan pencetak"
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, fuzzy, c-format
msgid "Default printer"
msgstr "Tetapan pencetak"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, fuzzy, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "default."
@@ -13402,15 +13415,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Tidak dapat menetapkan keizinan %o pada salinan %s: %s"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -15076,12 +15089,12 @@ msgstr "keluar dan Ctrl Alt"
msgid "You need to log out and back in again for changes to take effect"
msgstr "keluar dan dalam"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, fuzzy, c-format
msgid "%s: %s requires a username...\n"
msgstr "Namapengguna FTP"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -15090,112 +15103,112 @@ msgstr ""
"%s: %s memerlukan namahos, alamat MAC, IP, imej-nbi, 0/1 untuk THIN_CLIENT, "
"0/1 untuk Local Config...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, fuzzy, c-format
msgid "%s: %s requires hostname...\n"
msgstr "Tetapkan namahos:"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, fuzzy, c-format
msgid "Terminal Server Configuration"
msgstr "Alatan Konfigurasi Pelayan"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr " alternatives --config <nama>\n"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, fuzzy, c-format
msgid "Enable Server"
msgstr "_Pelayan NIS:"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, fuzzy, c-format
msgid "Disable Server"
msgstr "_Pelayan NIS:"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, fuzzy, c-format
msgid "Start Server"
msgstr "Cuba melaksanakan pelayan X."
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, fuzzy, c-format
msgid "Stop Server"
msgstr "_Pelayan NIS:"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, fuzzy, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Masukkan cakera liut"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, fuzzy, c-format
msgid "Net Boot Images"
msgstr "Direktori mengendungi imej:"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, fuzzy, c-format
msgid "Add/Del Users"
msgstr "Tambah ke kumpulan 'users'"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, fuzzy, c-format
msgid "Add/Del Clients"
msgstr "Tambah peranti FCP"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Imej"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, fuzzy, c-format
msgid "Clients/Users"
msgstr "Pengg_una Samba..."
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr " Wizard Kali Pertama"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -15218,27 +15231,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, fuzzy, c-format
msgid "Cancel Wizard"
msgstr "Jurucipta Konfigurasi Internet"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, fuzzy, c-format
msgid "Please save dhcpd config!"
msgstr "Sila nyatakan fail untuk menyimpan lambakan"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "Sila guna mod teks"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -15248,28 +15261,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, fuzzy, c-format
msgid "This will take a few minutes."
msgstr "Mengulangmuat Polisi. Ini mungkin mengambil masa seminit."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Selesai !"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, fuzzy, c-format
msgid "%s failed"
msgstr "GAGAL"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -15277,31 +15290,30 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Pelayan Mel (SMTP)"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -15310,14 +15322,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -15330,30 +15342,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -15369,17 +15380,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -15387,33 +15397,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -15429,12 +15440,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -15459,14 +15470,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -15475,94 +15485,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, fuzzy, c-format
msgid "Boot Floppy"
msgstr "Cekara Liut"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, fuzzy, c-format
msgid "Boot ISO"
msgstr "Ulang_but"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, fuzzy, c-format
msgid "PXE Image"
msgstr "Imej NFS"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, fuzzy, c-format
msgid "Default kernel version"
msgstr " -V, --version\t\t Cetak versi program"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, fuzzy, c-format
msgid "Build Whole Kernel -->"
msgstr "_Parameter kernel umum"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, fuzzy, c-format
msgid "No kernel selected!"
msgstr "Tiada monitor dipilih"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, fuzzy, c-format
msgid "Build Single NIC -->"
msgstr "Bina Indeks Carian"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, fuzzy, c-format
msgid "No NIC selected!"
msgstr "Tiada monitor dipilih"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, fuzzy, c-format
msgid "Build All Kernels -->"
msgstr "Membuang semua rantai:"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, fuzzy, c-format
msgid "<-- Delete"
msgstr "Pa_dam"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Tiada monitor dipilih"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, fuzzy, c-format
msgid "Delete All NBIs"
msgstr "Membuang semua rantai:"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, fuzzy, c-format
msgid "Building images for kernel:"
msgstr "Pilih kernel untuk klien tanpacakera."
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, fuzzy, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -15572,178 +15582,178 @@ msgstr ""
"dalam\n"
" dalam Pelayan pengguna Pelayan."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, fuzzy, c-format
msgid "Add User -->"
msgstr "Tambah Pengguna"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, fuzzy, c-format
msgid "<-- Del User"
msgstr "Edit Pengguna"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, fuzzy, c-format
msgid "type: %s"
msgstr "Jenis"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, fuzzy, c-format
msgid "local config: %s"
msgstr "CDROM lokal"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, fuzzy, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr "lokal."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, fuzzy, c-format
msgid "No net boot images created!"
msgstr "Tidak!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, fuzzy, c-format
msgid "Thin Client"
msgstr "Nama Klien"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, fuzzy, c-format
msgid "Allow Thin Clients"
msgstr "Benarkan Sambungan _Persistent"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr ""
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, fuzzy, c-format
msgid "Add Client -->"
msgstr "Nama Klien"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, fuzzy, c-format
msgid "type: fat"
msgstr "Jenis Pemasangan"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, fuzzy, c-format
msgid "type: thin"
msgstr "Jenis Pemasangan"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, fuzzy, c-format
msgid "local config: false"
msgstr " alternatives --config <nama>\n"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, fuzzy, c-format
msgid "local config: true"
msgstr " alternatives --config <nama>\n"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, fuzzy, c-format
msgid "<-- Edit Client"
msgstr "Nama Klien"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, fuzzy, c-format
msgid "Disable Local Config"
msgstr " alternatives --config <nama>\n"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, fuzzy, c-format
msgid "Delete Client"
msgstr "Nama Klien"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, fuzzy, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr "ulanghidup Paparan penuh ulanghidup"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, fuzzy, c-format
msgid "All clients will use %s"
msgstr "Sila guna mod teks"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subnet:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Netmask:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Topengan Subnet:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, fuzzy, c-format
msgid "Broadcast Address:"
msgstr "Alamat _IP"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, fuzzy, c-format
msgid "Domain Name:"
msgstr "Nama Domain"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, fuzzy, c-format
msgid "Name Servers:"
msgstr "Pelay_an Pentadbir"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, fuzzy, c-format
msgid "IP Range Start:"
msgstr "Cuba memulakan %s"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, fuzzy, c-format
msgid "IP Range End:"
msgstr "Pada penghujung tugas:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, fuzzy, c-format
msgid "Write Config"
msgstr "Baca/Tulis"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, fuzzy, c-format
msgid "dhcpd Server Configuration"
msgstr "Alatan Konfigurasi Pelayan"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -15751,107 +15761,107 @@ msgid ""
"You can modify as needed."
msgstr ""
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, fuzzy, c-format
msgid "Write to %s failed!"
msgstr "Gagal untuk menulis giliran."
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Sila masukkan cakera liut:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, fuzzy, c-format
msgid "Could not access the floppy!"
msgstr "Tidak dapat memperuntukkan partisyen"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, fuzzy, c-format
msgid "Floppy can be removed now"
msgstr "Peranti gelungbalik tidak boleh dibuang!"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, fuzzy, c-format
msgid "No floppy drive available!"
msgstr "Tiada kemaskini didapati (%d diabaikan)"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, fuzzy, c-format
msgid "PXE image is %s/%s"
msgstr "%s adalah bukan Sistem Pengoperasian PXE"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "Ralat menulis `%s': %s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, fuzzy, c-format
msgid "Etherboot ISO image is %s"
msgstr "Jenis imej '%s'tidak disokong"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, fuzzy, c-format
msgid "%s is not a user..\n"
msgstr "Pengguna %s tidak wujud.\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, fuzzy, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "dalam"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, fuzzy, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Ralat, tidak dapat memulakan pelayan X."
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, fuzzy, c-format
msgid "%s added to Terminal Server\n"
msgstr "Beritahu pelayan untuk keluar"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr " %d %d%% dipadam"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, fuzzy, c-format
msgid "%s not found...\n"
msgstr "%s tidak dijumpai"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, fuzzy, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "hos dan hos"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Konfigurasi berubah - mulakan semula clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Konfigurasi berubah - mulakan semula %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -23263,17 +23273,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Papan dock aplet tidak dapat dimulakan: %1"
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, fuzzy, c-format
msgid "Searching for configured scanners..."
msgstr "Mencari untuk kumpulan bernama %s.\n"
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, fuzzy, c-format
msgid "Searching for new scanners..."
msgstr "Memeriksa perkakasan baru"
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr ""
@@ -23423,43 +23433,43 @@ msgid ""
"You can launch printerdrake from the %s Control Center in Hardware section."
msgstr "dalam Perkakasan."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "Menetapkan jam sistem"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, fuzzy, c-format
msgid "Auto-detect available ports"
msgstr "Auto-kesan dan konfigurasi kad bunyi"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr ""
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, fuzzy, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "port"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, fuzzy, c-format
msgid "choose device"
msgstr "Peranti RAID"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, fuzzy, c-format
msgid "Searching for scanners..."
msgstr "Mencari pemasang %s ..."
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "Menetapkan jam sistem"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Perhatian!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -23468,40 +23478,40 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, fuzzy, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
"Multimedia/Graphics in the applications menu."
msgstr "Multimedia Grafik dalam."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, fuzzy, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "Ralat dalam fail tetapan /etc/named.conf : $named_err"
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, fuzzy, c-format
msgid ""
"Your %s has been configured.\n"
@@ -23509,7 +23519,7 @@ msgid ""
"Graphics in the applications menu."
msgstr "Multimedia Grafik dalam."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, fuzzy, c-format
msgid ""
"The following scanners\n"
@@ -23518,7 +23528,7 @@ msgid ""
"are available on your system.\n"
msgstr "on"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, fuzzy, c-format
msgid ""
"The following scanner\n"
@@ -23527,139 +23537,139 @@ msgid ""
"is available on your system.\n"
msgstr "on"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, fuzzy, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "tidak on"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, fuzzy, c-format
msgid "Search for new scanners"
msgstr "Memeriksa perkakasan baru"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, fuzzy, c-format
msgid "Add a scanner manually"
msgstr "Tambah peranti FCP"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, fuzzy, c-format
msgid "Install/Update firmware files"
msgstr "berlawanan dari --test, kemaskini fail tetapan"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, fuzzy, c-format
msgid "Scanner sharing"
msgstr "Ciri perkongsian - %s"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, fuzzy, c-format
msgid "All remote machines"
msgstr "Logmasuk Jauh (SSH)"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, fuzzy, c-format
msgid "This machine"
msgstr "-h, --help - bantuan ini"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, fuzzy, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr "dan."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, fuzzy, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
"available on this machine."
msgstr "on on."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, fuzzy, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "on"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, fuzzy, c-format
msgid "Scanner sharing to hosts: "
msgstr "Guna DNS untuk resolve hos kepada realm"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, fuzzy, c-format
msgid "Use scanners on remote computers"
msgstr "on"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, fuzzy, c-format
msgid "Use the scanners on hosts: "
msgstr "Guna DNS untuk resolve hos kepada realm"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, fuzzy, c-format
msgid "Sharing of local scanners"
msgstr "Melekap sistemfail lokal: "
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, fuzzy, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr "on:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Tambah hos"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Edit hos dipilih"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, fuzzy, c-format
msgid "Remove selected host"
msgstr ""
"Buang Volum\n"
"Logikal Dipilih"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, fuzzy, c-format
msgid "Name/IP address of host:"
msgstr "Hos Maya asas IP"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, fuzzy, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "on lokal:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, fuzzy, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "IP"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, fuzzy, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "dalam"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, fuzzy, c-format
msgid "Usage of remote scanners"
msgstr "Logmasuk Jauh (SSH)"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -23667,7 +23677,7 @@ msgid ""
"Do you want to install the saned package?"
msgstr ""
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
@@ -23850,6 +23860,13 @@ msgid "Installation failed"
msgstr "Instalasi gagal"
#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Tetapan Rangkaian"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Konfigurasi berubah - mulakan semula clusternfs/dhcpd?"
+
+#, fuzzy
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/mt.po b/perl-install/share/po/mt.po
index 427b5b0c5..dd7d336a0 100644
--- a/perl-install/share/po/mt.po
+++ b/perl-install/share/po/mt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mt\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2004-10-04 18:45+0200\n"
"Last-Translator: Ramon Casha <ramon.casha@linux.org.mt>\n"
"Language-Team: Maltese <mt@li.org>\n"
@@ -204,21 +204,21 @@ msgstr "Stenna ftit, qed jinstab u jiġi ssettjat it-tagħmir..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -245,9 +245,9 @@ msgstr "Stenna ftit, qed jinstab u jiġi ssettjat it-tagħmir..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Problema"
@@ -486,10 +486,10 @@ msgstr "Personalizzat"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Noħroġ"
@@ -651,7 +651,7 @@ msgstr "Kard grafika: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -668,7 +668,7 @@ msgstr "Ok"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -683,7 +683,7 @@ msgstr "Ikkanċella"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -916,7 +916,7 @@ msgstr "L-ewwel settur tal-partizzjoni root"
msgid "On Floppy"
msgstr "Fuq Flopi"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Aqbeż"
@@ -1261,9 +1261,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Lest"
@@ -1467,9 +1467,9 @@ msgstr "Tista' toffri direttorji bl-NFS jew SMB. Liema trid?"
msgid "Launch userdrake"
msgstr "Ħaddem userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1647,7 +1647,7 @@ msgstr "Dominju"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Server"
@@ -1775,7 +1775,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "Ma nistax nuża \"broadcast\" minngħajr dominju NIS"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1790,42 +1790,42 @@ msgstr ""
"stenna ghall-ghazla implicita\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO b'menu grafiku"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO b'menu testwali"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "M'hemmx biżżejjed spazju fuq /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Ma tistax tinstalla l-bootloader fil-partizzjoni %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1834,7 +1834,7 @@ msgstr ""
"Il-konfigurazzjoni tal-bootloader trid tiġi aġġornata għax il-partizzjoni "
"inbidlilha n-numru"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1843,7 +1843,7 @@ msgstr ""
"Il-bootloader ma jistax jiġi nstallat sew. Trid tibbutja \"rescue\" u "
"tagħżel \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Erġa' Installa bootloader"
@@ -3056,7 +3056,7 @@ msgstr "Fittex servers ġodda"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Irid jiġi nstallat il-pakkett %s. Tridni ninstallah?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Ma stajtx ninstalla il-pakkett %s!"
@@ -3067,19 +3067,19 @@ msgid "Mandatory package %s is missing"
msgstr "Pakkett meħtieġ %s huwa nieqes"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Twissija"
@@ -3967,7 +3967,7 @@ msgstr "Isem tal-user"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4890,8 +4890,8 @@ msgstr ""
"ħżiena fuq id-diska."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5977,8 +5977,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7594,14 +7594,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Erġa' ssottometti"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Ċekk (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7615,28 +7615,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Spanjol"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finlandiż"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Franċiż"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7650,828 +7650,828 @@ msgid ""
"Polish"
msgstr "Pollakk"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Russu"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Svediż"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Renju Unit"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Stati Uniti"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albaniż"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armen (antik)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armen (tajprajter)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armen (fonetiku)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Għarbi"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Ażeri (latin)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belġjan"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengali (tqassim Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengali (tqassim Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgaru (fonetiku)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgaru (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brażiljan (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bożnian"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Bjelorussu"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Svizzeru (tqassim Ġermaniż)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Svizzeru (tqassim Franċiż)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Għarbi"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Ċekk (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Ġermaniż (bla deadkeys)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Daniż"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Norveġiż)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (US)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norveġiż)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Svediż)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Svediż)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Bożnian"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estonjan"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Grieg"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Ġorġjan (tqassim \"Russu\")"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Ġorġjan (tqassim \"Latin\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Grieg"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Grieg (politoniku)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Guġarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukħi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Kroat"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Ungeriż"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irlandiż"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Iżraeli"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Iżraeli (fonetiku)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iranjan"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandiż"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Taljan"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Ġappuniż 106 buttuna"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Korean"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Għarbi"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kirgiż"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latin Amerikan"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laotjan"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Litwan AZERTY (antik)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Litwan AZERTY (ġdid)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Litwan QWERTY \"number row\""
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Litwan QWERTY fonetiku"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Latvjan"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malajalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Maċedonjan"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Mjanmar (Burmiż)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongoljan (ċirilliku)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Malti"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Malti (tqassim US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Olandiż"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Orija"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Pollakk (qwerty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Pollakk (qwertz)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pollakk"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugiż"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanadiż (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rumen (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Rumen (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Russu (fonetiku)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (Norveġiż)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (svediż/finlandiż)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Tajlandiż"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Sloven"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovakk (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovakk (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serb (ċirilliku)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Sirjakk"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Sirjakk (fonetiku)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamil (tajprajter)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Tajlandiż"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Tajlandiż"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Tajlandiż"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Taġik"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Ġermaniż"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Tork (mudell tradizzjonali \"F\")"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Tork (mudell modern \"Q\")"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukranjan"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Orija"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Tastiera US (internazzjonali)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Użbeki (ċirilliku)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vjetnamiż qwerty \"numeric row\""
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Jugoslav (latin)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Tast Alt tal-lemin"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Iż-żewġ tasti \"shift\" flimkien"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Ctrl u Shift flimkien"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "Tast CapsLock"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift u CapsLock flimkien"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl u Alt flimkien"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt u Shift flimkien"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "Tast Menu"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Tast Windows tax-xellug"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Tast Windows tal-lemin"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Iż-żewġ tasti Ctrl flimkien"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Iż-żewġ tasti Alt flimkien"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Tast Shift tax-xellug"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Tast Shift tal-lemin"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Tast Alt tal-lemin"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Tast Ctrl tax-xellug"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Tast Ctrl tal-lemin"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8482,7 +8482,7 @@ msgstr ""
"li jħalluk tibdel minn tqassim għal ieħor tat-tastiera \n"
"(eż. latin u mhux latin)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10869,8 +10869,8 @@ msgstr "L-indirizz tal-gateway irid ikun fil-format 1.2.3.4"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Twissija: Indirizz IP %s normalment riservat !"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s diġà qed jintuża\n"
@@ -11577,7 +11577,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Ikkupjar ta' firmware falla - fajl %s ma nstabx"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Prosit!"
@@ -11710,9 +11710,9 @@ msgstr "Ikkonfigurat fuq kompjuters oħra"
msgid "On CUPS server \"%s\""
msgstr "Fuq server CUPS \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Impliċitu)"
@@ -11764,9 +11764,9 @@ msgstr "CUPS remot"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Mudell mhux magħruf"
@@ -12014,7 +12014,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Printer dirett (bla drajver)"
@@ -12045,12 +12045,12 @@ msgstr "Kompjuter %s"
msgid "%s (Port %s)"
msgstr "%s (Port %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12098,7 +12098,7 @@ msgstr ""
"awtomatikament disponibbli fuq dan il-kompjuter."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Server CUPS remot u ebda daemon lokali CUPS"
@@ -12147,8 +12147,8 @@ msgstr "Qsim ta' printers fuq kompjuters/networks:"
msgid "Custom configuration"
msgstr "Konfigurazzjoni personalizzata"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Ebda magni remoti"
@@ -12369,8 +12369,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "Isem jew IP tas-server remot:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "Isem jew indirizz tas-server CUPS nieqes."
@@ -12380,29 +12380,30 @@ msgstr "Isem jew indirizz tas-server CUPS nieqes."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Qed jinqara informazzjoni dwar printer..."
@@ -12530,7 +12531,7 @@ msgstr ""
"Il-printers li hemm fuq servers CUPS m'għandhomx bżonn jiġu ssettjati minn "
"hawn; dawn il-printers jiġu magħrufa awtomatikament."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12752,12 +12753,12 @@ msgstr " fuq "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Għażla tal-mudell tal-printer"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Liema mudell ta' printer għandek?"
@@ -12775,7 +12776,7 @@ msgstr ""
"Printerdrake ma setax jiddetermina x'mudell hu l-printer %s. Jekk jogħġbok "
"agħżel mudell mil-lista."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12784,7 +12785,7 @@ msgstr ""
"Jekk il-printer tiegħek mhux imniżżel, agħżel mudell kompatibbli (ara l-"
"manwal tal-printer) jew wieħed simili."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Qed nikkonfigura l-printer \"%s\"..."
@@ -12803,7 +12804,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "Amministrazzjoni remota"
@@ -12818,8 +12819,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Żid printer ġdid"
@@ -13025,8 +13026,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Ma stajtx ninstalla l-pakkett(i) %s!"
@@ -13266,10 +13267,10 @@ msgid "Remote printer name missing!"
msgstr "Isem tal-printer remot nieqes!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13648,8 +13649,8 @@ msgstr "Editja"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Tip ta' konnessjoni tal-printer"
@@ -13659,22 +13660,18 @@ msgstr "Tip ta' konnessjoni tal-printer"
msgid "What do you want to do?"
msgstr "X'tixtieq tagħmel?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Ikkanċella"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13683,96 +13680,112 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Qed ninstalla pakkett %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Printjar possibbli biss fuq %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Qed niċċekkja t-tagħmir u nissettja %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Fuq liema settur trid tmexxiha?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Qed jittellgħu moduli tal-kernel għal printer USB ...\n"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Qed ninstalla pakketti SANE..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "L-iskannjar fuq %s ma jkun possibbli."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Qed nikkonfigura..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Qed nissettja l-port tal-printer aċċessibbli għal CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Qed jinqara d-database ta' printers"
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Daħħal isem il-printer u kummenti"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "L-isem tal-printer jista' jkun fih biss ittri, numri, u underscore"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13781,7 +13794,7 @@ msgstr ""
"il-printer \"%s\" diġà jeżisti. \n"
"Trid tħassar il-konfigurazzjoni tiegħu?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13789,7 +13802,7 @@ msgid ""
"name?"
msgstr ""
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13798,35 +13811,35 @@ msgstr ""
"Kull printer jeħtieġ isem, (eż, \"printer\"). Id-deskrizzjoni u post "
"m'għandhomx bżonn jimtlew. Huma kummenti għall-użu tiegħek."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Isem tal-printer"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Deskrizzjoni"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Post"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Qed nipprepara d-database tal-printers..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Il-mudell tal-printer tiegħek"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13851,18 +13864,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Dan il-mudell huwa tajjeb"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Agħżel mudell manwalment"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -13878,12 +13891,12 @@ msgstr ""
"sew. Jekk il-mudell immarkat m'huwiex tajjeb jew qiegħed fuq \"printer dirett"
"\" ara jekk issibx il-mudell int fil-lista."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Installa fajl PPD ipprovdut mill-manufattur"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -13892,7 +13905,7 @@ msgstr ""
"Kull printer PostScript jiġi b'fajl PPD li jiddeskrivi l-għażliet u "
"karatteristiċi tal-printer"
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -13901,12 +13914,12 @@ msgstr ""
"Dan il-fajl normalment jinsab x'imkien fuq is-CD mad-drajvers tal-Windows u "
"Mac li jingħata mal-printer."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Tista' ssib dawn il-fajls ukoll fuq is-sit tal-web tal-manufattur."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -13915,7 +13928,7 @@ msgstr ""
"Jekk għandek Windows installat fuq il-kompjuter tista' ssib il-fajl PPD fil-"
"partizzjoni tal-Windows ukoll."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13925,7 +13938,7 @@ msgstr ""
"Jekk tinstalla u tuża l-fajl PPD meta tissettja l-printer ikollok l-għażliet "
"kollha li jissapportja l-printer disponibbli."
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -13934,51 +13947,51 @@ msgstr ""
"Hawn tista' tagħżel il-fajl PPD li għandu jiġi nstallat fuq il-kompjuter. "
"Dan jintuża biex jiġi ssettjat il-printer."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Installa fajl PPD minn"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Diska flopi"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Post ieħor"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Agħżel fajl PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "Il-fajl PPD %s ma jeżistix jew ma jistax jinqara!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "Il-fajl PPD %s mhux konformi ma' l-ispeċifikazzjonijiet PPD!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Qed ninstalla fajl PPD..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Konfigurazzjoni OKI WinPrinter"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13995,12 +14008,12 @@ msgstr ""
"tipprintja paġna biex tittestja, inkella l-printer ma jaħdimx. It-tip ta' "
"konnessjoni jiġi injorat mid-drajver."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Konfigurazzjoni inkjet Lexmark"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14013,7 +14026,7 @@ msgstr ""
"qabbad il-printer ma' port lokali jew ikkonfigurah fuq il-magna fejn qiegħed "
"imqabbad."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14034,12 +14047,12 @@ msgstr ""
"paġni ta' allinjament tal-printhead b' \"lexmarkmaintain\" u irranġa s-"
"setings tal-allinjament b'dan il-programm."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Konfigurazzjoni Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14052,12 +14065,12 @@ msgstr ""
"print servers. Jekk jogħġbok qabbad il-printer ma' port lokali jew "
"ikkonfigurah fuq il-magna fejn qiegħed imqabbad."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Konfigurazzjoni Samsung ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14071,17 +14084,17 @@ msgstr ""
"il-printer ma' port lokali jew ikkonfigurah fuq il-magna fejn qiegħed "
"imqabbad."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Konfigurazzjoni Canon LBP-460/660"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Konfigurazzjoni Canon LBP-460/660"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14094,12 +14107,12 @@ msgstr ""
"print servers. Jekk jogħġbok qabbad il-printer ma' port lokali jew "
"ikkonfigurah fuq il-magna fejn qiegħed imqabbad."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Upload ta' firmware għal HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14117,27 +14130,27 @@ msgstr ""
"reżoluzzjoni għolja ħafna l-ipprintjar jista' jdum ħafna iżjed u/jew juża "
"iżjed inka."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Għażla impliċiti tal-printer"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Għażla %s trid tkun numru sħiħ!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Għażla %s trid tkun numru!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Għażla %s barra mil-limiti!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14146,12 +14159,12 @@ msgstr ""
"Tixtieq tissettja dan il-printer (\"%s\")\n"
"bħala l-printer impliċitu?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Paġni biex tittestja"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14164,47 +14177,47 @@ msgstr ""
"printers bi ftit memorja tista' anqas tipprintja. F'ħafna każi huwa "
"biżżejjed li tipprintja l-paġna standard."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Ebda paġni ta' testjar"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Printja"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Paġna standard"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Paġna alternattiva (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Paġna alternattiva (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Paġna fotografika"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Qed nipprintja paġna/i ta' test..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Qed jinqabeż it-test ta' paġna fotografika."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14219,7 +14232,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14228,17 +14241,17 @@ msgstr ""
"Il-paġna/i intbagħatu fuq il-printer.\n"
"Jista' jgħaddi xi ftit ħin qabel jibda' l-printjar.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Ħadem sewwa?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Printer dirett"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14251,7 +14264,7 @@ msgstr ""
"programmi grafiċi jħalluk tagħżel il-printer jew tbiddel is-setings "
"faċilment.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14262,8 +14275,8 @@ msgstr ""
"tal-ipprintjar ta' ħafna programmi, imma ddaħħalx l-isem tal-fajl hemm għax "
"dak jissupplixxih il-programm.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14276,7 +14289,7 @@ msgstr ""
"partikulari. Sempliċiment żid is-setings li trid fuq il-linja ta' kmand, eż "
"\"%s <file>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14287,7 +14300,7 @@ msgstr ""
"li tidher taħt, jew agħfas il-buttuna \"Lista ta' għażliet tal-printer\".%s%s"
"%s.\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14296,7 +14309,7 @@ msgstr ""
"Dawn huma l-għażliet disponibbli għal dan il-printer:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14305,8 +14318,8 @@ msgstr ""
"Biex tipprintja fajl mil-linja ta' kmand (terminal) uża l-kmand \"%s <fajl>"
"\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14317,7 +14330,7 @@ msgstr ""
"tal-ipprintjar ta' ħafna programmi, imma iddaħħalx l-isem tal-fajl hemm għax "
"dak jissupplixxih il-programm.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14326,7 +14339,7 @@ msgstr ""
"Biex tikseb lista ta' għażliet disponibbli għal dan il-printer agħfas il-"
"buttuna \"Lista ta' għażliet tal-printer\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14335,7 +14348,7 @@ msgstr ""
"Biex tipprintja fajl mil-linja ta' kmand (terminal) uża l-kmand \"%s <fajl>"
"\" jew \"%s <fajl>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14351,7 +14364,7 @@ msgstr ""
"desktop li tħallik twaqqaf il-printjar kollu, per eżempju jekk jeħlulek il-"
"karti.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14364,27 +14377,27 @@ msgstr ""
"ta' printjar partikulari. Sempliċiment żid is-setings li trid fuq il-linja "
"ta' kmand, eż \"%s <file>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Printjar fuq printer \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Printjar fuq printer \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Lista ta' għażliet tal-printer"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Lista ta' għażliet tal-printer"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14392,14 +14405,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14407,14 +14420,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14422,7 +14435,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14430,7 +14443,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14438,7 +14451,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14446,33 +14459,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr ""
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "Konfigurazzjoni tal-kulur"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Ittrasferixxi konfigurazzjoni tal-printer"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14487,7 +14500,7 @@ msgstr ""
"trasferiti, imma xogħlijiet eżistenti ta' printjar ma jiġux trasferiti.\n"
"Mhux il-kjus kollha jistgħu jiġu trasferiti minħabba dawn ir-raġunijiet:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14496,7 +14509,7 @@ msgstr ""
"CUPS ma jaċċettax printers fuq servers Novell jew servers li jibgħatu d-data "
"lill kmand \"free format\".\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14505,12 +14518,12 @@ msgstr ""
"PDQ jaċċetta biss printers lokali, printers remoti LPD, u printers Socket/"
"TCP.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD u LPRng ma jaċċettawx printers IPP.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14519,7 +14532,7 @@ msgstr ""
"Apparti minn dan, kjus li ma nħalqux b'dan il-programm jew \"foomatic-"
"configure\" ma jistgħux jiġu trasferiti."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14530,7 +14543,7 @@ msgstr ""
"Ukoll, printer ikkonfigurati bil-fajls PPD provduti mill-manufatturi jew bi "
"drajvers CUPS nativi ma jistgħux jiġu trasferiti."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14540,17 +14553,17 @@ msgstr ""
"\n"
"Immarka l-printers li trid tittrasferixxi u klikkja \"Ittrasferixxi\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Tittrasferixxix printers"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Ittrasferixxi"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14561,17 +14574,17 @@ msgstr ""
"Klikkja \"Ittrasferixxi\" biex tħassar li hemm.\n"
"Tista' wkoll tagħtih isem ġdid jew taqbżu."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Isem tal-printer ġdid"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Qed nittrasferixxi %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14580,28 +14593,28 @@ msgstr ""
"Int ittrasferixxejt il-printer li kien impliċitu qabel (\"%s\"). Trid li "
"jerġa' jkun il-printer impliċitu taħt is-sistema l-ġdida %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Qed nerġa' naqra' l-printers..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Qed nibda' n-network..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Ikkonfigura n-network issa"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Funzjonalità tan-network m'hix ikkonfigurata"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14614,12 +14627,12 @@ msgstr ""
"għandu mnejn ma tkunx tuża l-printer li qed tissettja issa. Kif trid "
"tipproċedi?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Kompli kkonfigura mingħajr network"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14635,7 +14648,7 @@ msgstr ""
"\", u wara ssettja l-printer, mill-istess Ċentru tal-Kontroll %s, sezzjoni "
"\"Ħardwer\"/\"Printer\"."
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14646,27 +14659,27 @@ msgstr ""
"jogħġbok iċċekkja l-konfigurazzjoni tal-ħardwer, imbagħad erġa' pprova "
"kkonfigura l-printer remot."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Qed nirristartja s-sistema ta' printjar..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "għoli"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranojku"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Qed ninstalla sistema ta' printjar taħt livell ta' sigurtà %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14691,12 +14704,12 @@ msgstr ""
"\n"
"Żgur li trid tikkonfigura l-ipprintjar fuq dan il-kompjuter?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Qed nistartja s-sistema ta' printjar waqt ix-xegħil"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14718,32 +14731,32 @@ msgstr ""
"\n"
"Trid li terġa' tixgħel it-tlugħ awtomatiku tas-sistema ta' printjar?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Qed niċċekkja s-softwer li hemm installat..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Qed inneħħi %s..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Ma stajtx inneħħi s-sistema tal-ipprintjar %s!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Qed ninstalla %s..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Ma stajtx ninstalla s-sistema tal-ipprintjar %s!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14757,7 +14770,7 @@ msgstr ""
"server speċifikat huwa mitfi ma tkunx tista' tipprintja minn dan il-"
"kompjuter."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -14766,32 +14779,32 @@ msgstr ""
"Daħħal isem il-kompjuter jew l-IP tas-server CUPS u kklikkja OK jekk trid "
"tuża din il-modalità, inkella agħfas \"Oħroġ\"."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Isem jew IP tas-server remot:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Qed nissettja printer impliċitu..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Sistema ta' pprintjar CUPS lokali jew server CUPS remot?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "Is-sistema ta' pprintjar CUPS tista' tintuża f'żewġ modi:"
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. Is-sistema ta' pprintjar CUPS tista' titħaddem lokalment."
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -14800,7 +14813,7 @@ msgstr ""
"Hekk jistgħu jintużaw printers imqabbdin lokalment, filwaqt li printers "
"remoti fuq servers CUPS oħrajn jinstabu awtomatikament."
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14813,13 +14826,13 @@ msgstr ""
"proċess tal-CUPS irid jitħaddem kontinwament u jieħu xi ftit memorja, u l-"
"port tal-IPP (port 631) huwa miftuħ."
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. It-talbiet għall-ipprintjar kollha jintbagħtu fuq server CUPS remot."
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14831,7 +14844,7 @@ msgstr ""
"jissettjaw kjus ta' l-ipprintjar lokali, u għalhekk jintużaw inqas memorja u "
"spazju fuq id-diska."
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -14840,48 +14853,48 @@ msgstr ""
"L-iżvantaġġ huwa li mhux possibbli tissettja kjus lokali u jekk is-server "
"ikun mitfi ma jkun possibbli tipprintja xejn minn fuq dan il-kompjuter."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Kif tridu jkun issettjat CUPS fuq il-kompjuter tiegħek?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Server remot; speċifika l-isem jew IP hawn:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Sistema ta' l-ipprintjar CUPS lokali"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Agħżel \"spooler\" tal-printer"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Liema sistema ta' printjar (spooler) tixtieq tuża?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Ma stajtx nikkonfigura l-printer \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Qed ninstalla Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Ma setgħux jiġu nstallati l-paketti %s. %s ma jistax jitħaddem!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14892,48 +14905,48 @@ msgstr ""
"tbiddillu l-konfigurazzjoni, biex tissettjah bħala printer impliċitu, jew "
"tara informazzjoni dwaru."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Uri lista tal-printers kollha CUPS remoti disponibbli"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Erġa' aqra l-lista ta' printers (biex issib printers remoti CUPS)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "Konfigurazzjoni CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Ibdel is-sistema tal-ipprintjar"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Modalità normali"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Modalità esperti"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Għażliet tal-printer"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Biddel il-konfigurazzjoni tal-printer"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -14942,99 +14955,99 @@ msgstr ""
"Printer %s%s\n"
"Xi trid tagħmel b'dan il-printer?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Din is-servizz ta' printer mitfi"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Agħmel dan!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Isem, deskrizzjoni u fejn qiegħed il-printer"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Ditta, mudell u drajver tal-printer"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Ditta u mudell tal-printer"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Nissettja dan bħala l-printer impliċitu"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Ixgħel servizz ta' printer"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Itfi servizz ta' printer"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "Tip ta' konnessjoni tal-printer"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Nipprintja paġni biex nittestja"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Tgħallem kif tuża dan il-printer"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Neħħi printer"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Qed inneħħi l-printer antik \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Printer \"%s\" issa mixgħul"
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Printer \"%s\" issa mitfi"
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Żgur li trid tneħħi l-printer \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Qed jitneħħa l-printer \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Printer impliċitu"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Il-printer \"%s\" issa ssettjat bħala printer impliċitu"
@@ -15071,15 +15084,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Ma stajtx nissettja l-permessi tal-fajl ta' firmware %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "Ma stajtx ninstalla l-pakketti meħtieġa biex naqsam l-iskaners"
@@ -16922,12 +16935,12 @@ msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"Trid tilloggja 'l barra u terġa' tidħol biex ikollhom effett il-bidliet."
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s għandu bżonn isem ta' utent...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -16936,113 +16949,113 @@ msgstr ""
"%s: %s jiħtieġ isem il-kompjuter, indirizz MAC, IP, nbi-image, 0/1 għal "
"THIN_CLIENT, 0/1 għal konfigurazzjoni lokali...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s jiħtieġ isem il-kompjuter...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Konfigurazzjoni tat-Terminal Server"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "Konfigurazzjoni dhcpd..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Ippermetti server"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Diżabilita server"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Startja server"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Waqqaf server"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot flopi/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Net Boot Images"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Żid/neħħi users"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Żid/neħħi klijenti"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Stampi"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Saħħar ta' l-ewwel darba"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
"%s definit bħala dm, qed jiġi miżjud utent gdm ma' to /etc/passwd$$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17079,27 +17092,27 @@ msgstr ""
" e) Jitolbok toħloq flopi għall-ibbutjar.\n"
" f) Jekk il-klijenti huma ħfief, jistaqsik tridx tirristartja KDM.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Ikkanċella s-saħħar"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Jekk jogħġbok ikteb il-konfig dhcp!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Uża klijenti ħfief (thin clients)"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Issinkronizza t-tastiera X tal-klijent mas-server."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, fuzzy, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17114,28 +17127,28 @@ msgstr ""
" Klijenti \"tqal\" jużaw is-CPU u RAM tagħhom stess, imma s-sistema tal-"
"fajls fuq is-server."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Oħloq images tal-ibbutjar bin-network għall-kernels kollha"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Dan jieħu diversi minuti."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Lest!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17143,13 +17156,13 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Qed nissinkronizza l-lista ta' utenti mal-lista ta' klijenti, inkluż root."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17158,19 +17171,18 @@ msgstr ""
"Sabiex tattwa l-bidliet li saru għall-klijenti ħfief, il-manager tad-display "
"irid jiġi ristartjat. Trid tirristartjah issa?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Sommarju tat-Terminal Server"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17181,21 +17193,21 @@ msgstr ""
" - Oħloq images tal-ibbutjar Etherboot:\n"
" \tBiex toħloq kernel bl-etherboot, irid jinħoloq kernel/initrd "
"speċjali.\n"
-" \tmkinitrd-net jagħmel ħafna minn dax-xogħol u drakTermServ huwa "
-"biss interfaċċja\n"
+" \tmkinitrd-net jagħmel ħafna minn dax-xogħol u %s huwa biss "
+"interfaċċja\n"
" \tgrafika biex timmaniġġja/tippersonalizza dawn l-images. Biex "
"toħloq il-fajl \t/etc/dhcpd.conf.etherboot-pcimap.include li huwa "
"inkluż bħala include fil-fajl \tdhcpd.conf, trid toħloq images "
"etherboot ta' l-inqas għal kernel wieħed sħiħ."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17211,7 +17223,7 @@ msgstr ""
" \tBiex tibbutja klijenti min-network, kull klijent għandu bżonn "
"element ta' dhcpd.conf \n"
" \tli jassenja indirizz IP u images tal-ibbutjar bin-network lill-"
-"kompjuter. drakTermServ\n"
+"kompjuter. %s\n"
" \tjgħinek toħloq/tneħħi dawn l-elementi.\t\t\t\n"
" \t(kards PCI jistgħu iħallu barra l-image - etherboot jistaqsi għall-"
"image\n"
@@ -17222,30 +17234,29 @@ msgstr ""
" \tKonfigurazzjoni tipika ta' stanza dhcpd.conf għal klijent bla "
"tiski jidher hekk:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17265,9 +17276,9 @@ msgstr ""
" għal kompjuter klijent, l-użu ta' skema ta' indirizzi fissi "
"jiffaċilita l-użu ta'\n"
" funzjonalità ta' konfigurazzjoni speċifika għal kull klijent, li "
-"jipprovdi ClusterNFS.\t\t\t\n"
-" Nota: L-element \"#type\" huwa użat biss minn drakTermServ. Klijenti "
-"jistgħu ikunu\n"
+"jipprovdi %s.\t\t\t\n"
+" Nota: L-element \"#type\" huwa użat biss minn %s. Klijenti jistgħu "
+"ikunu\n"
" jew \"ħfief\" jew \"tqal\". Klijenti ħfief iħaddmu l-biċċa l-kbira "
"tas-softwer fuq is-\n"
" server permezz ta' XDMCP, filwaqt li klijenti tqal iħaddmu l-biċċa l-"
@@ -17282,8 +17293,8 @@ msgstr ""
"subnet tan-network\n"
" lokali.\n"
"\t\t\t\n"
-" Nota: L-element \"#hdw_config\" huwa wkoll użat biss minn "
-"drakTermServ. Klijenti jistgħu\n"
+" Nota: L-element \"#hdw_config\" huwa wkoll użat biss minn %s. "
+"Klijenti jistgħu\n"
" ikunu jew \"true\" jew \"false\". \"True\" jippermetti login tar-"
"root mill-kompjuter\n"
" klijent u jippermetti l-konfigurazzjoni tal-ħardwer tal-awdjo, maws "
@@ -17300,17 +17311,16 @@ msgstr ""
" Nota: trid twaqqaf u terġa' ttella' s-server wara li żżid jew tibdel "
"klijenti."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17318,58 +17328,59 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Mantni /etc/exports:\n"
-" \tClusternfs iħallik tesporta d-direttorju root għal fuq klijenti "
-"bla diski. drakTermServ\n"
+" \t%s iħallik tesporta d-direttorju root għal fuq klijenti bla diski. "
+"%s\n"
" \tjissettjalek l-elementi korretti biex jippermetti aċċess anonimu "
"lill-filesystem root\n"
" \tminn klijenti bla diski.\n"
"\n"
-" \tElement tipiku tal-exports għal clusternfs huwa:\n"
+" \tElement tipiku tal-exports għal %s huwa:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASKRA(rw,root_squash)\n"
"\t\t\t\n"
" \tBis-SUBNET/MASKRA definiti għan-network tiegħek."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Mantni %s:\n"
" \tBiex utenti jkunu jistgħu jilloggjaw fis-sistema minn klijent bla "
"diski, l-element tagħhom\n"
-" \tfil-fajl /etc/shadow irid ikun duplikat f' %s. drakTermServ\n"
+" \tfil-fajl /etc/shadow irid ikun duplikat f' %s. %s\n"
" \tjgħinek f'dan ir-rigward billi jżid jew ineħħi utenti minn dan il-"
"fajl."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - %s kull klijent:\n"
-" \tPermezz ta' clusternfs, kull klijent bla diski jista' jkollu fajls "
-"ta' konfigurazzjoni\n"
+" \tPermezz ta' %s, kull klijent bla diski jista' jkollu fajls ta' "
+"konfigurazzjoni\n"
" \tuniċi fil-filesystem root tas-server. Meta tippermetti "
"konfigurazzjoni tal-ħardwer\n"
-" \tlokali għall-klijenti, drakTermServ jgħinek toħloq dawn il-fajls."
+" \tlokali għall-klijenti, %s jgħinek toħloq dawn il-fajls."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17385,8 +17396,8 @@ msgid ""
"machine is configured."
msgstr ""
" - Fajls ta' konfigurazzjoni għal kull klijent:\n"
-" \tPermezz ta' clusternfs, kull klijent bla diski jista' jkollu fajls "
-"ta' konfigurazzjoni\n"
+" \tPermezz ta' %s, kull klijent bla diski jista' jkollu fajls ta' "
+"konfigurazzjoni\n"
" \tuniċi fil-filesystem root tas-server. Meta tippermetti "
"konfigurazzjoni tal-ħardwer\n"
" \tlokali għall-klijenti, -klijenti jistgħu jippersonalizzaw fajls "
@@ -17401,12 +17412,12 @@ msgstr ""
"fajls personalizzati,\n"
" \tladarba l-klijent jintefa. "
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17431,8 +17442,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ jikkonfiguralek dan il-fajl biex jaħdem flimkien ma' "
-"images maħluqa minn\n"
+" \t%s jikkonfiguralek dan il-fajl biex jaħdem flimkien ma' images "
+"maħluqa minn\n"
" \tmkinitrd-net, u l-elementi li hemm f' /etc/dhcpd.conf, sabiex "
"joffru l-image ta' l-\n"
" \tibbutjar għal kull klijent bla diski.\n"
@@ -17455,14 +17466,12 @@ msgstr ""
"tfptboot, fejn \n"
" \tmkinitrd-net jikteb l-images."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17470,95 +17479,106 @@ msgid ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
+" - Oħloq flopi/CD etherboot:\n"
+" \tIl-kompjuters klijenti bla diski għandhom bżonn jew images fir ROM "
+"tan-NIC, jew\n"
+" \tflopi jew CD biex jibbutjaw minnha. %s jgħinek toħloq dawn l-"
+"images,\n"
+" \tibbażati fuq in-NIC tal-kompjuter klijent.\n"
+" \t\t\n"
+" \tEżempju bażiku ta' kif toħloq flopi li tibbutja għal 3Com 3c509 "
+"manwalment:\n"
+" \t\t\n"
+" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Flopi \"boot\""
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "ISO \"boot\""
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "Image PXE"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "verżjoni impliċita tal-kernel"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Ibni kernel sħiħ -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Ebda kernel m'hu magħżul!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Ibni NIC waħda -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Ebda NIC magħżul!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Ibni kernels kollha -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Ħassar"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, fuzzy, c-format
msgid "No image selected!"
msgstr "Ebda NIC magħżul!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Ħassar NBIs kollha"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, fuzzy, c-format
msgid "Building images for kernel:"
msgstr "Oħloq images tal-ibbutjar bin-network għall-kernels kollha"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17569,27 +17589,27 @@ msgstr ""
"dak fid-database tat-Server tat-Terminal.\n"
"Ħassar u erġa' żid il-user mas-Server tat-Terminal biex tippermetti login."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Żid user -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Ħassar user"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "tip: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "konfig lokali: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17598,74 +17618,74 @@ msgstr ""
"Ippermetti konfigurazzjoni \n"
"tal-ħardwer lokali"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Ebda \"net boot image\" ma nħolqot!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Klijent ħafif"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Ippermetti klijenti ħfief"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, fuzzy, c-format
msgid ""
"Sync client X keyboard\n"
" settings with server."
msgstr "Issinkronizza t-tastiera X tal-klijent mas-server."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Żid klijent -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "Tip: tqil"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "Tip: ħafif"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "konfig. lokali: le"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "konfig. lokali: iva"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Editja klijent"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Itfi konfig. lokali"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Ħassar klijent"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17675,77 +17695,77 @@ msgstr ""
"efett.\n"
"(service dm restart - fil-konsol)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr "Klijenti ħfief ma jaħdmux b' autologin. Trid titfih?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Klijenti kollha jużaw %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subnet:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Netmask:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Routers:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Subnet Mask:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Indirizz xandir:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Isem id-dominju:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Name Servers:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Bidu ta' medda IP:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Tmiem ta' medda IP:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Żid TS Includes ma' konf. eżistenti"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Ikteb konf."
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Konfigurazzjoni server dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17755,107 +17775,107 @@ msgstr ""
"Ħafna mill-valuri nkisbu mis-sistema \n"
"kurrenti. Tista' tibdilhom skond il-bżonn."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Jekk jogħġbok daħħal flopi:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Ma nistax naċċessa l-flopi!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Il-flopi tista' titneħħa issa"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "M'hemmx drajv flopi!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "Image PXE huwa %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Problema waqt kitba ta' %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Fajl ISO \"etherboot\" huwa %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Kien hemm xi problema! - mkisofs huwa nstallat?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "L-ewwel irid jinħoloq /etc/dhcp.d!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "passwd %s ħażin fit-Terminal Server - qed jerġa' jinkiteb...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s mhux utent..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s diġà utent tat-Terminal Server\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Żieda ta' %s mat-Terminal Server falliet!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s miżjud mat-Terminal Server\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Tħassar %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s ma nstabx...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allow u /etc/hosts.deny diġà konfigurati - mhux mibdula"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Konfigurazzjoni mibdula - trid tirristartja clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Konfigurazzjoni mibdula - trid tirristartja %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -25797,17 +25817,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake mhux se jittella' issa."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Qed jiġu mfittxija skaners konfigurati..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Qed jiġu mfittxija skaners ġodda..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Qed terġa' tiġi ġenerata lista ta' skaners konfigurati..."
@@ -25971,43 +25991,43 @@ msgstr ""
"Tista' tħaddem lill printerdrake miċ-Ċentru tal-Kontroll %s fis-sezzjoni "
"Ħardwer."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "Qed jittellgħu moduli tal-kernel għal printer USB ...\n"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Agħraf ports disponibbli awtomatikament"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Agħżel l-apparat fejn hu mqabbad %s."
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Nota: Ports paralleli ma jistgħux jingħarfu awtomatikament)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "agħżel apparat"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Qed infittex skaners..."
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "Qed jittellgħu moduli tal-kernel għal printer USB ...\n"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "Attrazzjoni"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26016,14 +26036,14 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, fuzzy, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26033,26 +26053,26 @@ msgstr ""
"Tista' tiskannja dokumenti permezz ta' \"XSane\" jew \"Kooka\" taħt "
"Multimedia/Grafika fil-menu tal-programmi."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26063,7 +26083,7 @@ msgstr ""
"Tista' tiskannja dokumenti permezz ta' \"XSane\" jew \"Kooka\" taħt "
"Multimedia/Grafika fil-menu tal-programmi."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26076,7 +26096,7 @@ msgstr ""
"%s\n"
"huma disponibbli fuq is-sistema tiegħek.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26089,42 +26109,42 @@ msgstr ""
"%s \n"
"huwa disponibbli fuq is-sistema.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Ma nstab ebda skaner disponibbli fuq is-sistema.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Fittex skaners ġodda"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Żid skaner manwalment"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Installa/aġġorna fajl firmware"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Qsim ta' skaner"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Kompjuters remoti kollha"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Dan il-kompjuter"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26133,7 +26153,7 @@ msgstr ""
"Hawn tista' tagħżel jekk l-iskaners imqabbdin ma' dan il-kompjuter għandhomx "
"ikunu aċċessibbli għal kompjuters remoti, u liema kompjuters."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26142,34 +26162,34 @@ msgstr ""
"Tista' wkoll tagħżel jekk skaners fuq kompjuters remoti għandhomx ikunu "
"disponibbli fuq dan il-kompjuter."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
"L-iskaners fuq dan il-kompjuter huma aċċessibbli għal kompjuters oħrajn"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Offerta ta' skaner ma' kompjuters:"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Uża skaners fuq kompjuters remoti"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Uża skaners fuq dawn il-kompjuters:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Qsim ta' skaners lokali"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26178,55 +26198,55 @@ msgstr ""
"Dawn huma l-kompjuters fejn l-iskaner(s) imqabbdin lokalment ikunu "
"disponibbli:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Żid kompjuter"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Ibdel il-kompjuter magħżul"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Neħħi l-kompjuter magħżul"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Isem/IP tal-kompjuter:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Agħżel il-kompjuter li fuqu għandhom jintwerew skaners lokali:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Trid iddaħħal isem jew IP ta' kompjuter.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Dan il-kompjuter diġà fil-lista, ma jistax jerġa' jiġi miżjud.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Użu ta' skaners remoti"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Dawn huma l-kompjuters mnejn jistgħu jintużaw l-iskaners:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26237,7 +26257,7 @@ msgstr ""
"\n"
"Trid tinstalla l-pakkett saned?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "L-iskaners mhux se jkunu disponibbli fuq in-network."
@@ -26421,6 +26441,292 @@ msgstr ""
msgid "Installation failed"
msgstr "Installazzjoni falliet"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Ikkanċella"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Oħloq images tal-ibbutjar Etherboot:\n"
+#~ " \tBiex toħloq kernel bl-etherboot, irid jinħoloq kernel/initrd "
+#~ "speċjali.\n"
+#~ " \tmkinitrd-net jagħmel ħafna minn dax-xogħol u drakTermServ huwa "
+#~ "biss interfaċċja\n"
+#~ " \tgrafika biex timmaniġġja/tippersonalizza dawn l-images. Biex "
+#~ "toħloq il-fajl \t/etc/dhcpd.conf.etherboot-pcimap.include li huwa "
+#~ "inkluż bħala include fil-fajl \tdhcpd.conf, trid toħloq images "
+#~ "etherboot ta' l-inqas għal kernel wieħed sħiħ."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Mantni /etc/dhcpd.conf:\n"
+#~ " \tBiex tibbutja klijenti min-network, kull klijent għandu bżonn "
+#~ "element ta' dhcpd.conf \n"
+#~ " \tli jassenja indirizz IP u images tal-ibbutjar bin-network lill-"
+#~ "kompjuter. drakTermServ\n"
+#~ " \tjgħinek toħloq/tneħħi dawn l-elementi.\t\t\t\n"
+#~ " \t(kards PCI jistgħu iħallu barra l-image - etherboot jistaqsi "
+#~ "għall-image\n"
+#~ "\t\t\tkorretta. Żomm ukoll f'moħħok li meta etherboot ifittex image, "
+#~ "jistenna ismijiet\n"
+#~ "\t\t\tbħal boot-3c59x.nbi, mhux boot-3c59x.2.4.19-16mdk.nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tKonfigurazzjoni tipika ta' stanza dhcpd.conf għal klijent bla "
+#~ "tiski jidher hekk:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ " Filwaqt li tista' tuża \"pool\" ta' indirizzi IP, minflok "
+#~ "tissettja element speċifiku\n"
+#~ " għal kompjuter klijent, l-użu ta' skema ta' indirizzi fissi "
+#~ "jiffaċilita l-użu ta'\n"
+#~ " funzjonalità ta' konfigurazzjoni speċifika għal kull klijent, li "
+#~ "jipprovdi ClusterNFS.\t\t\t\n"
+#~ " Nota: L-element \"#type\" huwa użat biss minn drakTermServ. "
+#~ "Klijenti jistgħu ikunu\n"
+#~ " jew \"ħfief\" jew \"tqal\". Klijenti ħfief iħaddmu l-biċċa l-"
+#~ "kbira tas-softwer fuq is-\n"
+#~ " server permezz ta' XDMCP, filwaqt li klijenti tqal iħaddmu l-"
+#~ "biċċa l-kbira tas-softwer\n"
+#~ " fuqhom stess. inittab speċjali, %s jinkiteb għal klijenti ħfief. "
+#~ "Il-fajls ta'\n"
+#~ " konfigurazzjoni tas-sistema xdm-config, kdmrc u gdm.conf huma "
+#~ "modifikati jekk jintużaw\n"
+#~ " klijenti ħfief, sabiex jaħdem XDMCP. Peress li hemm aspett ta' "
+#~ "sigurtà fl-użu ta' XDMCP,\n"
+#~ " hosts.deny u hosts.allow jiġu modifikati biex jillimitaw aċċess "
+#~ "għas-subnet tan-network\n"
+#~ " lokali.\n"
+#~ "\t\t\t\n"
+#~ " Nota: L-element \"#hdw_config\" huwa wkoll użat biss minn "
+#~ "drakTermServ. Klijenti jistgħu\n"
+#~ " ikunu jew \"true\" jew \"false\". \"True\" jippermetti login tar-"
+#~ "root mill-kompjuter\n"
+#~ " klijent u jippermetti l-konfigurazzjoni tal-ħardwer tal-awdjo, "
+#~ "maws u X, permezz ta' \n"
+#~ " l-għodda \"drak\". Dan huwa permess billi jinħolqu fajls separati "
+#~ "ta' konfigurazzjoni\n"
+#~ " assoċjati mal-indirizz IP tal-klijent u l-ħolqien ta' punti ta' "
+#~ "mmuntar li jistgħu \n"
+#~ " jinkitbu biex iħallu lill-klijent jibdel fajls. Ladarba tkun "
+#~ "sodisfatt bil-\n"
+#~ " konfigurazzjoni, tista' tneħħi l-privileġġi ta' login \"root\" "
+#~ "minn dan il-klijent.\n"
+#~ "\t\t\t\n"
+#~ " Nota: trid twaqqaf u terġa' ttella' s-server wara li żżid jew "
+#~ "tibdel klijenti."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Mantni /etc/exports:\n"
+#~ " \tClusternfs iħallik tesporta d-direttorju root għal fuq klijenti "
+#~ "bla diski. drakTermServ\n"
+#~ " \tjissettjalek l-elementi korretti biex jippermetti aċċess "
+#~ "anonimu lill-filesystem root\n"
+#~ " \tminn klijenti bla diski.\n"
+#~ "\n"
+#~ " \tElement tipiku tal-exports għal clusternfs huwa:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASKRA(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tBis-SUBNET/MASKRA definiti għan-network tiegħek."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Mantni %s:\n"
+#~ " \tBiex utenti jkunu jistgħu jilloggjaw fis-sistema minn klijent "
+#~ "bla diski, l-element tagħhom\n"
+#~ " \tfil-fajl /etc/shadow irid ikun duplikat f' %s. drakTermServ\n"
+#~ " \tjgħinek f'dan ir-rigward billi jżid jew ineħħi utenti minn dan "
+#~ "il-fajl."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - %s kull klijent:\n"
+#~ " \tPermezz ta' clusternfs, kull klijent bla diski jista' jkollu "
+#~ "fajls ta' konfigurazzjoni\n"
+#~ " \tuniċi fil-filesystem root tas-server. Meta tippermetti "
+#~ "konfigurazzjoni tal-ħardwer\n"
+#~ " \tlokali għall-klijenti, drakTermServ jgħinek toħloq dawn il-"
+#~ "fajls."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Fajls ta' konfigurazzjoni għal kull klijent:\n"
+#~ " \tPermezz ta' clusternfs, kull klijent bla diski jista' jkollu "
+#~ "fajls ta' konfigurazzjoni\n"
+#~ " \tuniċi fil-filesystem root tas-server. Meta tippermetti "
+#~ "konfigurazzjoni tal-ħardwer\n"
+#~ " \tlokali għall-klijenti, -klijenti jistgħu jippersonalizzaw fajls "
+#~ "bħal /etc/modules.conf,\n"
+#~ " \t/etc/sysconfig/mouse, /etc/sysconfig/keyboard għal kull "
+#~ "klijent.\n"
+#~ "\n"
+#~ " \tNota: Li tippermetti konfigurazzjoni lokali tal-ħardwer ma "
+#~ "jfissirc li tippermetti login\n"
+#~ " \troot fuq it-terminal server minn kull klijent li għandu din il-"
+#~ "faċilità mixgħula.\n"
+#~ " \tIl-konfigurazzjoni lokali tista' tintefa, filwaqt li jinżammu l-"
+#~ "fajls personalizzati,\n"
+#~ " \tladarba l-klijent jintefa. "
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ jikkonfiguralek dan il-fajl biex jaħdem flimkien "
+#~ "ma' images maħluqa minn\n"
+#~ " \tmkinitrd-net, u l-elementi li hemm f' /etc/dhcpd.conf, sabiex "
+#~ "joffru l-image ta' l-\n"
+#~ " \tibbutjar għal kull klijent bla diski.\n"
+#~ " \tFajl tipiku ta' konfigurazzjoni TFTP jidher xi ħaġa hekk:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tIl-bidliet hawn mill-installazzjoni impliċita hija li tibdel il-"
+#~ "valur ta' \"disable\"\n"
+#~ " \tgħal \"no\" u tibdel il-passaġġ tad-direttorju għal /var/lib/"
+#~ "tfptboot, fejn \n"
+#~ " \tmkinitrd-net jikteb l-images."
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Konfigurazzjoni mibdula - trid tirristartja clusternfs/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/nb.po b/perl-install/share/po/nb.po
index 1f58f0577..6a402a046 100644
--- a/perl-install/share/po/nb.po
+++ b/perl-install/share/po/nb.po
@@ -17,7 +17,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nb\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-09-21 23:11+0200\n"
"Last-Translator: Per Øyvind Karlsen <pkarlsen@mandriva.com>\n"
"Language-Team: Norwegian Bokmål <cooker-i18n@mandrivalinux.com>\n"
@@ -217,21 +217,21 @@ msgstr "Oppdager og setter opp enheter.."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -258,9 +258,9 @@ msgstr "Oppdager og setter opp enheter.."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Feil"
@@ -501,10 +501,10 @@ msgstr "Skreddersydd"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Avslutt"
@@ -666,7 +666,7 @@ msgstr "Grafikk-kort: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -683,7 +683,7 @@ msgstr "Ok"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -698,7 +698,7 @@ msgstr "Avbryt"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -931,7 +931,7 @@ msgstr "Første sektor av root-partisjon"
msgid "On Floppy"
msgstr "På diskett"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Hopp over"
@@ -1275,9 +1275,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Ferdig"
@@ -1481,9 +1481,9 @@ msgstr "Du kan eksportere med NFS eller SMB. Velg den du ønsker å bruke."
msgid "Launch userdrake"
msgstr "Start userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1662,7 +1662,7 @@ msgstr "Domene"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Tjener"
@@ -1792,7 +1792,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "Kan ikke bruke broadcast uten NIS-domene"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1807,42 +1807,42 @@ msgstr ""
"vent for standardoppstart.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO med grafisk meny"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO med tekstmeny"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB med grafisk meny"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB med tekstmeny"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "ikke nok plass i /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Du kan ikke installere oppstartslasteren på en %s-partisjon\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1851,7 +1851,7 @@ msgstr ""
"Ditt oppsett av oppstartslaster trenger å oppdateres pga. rekkefølgen på "
"dine partisjoner har blitt endret"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1860,7 +1860,7 @@ msgstr ""
"Oppstartslasteren kan ikke bli installert korrekt. Du må gjøre nødoppstart "
"og velge \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Installer oppstartslaster på nytt"
@@ -3074,7 +3074,7 @@ msgstr "Søk nye tjenere"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Pakken %s må installeres. Vil du installere den?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Kunne ikke installere %s-pakken!"
@@ -3085,19 +3085,19 @@ msgid "Mandatory package %s is missing"
msgstr "Obligatorisk pakke %s mangler"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Advarsel"
@@ -3997,7 +3997,7 @@ msgstr "Brukernavn"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4976,8 +4976,8 @@ msgstr ""
"ødelagte blokker på disken."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -6092,8 +6092,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7819,14 +7819,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Re-submit"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Tsjekkisk (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7840,28 +7840,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Spansk"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finsk"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Fransk"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7875,828 +7875,828 @@ msgid ""
"Polish"
msgstr "Polsk"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Russisk"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Svensk"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "UK-tastatur"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "US-tastatur"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albansk"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armensk (gammel)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armensk (skrivemaskin)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armensk (fonétisk)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arabisk"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaidjansk (latin)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgisk"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengalsk (Inscript oppsett)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengalsk (Probhat oppsett)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgarsk (fonétisk)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgarsk (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brasiliansk (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosnisk"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Belarusian"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Sveisisk (tysk oppsett)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Sveitsisk (fransk oppsett)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee syllabics"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Tsjekkisk (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Tysk (ingen døde taster)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Dansk"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Fransk)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (Britisk)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norsk)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Polsk)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Svensk)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tibetan"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estlandsk"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Faroese"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgisk (\"Russisk\" oppsett)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgisk (\"Latinsk\" oppsett)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Gresk"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Gresk (polytonisk)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Kroatisk"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Ungarsk"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irsk"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israelsk"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israelsk (Phonetic)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iransk"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islansk"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italiensk"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japansk 106 taster"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Koreansk tastatur"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurdisk (arabisk skript)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kyrgyz-tastatur"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latinamerikansk"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laot"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Liauisk AZERTY (gammel)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Liauisk AZERTY (ny)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Litauisk \"nummer-rekke\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Litauisk \"fonétisk\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Latvisk"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malaysisk"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Makedonsk"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Burmesisk)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongolsk (cyrillic)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltesisk (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltesisk (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Nederlandsk"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polsk (qwerty oppsett)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polsk (qwertz oppsett)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugisisk"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanadisk (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Romansk (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Romansk (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Russisk (Phonetic)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Samisk (norsk)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Samisk (svensk/finsk)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovensk"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Sinhala"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovakisk (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovakisk (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbisk (cyrillic)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Syrisk"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Syrisk (fonétisk)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamilsk (ISCII-oppsett)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamilsk (skrivemaskin-oppsett)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thai (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thai (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thai (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (marokansk oppsett)(+latinsk/arabisk)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (fonetisk) (+latinsk/arabisk)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tajik-tastatur"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turkmensk"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Tyrkisk (tradisjonell \"F\" modell)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Tyrkisk (moderne \"Q\" modell)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrainsk"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Urdu-tastatur"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "US-tastatur (internasjonalt)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Usbekistansk (cyrillic)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamesisk \"nummer-rekke\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Jugoslavisk (latin)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Høyre Alt-tast"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Begge Shift-taster samtidig"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Control- og Shift-taster samtidig"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock-tast"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift- og CapsLock-taster samtidig"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl- og Alt-taster samtidig"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt- og Shift-taster samtidig"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\" Menu\"-tast"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Venstre \"Windows\" tast"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Høyre \"Windows\"-tast"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Begge Control-taster samtidig"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Begge Alt-taster samtidig"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Venstre \"shift\"-tast"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Høyre Shift-tast"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Venstre Alt-tast"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Venstre Control-tast"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Høyre Control-tast"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8707,7 +8707,7 @@ msgstr ""
"å bytte mellom forskjellige tastaturoppsett.\n"
"(for eksempel latin og ikke-latin)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11100,8 +11100,8 @@ msgstr "Netmaske bør være i format 255.255.224.0"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Advarsel : IP-adresse %s er vanligvis reservert !"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s er allerede i bruk\n"
@@ -11813,7 +11813,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Firmwarekopiering feilet, filen %s ble ikke funnet"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Gratulerer!"
@@ -11947,9 +11947,9 @@ msgstr "Satt opp på andre maskiner"
msgid "On CUPS server \"%s\""
msgstr "På CUPS-tjener \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Standard)"
@@ -12001,9 +12001,9 @@ msgstr "Fjern-CUPS"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Ukjent modell"
@@ -12251,7 +12251,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Rå skriver (ingen driver)"
@@ -12282,12 +12282,12 @@ msgstr "Vertsnavn %s"
msgid "%s (Port %s)"
msgstr "%s (Port %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12336,7 +12336,7 @@ msgstr ""
"tilgjengelige på denne maskinen."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Ekstern CUPS-tjener og ingen lokal CUPS-tjeneste"
@@ -12386,8 +12386,8 @@ msgstr "Printerdeling på verter/nettverk"
msgid "Custom configuration"
msgstr "Egendefinert oppsett"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Ingen fjern-maskiner"
@@ -12619,8 +12619,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "På, Navn eller IP av ekstern tjener."
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "CUPS-tjenernavn eller IP-adresse mangler."
@@ -12630,29 +12630,30 @@ msgstr "CUPS-tjenernavn eller IP-adresse mangler."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Leser skriverdata: ..."
@@ -12787,7 +12788,7 @@ msgstr ""
"Skrivere på fjern-CUPS-tjenere trenger du ikke å sette opp her; disse "
"skriverene vil bli oppdaget automatisk."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -13028,12 +13029,12 @@ msgstr " på "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Skrivervalg"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Hva slags type skriver har du?"
@@ -13051,7 +13052,7 @@ msgstr ""
"Printerdrake kunne ikke avgjøre hva slags modell skriveren \"%s\" er. Velg "
"den korrekte modellen fra lista. "
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -13060,7 +13061,7 @@ msgstr ""
"Hvis din skriver ikke finnes i listen velg en kompatibel (se i "
"skrivermanualen) eller en lignende."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Setter opp skriver \"%s\"..."
@@ -13083,7 +13084,7 @@ msgstr ""
"Du kan skru den tilbake på igjen ved å velge \"%s\" -> \"%s\" i "
"Printerdrake's hovedmeny. "
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Sett opp automatisk administrasjon"
@@ -13101,8 +13102,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Legg til en ny skriver"
@@ -13310,8 +13311,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Kunne ikke installere %s-pakkene!"
@@ -13549,10 +13550,10 @@ msgid "Remote printer name missing!"
msgstr "Det eksterne skrivernavnet mangler!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13934,8 +13935,8 @@ msgstr "Rediger"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Skrivertilkoblingstype"
@@ -13945,22 +13946,18 @@ msgstr "Skrivertilkoblingstype"
msgid "What do you want to do?"
msgstr "Hva ønsker du å gjøre?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Avbryt"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13973,7 +13970,7 @@ msgstr ""
"for gamle, skanning på multifunksjonsenheter og minnekorttilgang på skrivere "
"med kortlesere."
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, fuzzy, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13982,89 +13979,105 @@ msgstr ""
"For å få tilgang til disse ekstra funksjonene på din HP skriver må den bli "
"satt opp med rett programvare: "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, fuzzy, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr "Hva er ditt valg (velg \"Ingen\" for ikke-HP-skrivere)? "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Installerer %s-pakker..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Bare utskrift vil være mulig på %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Kunne ikke opprette din gamle HPOJ-oppsettsfil %s for din %s! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Fjern fila manuelt og start HPOJ på nytt."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Sjekker enhet og setter opp %s"
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Hvilken skriver ønsker du å sette opp med HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Setter opp kjernemoduler..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Installerer SANE-pakker..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Scanning på %s vil ikke være mulig."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Bruker og vedlikeholder din %s"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Setter opp enhet..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Gjør skriverport tilgjengelig for CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Leser skriverdatabase ..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Angi Skrivernavn og kommentarer"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Skrivernavn bør inneholde kun bokstaver, tall og understrek"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -14073,7 +14086,7 @@ msgstr ""
"Skriveren \"%s\" eksisterer allerede,\n"
"ønsker du å overskrive dens oppsett?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -14083,7 +14096,7 @@ msgstr ""
"Printernavnet \"%s\" har mer enn 12 tegn som kan gjøre skriveren "
"utilgjengelig fra Windows-klienter. Ønsker du virkelig å bruke dette navnet?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -14093,35 +14106,35 @@ msgstr ""
"plasseringsfeltene trenger ikke å fylles inn. De er kommentarerer for "
"brukerne."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Navn på skriver"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Beskrivelse"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Plassering"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Forbereder skriverdatabase ..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Din skrivermodell"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14146,18 +14159,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Modellen er riktig"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Velg modell manuelt"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14172,12 +14185,12 @@ msgstr ""
"skrivermodell riktig. Søk etter riktig modell i listen når pekeren står over "
"en feil modell eller på \"Rå skriver\"."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Installer en PPD-fil levert av produsent"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14186,7 +14199,7 @@ msgstr ""
"Hver PostScript-skriver er levert med en PPD-fil som beskriver skriverens "
"valg og finesser."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14195,12 +14208,12 @@ msgstr ""
"Denne filen er vanligvis et sted på CDen med Windows- og Mac-driverene som "
"fulgte med skriveren."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Du kan finne PPD-filer også på produsentenes nettsteder."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14209,7 +14222,7 @@ msgstr ""
"Hvis du har Windows installert på din maskin så kan du finne PPD-fila på din "
"Windows-partisjon også."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14219,7 +14232,7 @@ msgstr ""
"Installerer skriverens PPD-fil og bruker den mens den setter opp skriveren "
"så alle valg til skriveren vil være tilgjengelig via skriverens hardware"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14228,51 +14241,51 @@ msgstr ""
"Her kan du velge PPD-filen som skal installeres på din maskin, den vil siden "
"bli brukt til oppsett av din skriver."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Installer PPD-fil fra"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Diskett"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Annet sted"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Velg PPD-fil"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "PPD-fila %s eksisterer ikke eller er uleselig!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "PPD-fila %s følger ikke PPD-spesifikasjonene!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Installerer PPD-fil..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI winprinter-oppsett"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14289,12 +14302,12 @@ msgstr ""
"du skriver ut en testside. Ellers vil ikke skriveren virke. Innstillinger "
"for oppkoblingstype vil bli ignorert av driveren."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjet-oppsett"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14306,7 +14319,7 @@ msgstr ""
"skrivere på fjernmaskiner eller skrivertjenerbokser. Koble skriveren til en "
"lokal port eller sett den opp på maskinen hvor det er koblet til."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14327,12 +14340,12 @@ msgstr ""
"skriverhode alignment sider med \"lexmarkmaintain\" og juster hode alignment-"
"innstillinger med dette programmet."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark X125-oppsett"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14345,12 +14358,12 @@ msgstr ""
"skriveren til en lokal USB-port eller sett den opp på maskinen hvor den er "
"koblet til."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Samsung ML/QL-85G-oppsett"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14363,17 +14376,17 @@ msgstr ""
"paralellporter. Koble til skriveren på den første parallellporten eller sett "
"den opp på maskinen den er koblet til."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Canon LBP-460/660-oppsett"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Canon LBP-810/1120 (CAPT)-oppsett"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14386,12 +14399,12 @@ msgstr ""
"tilkoblet via parallellport. Koble skriveren til en lokal USB-port eller "
"sett den opp på maskinen hvor den er koblet til."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Firmwareopplasting for HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14409,27 +14422,27 @@ msgstr ""
"papirholdere) er satt riktig. Merk deg at veldig god utskriftskvalitet kan "
"gjøre utskriften mye tregere."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Standardoppsett for skriver"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Valg %s må være ett helt tall!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Valg %s må være ett tall!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Valg %s er utenfor rekkevidden!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14438,12 +14451,12 @@ msgstr ""
"Ønsker du å sette denne skriveren (\"%s\")\n"
"som standard skriver?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Testsider"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14456,47 +14469,47 @@ msgstr ""
"for lite minne vil den ikke skrives ut i det hele tatt. Som regel vil det "
"holde å skrive ut standard testsiden."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Ingen testsider"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Skriv ut"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Standard testside"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternativ testside (brev)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternativ testside (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Fototestside"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Skriver ut testside(r)..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Hopper over fototestside."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14511,7 +14524,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14520,17 +14533,17 @@ msgstr ""
"Testsiden(e) har blitt sendt til skriveren.\n"
"Det kan ta litt tid før skriveren starter.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Virker det som det skal?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Rå skriver"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14543,7 +14556,7 @@ msgstr ""
"eller \"kprinter <fil>\". De grafiske verktøyene lar deg velge skriver og "
"forandre utskriftsvalg enkelt. \n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14554,8 +14567,8 @@ msgstr ""
"skriverdialogen til mange applikasjoner, men her skal du ikke angi filnavnet "
"ettersom det er gitt av applikasjonen.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14568,7 +14581,7 @@ msgstr ""
"skriverjobb. Du kan ganske enkelt angi de forskjellige valgene på "
"kommandolinja, for eksempel \"%s <fil>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14579,7 +14592,7 @@ msgstr ""
"enten listen nedenfor eller klikk på \"Skrivervalgliste\"-knappen.%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14588,7 +14601,7 @@ msgstr ""
"Dette er en liste over tilgjengelige valg for skriveren:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14597,8 +14610,8 @@ msgstr ""
"For å skrive ut en fil fra kommandolinja (terminalvindu), bruk kommandoen \"%"
"s <fil>\". \n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14609,7 +14622,7 @@ msgstr ""
"skriverdialogen til mange applikasjoner. Her skal du ikke oppgi et filnavn "
"ettersom det er gitt av applikasjonen.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14618,7 +14631,7 @@ msgstr ""
"Får å få en liste over tilgjengelige valg for nåværende skriver klikk på "
"\"Skrivervalgliste\"-knappen."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14627,7 +14640,7 @@ msgstr ""
"Får å skrive ut en fil fra kommandolinjen (terminalvindu) bruk kommandoen \"%"
"s <file>\" eller \"%s <file>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14645,7 +14658,7 @@ msgstr ""
"annet\n"
"ved papirkræsj.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14658,27 +14671,27 @@ msgstr ""
"spesifik skriverjobb. Bare legg til de ønskede valgene til kommandolinjen, "
"feks. \"%s <fil>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Bruker/vedlikeholder skriveren \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Skriver ut på skriver \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Skrivervalgliste"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Skrivervalgliste"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14689,7 +14702,7 @@ msgstr ""
"mange spesialfinesser din printer måtte ha støttet.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14698,7 +14711,7 @@ msgstr ""
"Scanneren i skriveren din kan brukes med den vanlige SANE-programvaren, "
"feks. Kooka eller XSane (Begge i Multimedia/Grafikk-menyen). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14709,7 +14722,7 @@ msgstr ""
"dele scanneren din på nettverket.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14718,7 +14731,7 @@ msgstr ""
"Minnekortleserne i din skriver kan brukes som en vanlig USB-"
"masselagringsenhet."
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14729,7 +14742,7 @@ msgstr ""
"dukke opp på ditt skrivebord.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14740,7 +14753,7 @@ msgstr ""
"(Meny: System/Overvåking/HP Printer Toolbox) ved å klikke på \"Access Photo "
"Cards...\"-knappen i \"Functions\"-arkfanen. "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14751,7 +14764,7 @@ msgstr ""
"kortleser er vanligvis raskere.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14762,33 +14775,33 @@ msgstr ""
"stor mengde statusovervåkning og vedlikeholdsfunksjoner for din %s:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - Blekknivå/statusinformasjon:\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - Blekkpatronrensing \n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Skriverhodejustering\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Fargekalibrering\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Overfør skriveroppsett"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14803,7 +14816,7 @@ msgstr ""
"ikke jobber.\n"
"Ikke alle køer kan overføres grunnet:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14812,7 +14825,7 @@ msgstr ""
"CUPS støtter ikke skrivere på Novell-tjenere eller skrivere som sender "
"dataene inn i en friformet kommando.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14821,12 +14834,12 @@ msgstr ""
"PDQ støtter bare lokale skrivere, fjern-LPD skrivere, og Socket/TCP-"
"skrivere.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD og LPRng støtter ikke IPP-skrivere.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14835,7 +14848,7 @@ msgstr ""
"I tillegg, køer laget med dette programmet eller \"foomatic -configure\" kan "
"ikke overflyttes."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14846,7 +14859,7 @@ msgstr ""
"Skrivere satt opp med PPD-filene som produsenten har laget eller med CUPS-"
"drivere kan ikke overføres."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14857,17 +14870,17 @@ msgstr ""
"Velg skriverene som du vil overføre og klikk \n"
"\"Overfør\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Ikke overfør skrivere"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Overfør"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14878,17 +14891,17 @@ msgstr ""
"Klikk \"Overfør\" for å overskrive.\n"
"Du kan også gi ett nytt skrivernavn, eller hoppe over denne skriveren."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Nytt skrivernavn"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Overfører %s ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14898,28 +14911,28 @@ msgstr ""
"opp\n"
"som standardskriver også under det nye skriversystemet - %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Oppdaterer skriverdata ..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Starter nettverk ..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Sett opp nettverket nå"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Nettverksfunksjonalitet ikke satt opp"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14932,12 +14945,12 @@ msgstr ""
"nettverket, vil du ikke bli i stand til å bruke skriveren du setter opp. "
"Hvordan vil du fortsette?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Fortsett uten å sette opp nettverket"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14952,7 +14965,7 @@ msgstr ""
"\"Nettverk og internett\"/ \"Forbindelse\", og sett opp skriveren etterpå, "
"også i %s Kontrollsenter, under /\"Maskinvare\"/\"Skriver\""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14963,27 +14976,27 @@ msgstr ""
"nettverksoppsettet og prøv deretter å sette opp nettverks-\n"
"skriveren igjen."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Starter skriversystemet på nytt ..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "høy"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoid"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Installerer et utskriftsystem på %s sikkerhetsnivået"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -15007,12 +15020,12 @@ msgstr ""
"\n"
"Er du sikker på at du vil sette opp skriver på dette systemet?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Starter utskriftsystemet ved oppstart"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -15032,32 +15045,32 @@ msgstr ""
"\n"
"Ønsker du å skru på automatisk start av skriversystemet igjen?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Sjekker installert programvare..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Fjerner %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Kunne ikke fjerne %s-utskriftssystemet!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Installerer %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Kunne ikke installere %s-utskriftssystemet!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -15070,7 +15083,7 @@ msgstr ""
"definere lokale utskriftskøer da og hvis den spesifiserte tjeneren er nede "
"vil det ikke være mulig å skrive ut fra denne maskinen."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -15079,32 +15092,32 @@ msgstr ""
"Skriv inn vertsnavnet eller IP-adressen til din CUPS-tjener og klikk OK hvis "
"du vil bruke dette moduset, hvis ikke, klikk \"Avslutt\"."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Navn eller IP til ekstern tjener."
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Setter standardskriver..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Lokalt CUPS-utskriftssystem eller ekstern CUPS-tjener?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "CUPS-utskiftssystemet kan brukes på to måter:"
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. CUPS-utskriftssystemet kan kjøres lokalt."
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -15113,7 +15126,7 @@ msgstr ""
"Da vil skrivere som er koblet til lokalt kunne brukes og eksterne skrivere "
"på andre CUPS-tjenere i samme nettverket blir oppdaget automatisk."
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15125,14 +15138,14 @@ msgstr ""
"maskinen: Flere programpakker må installeres, CUPS-tjenesten må kjøre i "
"bakgrunnen og trenger litt minne, og IPP-porten (port 631) blir åpnet."
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. Alle utskriftsforespørseler blir umiddelbart sent til en ekstern CUPS-"
"tjener."
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15144,7 +15157,7 @@ msgstr ""
"programvareinfrastruktur for å sette opp lokale utskriftsforespørseler blir "
"installert, så mindre minne og harddiskplass blir brukt."
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15154,48 +15167,48 @@ msgstr ""
"spesifiserte tjeneren er nede er det ikke mulig å skrive ut fra denne "
"maskinen."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Hvordan skal CUPS bli satt opp på din maskin?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Ekstern tjener, spesifiser Navn eller IP her:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Lokalt CUPS-utskriftssystem"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Velg skriverkøbehandler"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Hvilket utskriftsystem (købehandler) ønsker du å bruke?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Klarte ikke å sette opp skriver \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Installerer Foomatic ..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Kunne ikke installere %s-pakkene. %s kan ikke startes!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15206,48 +15219,48 @@ msgstr ""
"oppsettet; for å gjøre den til standard printer; eller for å vise "
"informasjon om den."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Vis alle tilgjengelige fjern-CUPS-skrivere"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Oppdater skriverliste (for å vise alle tilgjengelige CUPS-skrivere)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS-oppsett"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Endrer utskriftssystemet"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Normalt modus"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Ekspertmodus"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Valg for skriver"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Endre skriveroppsett"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15256,99 +15269,99 @@ msgstr ""
"Skriver %s%s\n"
"Hva ønsker du å forandre på denne skriveren?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Denne skriveren er deaktivert"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Gjør det!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Skrivernavn, beskrivelse, plassering"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Skriverprodusent, modell, driver"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Skriverprodusent, modell"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Sett denne skriveren som standard"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Aktiver skriver"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Deaktiver skriver"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "Feilhåndtering ved skriverkommunikasjon"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Skriver ut testsider"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Lær hvordan man skal bruke denne skriveren"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Fjern skriver"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Fjerner gammel skriver \"%s\" ..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Skriver «%s» er nå aktivert."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Skriver «%s» er nå deaktivert."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Ønsker du virkelig å fjerne skriveren \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Fjerner skriver \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Standardskriver"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Skriveren \"%s\" er nå satt til standard skriver."
@@ -15385,15 +15398,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Kunne ikke sette rettigheter på firmware-fil %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "Kunne ikke installere pakkene som trengs for å dele din(e) skanner(e)."
@@ -17315,12 +17328,12 @@ msgstr "Logg ut og bruk så Ctrl-Alt-BackSpace"
msgid "You need to log out and back in again for changes to take effect"
msgstr "Du trenger å logge ut og inn igjen for at fendringene skal tre i kraft"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s krever et brukernavn...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17329,114 +17342,114 @@ msgstr ""
"%s: %s krever vertsnavn, MAC-adresse, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Lokalt oppsett...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s trenger vertsnavn...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Oppsett av terminaltjener"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "dhcpd-oppsett"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Aktiver tjener"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Deaktiver tjener"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Start tjener"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Stopp tjener"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot-diskett/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Nettverksoppstart-imagefiler"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Legg til/slett brukere"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Legg til/slett klienter"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Imagefiler"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Klienter/Brukere"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Veiviser for første kjøring"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
"%s er definert som innloggingshåndterer, legger til gdm-bruker i /etc/passwd$"
"$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17477,27 +17490,27 @@ msgstr ""
" e) Spørre deg om å opprette en oppstartsdiskett.\n"
" f) Hvis det er tynne klienter, spørre om du vil starte KDM på nytt.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Avbryt Veiviser"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Du må lagre dhcpd-oppsettet!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Bruk tynne klienter."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Synkroniserer klients X-tastaturoppsett med tjener."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17512,28 +17525,28 @@ msgstr ""
"skjerm.\n"
" 'Tykke' klienter bruker deres egen CPU/RAM, men tjenerens filsystem."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Oppretter nettverksoppstartsfiler for alle kjerner"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Dette vil ta en stund."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Ferdig!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s feilet"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17544,12 +17557,12 @@ msgstr ""
"NBIer i %s.\n"
"Trenger: %d MB, Ledig: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr "Synkroniserer tjenerbrukerliste med klientliste, inkludert root."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17558,19 +17571,18 @@ msgstr ""
"For å kunne aktivere endringene gjort for tynne klienter, så må "
"sesjonsbehandleren startes på nytt. Start på nytt nå?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Terminaltjeneroversikt"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17581,8 +17593,7 @@ msgstr ""
" - Opprett Etherbootaktiverte oppstartsimagefiler:\n"
" \tFor å starte med en kjerne via etherboot, må en spesiell kjerne/"
"initrd-imagefil opprettes.\n"
-" \tmkinitrd-net gjør mye av dette arbeidet og drakTermServ er bare et "
-"grafisk \n"
+" \tmkinitrd-net gjør mye av dette arbeidet og %s er bare et grafisk \n"
" \tgrensesnitt for å hjelpe til med å håndtere/endre på disse "
"imagefilene. For å opprette filen \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include som blir dratt inn som en "
@@ -17590,14 +17601,14 @@ msgstr ""
" \tdhcpd.conf, så burde du opprette etherboot-imagefilene for i det "
"minste en full kjerne."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17612,8 +17623,8 @@ msgstr ""
" - Vedlikehold /etc/dhcpd.conf:\n"
" \t\tFor å starte klientene over nettverk, trenger hver klient en "
"oppføring i dhcpd.conf, som gir ut en IP-adresse\n"
-" \t\tog nettverksoppstart-imagefiler til maskinen. drakTermServ "
-"hjelper til med å lage/fjerne disse opp føringene.\n"
+" \t\tog nettverksoppstart-imagefiler til maskinen. %s hjelper til med "
+"å lage/fjerne disse opp føringene.\n"
"\t\t\t\n"
" \t\t(PCI-kort kan unnlate imagefilen - etherboot vil forespørre den "
"riktige imagefilen. Du burde\n"
@@ -17624,30 +17635,29 @@ msgstr ""
" \t\tEn typisk dhcpd.conf-strofe for å støtte diskløse klienter ser "
"slik ut:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17666,10 +17676,10 @@ msgstr ""
"spesifikt satt opp oppføring for\n"
"\t\t\ten klient maskin, ved bruk av faste adresseskjema som letter\n"
"bruken\n"
-"\t\t\tav klientspesifike oppsettsfiler som ClusterNFS tilbyr.\n"
+"\t\t\tav klientspesifike oppsettsfiler som %s tilbyr.\n"
"\t\t\t\n"
-"\t\t\tMerk: \"#type\"-oppføringen er bare brukt av drakTermServ. Klienter "
-"kan enten være \"tynne\"\n"
+"\t\t\tMerk: \"#type\"-oppføringen er bare brukt av %s. Klienter kan enten "
+"være \"tynne\"\n"
"\t\t\teller 'tykke'. Tynne klienter kjører mesteparten av programvaren via "
"XDMCP, mens tykke klienter kjører mesteparten\n"
"av programvaren på klientmaskinen. En spesiell inttab, %s blir\n"
@@ -17683,17 +17693,16 @@ msgstr ""
"\t\t\tMerk: Du må stoppe/starte tjeneren etter å ha lagt til eller endret "
"klienter."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17701,57 +17710,58 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Vedlikehold /etc/exports:\n"
-" \t\tClusternfs lar deg eksportere root-filsystemet til diskløse "
-"klienter, drakTermServ\n"
+" \t\t%s lar deg eksportere root-filsystemet til diskløse klienter, %"
+"s\n"
" \t\tsetter opp de riktige oppføringene for å tillate anonym tilgang "
"til root-filsystemet fra\n"
" \t\tdiskløse klienter.\n"
"\n"
-" \t\tEn typisk eksporteringsoppføring for clusternfs er:\n"
+" \t\tEn typisk eksporteringsoppføring for %s er:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t\t/home SUBNETT/MASKE(rw,root_squash)\n"
"\t\t\t\n"
"\t\t\tHvor SUBNETT/MASKE blir defintert for ditt nettverk."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Vedlikehold %s:\n"
" \t\tFor at brukere skal kunne logge inn på systemet fra en "
"diskløsklient, så må deres entoppføring i\n"
-" \t\t/etc/shadow kopieres inn i %s. drakTermServ hjelper til\n"
+" \t\t/etc/shadow kopieres inn i %s. %s hjelper til\n"
" \t\tved å legge til og slette brukere fra denne filen."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Per klient %s:\n"
-" \t\tGjennom clusternfs så kan hver diskløse klient ha deres egne "
-"unike oppsettsfil\n"
-" \t\tpå root-filsystemet på tjeneren. I fremtiden vil drakTermServ "
-"kunne hjelpe til med å lage disse\n"
+" \t\tGjennom %s så kan hver diskløse klient ha deres egne unike "
+"oppsettsfil\n"
+" \t\tpå root-filsystemet på tjeneren. I fremtiden vil %s kunne hjelpe "
+"til med å lage disse\n"
" \t\tfilene."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17767,7 +17777,7 @@ msgid ""
"machine is configured."
msgstr ""
" - Systemoppsettsfiler per klient:\n"
-" \t Gjennom clusternfs så har hver diskløse klient deres egne unike "
+" \t Gjennom %s så har hver diskløse klient deres egne unike "
"oppsettsfiler\n"
" \tpå tjenerens root-filesystem. Ved å tillate lokalt oppsett av "
"klientens maskinvare, \n"
@@ -17782,12 +17792,12 @@ msgstr ""
" av igjen, og beholde oppsettsfilene så fort klientmaskinen er satt "
"opp."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17812,8 +17822,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \t\tdrakTermServ vil configure denne filen til å virke sammen med "
-"imagefilene som blir opprettet av\n"
+" \t\t%s vil configure denne filen til å virke sammen med imagefilene "
+"som blir opprettet av\n"
" \t\tmkinitrd-net, og oppføringene i /etc/dhcpd.conf, for å gi ut "
"nettverksoppstartsimagefilene til hver \n"
" \t\tdiskløse klient.\n"
@@ -17837,14 +17847,12 @@ msgstr ""
"net\n"
" \t\tplassere sine imagefiler."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17855,8 +17863,8 @@ msgstr ""
" - Opprett etherboot-disketter/CDer:\n"
" \tDe diskløse klientmaskinene trenger enten ROM-imagefil på "
"nettverkskortet, oppstartsdiskett\n"
-" \teller en CD for å initialisere oppstartssekvensen. drakTermServ "
-"vil hjelpe til med å generere disse\n"
+" \teller en CD for å initialisere oppstartssekvensen. %s vil hjelpe "
+"til med å generere disse\n"
" \timagefilene, basert på nettverkskortet i klientmaskinen.\n"
" \t\t\n"
" \tEt grunnleggende eksempel på oppretting av en oppstartsdiskett for "
@@ -17864,94 +17872,94 @@ msgstr ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Oppstarts-diskett"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Oppstarts-ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE-imagefil"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Standard kjerneversjon"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "Installer i586-kjerne for eldre klienter"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Bygg hele kjernen -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Ingen kjerne valgt!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Bygg for et enkelt nettverkskort -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Inget nettverkskort valgt!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Bygg alle kjerner -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Slett"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Imagefil ikke valgt!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Slett alle NBIer"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Oppretter imagefiler for kjerne:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17962,27 +17970,27 @@ msgstr ""
" det i terminalserver-databasen.\n"
"Slett/legg til bruker på nytt i terminalserveren for å aktivere innlogging."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Legg til bruker -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Slett bruker"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "type: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "lokalt oppsett: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17991,22 +17999,22 @@ msgstr ""
"Tillatt lokalt\n"
"maskinvareoppsett'."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Ingen nettverksoppstartsfiler ble laget!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Tynn klient"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Tillat tynne klienter"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -18015,52 +18023,52 @@ msgstr ""
"Synkroniser klients X-tastatur\n"
" instillinger med tjener."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Legg til klient -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "type: tykk"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "type: tynn"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "lokalt oppsett: falsk"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "lokalt oppsett: sann"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Endre klient"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Deaktiver lokalt oppsett"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Slett klient"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -18070,79 +18078,79 @@ msgstr ""
"i kraft. \n"
"(service dm restart - i konsollet)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Tynne klienter vil ikke fungere med automatisk innlogging. Deaktiver "
"automatisk innlogging?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Alle klienter vil bruke %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subnett:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Nettmaske:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Routere:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Subnettmaske:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Broadcastadresse:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Domenenavn:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Navntjenere:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "IP-rekke start:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "IP-rekke slutt:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Legg til TS-includes i eksisterende oppsett"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Skriv oppsett"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "dhcpd-tjeneroppsett"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18153,7 +18161,7 @@ msgstr ""
"ut fra ditt system.\n"
"Du kan endre dem etter behov."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -18162,100 +18170,100 @@ msgstr ""
"Dynamisk IP-adresserekke\n"
"(trengs for PXE-klienter):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Skriving til %s feilet!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Sett inn en diskett:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Kunne ikke få tilgang til diskettstasjonen!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Disketten kan fjernes nå"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Ingen diskettstasjon tilgjengelig!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "PXE-imagefil er %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Feil ved skriving %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etheroppstart ISO-imagefil er %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Noe gikk feil! - Er mkisofs installert?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Trenger å opprette /etc/dhcpd.conf først!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s passord feil i Terminaltjener - skriver om...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s er ikke en bruker..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s er allerede en Terminaltjenerbruker\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Klarte ikke å legge %s til i Terminaltjener!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s lagt til Terminaltjener\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Slettet %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s ikke funnet...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allow og /etc/hosts.deny er allerede satt opp - ikke endret"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Oppsett endret - restarte clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Oppsett endret - restarte %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26471,17 +26479,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake vil ikke bli startet nå."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Søker etter oppsatte skannere ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Søker etter nye scannere..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Re-genererer liste over oppsatte skannere ..."
@@ -26645,43 +26653,43 @@ msgstr ""
"%s må være satt opp av printerdrake.\n"
"Du kan kjøre %s Kontrollsenter fra maskinvareseksjonen."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Setter opp kjernemoduler..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Oppdag automisk tilgjengelige porter"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Velg enheten hvor din %s er tilkoblet"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Merk: Parallellporter kan ikke bli automatisk oppdaget)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "velg enhet"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Søker etter scannere..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Setter opp kjernemoduler..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "OBS!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26693,7 +26701,7 @@ msgstr ""
"\n"
"Manuelle tilpasninger kreves. Rediger oppsettsfila /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26702,7 +26710,7 @@ msgstr ""
"Mer informasjon i driverens manualside. Kjør kommandoen \"man sane-%s\" for "
"å lese den."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26711,7 +26719,7 @@ msgstr ""
"Etter det så skal du kunne skanne dokumenter dine ved hjelp av \"XSane\" "
"eller \"Kooka\" fra Multimedia/Grafikk i applikasjonsmenyen."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26720,7 +26728,7 @@ msgstr ""
"Din %s har blitt satt opp, men det er mulig at manuelle endringer må gjøres "
"i tillegg for å få det til å fungere. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26729,12 +26737,12 @@ msgstr ""
"Hvis den ikke dukker opp i listen over oppsatte scannere i hovedvinduet til "
"Scannerdrake eller hvis den ikke virker riktig, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "endre oppsettsfilen /etc/sane.d/%s.conf."
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26745,7 +26753,7 @@ msgstr ""
"Du vil nå kunne skanne dokumentene dine ved hjelp av \"XSane\" eller \"Kooka"
"\" fra Multimedia/Grafikk i applikasjonsmenyen."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26758,7 +26766,7 @@ msgstr ""
"%s\n"
"er tilgjengelige på ditt system.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26771,43 +26779,43 @@ msgstr ""
"%s\n"
"er tilgjengelig på ditt system.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr ""
"Det ble ikke funnet noen scannere som er tilgjengelig på ditt system.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Søk etter nye scannere"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Legg til scanner manuelt"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Installer/Oppdater firmware-filer"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Scannerdeling"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Alle fjerne maskiner"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Denne maskinen"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26816,7 +26824,7 @@ msgstr ""
"Her kan du velge om scannerne tilkoblet denne maskinen skal være "
"tilgjengelige for andre maskiner og for hvilke."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26825,33 +26833,33 @@ msgstr ""
"Du kan også velge om fjernskannere kan bli gjort tilgjengelige på denne "
"maskinen."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Scannerne på denne maskinen er tilgjengelig for andre maskiner"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Scannerdeling til verter: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Bruk scannere på fjerne maskiner"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Bruk scannere på verter: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Deling av lokale scannere"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26860,56 +26868,56 @@ msgstr ""
"Dette er maskiner som de(n) lokalt tilkoblede scanneren(e) skal være "
"tilgjengelig(e) for:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Legg til vert"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Endre valgte vert"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Fjern valgte vert"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Navn/IP-adresse på vert"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
"Velg verten som de(n) lokale scanneren(e) skal bli gjort tilgjengelig(e) for:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Du må spesifisere vertsnavn eller en IP-adresse.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Denne verten er allerede i listen, den kan ikke bli lagt til igjen.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Bruk av fjerne scannere"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Dette er maskinene som scanneren skal kunne bli brukt fra:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26920,7 +26928,7 @@ msgstr ""
"\n"
"Vil du installere saned-pakka?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Din(e) skanner(e) vil ikke være tilgjengelig(e) på nettverket."
@@ -27104,6 +27112,297 @@ msgstr ""
msgid "Installation failed"
msgstr "Installasjon feilet"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Avbryt"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Opprett Etherbootaktiverte oppstartsimagefiler:\n"
+#~ " \tFor å starte med en kjerne via etherboot, må en spesiell kjerne/"
+#~ "initrd-imagefil opprettes.\n"
+#~ " \tmkinitrd-net gjør mye av dette arbeidet og drakTermServ er bare "
+#~ "et grafisk \n"
+#~ " \tgrensesnitt for å hjelpe til med å håndtere/endre på disse "
+#~ "imagefilene. For å opprette filen \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include som blir dratt inn som "
+#~ "en \"include\" i \n"
+#~ " \tdhcpd.conf, så burde du opprette etherboot-imagefilene for i "
+#~ "det minste en full kjerne."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Vedlikehold /etc/dhcpd.conf:\n"
+#~ " \t\tFor å starte klientene over nettverk, trenger hver klient en "
+#~ "oppføring i dhcpd.conf, som gir ut en IP-adresse\n"
+#~ " \t\tog nettverksoppstart-imagefiler til maskinen. drakTermServ "
+#~ "hjelper til med å lage/fjerne disse opp føringene.\n"
+#~ "\t\t\t\n"
+#~ " \t\t(PCI-kort kan unnlate imagefilen - etherboot vil forespørre "
+#~ "den riktige imagefilen. Du burde\n"
+#~ " \t\togså vurdere det når etherboot ser etter imagefilene, den "
+#~ "forventer navn som\n"
+#~ " \t\tboot-3c59x.nbi, framfor boot-3c59x.2.4.19-16mdk.nbi).\n"
+#~ "\t\t\t \n"
+#~ " \t\tEn typisk dhcpd.conf-strofe for å støtte diskløse klienter "
+#~ "ser slik ut:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ "\t\t\tMens du kan bruke en brønn av IP-adresse, framfor å sette opp en "
+#~ "spesifikt satt opp oppføring for\n"
+#~ "\t\t\ten klient maskin, ved bruk av faste adresseskjema som letter\n"
+#~ "bruken\n"
+#~ "\t\t\tav klientspesifike oppsettsfiler som ClusterNFS tilbyr.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tMerk: \"#type\"-oppføringen er bare brukt av drakTermServ. "
+#~ "Klienter kan enten være \"tynne\"\n"
+#~ "\t\t\teller 'tykke'. Tynne klienter kjører mesteparten av programvaren "
+#~ "via XDMCP, mens tykke klienter kjører mesteparten\n"
+#~ "av programvaren på klientmaskinen. En spesiell inttab, %s blir\n"
+#~ "\t\t\tskrevet for tynne klienter. Systemoppsettsfilene xdm-config, kdmrc, "
+#~ "og gdm.conf blir endret på\n"
+#~ "\t\t\thvis tynne klienter blir brukt, for å aktivere XDMCP. Siden det er "
+#~ "sikkerhetsproblematikk rundt bruken av XDMCP,\n"
+#~ "\t\t\tså blir hosts.deny og hosts.allow endret for å begrense tilgangen "
+#~ "til det lokale subnettet.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tMerk: Du må stoppe/starte tjeneren etter å ha lagt til eller endret "
+#~ "klienter."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Vedlikehold /etc/exports:\n"
+#~ " \t\tClusternfs lar deg eksportere root-filsystemet til diskløse "
+#~ "klienter, drakTermServ\n"
+#~ " \t\tsetter opp de riktige oppføringene for å tillate anonym "
+#~ "tilgang til root-filsystemet fra\n"
+#~ " \t\tdiskløse klienter.\n"
+#~ "\n"
+#~ " \t\tEn typisk eksporteringsoppføring for clusternfs er:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t\t/home SUBNETT/MASKE(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tHvor SUBNETT/MASKE blir defintert for ditt nettverk."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Vedlikehold %s:\n"
+#~ " \t\tFor at brukere skal kunne logge inn på systemet fra en "
+#~ "diskløsklient, så må deres entoppføring i\n"
+#~ " \t\t/etc/shadow kopieres inn i %s. drakTermServ hjelper til\n"
+#~ " \t\tved å legge til og slette brukere fra denne filen."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Per klient %s:\n"
+#~ " \t\tGjennom clusternfs så kan hver diskløse klient ha deres egne "
+#~ "unike oppsettsfil\n"
+#~ " \t\tpå root-filsystemet på tjeneren. I fremtiden vil drakTermServ "
+#~ "kunne hjelpe til med å lage disse\n"
+#~ " \t\tfilene."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Systemoppsettsfiler per klient:\n"
+#~ " \t Gjennom clusternfs så har hver diskløse klient deres egne "
+#~ "unike oppsettsfiler\n"
+#~ " \tpå tjenerens root-filesystem. Ved å tillate lokalt oppsett av "
+#~ "klientens maskinvare, \n"
+#~ " \tså kan klienter skreddersy filer som /etc/modules.conf, /etc/ "
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard på per-klient-basis\n"
+#~ "\n"
+#~ " Merk: Aktivering av maskinvareoppsett for lokale klienter "
+#~ "aktiverer ikke root-innlogging på terminaltjeneren\n"
+#~ " for hver klientmaskin som har denne finessen aktivert. Lokalt "
+#~ "oppsett kan bli skrudd\n"
+#~ " av igjen, og beholde oppsettsfilene så fort klientmaskinen er "
+#~ "satt opp."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \t\tdrakTermServ vil configure denne filen til å virke sammen med "
+#~ "imagefilene som blir opprettet av\n"
+#~ " \t\tmkinitrd-net, og oppføringene i /etc/dhcpd.conf, for å gi ut "
+#~ "nettverksoppstartsimagefilene til hver \n"
+#~ " \t\tdiskløse klient.\n"
+#~ "\n"
+#~ " \t\tEn typisk TFTP-oppsettsfil ser slik ut:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \t\tForandringen her fra den vanlige installasjonen er "
+#~ "forandringen av disable-flagget til\n"
+#~ " \t\t'no' og endring av filbanen til /var/lib/tftpboot, hvor "
+#~ "mkinitrd-net\n"
+#~ " \t\tplassere sine imagefiler."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Opprett etherboot-disketter/CDer:\n"
+#~ " \tDe diskløse klientmaskinene trenger enten ROM-imagefil på "
+#~ "nettverkskortet, oppstartsdiskett\n"
+#~ " \teller en CD for å initialisere oppstartssekvensen. "
+#~ "drakTermServ vil hjelpe til med å generere disse\n"
+#~ " \timagefilene, basert på nettverkskortet i klientmaskinen.\n"
+#~ " \t\t\n"
+#~ " \tEt grunnleggende eksempel på oppretting av en oppstartsdiskett "
+#~ "for et 3Com 3509 manuelt::\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Oppsett endret - restarte clusternfs/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/nl.po b/perl-install/share/po/nl.po
index 7c73a6343..816b6bf58 100644
--- a/perl-install/share/po/nl.po
+++ b/perl-install/share/po/nl.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-nl\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-09-20 00:24+0200\n"
"Last-Translator: Reinout van Schouwen <reinout@cs.vu.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@@ -210,21 +210,21 @@ msgstr "Even geduld, bezig met bespeuren en configureren van apparaten..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -251,9 +251,9 @@ msgstr "Even geduld, bezig met bespeuren en configureren van apparaten..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Fout"
@@ -497,10 +497,10 @@ msgstr "Aangepast"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Afsluiten"
@@ -663,7 +663,7 @@ msgstr "Grafische kaart: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -680,7 +680,7 @@ msgstr "Ok"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -695,7 +695,7 @@ msgstr "Annuleren"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -935,7 +935,7 @@ msgstr "Eerste sector van root-partitie"
msgid "On Floppy"
msgstr "Op diskette"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Overslaan"
@@ -1279,9 +1279,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Klaar"
@@ -1487,9 +1487,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Userdrake opstarten"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1670,7 +1670,7 @@ msgstr "Domein"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Server"
@@ -1800,7 +1800,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "Kan niet uitzenden zonder NIS-domein"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1814,42 +1814,42 @@ msgstr ""
"Kies een besturingssysteem uit de bovenstaande lijst\n"
"of wacht even op de standaard-opstartprocedure.\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO met grafisch menu"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO met tekst-menu"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB met grafisch menu"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB met tekstmenu"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "niet genoeg ruimte in /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "U kunt de opstartlader niet installeren op een %s-partitie\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1858,7 +1858,7 @@ msgstr ""
"De configuratie van uw opstartlader moet bijgewerkt worden omdat de partitie "
"is omgenummerd"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1867,7 +1867,7 @@ msgstr ""
"Kan de opstartlader niet correct installeren. U dient in rescue-modus op te "
"starten en \"%s\" te kiezen"
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Opstartlader herinstalleren"
@@ -3088,7 +3088,7 @@ msgstr "Nieuwe servers zoeken"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Pakket %s dient geïnstalleerd te worden. Wilt u het installeren?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Kan het pakket %s niet installeren!"
@@ -3099,19 +3099,19 @@ msgid "Mandatory package %s is missing"
msgstr "Verplicht pakket %s ontbreekt"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Waarschuwing"
@@ -4024,7 +4024,7 @@ msgstr "Gebruikersnaam"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4989,8 +4989,8 @@ msgstr ""
"onleesbare blokken gecontroleerd moeten worden."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -6107,8 +6107,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7863,14 +7863,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Opnieuw invoeren"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Tsjechisch (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7884,28 +7884,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Spaans"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Fins"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Frans"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7919,828 +7919,828 @@ msgid ""
"Polish"
msgstr "Pools"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Russisch"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Zweeds"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "UK toetsenbord"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "VS toetsenbord"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albanees"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armeens (oud)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armeens (typmachine)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armeens (fonetisch)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arabisch"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbeidzjan (latin)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgisch"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengali (Inscript layout)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengali (Probhat layout)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgaars (fonetisch)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgaars (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Braziliaans (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosnisch"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Belarusiaans"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Zwitsers (Duitse layout)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Zwitsers (Franse layout)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee lettergrepen"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Tsjechisch (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Duits (geen dode toetsen)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Deens"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Frans)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (UK)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Noorwegen)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Pools)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Zweeds)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tibetaans"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Ests"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Faeröers"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgisch (\"Russische\" layout)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgisch (\"Latin\" layout)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Grieks"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Grieks (polytoon)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Kroatisch"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Hongaars"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Iers"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israelisch"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israelisch (Fonetisch)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iraans"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "IJslands"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italiaans"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japans 106 toetsen"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Koreaans toetsenbord"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Koerdisch (Arabisch schrift)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kirgizisch toetsenbord"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latijns-Amerikaans"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laotiaans"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lithuaans AZERTY (oud)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lithuaans AZERTY (nieuw)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lithuaans \"nummer-rij\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lithuaans \"fonetisch\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Lets"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Macedonisch"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Birmees)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongools (cyrillisch)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltees (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltees (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Nederlands (vrij zeldzaam)"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Pools (qwerty layout)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Pools (qwertz layout)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugees"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Canadees (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Roemeens (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Roemeens (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Russisch (Phonetisch)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (Noors)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (Zweeds/Fins)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Sloveens"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Sinhala"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovaaks (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slowaaks (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Servisch (cyrillisch)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Syrisch"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Syrisch (fonetisch)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (TSCII lay-out)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamil (Typemachine lay-out)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thais (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thais (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thais (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (marokkaanse indeling) (+latijn/arabisch)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (fonetisch) (+latijn/arabisch)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tadzjikisch"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turkmeens"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turks (traditioneel \"F\"-model)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turks (modern \"Q\"-model)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Oekraïens"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Urdu-toetsenbord"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "VS toetsenbord (internationaal)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Oezbekisch (cyrillisch)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamese \"nummer-rij\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Joegoslavisch (latin)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Rechter Alt-knop"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Beide Shift-toetsen tegelijkertijd"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Control- en Shift-toetsen tegelijkertijd"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock-toets"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift- en CapsLock-toetsen tegelijkertijd"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl- en Alt-toetsen tegelijkertijd"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt- en Shift-toetsen tegelijkertijd"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"Menu\"-toets"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Linker \"Windows\"-toets"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Rechter \"Windows\"-toets"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Beide Control-toetsen tegelijkertijd"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Beide Alt-toetsen tegelijkertijd"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Linker Shift-toets"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Rechter Shift-knop"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Linker Alt-knop"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Linker Control-toets"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Rechter Control-knop"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8751,7 +8751,7 @@ msgstr ""
"schakelen tussen verschillende toetsenbordlay-outs\n"
"mogelijk maakt (bijv.: Latijn en niet-Latijn)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11152,8 +11152,8 @@ msgstr "Netmasker behoort het formaat 255.255.224.0 te hebben"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Waarschuwing: IP-adres %s is normaal gesproken gereserveerd!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s reeds in gebruik\n"
@@ -11860,7 +11860,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Kopiëren van firmware mislukt, bestand %s niet gevonden"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Gefeliciteerd!"
@@ -11994,9 +11994,9 @@ msgstr "Geconfigureerd op andere computers"
msgid "On CUPS server \"%s\""
msgstr "Op CUPS-server \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Standaard)"
@@ -12048,9 +12048,9 @@ msgstr "CUPS op afstand"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Onbekend model"
@@ -12298,7 +12298,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Raw printer (geen stuurprogramma)"
@@ -12329,12 +12329,12 @@ msgstr "Computer %s"
msgid "%s (Port %s)"
msgstr "%s (Poort %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12383,7 +12383,7 @@ msgstr ""
"beschikbaar gemaakt dienen te worden op deze computer."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "CUPS-server op afstand en geen lokale CUPS-voorziening"
@@ -12433,8 +12433,8 @@ msgstr "Printers delen op hosts/netwerken: "
msgid "Custom configuration"
msgstr "Aangepaste configuratie"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Geen computers op afstand"
@@ -12672,8 +12672,8 @@ msgstr "Poort"
msgid "On, Name or IP of remote server:"
msgstr "On, naam of IP-adres van server op afstand:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "CUPS-servernaam of IP-adres ontbreekt."
@@ -12683,29 +12683,30 @@ msgstr "CUPS-servernaam of IP-adres ontbreekt."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Lezen van printerinformatie..."
@@ -12842,7 +12843,7 @@ msgstr ""
"Printers aan CUPS-servers op afstand hoeft u hier niet te configureren; deze "
"printers zullen automatisch bespeurd worden."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -13083,12 +13084,12 @@ msgstr " aan"
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Selectie van printer-model"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Welk model printer heeft u?"
@@ -13106,7 +13107,7 @@ msgstr ""
"Printerdrake kan niet bepalen welk model uw printer %s is. Kiest u het "
"juiste model uit de lijst."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -13115,7 +13116,7 @@ msgstr ""
"Indien uw printer niet getoond wordt, kies dan een compatibel model (zie uw "
"printerhandleiding) of één die er op lijkt."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Configureren van printer \"%s\"..."
@@ -13138,7 +13139,7 @@ msgstr ""
"U kunt het weer inschakelen door \"%s\" -> \"%s\" te kiezen in "
"Printerdrake's hoofdmenu."
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Automatisch beheer configureren"
@@ -13156,8 +13157,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Printer toevoegen"
@@ -13367,8 +13368,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Kan de %s-pakketten niet installeren!"
@@ -13609,10 +13610,10 @@ msgid "Remote printer name missing!"
msgstr "De naam van de printer op afstand ontbreekt!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13995,8 +13996,8 @@ msgstr "Bewerken"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Soort printerverbinding"
@@ -14006,22 +14007,18 @@ msgstr "Soort printerverbinding"
msgid "What do you want to do?"
msgstr "Wat wilt u doen?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "Annuleren"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -14034,7 +14031,7 @@ msgstr ""
"inkjets, scannen op multi-functionele apparaten, and en toegang tot "
"geheugenkaarten op printers met kaartlezers. "
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, fuzzy, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -14043,91 +14040,107 @@ msgstr ""
"Om toegang te krijgen tot deze extra functies op uw HP-printer, dient hij "
"ingesteld te worden met de geschikte software: "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, fuzzy, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr "Wat is uw keuze (kies \"Geen\" voor niet-HP-printers)? "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Installeren van pakket %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Op de %s kunt u alleen printen."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Kan uw oude HPOJ-configuratiebestand %s niet verwijderen voor uw %s! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Verwijder het bestand handmatig en herstart HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Bezig met controleren en configureren van apparaat %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Welke printer wenst u in te stellen met HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Instellen van kernelmodules..."
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Installeren van SANE-pakketten..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Scannen op de %s zal onmogelijk zijn."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Gebruiken en onderhouden van uw %s"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Apparaat configureren..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Printerpoort beschikbaar maken voor CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Lezen van printer-database..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Voer de printernaam en opmerkingen in"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Een printernaam mag alleen letters, getallen en een laag liggend streepje "
"bevatten"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -14136,7 +14149,7 @@ msgstr ""
"De printer \"%s\" bestaat reeds, \n"
"weet u zeker dat u de configuratie ervan wilt overschrijven?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -14147,7 +14160,7 @@ msgstr ""
"ontoegankelijk kan maken vanaf Windows-clients. Weet u zeker dat u deze naam "
"wilt gebruiken?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -14157,35 +14170,35 @@ msgstr ""
"Beschrijving- en Locatie-velden behoeven niet te worden ingevuld. Dit zijn "
"opmerkingen voor de gebruikers."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Naam van de printer"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Beschrijving"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Locatie"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Bezig met voorbereiden van printer-database..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Uw printermodel"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14211,18 +14224,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Het model is juist"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Handmatig model selecteren"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14237,12 +14250,12 @@ msgstr ""
"correct heeft uitgevoerd. Zoek het juiste model in de lijst indien een "
"onjuist model of \"Raw printer\" is opgelicht."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Door fabrikant geleverd PPD-bestand installeren"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14251,7 +14264,7 @@ msgstr ""
"Elke PostScript-printer wordt geleverd met een PPD-bestand welke de opties "
"en functies van de printer beschijft."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14260,12 +14273,12 @@ msgstr ""
"Dit bestand bevindt zich normaal gesproken op de CD met Windows- en Mac-"
"stuurprogramma's geleverd bij de printer."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "U kunt de PPD-bestanden ook op de webstek van de fabrikant vinden."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14274,7 +14287,7 @@ msgstr ""
"Als u Windows op uw computer geïnstalleerd heeft, dan kunt het PPD-bestand "
"ook op uw Windows-partitie vinden."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14285,7 +14298,7 @@ msgstr ""
"instellen van de printer stelt alle printeropties beschikbaar die de "
"printerapparatuur ondersteunt."
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14294,51 +14307,51 @@ msgstr ""
"Hier kunt u het PPD-bestand kiezen dat op uw computer geïnstalleerd moet "
"worden, daarna is het bruikbaar voor het instellen van uw printer."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "PPD-bestand installeren vanaf"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Diskette"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Andere lokatie"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Selecteer PPD-bestand"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "Het PPD-bestand %s bestaat niet of is onleesbaar!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "Het PPD-bestand %s voldoet niet aan de PPD-specificaties!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Installeren van PPD-bestand..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI winprinter-configuratie"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14356,12 +14369,12 @@ msgstr ""
"printer niet werken. De instelling van het verbindingstype wordt door het "
"stuurprogramma genegeerd."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjet-configuratie"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14374,7 +14387,7 @@ msgstr ""
"printservers. Gelieve uw printer aan een lokale poort te verbinden of hem te "
"configureren op de machine waaraan hij is verbonden."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14397,12 +14410,12 @@ msgstr ""
"uitlijningpagina's af met \"lexmarkmaintain\" en pas de "
"kopuitlijningsinstellingen aan met dit programma."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark X125-configuratie"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14415,12 +14428,12 @@ msgstr ""
"printer aan een lokale USB-poort te verbinden of hem te configureren op de "
"machine waaraan hij is verbonden."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Samsung ML/QL-85G-configuratie"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14434,17 +14447,17 @@ msgstr ""
"poort te verbinden of hem te configureren op de machine waaraan hij is "
"verbonden."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Canon LBP-460/660-configuratie"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Canon LBP-810/1120 (CAPT)-configuratie"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14457,12 +14470,12 @@ msgstr ""
"de parallelle poort. Gelieve uw printer aan een lokale USB-poort te "
"verbinden of hem te configureren op de machine waaraan hij is verbonden."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Uploaden van firmware voor HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14479,27 +14492,27 @@ msgstr ""
"duplex-eenheid, extra trays) juist ingesteld zijn. Let op dat een zeer hoge "
"printkwaliteit het afdrukken behoorlijk kan vertragen."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Printer-standaardinstellingen"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Optie %s moet een geheel getal zijn!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Optie %s moet een getal zijn!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Optie %s valt buiten het bereik!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14508,12 +14521,12 @@ msgstr ""
"Wenst u deze printer (\"%s\")\n"
"als standaard printer in te stellen?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Test-pagina's"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14527,47 +14540,47 @@ msgstr ""
"wellicht helemaal niet afgedrukt. In de meeste gevallen is het voldoende om "
"de standaard test-pagina af te drukken."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Geen test-pagina's"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Afdrukken"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Standaard testpagina"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternatieve test-pagina (Letter-formaat)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternatieve test-pagina (A4-formaat)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Foto-testpagina"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Bezig met afdrukken van testpagina(s)..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Foto-testpagina wordt overgeslagen."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14582,7 +14595,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14591,17 +14604,17 @@ msgstr ""
"Testpagina's) werd(en) naar de printer gestuurd.\n"
"Het kan even duren voordat het eigenlijke afdrukken begint.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Werkt het afdrukken naar behoren?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Kale ('raw') printer"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14615,7 +14628,7 @@ msgstr ""
"grafische hulpprogramma's stellen u in staat om de printer te kiezen en "
"gemakkelijk de opties te wijzigen.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14626,8 +14639,8 @@ msgstr ""
"afdrukdialogen van veel toepassingen. Maar vul daar dan geen bestandsnaam in "
"omdat het af te drukken bestand wordt geleverd door de toepassing.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14640,7 +14653,7 @@ msgstr ""
"voor een specifieke printtaak. Voeg de gewenste instellingen eenvoudigweg "
"toe aan de opdrachtregel, bijvoorbeeld \"%s <bestand>\"."
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14652,7 +14665,7 @@ msgstr ""
"opties\".%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14661,7 +14674,7 @@ msgstr ""
"Dit is een lijst van de beschikbare opties voor de huidige printer:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14670,8 +14683,8 @@ msgstr ""
"Om een bestand vanaf de opdrachtregel (terminalvenster) af te drukken, \n"
"gebruikt u de opdracht \"%s <bestand>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14682,7 +14695,7 @@ msgstr ""
"printdialogen van veel toepassingen. Maar vul daar dan geen bestandsnaam in "
"omdat het af te drukken bestand wordt geleverd door de toepassing. \n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14691,7 +14704,7 @@ msgstr ""
"Om een lijst te verkrijgen van alle beschikbare opties voor de huidige "
"printer, klikt u op de knop \"Lijst van print-opties\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14700,7 +14713,7 @@ msgstr ""
"Om een bestand vanaf de opdrachtregel (terminalvenster) af te drukken, \n"
"gebruikt u de opdracht \"%s <bestand>\" of \"%s <bestand>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14715,7 +14728,7 @@ msgstr ""
"Printer!\", welke onmiddelijk alle printtaken stopt wanneer u er op klikt. "
"Dit is handig bijvoorbeeld in het geval van papierstoringen.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14728,27 +14741,27 @@ msgstr ""
"van de opties voor een specifieke afdruktaak. Voeg de gewenste instellingen "
"eenvoudigweg toe aan de opdrachtregel, bijvoorbeeld \"%s <bestand>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Bezig met gebruiken/onderhouden van printer \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Bezig met afdrukken op printer \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Lijst van printopties"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "Lijst van printopties"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14759,7 +14772,7 @@ msgstr ""
"vele speciale functies van uw printer ondersteund.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14769,7 +14782,7 @@ msgstr ""
"software, bijvoorbeeld Kooka of XSane (beide in het Multimedia/Grafisch-"
"menu). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14780,7 +14793,7 @@ msgstr ""
"Configuratiecentrum) om uw scanner te delen op het netwerk.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14789,7 +14802,7 @@ msgstr ""
"De geheugenkaartlezers in uw printer kunnen aangesproken worden als een "
"gebruikelijk USB massa-opslagapparaat. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14800,7 +14813,7 @@ msgstr ""
"uw bureaublad moeten verschijnen waarmee u de kaart kunt benaderen.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14811,7 +14824,7 @@ msgstr ""
"Toolbox van HP (Menu: Systeem/Observatie/HP Printer Toolbox) door op de knop "
"\"Access Photo Cards...\" te klikken in het tabblad \"Functions\". "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14822,7 +14835,7 @@ msgstr ""
"USB-kaartlezer is meestal sneller.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14833,33 +14846,33 @@ msgstr ""
"groot aantal statusobservatie- en onderhoudsfuncties voor uw %s:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - Inktniveau/statusinfo\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - Inktkanaalschoonmaak\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Printkop-uitlijning\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Kleurencalibratie\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Printer-configuratie overzetten"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14874,7 +14887,7 @@ msgstr ""
"worden dan overgenomen, maar printtaken zullen niet worden overgezet.\n"
"Niet alle wachtrijen kunnen worden overgezet, vanwege de volgende redenen:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14883,7 +14896,7 @@ msgstr ""
"CUPS ondersteunt geen printers op Novell-servers of printers die gegevens in "
"een vrije vorm-opdracht versturen.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14892,12 +14905,12 @@ msgstr ""
"PDQ ondersteunt alleen printers aan deze computer, LPD printers op afstand, "
"en Socket/TCP printers.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD en LPRng ondersteunen geen IPP printers.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14906,7 +14919,7 @@ msgstr ""
"Daarbij komt dat wachtrijen die niet met dit programma of met \"foomatic-"
"configure\" zijn aangemaakt, niet kunnen worden overgezet."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14917,7 +14930,7 @@ msgstr ""
"Ook printers geconfigureerd met door hun fabrikant geleverde PPD-bestanden, "
"of met eigen CUPS drivers, kunnen niet worden overgezet."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14928,17 +14941,17 @@ msgstr ""
"Markeer de printers die u wilt overzetten en klik \n"
"\"Overzetten\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "De printers niet overzetten"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Overzetten"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14949,17 +14962,17 @@ msgstr ""
"Klik op \"Overzetten\" om deze te overschrijven.\n"
"U kunt ook een nieuwe naam ingeven of deze printer overslaan."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Nieuwe printernaam"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Bezig met overzetten van %s ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14968,28 +14981,28 @@ msgstr ""
"U heeft uw vorige standaardprinter (\"%s\") overgezet. Moet dit ook de "
"standaardprinter worden in het nieuwe printsysteem %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Bezig met verversen van printergegevens..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Bezig met inschakelen van het netwerk..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Configureer het netwerk nu"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Netwerk-functionaliteit niet geconfigureerd"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -15002,12 +15015,12 @@ msgstr ""
"Als u verder wilt gaan zonder netwerkconfiguratie, zult u niet in staat zijn "
"om de printer te gebruiken die u nu configureert. Hoe wenst u verder te gaan?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Doorgaan zonder configureren van netwerk"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -15024,7 +15037,7 @@ msgstr ""
"printer instellen, ook met het %s Configuratiecentrum, onderdeel \"Apparatuur"
"\"/\"Printer\""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -15035,28 +15048,28 @@ msgstr ""
"Gelieve uw configuratie en uw hardware na te kijken. Probeert u daarna "
"opnieuw uw printer-op-afstand te configureren."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Bezig met herstarten van het printsysteem..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "hoog"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoïde"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
"Bezig met installeren van een printsysteem in het %s beveiligingsniveau"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -15081,12 +15094,12 @@ msgstr ""
"\n"
"Weet u zeker dat u het afdrukken wilt configureren op deze computer?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Het printsysteem zal bij het opstarten worden ingeschakeld"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -15109,32 +15122,32 @@ msgstr ""
"Wilt u dat het automatisch inschakelen van het printsysteem weer wordt "
"aangezet?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Bezig met nagaan welke software geïnstalleerd is..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Bezig met verwijderen van %s..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Kan het %s-printsysteem nieet verwijderen!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Installeren van %s..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Kan het %s-printsysteem niet installeren!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -15148,7 +15161,7 @@ msgstr ""
"server uit de lucht is kan er in het geheel niet worden afgedrukt vanaf deze "
"computer."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -15157,32 +15170,32 @@ msgstr ""
"Voer de hostnaam of IP-adres in van uw CUPS-server en klik OK indien u deze "
"modus wilt gebruiken. Klik anders op \"Afsluiten\"."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Naam of IP-adres van server op afstand:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Instellen standaardprinter..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Lokaal CUPS printsysteem of CUPS-server op afstand?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "Het CUPS-afdruksysteem kan op twee manieren gebruikt worden: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. Het CUPS-afdruksysteem kan lokaal actief zijn."
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -15192,7 +15205,7 @@ msgstr ""
"aan andere CUPS servers op afstand in hetzelfde netwerk worden vanzelf "
"ontdekt. "
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15205,14 +15218,14 @@ msgstr ""
"CUPS-voorziening moet in de achtergrond actief blijven en heeft geheugen "
"nodig, en de IPP-poort (poort 631) is geopend. "
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. Alle afdrukaanvragen worden onmiddelijk naar een CUPS-server op afstand "
"gestuurd. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15224,7 +15237,7 @@ msgstr ""
"infrastructuur voor het instellen van lokale afdrukwachtrijen wordt "
"geïnstalleerd, dus wordt minder geheugen en schijfruimte gebruikt. "
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15234,48 +15247,48 @@ msgstr ""
"als de aangegeven server down is, kan helemaal niet worden afgedrukt vanaf "
"deze computer. "
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Hoe wilt u CUPS op uw computer instellen?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Server op afstand, geef naam of IP-adres hier:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Lokaal CUPS afdruksysteem"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Selecteer printer-spooler"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Welk printsysteem (\"spooler\") wilt u gebruiken?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Configureren van printer \"%s\" mislukt!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Bezig met installeren van Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Kan %s pakketten niet installeren, kan %s niet starten!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15286,49 +15299,49 @@ msgstr ""
"instellingen te wijzigen; hem als standaardprinter in te stellen; of om "
"informatie erover te bekijken."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Alle beschikbare CUPS printers-op-afstand weergeven"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Printerlijst verversen (om alle CUPS printers-op-afstand zichtbaar te maken)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS configuratie"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Wijzig het printsysteem"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Normale modus"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Expert-modus"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Printer-opties"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Printerconfiguratie aanpassen"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15337,99 +15350,99 @@ msgstr ""
"Printer %s%s\n"
"Wat wilt u aanpassen aan deze printer?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Deze printer is uitgeschakeld"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Doe het!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Printernaam, beschrijving, locatie"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Printerfabrikant, model, aansturingsprogramma"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Printerfabrikant, model"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Stel deze printer in als standaardprinter"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Printer activeren"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Printer deactiveren"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "Printer communicatiefout afhandeling"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Testpagina's afdrukken"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Leer hoe u deze printer kunt bedienen"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Printer verwijderen"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Bezig met verwijderen van oude printer \"%s\" ..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Printer \"%s\" is nu ingeschakeld."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Printer \"%s\" is nu uitgeschakeld."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Weet u zeker dat u de printer \"%s\" wilt verwijderen?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Bezig met verwijderen van printer \"%s\" ..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Standaard printer"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "De \"%s\"-printer is nu ingesteld als de standaardprinter."
@@ -15465,15 +15478,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Kan de rechten van firmwarebestand %s niet instellen!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "Kan de benodigde pakketten om scanner(s) te delen niet installeren."
@@ -17430,12 +17443,12 @@ msgstr ""
"U dient zich af te melden en weer aan te melden voordat de veranderingen "
"effect hebben"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s vereist een gebruikersnaam...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17444,113 +17457,113 @@ msgstr ""
"%s: %s vereist hostnaam, MAC addres, IP, nbi-beeldbestand, 0/1 voor "
"THIN_CLIENT, 0/1 voor lokale configuratie...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s vereist een hostnaam...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Terminalserver-configuratie"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "dhcpd configureren..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Activeer Server"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Deactiveer Server"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Start Server"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Stop Server"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot Floppy/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Netwerk-beeldbestanden voor opstarten"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Gebruikers toevoegen/verwijderen"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Clients toevoegen/verwijderen"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Beeldbestanden"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Clients/Gebruikers"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Eerste keer-wizard"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
"%s gedefinieerd als dm, gdm-gebruiker nu toegevoegd aan /etc/passwd$$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17589,27 +17602,27 @@ msgstr ""
" e) U vragen een opstartdiskette te maken.\n"
" f) In het geval van thin clients, u vragen of u KDM wilt herstarten.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Wizard annuleren"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Sla de dhcpd-configuratie op!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Thin clients gebruiken."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "X-toetsenbordinstellingen van client synchroniseren met server."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17625,28 +17638,28 @@ msgstr ""
" 'Fat' clients gebruiken hun eigen CVE/RAM maar het bestandssysteem van "
"de server."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Bezig met aanmaken van netwerk-opstartbeeldbestanden voor alle kernels"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Dit kan enige minuten duren."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Klaar!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s mislukt"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17657,14 +17670,14 @@ msgstr ""
"in %s.\n"
"Nodig: %d MB, Vrij: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Bezig met synchroniseren van server-gebruikerslijst met clientlijst, met "
"root inbegrepen."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17673,19 +17686,18 @@ msgstr ""
"Om de gemaakte wijzigingen voor thin clients te activeren, moet het "
"displaybeheer opnieuw gestart worden. Nu herstarten?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Terminalserver-overzicht"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17697,21 +17709,21 @@ msgstr ""
" \tOm een kernel via etherboot op te starten, is een speciaal\n"
" \tkernel/initrd beeldbestand benodigd.\n"
" \tmkinitrd-net neemt het grootste gedeelte van dit werk voor zijn\n"
-" \trekening en drakTermServ is gewoon een grafische interface\n"
+" \trekening en %s is gewoon een grafische interface\n"
" \tom het beheer van deze beeldbestanden te vereenvoudigen.\n"
" \tOm het bestand /etc/dhcpd.conf.etherboot-pcimap.include aan\n"
" \tte maken dat ingesloten wordt in dhcpd.conf, dient u eerst\n"
" \tde etherboot-beeldbestanden aan te maken voor tenminste één\n"
" \tvolledige kernel."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17726,8 +17738,8 @@ msgstr ""
" - /etc/dhcpd.conf onderhouden:\n"
" \t\tOm clients van het netwerk op te starten, heeft elke client een "
"dhcpd.conf-ingang nodig, om een IP-adres toe te wijzen\n"
-" \t\ten opstartbeeldbestanden naar de computer te sturen. "
-"drakTermServ helpt deze ingangen te maken/verwijderen.\t\t\t\n"
+" \t\ten opstartbeeldbestanden naar de computer te sturen. %s helpt "
+"deze ingangen te maken/verwijderen.\t\t\t\n"
" \t\t(PCI-kaarten mogen het beeldbestand weglaten - etherboot zal het "
"correcte beeldbestand opvragen. U dient\n"
" \t\ttevens te overwegen dat wanneer etherboot naar de beeldbestanden "
@@ -17737,30 +17749,29 @@ msgstr ""
" \t\tEen typisch dhcpd.conf-blokje om een schijfloze client te "
"ondersteunen, ziet er zo uit:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17778,10 +17789,10 @@ msgstr ""
"\t\t\tAlhoewel u een poule van IP-adressen kunt gebruiken, in plaats van een "
"specifieke ingang maken voor een client-computer, vergemakkelijkt het\n"
"\t\t\tgebruik van een vast adresschema het gebruik van de functionaliteit\n"
-"\t\t\ta van client-specifieke configuratiebestanden welke ClusterNFS biedt.\n"
+"\t\t\ta van client-specifieke configuratiebestanden welke %s biedt.\n"
"\t\t\t\n"
-"\t\t\tMerk op: De \"#type\"-ingang wordt slechts door drakTermServ gebruikt. "
-"Clients kunnen ofwel \"thin\"*/\n"
+"\t\t\tMerk op: De \"#type\"-ingang wordt slechts door %s gebruikt. Clients "
+"kunnen ofwel \"thin\"*/\n"
"\t\t\tzijn, of 'fat'. Thin clients voeren de meeste software uit op de "
"server via XDMCP, terwijl fat clients de meeste\n"
"\t\t\tsoftware op de client-computer uitvoeren. Een speciale inittab, \"%s\" "
@@ -17796,17 +17807,16 @@ msgstr ""
"\t\t\tMerk op: U dient de server te stoppen/starten na het toevoegen of "
"wijzigen van clients."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17814,59 +17824,60 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - /etc/exports onderhouden:\n"
-" \t\tClusternfs laat u het root-bestandssysteem exportern naar "
-"schijfloze clients. drakTermServ\n"
+" \t\t%s laat u het root-bestandssysteem exportern naar schijfloze "
+"clients. %s\n"
" \t\tstelt de correcte ingang in om anonieme toegang tot het root-"
"bestandssysteem vanaf schijfloze\n"
" \t\tclients toe te staan.\n"
"\n"
-" \t\tEen typisch exports-blok voor clusternfs is:\n"
+" \t\tEen typisch exports-blok voor %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
"\t\t\tWaarbij SUBNET/MASK gedefinieerd is voor uw netwerk."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - %s onderhouden:\n"
" \t\tOm gebruikers zich te laten aanmelden op het systeem vanaf een "
"schijfloze client, dient hun \n"
" \t\tingang in /etc/shadow gedupliceerd te worden in\n"
-"%s. drakTermServ helpt\n"
+"%s. %s helpt\n"
" \t\thierbij door systeemgebruikers toe te voegen of te verwijderen "
"uit dit bestand."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Per-client %s:\n"
-" \t\tMet behulp van clusternfs kan elke schijfloze client zijn eigen "
-"unieke configuratiebestanden\n"
+" \t\tMet behulp van %s kan elke schijfloze client zijn eigen unieke "
+"configuratiebestanden\n"
" \t\thebben op het root-bestandssysteem van de server. In de toekomst "
-"zal drakTermServ deze\n"
+"zal %s deze\n"
" \t\tbestanden helpen aanmaken."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17882,7 +17893,7 @@ msgid ""
"machine is configured."
msgstr ""
" - Per-client systeemconfiguratiebestanden:\n"
-" \tMet behulp van clusternfs, kan elke schijfloze client zijn\n"
+" \tMet behulp van %s, kan elke schijfloze client zijn\n"
" \teigen unieke configuratebestanden\n"
" \thebben op het root-bestandssysteem van de server. Door het\n"
" \ttoestaan van lokale client-apparatuurconfiguratie, kunnen\n"
@@ -17896,12 +17907,12 @@ msgstr ""
"worden, met behoud van configuratiebestanden, zodra de clientcomputer \n"
"geconfigureerd is."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17926,8 +17937,8 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \t\tdrakTermServ zal dit bestand configureren zodat het samenwerkt "
-"met de beeldbestanden aangemaakt door\n"
+" \t\t%s zal dit bestand configureren zodat het samenwerkt met de "
+"beeldbestanden aangemaakt door\n"
" \t\tmkinitrd-net, en de ingangen in /etc/dhcpd.conf, om het "
"opstartbeeld te bedienen aan elke \n"
" \t\tschijfloze client.\n"
@@ -17951,14 +17962,12 @@ msgstr ""
"tftpboot, waar mkinitrd-net\n"
" \t\tzijn beeldbestanden plaatst."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17969,8 +17978,8 @@ msgstr ""
" - Maak etherboot diskettes/CD's:\n"
" \tDe diskloze client machines hebben ofwel een ROM beeldbestand op "
"de NIC, ofwel een opstartdiskette\n"
-" \tof CD nodig om de opstartvoortgang in gang te zetten. "
-"drakTermServ zal helpen deze beeldbestanden te\n"
+" \tof CD nodig om de opstartvoortgang in gang te zetten. %s zal "
+"helpen deze beeldbestanden te\n"
" \tgenereren, baserend op de NIC in de client machine.\n"
" \t\t\n"
" \tEen voorbeeld van het handmatig aanmaken van een opstartdiskette "
@@ -17978,94 +17987,94 @@ msgstr ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Opstartdiskette"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Opstart-ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE-beeldbestand"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Standaard kernelversie"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "Installeer i586 kernel voor oudere clients"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Gehele kernel bouwen -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Geen kernel geselecteerd!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Enkele NIC bouwen -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Geen NIC geselecteerd!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Alle kernels bouwen -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Verwijderen"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Geen beeldbestand geselecteerd!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Alle NBI's verwijderen"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Aanmaken van opstartbeeldbestanden voor kernel:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -18077,27 +18086,27 @@ msgstr ""
"Verwijder de gebruiker en voeg hem opnieuw toe aan de Terminal Server om de "
"loginnaam weer in te schakelen"
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Gebruiker toevoegen -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Gebruiker verwijderen"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "type: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "lokale configuratie: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -18106,22 +18115,22 @@ msgstr ""
"Lokale apparatuurconfiguratie\n"
"toestaan."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Geen beeldbestanden voor opstarten vanaf netwerk gecreëerd!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Thin client"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Lichte clients toestaan"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -18130,52 +18139,52 @@ msgstr ""
"X-toetsenbordinstellingen van\n"
" client synchroniseren met server."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Client Toevoegen -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "type: fat"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "type: thin"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "Lokale configuratie: onwaar"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "lokale configuratie: waar"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Client bewerken"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Lokale configuratie uitschakelen"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Client verwijderen"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -18185,78 +18194,78 @@ msgstr ""
"te laten treden. \n"
" (service dm restart - op de opdrachtaanwijzing)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Thin clients werken niet met automatisch aanmelden. Autologin uitzetten?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Alle clients zullen %s gebruiken"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subnet:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Netmasker:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Routers:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Subnetmasker:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Broadcast-adres:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Domeinnaam:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Name servers:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Begin IP-bereik:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Eind IP-bereik:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "TS-Includes aan huidige configuratie toevoegen"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Configuratie wegschrijven"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Configuratie van dhcpd-server"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18267,7 +18276,7 @@ msgstr ""
"gehaald uit uw lopende systeem. \n"
"U kunt ze zonodig aanpassen."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -18276,101 +18285,101 @@ msgstr ""
"Dynamische IP adressen bereik\n"
"(nodig voor PXE clients):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Schrijven naar %s mislukt!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Plaats een diskette in het station:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Kon de diskette niet benaderen!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "De diskette kan nu worden uitgenomen"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Geen diskettestation beschikbaar!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "PXE-beeldbestand is %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Fout bij het schrijven van %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO image is %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Er ging iets fout - Is mkisofs wel geïnstalleerd?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Er moet eerst een /etc/dhcpd.conf worden aangemaakt!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s wachtwoord verkeerd in Terminal Server - opnieuw schrijven...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s is geen gebruiker...\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s is reeds een Terminalserver-gebruiker\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Toevoegen van %s aan terminalserver mislukt!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s toegevoegd aan Terminalserver\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s verwijderd...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s niet gevonden...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"/etc/hosts.allow en /etc/hosts.deny reeds geconfigureerd - niet gewijzigd"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Configuratie gewijzigd - clusternfs/dhcpd herstarten?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Configuratie gewijzigd - %s/dhcpd herstarten?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26638,17 +26647,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake wordt nu niet gestart."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Bezig met zoeken naar geconfigureerde scanners..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Bezig met zoeken naar nieuwe scanners..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Bezig met hergenereren van lijst geconfigureerde scanners..."
@@ -26812,43 +26821,43 @@ msgstr ""
"U kunt printerdrake opstarten vanuit het %s Configuratiecentrum in het "
"Apparatuur-onderdeel."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Instellen van kernelmodules..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Beschikbare poorten automatisch bespeuren"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Selecteer het apparaat waar uw %s op aangesloten is."
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Merk op: Parallelle poorten kunnen niet automatisch bespeurd worden)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "kies apparaat"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Bezig met zoeken naar scanners..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Instellen van kernelmodules..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Let op!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26861,7 +26870,7 @@ msgstr ""
"Handmatige aanpassingen zijn vereist. Bewerkt u het configuratiebestand /etc/"
"sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26870,7 +26879,7 @@ msgstr ""
"Meer info staat in de handleiding van het stuurprogramma. Voer de opdracht "
"\"man sane-%s\" uit om deze te lezen."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26879,7 +26888,7 @@ msgstr ""
"U kunt daarna documenten scannen met \"XSane\" of \"Kooka\" via Multimedia/"
"Grafisch in het toepassingenmenu."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26888,7 +26897,7 @@ msgstr ""
"Uw %s is geconfigureerd, maar mogelijk zijn extra handmatige aanpassingen "
"vereist om hem aan de praat te krijgen. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26897,12 +26906,12 @@ msgstr ""
"Als hij niet voorkomt in de lijst van geconfigureerde scanners in het "
"hoofdvenster van Scannerdrake of wanneer hij niet correct werkt, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "bewerk dan het configuratiebestand /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26913,7 +26922,7 @@ msgstr ""
"U kunt nu documenten scannen met \"XSane\" of \"Kooka\" via Multimedia/"
"Grafisch in het toepassingenmenu."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26926,7 +26935,7 @@ msgstr ""
"%s\n"
"zijn beschikbaar op uw computer.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26939,42 +26948,42 @@ msgstr ""
"%s\n"
"beschikbaar op uw computer.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Er zijn geen scanners gevonden die beschikbaar zijn op uw computer.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Zoeken naar nieuwe scanners"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Handmatig een scanner toevoegen"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Firmware-bestanden installeren/verversen"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Scanners delen"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Alle computers op afstand"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Deze computer"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26983,7 +26992,7 @@ msgstr ""
"Hier kunt u bepalen of de scanners verbonden aan deze computer toegankelijk "
"dienen te zijn voor computers op afstand, en voor welke."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26992,33 +27001,33 @@ msgstr ""
"Hier kunt u ook bepalen of scanners aan computers op afstand automatisch "
"beschikbaar gemaakt dienen te worden op deze computer."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "De scanners op deze computer zijn beschikbaar voor andere computers"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Scanner delen met computers: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Scanners op afstandcomputers gebruiken"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Scanners op deze hosts gebruiken: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Lokale scanners delen"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -27027,58 +27036,58 @@ msgstr ""
"Dit zijn de computers waarop de lokaal verbonden scanner(s) beschikbaar "
"dienen te zijn:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Computer toevoegen"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Geselecteerde computer bewerken"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Geselecteerde computer verwijderen"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Naam/IP-adres van computer:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
"Kies de host waarop de lokale scanners beschikbaar moeten worden gemaakt:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "U dient een hostnaam of een IP-adres in te voeren.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
"Deze host staat reeds in de lijst, hij kan niet nogmaals worden toegevoegd.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Gebruik van scanners op afstand"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
"Dit zijn de computers waarvandaan de scanners gebruikt dienen te worden:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -27089,7 +27098,7 @@ msgstr ""
"\n"
"Wilt u het `saned'-pakket installeren?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Uw scanner(s) zullen niet beschikbaar zijn op het netwerk."
@@ -27273,6 +27282,301 @@ msgstr ""
msgid "Installation failed"
msgstr "Installatie mislukt"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "Annuleren"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Etherboot-ondersteunende opstartbeeldbestanden aanmaken:\n"
+#~ " \tOm een kernel via etherboot op te starten, is een speciaal\n"
+#~ " \tkernel/initrd beeldbestand benodigd.\n"
+#~ " \tmkinitrd-net neemt het grootste gedeelte van dit werk voor "
+#~ "zijn\n"
+#~ " \trekening en drakTermServ is gewoon een grafische interface\n"
+#~ " \tom het beheer van deze beeldbestanden te vereenvoudigen.\n"
+#~ " \tOm het bestand /etc/dhcpd.conf.etherboot-pcimap.include aan\n"
+#~ " \tte maken dat ingesloten wordt in dhcpd.conf, dient u eerst\n"
+#~ " \tde etherboot-beeldbestanden aan te maken voor tenminste één\n"
+#~ " \tvolledige kernel."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - /etc/dhcpd.conf onderhouden:\n"
+#~ " \t\tOm clients van het netwerk op te starten, heeft elke client "
+#~ "een dhcpd.conf-ingang nodig, om een IP-adres toe te wijzen\n"
+#~ " \t\ten opstartbeeldbestanden naar de computer te sturen. "
+#~ "drakTermServ helpt deze ingangen te maken/verwijderen.\t\t\t\n"
+#~ " \t\t(PCI-kaarten mogen het beeldbestand weglaten - etherboot zal "
+#~ "het correcte beeldbestand opvragen. U dient\n"
+#~ " \t\ttevens te overwegen dat wanneer etherboot naar de "
+#~ "beeldbestanden zoekt, het namen verwacht zoals\n"
+#~ " \t\tboot-3c59x.nbi, dus niet boot-3c59x.2.4.19-16mdk.nbi).\n"
+#~ "\t\t\t \n"
+#~ " \t\tEen typisch dhcpd.conf-blokje om een schijfloze client te "
+#~ "ondersteunen, ziet er zo uit:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ "\t\t\tAlhoewel u een poule van IP-adressen kunt gebruiken, in plaats van "
+#~ "een specifieke ingang maken voor een client-computer, vergemakkelijkt "
+#~ "het\n"
+#~ "\t\t\tgebruik van een vast adresschema het gebruik van de "
+#~ "functionaliteit\n"
+#~ "\t\t\ta van client-specifieke configuratiebestanden welke ClusterNFS "
+#~ "biedt.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tMerk op: De \"#type\"-ingang wordt slechts door drakTermServ "
+#~ "gebruikt. Clients kunnen ofwel \"thin\"*/\n"
+#~ "\t\t\tzijn, of 'fat'. Thin clients voeren de meeste software uit op de "
+#~ "server via XDMCP, terwijl fat clients de meeste\n"
+#~ "\t\t\tsoftware op de client-computer uitvoeren. Een speciale inittab, \"%s"
+#~ "\" wordt\n"
+#~ "\t\t\tweggeschreven voor de thin clients. Systeemconfiguratiebestanden "
+#~ "xdm-config, kdmrc, en gdm.conf worden aangepast\n"
+#~ "\t\t\tals thin clients gebruikt worden, om XDMCP in te schakelen. Omdat "
+#~ "er beveiligingsproblemen zijn met het gebruik van XDMCP,\n"
+#~ "\t\t\tworden hosts.deny en hosts.allow gewijzigd om toegang te beperken "
+#~ "tot het lokale subnet.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tMerk op: U dient de server te stoppen/starten na het toevoegen of "
+#~ "wijzigen van clients."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - /etc/exports onderhouden:\n"
+#~ " \t\tClusternfs laat u het root-bestandssysteem exportern naar "
+#~ "schijfloze clients. drakTermServ\n"
+#~ " \t\tstelt de correcte ingang in om anonieme toegang tot het root-"
+#~ "bestandssysteem vanaf schijfloze\n"
+#~ " \t\tclients toe te staan.\n"
+#~ "\n"
+#~ " \t\tEen typisch exports-blok voor clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tWaarbij SUBNET/MASK gedefinieerd is voor uw netwerk."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - %s onderhouden:\n"
+#~ " \t\tOm gebruikers zich te laten aanmelden op het systeem vanaf "
+#~ "een schijfloze client, dient hun \n"
+#~ " \t\tingang in /etc/shadow gedupliceerd te worden in\n"
+#~ "%s. drakTermServ helpt\n"
+#~ " \t\thierbij door systeemgebruikers toe te voegen of te "
+#~ "verwijderen uit dit bestand."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Per-client %s:\n"
+#~ " \t\tMet behulp van clusternfs kan elke schijfloze client zijn "
+#~ "eigen unieke configuratiebestanden\n"
+#~ " \t\thebben op het root-bestandssysteem van de server. In de "
+#~ "toekomst zal drakTermServ deze\n"
+#~ " \t\tbestanden helpen aanmaken."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Per-client systeemconfiguratiebestanden:\n"
+#~ " \tMet behulp van clusternfs, kan elke schijfloze client zijn\n"
+#~ " \teigen unieke configuratebestanden\n"
+#~ " \thebben op het root-bestandssysteem van de server. Door het\n"
+#~ " \ttoestaan van lokale client-apparatuurconfiguratie, kunnen\n"
+#~ " \tclients bestanden aanpassen \n"
+#~ " \tzoals /etc/modules.conf, /etc/sysconfig/mouse en \n"
+#~ " \t/etc/sysconfig/keyboard.\n"
+#~ "Merk op: Het inschakelen van lokale client-apparatuurconfiguratie maakt "
+#~ "het\n"
+#~ "aanmelden als root op de terminal niet mogelijk op iedere computer waar "
+#~ "deze\n"
+#~ "functionaliteit aanwezig is. De lokale configuratie kan weer uitgezet \n"
+#~ "worden, met behoud van configuratiebestanden, zodra de clientcomputer \n"
+#~ "geconfigureerd is."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \t\tdrakTermServ zal dit bestand configureren zodat het "
+#~ "samenwerkt met de beeldbestanden aangemaakt door\n"
+#~ " \t\tmkinitrd-net, en de ingangen in /etc/dhcpd.conf, om het "
+#~ "opstartbeeld te bedienen aan elke \n"
+#~ " \t\tschijfloze client.\n"
+#~ "\n"
+#~ " \t\tEen typisch tftp-configuratiebestand ziet er zo uit:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \t\tDe veranderingen ten opzichte van de standaardinstallatie "
+#~ "zijn het veranderen van de disable-vlag naar\n"
+#~ " \t\t'no' en het veranderen van het directory path naar /var/lib/"
+#~ "tftpboot, waar mkinitrd-net\n"
+#~ " \t\tzijn beeldbestanden plaatst."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Maak etherboot diskettes/CD's:\n"
+#~ " \tDe diskloze client machines hebben ofwel een ROM beeldbestand "
+#~ "op de NIC, ofwel een opstartdiskette\n"
+#~ " \tof CD nodig om de opstartvoortgang in gang te zetten. "
+#~ "drakTermServ zal helpen deze beeldbestanden te\n"
+#~ " \tgenereren, baserend op de NIC in de client machine.\n"
+#~ " \t\t\n"
+#~ " \tEen voorbeeld van het handmatig aanmaken van een "
+#~ "opstartdiskette voor een 3Com 3c509:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Configuratie gewijzigd - clusternfs/dhcpd herstarten?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/nn.po b/perl-install/share/po/nn.po
index e0bcc8492..7b3d63401 100644
--- a/perl-install/share/po/nn.po
+++ b/perl-install/share/po/nn.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nn\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2006-01-13 19:46+0100\n"
"Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
@@ -198,21 +198,21 @@ msgstr "Vent litt. Ser etter og set opp maskinvare …"
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -239,9 +239,9 @@ msgstr "Vent litt. Ser etter og set opp maskinvare …"
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Feil"
@@ -478,10 +478,10 @@ msgstr "Eigendefinert"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Avslutt"
@@ -640,7 +640,7 @@ msgstr "Skjermkort: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -657,7 +657,7 @@ msgstr "OK"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -672,7 +672,7 @@ msgstr "Avbryt"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -903,7 +903,7 @@ msgstr "Første sektor på rotpartisjonen"
msgid "On Floppy"
msgstr "På ein diskett"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Hopp over"
@@ -1246,9 +1246,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Ferdig"
@@ -1451,9 +1451,9 @@ msgstr "Du kan eksportera med NFS og SMB. Vel kven av dei du vil bruka."
msgid "Launch userdrake"
msgstr "Set opp brukarar"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1632,7 +1632,7 @@ msgstr "Domene"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Tenar"
@@ -1761,7 +1761,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "Kan ikkje kringkasta utan NIS-domene"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1776,42 +1776,42 @@ msgstr ""
"eller vent (for standard operativsystem).\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO med grafisk meny"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO med tekstmeny"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB med grafisk meny"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB med tekstmeny"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "Ikkje nok plass på «/boot»"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Du kan ikkje installera oppstartslastaren på ein «%s»-partisjon\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1819,7 +1819,7 @@ msgid ""
msgstr ""
"Oppstartslastaren må oppdaterast, då partisjonane har fått ny rekkjefølgje"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1828,7 +1828,7 @@ msgstr ""
"Klarte ikkje installera oppstartslastaren. Du må køyra redningsmodus og "
"velja «%s»"
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Installer oppstartslastar på nytt"
@@ -3037,7 +3037,7 @@ msgstr "Søk etter nye tenarar"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Pakken «%s» må installerast. Vil du installera han no?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Klarte ikkje installera pakken «%s»."
@@ -3048,19 +3048,19 @@ msgid "Mandatory package %s is missing"
msgstr "Manglar den obligatoriske pakken «%s»"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Åtvaring"
@@ -3954,7 +3954,7 @@ msgstr "Brukarnamn"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4870,8 +4870,8 @@ msgstr ""
"feil."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5681,8 +5681,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7260,14 +7260,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Send inn på nytt"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Tsjekkisk (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7281,28 +7281,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Spansk"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finsk"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Fransk"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7316,828 +7316,828 @@ msgid ""
"Polish"
msgstr "Polsk"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Russisk"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Svensk"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Britisk tastatur"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "USA-tastatur"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albansk"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Armensk (gammal)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Armensk (skrivemaskin)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Armensk (fonetisk)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Arabisk"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Aserbajdsjansk (latinsk)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belgisk"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengali (Inscript oppsett)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengali (Probhat oppsett)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Bulgarsk (fonetisk)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Bulgarsk (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Bulgarsk (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bosnisk"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Kviterussisk"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Sveitsisk (tysk oppsett)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Sveitsisk (fransk oppsett)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokerisk (syllabisk)"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Tsjekkisk (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Tysk (utan dødtastar)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Dansk"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (USA)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (fransk)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (britisk)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (norsk)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (polsk)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (svensk)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/tibetansk"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estisk"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Færøysk"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgisk («russisk» oppsett)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgisk («latinsk» oppsett)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Gresk"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Gresk (polytonal)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Kroatisk"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Ungarsk"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irsk"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israelsk"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israelsk (fonetisk)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iransk"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandsk"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italiensk"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuittisk"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japansk – 106-tastars"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Koreansk tastatur"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurdisk (arabiske skriftteikn)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Kirgisisk"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latin-Amerika"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laotisk"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Litauisk AZERTY (gammalt)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Litauisk AZERTY (nytt)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Litauisk talrad-QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Litauisk fonetisk QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Latvisk"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Makedonsk"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Burmesisk"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongolsk (kyrillisk)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltesisk (Storbritannia)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltesisk (USA)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Nederlandsk"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polsk (QWERTY-oppsett)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polsk (QWERTZ-oppsett)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Portugisisk"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Kanadisk (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Rumensk (QWERTZ)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Romansk (QWERTZY)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Russisk (fonetisk)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Samisk (norsk)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Samisk (finsk/svensk)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Slovensk"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Singalesisk"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Slovensk (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Slovensk (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbisk (kyrillisk)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Syrisk"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Syrisk (fonetisk)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (ISCII-oppsett)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamil (skrivemaskin-oppsett)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Thai (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Thai (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Thai (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (marokkansk oppsett) (+ latinsk og arabisk)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (fonetisk) (+ latinsk og arabisk)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Tadsjikisk"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turkmensk"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Tyrkisk (tradisjonell F-modell)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Tyrkisk (moderne Q-modell)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ukrainsk"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Urdu-tastatur"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "USA-tastatur (internasjonalt)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Usbekisk (kyrillisk)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamesisk talrad-QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Serbisk (latinsk alfabet)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "«Alt Gr»"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Begge «Shift»-tastane samtidig"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "«Ctrl» og «Shift» samtidig"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "«Caps Lock»"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "«Shift» og «Caps Lock» samtidig"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "«Ctrl» og «Alt» samtidig"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "«Alt» og «Shift» samtidig"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "«Meny»"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Venstre «Windows»-tast"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Høgre «Windows»-tast"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Begge «Ctrl»-tastane samtidig"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Begge «Alt»-tastane samtidig"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Venstre «Shift»-tast"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Høgre «Shift»-tast"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Venstre «Alt»-tast"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Venstre «Ctrl»-tast"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Høgre «Ctrl»-tast"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8147,7 +8147,7 @@ msgstr ""
"Her kan du velja tast eller tastekombinasjon for å byta mellom forskjellige "
"tastaturoppsett."
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10540,8 +10540,8 @@ msgstr "Nettmasker må vera på formatet «255.255.224.0»."
msgid "Warning: IP address %s is usually reserved!"
msgstr "Åtvaring: IP-adressa «%s» er vanlegvis reservert."
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s er allereie i bruk\n"
@@ -11247,7 +11247,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Klarte ikkje kopiera fastvare. Fann ikkje fila «%s»."
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Gratulerer!"
@@ -11381,9 +11381,9 @@ msgstr "Sett opp på andre maskiner"
msgid "On CUPS server \"%s\""
msgstr "På CUPS-tenaren «%s»"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Standard)"
@@ -11435,9 +11435,9 @@ msgstr "CUPS-fjerntenar"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Ukjend modell"
@@ -11685,7 +11685,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Råskrivar (utan drivar)"
@@ -11716,12 +11716,12 @@ msgstr "Verten «%s»"
msgid "%s (Port %s)"
msgstr "%s (port: %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11768,7 +11768,7 @@ msgstr ""
"tilgjengelege på denne maskina."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "CUPS-tenar på nettverket og inga lokal CUPS-teneste"
@@ -11817,8 +11817,8 @@ msgstr "Skrivardeling på vertar/nettverk: "
msgid "Custom configuration"
msgstr "Sjølvvald oppsett"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Ingen maskiner på nettverket"
@@ -12044,8 +12044,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "På, namn eller IP-adresse til nettverkstenar:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "Manglar namn eller IP-adresse til CUPS-tenar."
@@ -12055,29 +12055,30 @@ msgstr "Manglar namn eller IP-adresse til CUPS-tenar."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Skrivaroppsett"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Les skrivardata …"
@@ -12212,7 +12213,7 @@ msgstr ""
"Du treng ikkje setja opp skrivarar på CUPS-tenarar her. Desse skrivarane "
"vert automatisk sett opp."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -12451,12 +12452,12 @@ msgstr " på "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Skrivarval"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Kva skrivartype har du?"
@@ -12473,7 +12474,7 @@ msgstr ""
"\n"
"Klarte ikkje fastsetja kva skrivartype «%s» er. Vel rett skrivar frå lista."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12482,7 +12483,7 @@ msgstr ""
"Viss du ikkje finst skrivaren på lista, kan du velja ein kompatibel eller "
"liknande skrivar (sjå i bruksrettleiinga for skrivaren)."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Set opp skrivaren «%s» …"
@@ -12503,7 +12504,7 @@ msgid ""
"main menu. "
msgstr "Du kan skru det på igjen ved å velja «%s | %s» i hovudmenyen."
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Set opp automatisk administrering"
@@ -12521,8 +12522,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Legg til ny skrivar"
@@ -12725,8 +12726,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Klarte ikkje installera %s pakkar."
@@ -12964,10 +12965,10 @@ msgid "Remote printer name missing!"
msgstr "Manglar skrivarnamn."
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13327,8 +13328,8 @@ msgstr "Rediger"
msgid "and choosing \"%s\"."
msgstr "og velja «%s»."
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Skrivartilkopling"
@@ -13338,22 +13339,18 @@ msgstr "Skrivartilkopling"
msgid "What do you want to do?"
msgstr "Kva vil du gjera?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr "Set opp med HPLIP"
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr "Set opp utan HPLIP"
-#: printer/printerdrake.pm:2426
-#, c-format
-msgid "Cancel setup"
-msgstr "Avbryt oppsett"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13366,7 +13363,7 @@ msgstr ""
"med fleirfunksjonseiningar, og for bruk av minnekort på skrivarar med "
"innebygde kortlesarar."
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13375,90 +13372,106 @@ msgstr ""
"Før du kan bruka desse funksjonane på HP-skrivaren dei setjast opp med HPLIP "
"(HP Linux Imaging and Printing). "
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
"Vil du bruka HPLIP (vel «Nei» viss skrivaren ikkje er ein HP-skrivar)? "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Installerer %s-pakken …"
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Utskrift vil berre fungera på «%s»."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Klarte ikkje fjerna den gamle HPOJ-oppsettfila «%s» for «%s»·"
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Fjern fila manuelt, og start så HPOJ på nytt."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Kontrollerer eining og set opp %s …"
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Kva skrivarar vil du setja opp med HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Set opp utan HPLIP"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Installerer SANE-pakkar …"
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Du vil ikkje kunna skanna med «%s»."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Bruk og vedlikehald av %s"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Set opp eining …"
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Gjer skrivarporten tilgjengeleg for CUPS …"
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Les skrivardatabase …"
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Skriv inn skrivarnamn og merknader"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Namnet på skrivaren kan berre innehelda bokstavar, tal og understrek."
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13467,7 +13480,7 @@ msgstr ""
"Skrivaren «%s» finst allereie.\n"
"Vil du skriva over det gamle oppsettet?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13478,7 +13491,7 @@ msgstr ""
"skrivaren ikkje vert tilgjengeleg frå Windows-klientar. Er du sikker på at "
"du vil bruka dette namnet?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13488,35 +13501,35 @@ msgstr ""
"fylla ut skildring- og plasseringsfelta. Dei er berre merknader for "
"brukarane."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Skrivarnamn"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Beskriving"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Plassering"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Førebur skrivardatabase …"
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Skrivarmodell"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -13540,18 +13553,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Skrivarmodellen er rett"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Vel skrivarmodell manuelt"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -13565,12 +13578,12 @@ msgstr ""
"Sjå til at rett skrivar vart funnen. Vel skrivaren frå lista sjølv viss feil "
"skrivar «råskrivar» er vald."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Installer PPD-fil frå produsent"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -13579,19 +13592,19 @@ msgstr ""
"Alle PostScript-skrivarar vert levert med ei PPD-fil som fortel kvar "
"funksjonar og val skrivaren støttar."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr "Fila kan du oftast finna på den medfølgjande CD-en."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Du kan òg finna PPD-filer på heimesida til skrivarprodusenten."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -13600,7 +13613,7 @@ msgstr ""
"Viss du har installert Windows på maskina finn du òg PPD-fila på Windows-"
"partisjonen."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13610,7 +13623,7 @@ msgstr ""
"Viss du har installert PPD-fila og brukar ho når du set opp skrivaren vil "
"alle brukarvala skrivaren støttar vera tilgjengeleg."
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -13619,51 +13632,51 @@ msgstr ""
"Her kan du velja PPD-fila du vil installera. Ho vert då brukt ved oppsett av "
"skrivaren."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Installer PPD-fil frå"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Diskett"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Annan plass"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Vel PPD-fil"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "PPD-fila «%s» finst ikkje eller kan ikkje lesast."
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "PPD-fila «%s» er ugyldig."
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Installerer PPD-fil …"
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Oppsett av OKI Windows-skrivar"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13678,12 +13691,12 @@ msgstr ""
"dei er kopla til den første parallellporten. Sjå derfor til at skrivaren er "
"kopla til denne porten før du prøver å skriva ut ei testside."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Oppsett av Lexmark-blekkskrivar"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13695,7 +13708,7 @@ msgstr ""
"skrivarar på nettverket. Kopla skrivaren til ein lokal port eller set han "
"opp drivaren på maskina skrivaren er kopla til."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13715,12 +13728,12 @@ msgstr ""
"brukargrensesnittet. Avbryt derfor direkte etter dialogen med lisensavtala. "
"Juster så skrivarhovudet med programmet «lexmarkmaintain»."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Oppsett av Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13732,12 +13745,12 @@ msgstr ""
"porten, og ikkje skrivarar på nettverket. Kopla skrivaren til ein lokal USB-"
"port eller set opp drivaren på maskina skrivaren er kopla til."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Oppsett av Samsung ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -13750,17 +13763,17 @@ msgstr ""
"til den første parallellporten eller set opp drivaren på maskina skrivaren "
"er kopla til."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Oppsett av Canon LBP-460/660"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Oppsett av Canon LBP-810/1120 (CAPT)"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13773,12 +13786,12 @@ msgstr ""
"skrivaren til ein lokal USB-port eller set opp drivaren på maskina skrivaren "
"er kopla til."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Fastvareopplasting for HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -13795,27 +13808,27 @@ msgstr ""
"papirskuffer), er rett sett opp. Merk at med veldig høg utskriftskvalitet/-"
"oppløysing vil utskrifta ta mykje lenger tid."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Standardinnstillingar for skrivar"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Valet «%s» må vera eit heiltal."
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Valet «%s» må vera eit tal."
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Valet «%s» er for stort eller lite."
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -13824,12 +13837,12 @@ msgstr ""
"Vil du bruka denne skrivaren («%s»)\n"
"som standardskrivar?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Testsider"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -13842,47 +13855,47 @@ msgstr ""
"lite minne kan det henda ho ikkje kjem i det heile tatt. Vanlegvis held det "
"å skriva ut standardtestsida."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Ingen testsider"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Skriv ut"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Standard testside"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternativ testside (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternativ testside (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Fototestside"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Skriv ut testside(r) …"
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Hoppar over fototestside."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13897,7 +13910,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13906,17 +13919,17 @@ msgstr ""
"Testsida/-sidene er sendt til skrivaren.\n"
"Det kan ta noko tid før skrivaren startar på sjølve utskrifta.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Vart utskrifta skikkeleg?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Råskrivar"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -13929,7 +13942,7 @@ msgstr ""
"<filnamn>». Med det grafiske verktøyet kan du enkelt velja skrivar og endra "
"utskriftsval.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -13940,8 +13953,8 @@ msgstr ""
"utskriftsdialogvindauget i mange program, men her tek du ikkje med "
"filnamet.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -13953,7 +13966,7 @@ msgstr ""
"Kommandoen «%s» gjer det òg mogleg å endra utskriftsvala for einskildjobbar. "
"Berre legg vala til på slutten av kommandolinja. Eksempel: «%s <filnamn>». "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -13964,7 +13977,7 @@ msgstr ""
"dei ulike utskriftsvala skrivaren støttar.%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -13973,7 +13986,7 @@ msgstr ""
"Her er ei oversikt over utskriftsvala skrivaren støttar:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13982,8 +13995,8 @@ msgstr ""
"Bruk kommandoen «%s <filnamn>» for å skriva ut ei fil frå kommandolinja "
"(terminalvindauget).\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -13994,7 +14007,7 @@ msgstr ""
"utskriftsdialogvindauget i mange program, men her tek du ikkje med "
"filnamet.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14003,7 +14016,7 @@ msgstr ""
"Trykk på «Utskriftsval»-knappen for å læra meir om dei ulike utskriftsvala "
"skrivaren støttar."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14012,7 +14025,7 @@ msgstr ""
"Bruk kommandoen «%s <filnamn>» eller «%s <filnamn>» for å skriva ut ei fil "
"frå kommandolinja (terminalvindauget).\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14028,7 +14041,7 @@ msgstr ""
"«Stopp skrivar», som stoppar alle køyrande utskriftsjobbar. Denne er blant "
"anna nyttig ved papirkrasj.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14041,27 +14054,27 @@ msgstr ""
"einskildjobbar. Berre legg vala til på slutten av kommandolinja. Eksempel: «%"
"s <filnamn>».\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Bruk/vedlikeheld skrivaren «%s»"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Skrivar på skrivaren «%s»"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Utskriftsval"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, c-format
msgid "Printing option list..."
msgstr "Skriv ut valoversikt …"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14072,7 +14085,7 @@ msgstr ""
"skrivaren er no støtta.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14081,7 +14094,7 @@ msgstr ""
"Skannaren i skrivaren kan brukast med vanleg SANE-basert programvare, som "
"Kooka og XSane (du finn begge under «Multimedia | Bilete»-menyen)."
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14092,7 +14105,7 @@ msgstr ""
"kontrollsenteret) for å setja opp deling av skannaren over nettverket.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14101,7 +14114,7 @@ msgstr ""
"Du kan bruka minnekortlesaren i skrivaren som ei vanleg USB-basert "
"lagringseining."
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14112,7 +14125,7 @@ msgstr ""
"skrivebordet.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14123,7 +14136,7 @@ msgstr ""
"Printer Toolbox» («System | Overvaking | HP Printer Toolbox» i menyen). "
"Trykk på «Access Photo Cards»-knappen under fana «Functions»."
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14134,7 +14147,7 @@ msgstr ""
"kameraet eller frå ein vanleg USB-basert kortlesar.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14146,33 +14159,33 @@ msgstr ""
"s»:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " – Blekknivåstatus\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " – Rensing av blekkdyser\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " – Justering av skrivarhovud\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " – Fargekalibrering\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Overfør skrivaroppsett"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14186,7 +14199,7 @@ msgstr ""
"sambandstype og standardinnstillingar) vert overført, men ikkje jobbane.\n"
"Av følgjande grunn kan ikkje alle køar overførast:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14195,7 +14208,7 @@ msgstr ""
"CUPS støttar ikkje skrivarar på Novell-tenarar eller skrivarar som sender "
"data til ein valfri kommando.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14204,12 +14217,12 @@ msgstr ""
"PDQ støttar berre lokale skrivarar, LPD-skrivarar på nettverket og sokkel/"
"TCP-skrivarar.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD og LPRng støttar ikkje IPP-skrivarar.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14217,7 +14230,7 @@ msgid ""
msgstr ""
"I tillegg kan ikkje køar laga i programmet «foomatic-configure» overførast."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14228,7 +14241,7 @@ msgstr ""
"I tillegg kan heller ikkje ikkje skrivarar sett opp med PPD-filer frå "
"produsenten eller med CUPS-drivarar overførast."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14238,17 +14251,17 @@ msgstr ""
"\n"
"Vel skrivarane du vil overføra og trykk «Overfør»."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Ikkje overfør skrivarar"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Overfør"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14259,17 +14272,17 @@ msgstr ""
"Trykk «Overfør» for å overskriva han.\n"
"Du kan òg skriva inn eit nytt namn, eller hoppa over denne skrivaren."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Nytt skrivarnamn"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Overfører «%s» …"
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14278,28 +14291,28 @@ msgstr ""
"Du har overført den tidlegare standardskrivar («%s»). Vil du òg bruka han "
"som standardskrivar under det nye utskriftssystemet %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Oppdaterer skrivardata …"
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Startar nettverk …"
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Set opp nettverket"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Ikkje sett opp nettverksfunksjonar"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14312,12 +14325,12 @@ msgstr ""
"å helda fram utan å setja opp nettverket først, kan du ikkje bruka skrivaren "
"du set opp no. Kva vil du gjera?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Hald fram utan å setja opp nettverket"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14331,7 +14344,7 @@ msgstr ""
"oppsettet i %s-kontrollsenteret, under «Nettverk og Internett | Samband». "
"Set så opp skrivaren i %s-kontrollsenteret, under «Maskinvare | Skrivarar»."
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14342,27 +14355,27 @@ msgstr ""
"nettverksoppsettet er rett, og at maskinvaren fungerer. Prøv så å setja opp "
"nettverksskrivaren om att."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Startar utskriftssystem på nytt …"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "høg"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranoid"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Installerer utskriftssystem under tryggleiksnivå «%s»"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -14387,12 +14400,12 @@ msgstr ""
"\n"
"Er du sikker på at du vil setja opp utskriftssystemet på denne maskina?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Startar utskriftssystem ved oppstart"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -14413,32 +14426,32 @@ msgstr ""
"\n"
"Vil du setja på automatisk oppstart av utskriftssystemet om att?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Kontrollerer installert programvare …"
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Fjernar «%s» …"
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Klarte ikkje fjerna utskriftssytemet «%s»."
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Installerer «%s» …"
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Klarte ikkje installera utskritssystemet «%s»."
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -14451,7 +14464,7 @@ msgstr ""
"mogleg å definera lokale utskriftskøar, og viss tenaren ikkje er "
"tilgjengeleg vil ikkje utskrift frå denne maskina fungera i det heile."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -14460,32 +14473,32 @@ msgstr ""
"Skriv inn vertsnamnet eller IP-adressa til CUPS-tenaren. Trykk så «OK» viss "
"du ønskjer å bruka denne modusen, og «Avslutt» elles."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Namn eller IP til fjerntliggjande tenar:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Set standardskrivar …"
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Lokalt CUPS-utskriftssystem eller CUPS-tenar på nettverket?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "Utskriftssystemet CUPS kan brukast på to måtar: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1 CUPS køyrer lokalt."
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -14494,7 +14507,7 @@ msgstr ""
"Lokale skrivarar kan brukast, og skrivarar på andre CUPS-tenarar på "
"nettverket vert automatisk lagt til."
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -14506,13 +14519,13 @@ msgstr ""
"programpakkar må installerast, ein bakgrunnsprosess må køyrast, og denne "
"krev noko minne, og IPP-porten (port 631) må opnast."
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2 Alle utskrifter vert sendt direkte til ein CUPS-tenar på nettverket."
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -14523,7 +14536,7 @@ msgstr ""
"trengst, ingen program for utskriftskøar må installerast, og mindre "
"diskplass og minne vert brukt."
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -14533,48 +14546,48 @@ msgstr ""
"er tilgjengeleg vil det ikkje vera mogleg å skriva ut frå maskina i det "
"heile."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Korleis vil du setja opp CUPS på denne maskina?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Tenar på nettverket, med dette namnet eller denne IP-adressa:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Lokalt CUPS-utskriftssystem"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Vel skrivarkøhandsamar"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Kva utskritssystem (køhandsamar) vil du bruka?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Klarte ikkje setja opp skrivaren «%s»."
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Installerer Foomatic …"
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Klarte ikkje installera %s pakkar, og kan derfor ikkje starta %s."
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -14585,48 +14598,48 @@ msgstr ""
"innstillingar, gjera han til standardskrivar eller visa informasjon om "
"skrivaren."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Vis alle tilgjengelege CUPS-tenarane"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Oppdater skrivarliste (for å visa alle tilgjengelege CUPS-tenarar)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS-oppsett"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Endra utskriftssystem"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Normalmodus"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Ekspertmodus"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Skrivarval"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Endra skrivaroppsett"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -14635,99 +14648,99 @@ msgstr ""
"Skrivar %s%s\n"
"Kva vil du endra på denne skrivaren?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Skrivaren er ikkje i bruk"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Bruk"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Namn, skildring og plassering"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Produsent. modell og drivar"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Produsent og modell"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Bruk som standardskrivar"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Set skrivar i bruk"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Set skrivar ut av bruk"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "Feilhandtering ved skrivarkommunikasjon"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Skriv ut testsider"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Lær meir om skrivaren"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Fjern skrivar"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Fjerar den gamle skrivaren «%s» …"
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Skrivaren «%s» er no sett i bruk."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Skrivaren «%s» er no sett ut av bruk."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Er du sikker på at du vil fjerna skrivaren «%s»?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Fjernar skrivaren «%s» …"
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Standardskrivar"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Skrivaren «%s» er no valt som standardskrivar."
@@ -14763,15 +14776,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Klarte ikkje velja løyve for fastvarefila «%s»."
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Skannaroppsett"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "Klarte ikkje installera pakkane for deling av skannar(ar)."
@@ -16597,12 +16610,12 @@ msgstr "Logg ut og bruk «Ctrl + Alt + Rettetast»."
msgid "You need to log out and back in again for changes to take effect"
msgstr "Du må logga ut for at endringane skal trå i kraft."
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: «%s» treng eit brukarnamn …\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -16611,112 +16624,112 @@ msgstr ""
"%s: %s treng vertsnamn, MAC-adresse, IP, nbi-image, 0/1 for THIN_CLIENT, 0/1 "
"for lokalt oppsett …\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: «%s» treng eit vertsnamn …\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Oppsett av terminaltenar"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "dhcpd-oppsett"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Slå på tenar"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Slå av tenar"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Start tenar"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Stopp tenar"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Diskett/ISO for nettverksoppstart"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Nettverksoppstartbilete"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Legg til eller slett brukarar"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Legg til eller slett klientar"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Bilete"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Klientar eller brukarar"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Førstegongsvegvisar"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr "%s definert som dm. Legg gdm-brukar til /etc/passwd$$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -16739,27 +16752,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Avbryt vegvisar"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Lagra dhcpd-oppsettet."
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Bruk tynne klientar."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Synkroniser X-tastaturinnstillingar med tenar."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -16769,28 +16782,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Lag nettverksoppstartsbilete for alle kjernar"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Dette vil ta eit nokre minutt."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Ferdig!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s mislykka"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -16801,12 +16814,12 @@ msgstr ""
"NBI-ar i %s.\n"
"Trong: %d MB. Ledig: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr "Synkroniserer brukarliste med klientliste, inkludert «root»."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -16815,19 +16828,18 @@ msgstr ""
"For at endringane skal trå i kraft for tynnklientane må skjermhandsamaren "
"startast på nytt. Vil du starta han på nytt no?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Terminaltenaroversikt"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -16836,14 +16848,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -16856,30 +16868,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -16895,17 +16906,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -16913,33 +16923,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -16955,12 +16966,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -16985,14 +16996,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17001,94 +17011,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Oppstartsdiskett"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Oppstarts-ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE-bilete"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Standard kjerneversjon"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "Installer i586-kjerne for eldre klientar"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Bygg heile kjernen –>"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Ingen kjerne vald."
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Bygg for eitt enkelt nettverkskort –>"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Ingen nettverkskort valde."
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Bygg alle kjernar –>"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<– Slett"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Ingen bilete valt."
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Slett alle NBI-ar"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Byggjer bilete for kjernar:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17100,27 +17110,27 @@ msgstr ""
"Du må slett og så leggja brukaren til terminaltenaren på nytt for å kunna "
"logga inn."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Legg til brukar –>"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<– Slett brukar"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "Type: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "Lokalt oppsett: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17129,22 +17139,22 @@ msgstr ""
"Goda lokalt\n"
"maskinvareopsett."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Ingen nettoppstartsbilete laga."
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Tynnklient"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Tillèt tynnklientar"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -17153,52 +17163,52 @@ msgstr ""
"Synkroniser klients X-tastatur-\n"
"innstillingar med tenar."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Legg til klient –>"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "Type: tjukk"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "Type: tynn"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "Lokalt oppsett: nei"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "Lokalt oppsett: ja"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<– Rediger klient"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Ikkje bruk lokalt oppsett"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Slett klient"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17207,79 +17217,79 @@ msgstr ""
"For at endringane skal trå i kraft må skjermhandsamaren startast på nytt. \n"
"(«service dm restart» på konsollen.)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Tynnklientar fungerer ikkje med automatisk innlogging. Vil du slå av "
"automatisk innlogging?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Alle klientar bil bruka %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subnett:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Nettmaske:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Rutarar:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Subnettmaske:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Kringkastingsadresse:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Domenenamn:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Namnetenarar:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "IP-områdestart:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "IP-områdeslutt:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Legg TP-Includes til eksisterande oppsett"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Lagra oppsett"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "dhcpd-tenaroppsett"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17290,7 +17300,7 @@ msgstr ""
"frå systemet ditt.\n"
"Du kan endra dei om du ønskjer."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -17299,101 +17309,101 @@ msgstr ""
"Dynamisk IP-adressesamling\n"
"(nødvendig for PXE-klientar):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Feil ved skriving til «%s»."
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Sett inn ein diskett:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Fekk ikkje tilgang til diskett."
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Du kan no fjerna disketten"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Det er ingen diskettstasjon."
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "PXE-biletet er %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Feil ved skriving %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Nettverks-ISO-biletet er «%s»"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Noko gjekk galt. Er mkisofs installert?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Må oppretta /etc/dhcpd.conf først."
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s-passordet i terminaltenaren er ugyldig. Skriver om …\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s er ikkje ein brukar …\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s er allereie ein terminaltenarbrukar\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Klarte ikkje leggja %s til terminaltenar.\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s er no lagt til terminaltenaren.\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Sletta «%s» …\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "Fann ikkje «%s» …\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"/etc/hosts.allow og /etc/hosts.deny er allereie sett opp, og vert ikkje endra"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Oppsettet er endra. Vil starta clusternfs/dhcpd på nytt?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Oppsettet er endra. Vil starta %s/dhcpd på nytt?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -24931,17 +24941,17 @@ msgstr "Klarte ikkje installera pakkar nødvendige for å setja opp skannarar."
msgid "Scannerdrake will not be started now."
msgstr "Skannaroppsettet vert ikkje starta no."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Ser etter ferdigoppsette skrivarar …"
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Ser etter nye skannarar …"
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Lagar liste over ferdigoppsette skannarar på nytt …"
@@ -25100,43 +25110,43 @@ msgstr ""
"%s må vera sett opp av printerdrake.\n"
"Du finn programmet i %s-kontrollsenteret, under «Maskinvare»."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Set opp kjernemodular …"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Finn automatisk tilgjengelege portar"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Vel eininga der %s er kopla til"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Merk: Parallellportar kan ikkje oppdagast automatisk.)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "vel eining"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Søkjer etter skannarar …"
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Set opp kjernemodular …"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Obs!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -25148,7 +25158,7 @@ msgstr ""
"\n"
"Du må gjera manuelle innstillingar. Rediger oppsettfila /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -25157,7 +25167,7 @@ msgstr ""
"Du finn meir informasjon i manualsida til drivaren. Køyr kommandoen «man "
"sane-%s» for å lesa denne."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -25166,7 +25176,7 @@ msgstr ""
"Du kan så skanna dokument med programma «Kooka» eller «XSane» frå menyen "
"«Multimedia | Bilete»."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -25175,7 +25185,7 @@ msgstr ""
"%s er no sett opp, men det er mogleg du må gjera nokre fleire "
"fininnstillingar for at alt skal fungera."
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -25184,12 +25194,12 @@ msgstr ""
"Viss du ikkje finn han i lista over oppsette skannarar i hovudvindauget til "
"Scannerdrake, eller om han ikkje fungerer skikkeleg, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "må du redigera oppsettfila /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -25200,7 +25210,7 @@ msgstr ""
"Du kan no skanna dokument med programma «Kooka» eller «XSane» frå menyen "
"«Multimedia | Bilete»."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -25213,7 +25223,7 @@ msgstr ""
"%s\n"
"er tilgjengelege på systemet ditt.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -25226,42 +25236,42 @@ msgstr ""
"%s\n"
"er tilgjengeleg på systemet ditt.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Fann ingen skannarar tilgjengeleg på systemet ditt.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Søk etter nye skannarar"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Legg til skannar manuelt"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Installer/oppdater fastvarefiler"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Skannardeling"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Alle maskiner på nettverket"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Denne maskina"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -25271,7 +25281,7 @@ msgstr ""
"tilgjengelege frå andre maskiner på nettverket, og eventuelt kva andre "
"maskiner."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -25280,33 +25290,33 @@ msgstr ""
"Du kan òg velja kva skannarar på andre maskiner som skal vera tilgjengeleg "
"frå denne maskina."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Skannarane på denne maskina er tilgjengeleg frå andre maskiner"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Skannardeling til vertar: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Bruk skannarar på fjerntliggjande maskiner"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Bruk skannarane på desse vertane: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Deling av lokale skannarar"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -25315,55 +25325,55 @@ msgstr ""
"Dette er maskinene som dei lokalt tilkopla skannarane skal vera "
"tilgjengelege frå:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Legg til vert"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Rediger valt vert"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Fjern valt vert"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Namn/IP-adresse til vert:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Vel verten som dei lokale skannarane skal vera tilgjengelege på:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Du må skriva inn eit vertsnamn eller ei IP-adresse.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Verten finst allereie i lista, og kan ikkje leggjast til på nytt.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Bruk av skannarar på nettverket"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Dette er maskinene som skannarane skal brukast frå:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -25374,7 +25384,7 @@ msgstr ""
"\n"
"Ønskjer du å installera saned-pakken no?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Skannaren/-ane vil vikkje vera tilgjengeleg på nettverket."
@@ -25558,6 +25568,12 @@ msgstr ""
msgid "Installation failed"
msgstr "Feil ved installering."
+#~ msgid "Cancel setup"
+#~ msgstr "Avbryt oppsett"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Oppsettet er endra. Vil starta clusternfs/dhcpd på nytt?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/pa_IN.po b/perl-install/share/po/pa_IN.po
index 83d1126f6..8911ed934 100644
--- a/perl-install/share/po/pa_IN.po
+++ b/perl-install/share/po/pa_IN.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-03-27 17:55+0530\n"
"Last-Translator: Jaswinder Singh Phulewala <jaswinderphulewala@yahoo.com>\n"
"Language-Team: Punjabi <punlinux-i18n@lists.soruceforge.net>\n"
@@ -204,21 +204,21 @@ msgstr "ਕਿਰਪਾ ਕਰਕੇ ਉਡੀਕ ਕਰੋ, ਜੰਤਰ ਖੋ
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -245,9 +245,9 @@ msgstr "ਕਿਰਪਾ ਕਰਕੇ ਉਡੀਕ ਕਰੋ, ਜੰਤਰ ਖੋ
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "ਗਲਤੀ"
@@ -487,10 +487,10 @@ msgstr "ਪਸੰਦ"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "ਬਾਹਰ"
@@ -649,7 +649,7 @@ msgstr "ਗਰਾਫਿਕਸ ਕਾਰਡ: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -666,7 +666,7 @@ msgstr "ਠੀਕ ਹੈ"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -681,7 +681,7 @@ msgstr "ਰੱਦ ਕਰੋ"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -911,7 +911,7 @@ msgstr "root ਭਾਗ ਦਾ ਪਹਿਲਾ ਹਿੱਸਾ"
msgid "On Floppy"
msgstr "ਫਲਾਪੀ ਤੇ"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "ਛੱਡੋ"
@@ -1253,9 +1253,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "ਸਮਾਪਤ"
@@ -1457,9 +1457,9 @@ msgstr "ਤੁਸੀਂ NFS ਜਾਂ SMB ਵਰਤ ਕੇ ਨਿਰਯਾਤ
msgid "Launch userdrake"
msgstr "userdrake ਚਲਾਓ"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1634,7 +1634,7 @@ msgstr "ਡੋਮੇਨ"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "ਸਰਵਰ"
@@ -1758,7 +1758,7 @@ msgid "Can not use broadcast with no NIS domain"
msgstr "ਕੋਈ ਨਾ NIS ਡੋਮੇਨ ਨਾਲ ਬਰਾਡਕਾਸਟ ਨਹੀਂ ਵਰਤ ਸਕਦਾ"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1773,42 +1773,42 @@ msgstr ""
"ਮੂਲ ਬੂਟ ਲਈ ਉਡੀਕ ਕਰੋ।\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "ਗਰਾਫੀਕਲ ਮੇਨੂ ਨਾਲ LILO"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "ਪਾਠ ਮੇਨੂ ਨਾਲ LILO"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "/boot ਵਿੱਚ ਲੋੜੀਂਦੀ ਥਾਂ ਨਹੀਂ ਹੈ"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "ਤੁਸੀਂ %s ਭਾਗ ਤੇ ਬੂਟ ਲੋਡਰ ਇੰਸਟਾਲ ਨਹੀਂ ਕਰ ਸਕਦੇ\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1816,7 +1816,7 @@ msgid ""
msgstr ""
"ਤੁਹਾਡੀ ਬੂਟ-ਲੋਡਰ ਸੰਰਚਨਾ ਦਾ ਨਵੀਨੀਕਰਨ ਹੋਣਾ ਜਰੂਰੀ ਹੈ ਕਿਉਂਕਿ ਭਾਗ ਮੁੜ ਅੰਕਿਤ ਕੀਤਾ ਜਾਂਦਾ ਹੈ।"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1824,7 +1824,7 @@ msgid ""
msgstr ""
"ਬੂਟ-ਲੋਡਰ ਠੀਕ ਤਰਾਂ ਇੰਸਟਾਲ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ। ਤੁਹਾਨੂੰ ਸੰਕਟ-ਕਾਲੀਨ ਚਲਾਉਣਾ ਪਵੇਗਾ ਅਤੇ \"%s\" ਚੁਣੋ।"
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "ਬੂਟ ਲੋਡਰ ਮੁੜ ਇੰਸਟਾਲ ਕਰੋ"
@@ -3023,7 +3023,7 @@ msgstr "ਨਵਾਂ ਸਰਵਰ ਖੋਜ"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "ਪੈਕੇਜ %s ਇੰਸਟਾਲ ਕਰਨ ਦੀ ਲੋੜ ਹੈ। ਕੀ ਤੁਸੀਂ ਇਸ ਨੂੰ ਇੰਸਟਾਲ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "%s ਪੈਕੇਜ ਇੰਸਟਾਲ ਨਹੀਂ ਕਰ ਸਕਦਾ!"
@@ -3034,19 +3034,19 @@ msgid "Mandatory package %s is missing"
msgstr "ਲਾਜ਼ਮੀ ਪੈਕੇਜ %s ਗੁੰਮ ਹੈ"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "ਚੇਤਾਵਨੀ"
@@ -3892,7 +3892,7 @@ msgstr "ਉਪਭੋਗੀ ਨਾਂ"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4497,8 +4497,8 @@ msgid ""
msgstr ""
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5177,8 +5177,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6687,14 +6687,14 @@ msgstr ""
msgid "Re-submit"
msgstr "ਮੁੜ-ਪੇਸ਼"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "ਚੈੱਕ (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -6708,28 +6708,28 @@ msgid ""
"Dvorak"
msgstr "ਡਵੋਰਕ"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "ਸਪੇਨੀ"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "ਫੈਨਿਸ਼"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "ਫਰੈਂਚ"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -6743,828 +6743,828 @@ msgid ""
"Polish"
msgstr "ਪੋਲੈਂਡੀ"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "ਰੂਸੀ"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "ਸਵੈਡਿਸ਼"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "UK ਕੀਬੋਰਡ"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "US ਕੀਬੋਰਡ"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "ਅਲਬੇਨੀਅਨ"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "ਅਮਰੀਕੀ (ਪੁਰਾਣਾ)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "ਅਮਰੀਕਨ (ਟਾਈਪਰਾਈਟਰ)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "ਅਮਰੀਕਨ (ਬੋਲੀ ਮੁਤਾਬਕ)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "ਅਰਬੀ"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "ਅਜ਼ਰਬਾਈਜਾਨੀ (ਲੈਟਿਨ)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "ਬੈਲਜੀਅਨ"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "ਬੰਗਾਲੀ (ਇੰਸਕ੍ਰਿਪਟ)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "ਬੰਗਾਲੀ (ਪਰਭਾਤ)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "ਬੁਲਗਾਰੀਅਨ (ਬੋਲੀ ਮਤਾਬਕ)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "ਬੁਲਗਾਰੀਅਨ (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "ਬਰਜ਼ੀਲੀ (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "ਬੋਸਨੀਅਨ"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "ਬੇਲਾਰੂਸੀ"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "ਸਵਿਸ (ਜਰਮਨ ਖਾਕਾ)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "ਸਵਿਸ (ਫਰੈਂਚ ਖਾਕਾ)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "ਚੇਰੂਕੀ ਸਿਲੇਬਿਕਸ"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "ਚੈੱਕ (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "ਜਰਮਨ (ਬਿਨਾ ਡੈੱਡ ਸਵਿੱਚ)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "ਦੇਵਨਾਗਰੀ"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "ਡੈਨਿਸ਼"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "ਡਵਿਰਕ (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "ਡਵੋਰਕ (ਇਸਪੇਰਾਂਟੋ)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "ਡਵੋਰਕ (ਫਰੈਂਚ)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "ਡਵੋਰਕ (UK)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "ਡਵੋਰਕ (ਨਾਰਵੇਜੀਅਨ)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "ਡਵੋਰਕ (ਪੌਲਿਸ਼)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "ਡਵੋਰਕ (ਸਵੈਡਿਸ਼)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, fuzzy, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "ਡਜ਼ੋਂਖਾ/ਤਿੱਬਤੀ"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "ਇਸਟੋਨੀਅਨ"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "ਫੈਰੋਈਜ਼"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "ਜੀਓਰਜੀਅਨ (\"ਰੂਸੀ\" ਖਾਕਾ)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "ਜੀਓਰਜੀਅਨ (\"ਲੈਟਿਨ\" ਖਾਕਾ)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "ਗਰੀਕ"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "ਗਰੀਕ (ਪੌਲੀਟੋਨਿਕ)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "ਗੁਜਰਾਤੀ"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "ਗੁਰਮੁਖੀ"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "ਕਰੋਆਟੀਅਨ"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "ਹੁੰਗਾਰੀਅਨ"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "ਇਰਿਸ਼"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "ਇਸਰਾਈਲੀ"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "ਇਸਰਾਈਲੀ (ਬੋਲੀ-ਅਧਾਰਿਤ)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "ਇਰਾਨੀ"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "ਟਾਪੂਿਕ"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "ਇਟਲੀਅਨ"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "ਇਨੁਕਟੀਟੁਟ"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "ਜਪਾਨੀ 106 ਕੁੰਜੀਆਂ"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "ਕਾਨਾਡਾ"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "ਕੋਰੀਅਨ"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "ਕੁਰਡਿਸ਼ (ਅਰਬਿਕ ਸਕਰਿਪਟ)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "ਕਾਈਰਗਈਜ਼"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "ਲੈਟਿਨ ਅਮਰੀਕਨ"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "ਲਾਓਟੀਅਨ"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "ਲਿਥੂਨੀਅਨ ਅਜ਼ਰਟੀ (ਪੁਰਾਣੀ)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "ਲਿਥੂਨੀਅਨ ਅਜ਼ਰਟੀ (ਨਵੀਂ)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "ਲਿਥੂਨੀਅਨ \"ਅੰਕ ਕਤਾਰ\" ਕੁਵੇਰਟੀ"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "ਲਿਥੂਨੀਅਨ \"ਬੋਲੀ-ਅਧਾਰਿਤ\" ਕੁਵੇਰਟੀ"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "ਲਾਟਵਿਨ"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "ਮਲਿਆਲਮ"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "ਮੈਕੇਡੋਨੀਅਨ"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "ਮਯਾਨਮਾਰ (ਬਰਮੀਸ)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "ਮੰਗੋਲੀਅਨ (ਸਿਰਿੱਲਿਕ)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "ਮਲਟੀਸ (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "ਮਲਟੀਸ (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "ਡੱਚ"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "ਉੜੀਆ"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "ਪੌਲਿਸ਼ (ਕਵੈਰਟੀ ਖਾਕਾ)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "ਪੌਲਿਸ਼ (ਕਵੈਰਟਜ਼ ਖਾਕਾ)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "ਪਾਸ਼ਟੋ"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "ਪੋਰਤੂਗੈਈਸ"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "ਕੈਨੇਡੀਅਨ (ਕੂਈਬੇਕ)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "ਰੋਮਾਨੀਅਨ (ਕਵੈਰਟਜ਼)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "ਰੋਮਾਨੀਅਨ (ਕਵੇਰਟੀ)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "ਰੂਸੀ (ਬੋਲੀ-ਅਧਾਰਿਤ)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "ਸਾਮੀ (ਨਾਰਵੇਜੀਅਨ)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "ਸਾਮੀ (ਸਵੈਡਿਸ਼/ਫਿਨਿਸ਼)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "ਸਿੰਧੀ"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "ਸਲੋਵੇਨੀਅਨ"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "ਸਲੋਵਾਕੀਅਨ (ਕਵੇਰਟਜ਼)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "ਸਲੋਵਾਕੀਅਨ (ਕਵੇਰਟੀ)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "ਸਰਬੀਅਨ (ਸਿਰਿੱਲਿਕ)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "ਸਾਇਰਿਆਕ"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "ਸਾਇਰਿਆਕ (ਬੋਲੀ-ਅਧਾਰਿਤ)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "ਤੇਲਗੂ"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "ਤਾਮਿਲ (ISCII-ਖਾਕਾ)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "ਤਾਮਿਲ (ਟਾਈਪ-ਰਾਈਟਰ-ਖਾਕਾ)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "ਥਾਈ (ਕੇਡਮਾਨੀ)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "ਥਾਈ ((TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "ਥਾਈ (ਪਾਟਾਚੋਟੇ)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr ""
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "ਟਾਜਿਕ"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "ਤੁਰਕਮੇਨ"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "ਤੁਰਕਿਸ਼ (ਪੁਰਾਣਾ \"F\" ਮਾਡਲ)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "ਤੁਰਕਿਸ਼ (ਨਵਾਂ \"Q\" ਮਾਡਲ)"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "ਯੁਕਰੇਨੀਅਨ"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "ਉਰਦੂ ਕੀਬੋਰਡ"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "US ਕੀਬੋਰਡ ( ਅੰਤਰਰਾਸ਼ਟਰੀ)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "ਉਜ਼ਬੇਕ (ਸਿਰਿੱਲਿਕ)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "ਵੀਅਤਨਾਮੀ \"ਅੰਕੀ ਕਤਾਰ\" ਕਵੇਰਟੀ"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "ਯੂਗੋਸਲਾਵੀਅਨ (ਲੈਟਿਨ)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "ਸੱਜੀ Alt ਸਵਿੱਚ"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "ਦੋਨੋ Shift ਸਵਿੱਚਾਂ ਇੱਕੋ-ਸਮੇਂ"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Control ਅਤੇ Shift ਸਵਿੱਚਾਂ ਇੱਕੋ-ਸਮੇਂ"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "CapsLock ਸਵਿੱਚ"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Shift ਅਤੇ CapsLock ਸਵਿੱਚਾਂ ਇੱਕੋ-ਸਮੇਂ"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl ਅਤੇ Alt ਸਵਿੱਚਾਂ ਇਕੋ-ਸਮੇਂ"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt ਅਤੇ Shift ਸਵਿੱਚਾਂ ਇੱਕੋ-ਸਮੇਂ"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "\"ਮੇਨੂ\" ਸਵਿੱਚ"
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "ਖੱਬੀ \"Windows\" ਸਵਿੱਚ"
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "ਸੱਜੀ \"Windows\" ਸਵਿੱਚ"
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "ਦੋਨੋ Control ਸਵਿੱਚਾਂ ਇਕੋ-ਸਮੇਂ"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "ਦੋਨੋ Alt ਸਵਿੱਚਾਂ ਇਕੋ-ਸਮੇਂ"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "ਖੱਬੀ Shift ਸਵਿੱਚ"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "ਸੱਜੀ Shift ਸਵਿੱਚ"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "ਖੱਬੀ Alt ਸਵਿੱਚ"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "ਖੱਬੀ Control ਸਵਿੱਚ"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "ਸੱਜੀ Control ਸਵਿੱਚ"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7575,7 +7575,7 @@ msgstr ""
"ਕੀਬੋਰਡ ਵਿੱਚ ਤਬਦੀਲ ਹੋਣ ਦੀ ਇਜਾਜ਼ਤ ਦਿੰਦੇ ਹਨ\n"
"(ਉਦਾਹਰਨ: ਲੈਟਿਨ ਅਤੇ ਨਾਨ ਲੈਟਿਨ)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -9959,8 +9959,8 @@ msgstr "IP ਸਿਰਨਾਵਾਂ 1.2.3.4 ਦੇ ਰੂਪ ਵਿੱਚ ਹੋ
msgid "Warning: IP address %s is usually reserved!"
msgstr "ਚੇਤਾਵਨੀ: IP ਸਿਰਨਾਵਾਂ %s ਰਾਖਵਾਂ ਹੈ!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s ਪਹਿਲਾਂ ਵਰਤਿਆ ਹੈ\n"
@@ -10641,7 +10641,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Firmware ਨਕਲ ਅਸਫਲ ਹੋਈ, ਫਾਇਲ %s ਨਹੀਂ ਲੱਭੀ"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "ਮੁਬਾਰਕ!"
@@ -10773,9 +10773,9 @@ msgstr "ਹੋਰ ਮਸ਼ੀਨਾਂ ਤੇ ਸੰਰਚਿਤ"
msgid "On CUPS server \"%s\""
msgstr "CUPS ਸਰਵਰ \"%s\" ਤੇ"
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (ਮੂਲ)"
@@ -10827,9 +10827,9 @@ msgstr "ਰਿਮੋਟ CUPS"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "ਅਣਪਛਾਤਾ ਮਾਡਲ"
@@ -11077,7 +11077,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "ਵਾਧੂ ਪ੍ਰਿੰਟਰ (ਕੋਈ ਡਰਾਈਵਰ ਨਹੀਂ)"
@@ -11108,12 +11108,12 @@ msgstr "ਮੇਜ਼ਬਾਨ %s"
msgid "%s (Port %s)"
msgstr "%s (ਪੋਰਟ %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -11160,7 +11160,7 @@ msgstr ""
"ਨਹੀਂ।"
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "ਰਿਮੋਟ CUPS ਸਰਵਰ ਅਤੇ ਕੋਈ ਲੋਕਲ CUPS ਡੈਮਨ ਨਹੀਂ"
@@ -11208,8 +11208,8 @@ msgstr "ਪ੍ਰਿੰਟਰ ਸ਼ੇਅਰਿੰਗ ਵਾਲੇ ਮੇਜ਼ਬਾ
msgid "Custom configuration"
msgstr "ਪਸੰਦੀ ਦੀ ਸੰਰਚਨਾ"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "ਕੋਈ ਰਿਮੋਟ ਮਸ਼ੀਨ ਨਹੀਂ"
@@ -11416,8 +11416,8 @@ msgstr "ਪੋਰਟ"
msgid "On, Name or IP of remote server:"
msgstr "ਚਾਲੂ, ਇਸ ਰਿਮੋਟ ਸਰਵਰ ਦਾ ਨਾਂ ਜਾਂ IP:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "CUPS ਸਰਵਰ ਨਾਂ ਜਾਂ IP ਸਿਰਨਾਵਾਂ ਗੁੰਮ ਹੈ।"
@@ -11427,29 +11427,30 @@ msgstr "CUPS ਸਰਵਰ ਨਾਂ ਜਾਂ IP ਸਿਰਨਾਵਾਂ ਗੁ
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "ਪ੍ਰਿੰਟਰ ਡਾਟਾ ਪੜ ਰਿਹਾ ਹੈ..."
@@ -11576,7 +11577,7 @@ msgstr ""
"\n"
"ਰਿਮੋਟ CUPS ਸਰਵਰ ਦੇ ਪ੍ਰਿੰਟਰ ਦੀ ਸੰਰਚਨਾ ਇੱਥੇ ਕਰਨ ਦੀ ਲੋੜ ਨਹੀਂ; ਇਹ ਪ੍ਰਿੰਟਰ ਸਵੈ ਹੀ ਖੋਜੇ ਜਾਣਗੇ।"
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -11797,12 +11798,12 @@ msgstr "ਉੱਤੇ"
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "ਪ੍ਰਿੰਟਰ ਮਾਡਲ ਚੋਣ"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "ਤੁਹਾਡੇ ਕੋਲ ਕਿਹੜਾ ਪ੍ਰਿੰਟਰ ਮਾਡਲ ਹੈ?"
@@ -11820,7 +11821,7 @@ msgstr ""
"Printerdrake ਲੱਭ ਨਹੀਂ ਸਕਿਆ ਕਿ ਤੁਹਾਡੇ ਪ੍ਰਿੰਟਰ %s ਦਾ ਕਿਹੜਾ ਮਾਡਲ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਸੂਚੀ ਵਿੱਚੋਂ "
"ਸਹੀ ਮਾਡਲ ਚੁਣੋ।"
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -11828,7 +11829,7 @@ msgid ""
msgstr ""
"ਜੇ ਤੁਹਾਡਾ ਪ੍ਰਿੰਟਰ ਸੂਚੀ ਵਿੱਚ ਨਹੀਂ ਹੈ, ਅਨੁਕੂਲ਼ (ਪ੍ਰਿੰਟਰ ਦਸਤਾਵੇਜ਼ ਵੇਖੋ) ਜਾਂ ਕੋਈ ਸਮਾਨ ਪ੍ਰਿੰਟਰ ਚੁਣੋ।"
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "ਪ੍ਰਿੰਟਰ \"%s\" ਸੰਰਚਿਤ ਹੋ ਰਿਹਾ ਹੈ..."
@@ -11847,7 +11848,7 @@ msgid ""
"main menu. "
msgstr ""
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, fuzzy, c-format
msgid "Configure Auto Administration"
msgstr "ਰਿਮੋਟ ਪ੍ਰਬੰਧਨ"
@@ -11862,8 +11863,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "ਨਵਾਂ ਪ੍ਰਿੰਟਰ ਸ਼ਾਮਿਲ"
@@ -11996,8 +11997,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "%s ਪੈਕੇਜ ਇੰਸਟਾਲ ਨਹੀਂ ਕਰ ਸਕਦਾ!"
@@ -12228,10 +12229,10 @@ msgid "Remote printer name missing!"
msgstr "ਰਿਮੋਟ ਪ੍ਰਿੰਟਰ ਨਾਂ ਗੁੰਮ ਹੈ!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -12584,8 +12585,8 @@ msgstr "ਸੋਧ"
msgid "and choosing \"%s\"."
msgstr ""
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "ਪ੍ਰਿੰਟਰ ਕੁਨੈਕਸ਼ਨ ਕਿਸਮ"
@@ -12595,22 +12596,18 @@ msgstr "ਪ੍ਰਿੰਟਰ ਕੁਨੈਕਸ਼ਨ ਕਿਸਮ"
msgid "What do you want to do?"
msgstr "ਤੁਸੀਂ ਕੀ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2426
-#, fuzzy, c-format
-msgid "Cancel setup"
-msgstr "ਰੱਦ ਕਰੋ"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -12619,96 +12616,112 @@ msgid ""
"printers with card readers. "
msgstr ""
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, fuzzy, c-format
msgid "Installing %s package..."
msgstr "ਪੈਕੇਜ ਇੰਸਟਾਲ ਹੋ ਰਹੇ ਹਨ..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr ""
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "ਪ੍ਰਿੰਟਿੰਗ ਸਿਰਫ %s ਤੇ ਸੰਭਵ ਹੈ।"
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, fuzzy, c-format
msgid "Checking device and configuring %s..."
msgstr "ਜੰਤਰ ਜਾਂ HPOJ ਸੰਰਚਨਾ ਕਰ ਰਿਹਾ ਹੈ..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, fuzzy, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "ਤੁਸੀਂ ਕਿਹੜਾ ਪਰੋਟੋਕਾਲ ਵਰਤਣਾ ਚਾਹੁੰਦੇ ਹੋ?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "ਕਰਨਲ ਮੈਡਿਊਲ।"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "SANE ਪੈਕੇਜ ਇੰਸਟਾਲ ਹੋ ਰਹੇ ਹਨ..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "%s ਤੇ ਜਾਂਚ ਸੰਭਵ ਨਹੀਂ ਹੋਵੇਗੀ।"
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr ""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "ਸੰਰਚਨਾ ਜਾਰੀ..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "CUPS ਲਈ ਪ੍ਰਿੰਟਰ ਪੋਰਟ ਉਪਲੱਬਧ ਕਰ ਰਿਹਾ ਹੈ..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "ਪ੍ਰਿੰਟਰ ਡਾਟਾਬੇਸ ਪੜ ਰਿਹਾ ਹੈ..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "ਪ੍ਰਿੰਟਰ ਨਾਂ ਅਤੇ ਟਿੱਪਣੀ ਦਿਓ"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "ਪ੍ਰਿੰਟਰ ਨਾਂ ਵਿੱਚ ਸਿਰਫ ਅੱਖਰ, ਅੰਕ ਅਤੇ ਅੰਡਰਸਕੋਰ ਸ਼ਾਮਿਲ ਹੋਣੇ ਚਾਹੀਦੇ ਹਨ"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -12717,7 +12730,7 @@ msgstr ""
"ਪ੍ਰਿੰਟਰ \"%s\" ਪਹਿਲਾਂ ਮੌਜੂਦ ਹੈ,\n"
"ਕੀ ਤੁਸੀਂ ਯਕੀਨਨ ਇਸ ਦੀ ਸੰਰਚਨਾ ਮੁੜ ਲਿਖਣੀ ਚਾਹੁੰਦੇ ਹੋ?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -12727,7 +12740,7 @@ msgstr ""
"ਪ੍ਰਿੰਟਰ ਨਾਂ \"%s\" ਵਿੱਚ 12 ਅੱਖਰ ਹਨ ਜੋ ਪ੍ਰਿੰਟਰ ਨੂੰ Windows ਕਲਾਂਈਟਾਂ ਤੋਂ ਨਾ-ਪਹੁੰਚਣ ਯੋਗ ਬਣਾਉਂਦੇ "
"ਹਨ। ਕੀ ਤੁਸੀਂ ਯਕੀਨਨ ਇਹ ਨਾਂ ਵਰਤਣਾ ਚਾਹੁੰਦੇ ਹੋ?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -12736,35 +12749,35 @@ msgstr ""
"ਹਰੇਕ ਪ੍ਰਿੰਟਰ ਨੂੰ ਨਾਂ ਦੀ ਜਰੂਰਤ ਹੈ (ਉਦਾਹਰਨ ਲਈ \"ਪ੍ਰਿੰਟਰ\")। ਵਰਣਨ ਅਤੇ ਸਥਿਤੀ ਕਾਲਮ ਭਰਨ ਦੀ ਲੋੜ "
"ਨਹੀਂ। ਇਹ ਉਪਭੋਗੀਆਂ ਲਈ ਇਸ਼ਾਰੇ ਹਨ।"
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "ਪ੍ਰਿੰਟਰ ਦਾ ਨਾਂ"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "ਵਰਣਨ"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "ਸਥਿਤੀ"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "ਪ੍ਰਿੰਟਰ ਡਾਟਾਬੇਸ ਤਿਆਰ ਕਰ ਰਿਹਾ ਹੈ..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "ਤੁਹਾਡਾ ਪ੍ਰਿੰਟਰ ਮਾਡਲ"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12779,18 +12792,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "ਮਾਡਲ ਠੀਕ ਹੈ"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "ਮਾਡਲ ਦਸਤੀ ਚੁਣੋ"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -12804,12 +12817,12 @@ msgstr ""
"ਕਿਰਪਾ ਕਰਕੇ ਜਾਂਚ ਕਰੋ ਕਿ ਕੀ Printerdrake ਤੁਹਾਡੇ ਪ੍ਰਿੰਟਰ ਮਾਡਲ ਦੀ ਠੀਕ ਸਵੈ-ਖੋਜ ਕਰਦਾ ਹੈ। ਜੇ "
"ਗਲਤ ਮਾਡਲ ਜਾਂ \"ਵਾਧੂ ਪ੍ਰਿੰਟਰ\" ਸਰਗਰਮ ਹੈ, ਸਹੀ ਮਾਡਲ ਸੂਚੀ ਵਿੱਚ ਚੁਣੋ।"
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "ਨਿਰਮਾਤਾ-ਦੁਆਰਾ ਦਿੱਤੀ PPD ਫਾਇਲ ਇੰਸਟਾਲ ਕਰੋ"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -12818,7 +12831,7 @@ msgstr ""
"ਹਰੇਕ ਪੋਸਟਸਕ੍ਰਿਪਟ ਪ੍ਰਿੰਟਰ PPD ਫਾਇਲ ਨਾਲ ਮੁਹੱਈਆ ਕੀਤਾ ਜਾਂਦਾ ਹੈ ਜੋ ਪ੍ਰਿੰਟਰ ਚੋਣ ਅਤੇ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ "
"ਦਰਸਾਉਂਦਾ ਹੈ"
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -12827,12 +12840,12 @@ msgstr ""
"ਇਹ ਫਾਇਲ ਆਮ ਤੌਰ ਤੇ CD ਤੇ ਕਿਤੇ-ਨਾ-ਕਿਤੇ ਪ੍ਰਿੰਟਰ ਨਾਲ ਮੁਹੱਈਆ ਕੀਤੇ Windows ਅਤੇ Mac ਡਰਾਈਵਰਾਂ "
"ਸਮੇਤ ਹੈ।"
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "ਤੁਸੀਂ PPD ਫਾਇਲਾਂ ਨਿਰਮਾਤਾ ਦੀ ਵੈਬ ਸਾਈਟ ਤੇ ਵੀ ਲੱਭ ਸਕਦੇ ਹੋ।"
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -12840,7 +12853,7 @@ msgid ""
msgstr ""
"ਜੇ ਤੁਹਾਡੀ ਮਸ਼ੀਨ ਤੇ Windows ਇੰਸਟਾਲ ਹੈ, ਤੁਸੀਂ PPD ਫਾਇਲਾਂ ਆਪਣੇ Windows ਭਾਗ ਤੇ ਲੱਭ ਸਕਦੇ ਹੋ।"
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -12850,7 +12863,7 @@ msgstr ""
"ਪ੍ਰਿੰਟਰ ਦੀ PPD ਫਾਇਲ ਇੰਸਟਾਲ ਕਰ ਰਿਹਾ ਹੈ ਅਤੇ ਇਸ ਨੂੰ ਵਰਤਦਾ ਹੈ ਜਦੋਂ ਪ੍ਰਿੰਟਰ ਨੂੰ ਪ੍ਰਿੰਟਰਾਂ ਦੀਆਂ "
"ਸਾਰੀਆਂ ਚੋਣਾਂ ਜੋ ਪ੍ਰਿੰਟਰ ਹਾਰਡਵੇਅਰ ਨਾਲ ਦਿੱਤੀਆਂ ਹਨ, ਉਪਲੱਬਧ ਕਰਨ ਲਈ ਨਿਰਧਾਰਿਤ ਕਰਦਾ ਹੈ।"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -12859,51 +12872,51 @@ msgstr ""
"ਇੱਥੇ ਤੁਸੀਂ ਆਪਣੀ ਮਸ਼ੀਨ ਤੇ ਇੰਸਟਾਲ ਕਰਨ ਲਈ PPD ਫਾਇਲ ਚੁਣ ਸਕਦੇ ਹੋ, ਇਹ ਫਿਰ ਤੁਹਾਡੇ ਪ੍ਰਿੰਟਰ ਦੇ ਸੈੱਟਅੱਪ "
"ਲਈ ਵਰਤੀ ਜਾਵੇਗੀ।"
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "ਇਸ ਤੋਂ PPD ਫਾਇਲ ਇੰਸਟਾਲ ਕਰੋ"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "ਫਲਾਪੀ ਡਿਸਕ"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "ਹੋਰ ਸਥਿਤੀ"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "PPD ਫਾਇਲ ਚੁਣੋ"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "PPD ਫਾਇਲ %s ਮੌਜੂਦ ਨਹੀਂ ਜਾਂ ਨਾ-ਪਹੁੰਚਣ ਯੋਗ ਹੈ!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "PPD ਫਾਇਲ %s, PPD ਨਿਰਧਾਰਨ ਨਾਲ ਤਸਦੀਕ ਨਹੀਂ ਕੀਤੀ!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "PPD ਫਾਇਲ ਇੰਸਟਾਲ ਕਰ ਰਿਹਾ ਹੈ..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI winprinter ਸੰਰਚਨਾ"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -12919,12 +12932,12 @@ msgstr ""
"ਪਹਿਲਾਂ ਪ੍ਰਿੰਟਰ ਨੂੰ ਪੈਰਲਲ ਪੋਰਟ ਨਾਲ ਜੋੜੋ। ਨਹੀਂ ਤਾਂ ਪ੍ਰਿੰਟਰ ਠੀਕ ਤਰਾਂ ਕੰਮ ਨਹੀਂ ਕਰੇਗਾ। ਤੁਹਾਡਾ "
"ਕੁਨੈਕਸ਼ਨ ਕਿਸਮ ਨਿਰਧਾਰਨ ਡਰਾਈਵਰ ਦੁਆਰਾ ਰੱਦ ਕੀਤਾ ਜਾਵੇਗਾ।"
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjet ਸੰਰਚਨਾ"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -12936,7 +12949,7 @@ msgstr ""
"ਰਿਮੋਟ ਮਸ਼ੀਨ ਜਾਂ ਪ੍ਰਿੰਟ ਸਰਵਰ ਬਕਸੇ ਤੇ ਕੋਈ ਪ੍ਰਿੰਟਰ ਨਹੀਂ। ਕਿਰਪਾ ਕਰਕੇ ਆਪਣਾ ਪ੍ਰਿੰਟਰ ਪੈਰਲਲ ਪੋਰਟ ਨਾਲ "
"ਜੋੜੋ ਜਾਂ ਇਸ ਨੂੰ ਮਸ਼ੀਨ ਤੇ ਜਿਸ ਨਾਲ ਜੁੜਿਆ ਹੈ ਨਿਰਧਾਰਿਤ ਕਰੋ।"
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -12949,12 +12962,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Lexmark X125 ਸੰਰਚਨਾ"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12966,12 +12979,12 @@ msgstr ""
"ਪ੍ਰਿੰਟ ਸਰਵਰ ਬਕਸੇ ਤੇ ਕੋਈ ਪ੍ਰਿੰਟਰ ਨਹੀਂ। ਕਿਰਪਾ ਕਰਕੇ ਆਪਣਾ ਪ੍ਰਿੰਟਰ ਲੋਕਲ USB ਪੋਰਟ ਨਾਲ ਜੋੜੋ ਜਾਂ ਇਸ "
"ਨੂੰ ਮਸ਼ੀਨ ਤੇ ਜਿਸ ਨਾਲ ਜੁੜਿਆ ਹੈ ਨਿਰਧਾਰਿਤ ਕਰੋ।"
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Samsung ML/QL-85G ਸੰਰਚਨਾ"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -12983,17 +12996,17 @@ msgstr ""
"ਮਸ਼ੀਨ ਜਾਂ ਪ੍ਰਿੰਟ ਸਰਵਰ ਬਕਸੇ ਜਾਂ ਹੋਰ ਪੈਰਲਲ ਪੋਰਟ ਤੇ ਕੋਈ ਪ੍ਰਿੰਟਰ ਨਹੀਂ। ਕਿਰਪਾ ਕਰਕੇ ਆਪਣਾ ਪ੍ਰਿੰਟਰ "
"ਲੋਕਲ USB ਪੋਰਟ ਨਾਲ ਜੋੜੋ ਜਾਂ ਇਸ ਨੂੰ ਮਸ਼ੀਨ ਤੇ ਜਿਸ ਨਾਲ ਜੁੜਿਆ ਹੈ ਨਿਰਧਾਰਿਤ ਕਰੋ।"
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Canon LBP-460/660 ਸੰਰਚਨਾ"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, fuzzy, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Canon LBP-460/660 ਸੰਰਚਨਾ"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -13005,12 +13018,12 @@ msgstr ""
"ਪ੍ਰਿੰਟ ਸਰਵਰ ਬਕਸੇ ਤੇ ਕੋਈ ਪ੍ਰਿੰਟਰ ਨਹੀਂ। ਕਿਰਪਾ ਕਰਕੇ ਆਪਣਾ ਪ੍ਰਿੰਟਰ ਲੋਕਲ USB ਪੋਰਟ ਨਾਲ ਜੋੜੋ ਜਾਂ ਇਸ "
"ਨੂੰ ਮਸ਼ੀਨ ਤੇ ਜਿਸ ਨਾਲ ਜੁੜਿਆ ਹੈ ਨਿਰਧਾਰਿਤ ਕਰੋ।"
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "HP LaserJet 1000 ਲਈ Firmware-ਅੱਪਲੋਡ"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -13026,27 +13039,27 @@ msgstr ""
"ਅਤੇ laser ਪ੍ਰਿੰਟਰ ਦੀ ਹਾਰਡਵੇਅਰ ਸੰਰਚਨਾ (ਮੈਮੋਰੀ, duplex ਇਕਾਈ, ਵਾਧੂ ਟਰੇ) ਠੀਕ ਤਰਾਂ ਨਿਰਧਾਰਿਤ "
"ਹੈ। ਯਾਦ ਰੱਖੋ ਬਹੁਤ ਉੱਚੀ ਛਾਪਾ ਖਾਸੀਅਤ/ਰੈਜ਼ੋਲੂਸ਼ਨ ਪ੍ਰਿੰਟਿੰਗ ਲਗਾਤਾਰ ਹੌਲੀ ਹੋ ਸਕਦੀ ਹੈ।"
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "ਪ੍ਰਿੰਟਰ ਮੂਲ ਵਿਵਸਥਾ"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "ਚੋਣ %s ਇੱਕ ਪੂਰਨ ਅੰਕ ਹੋਣਾ ਜਰੂਰੀ ਹੈ!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "ਚੋਣ %s ਅੰਕ ਹੋਣਾ ਜਰੂਰੀ ਹੈ!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "ਚੋਣ %s ਸੀਮਾ ਤੋਂ ਬਾਹਰ ਹੈ!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -13055,12 +13068,12 @@ msgstr ""
"ਕੀ ਤੁਸੀਂ ਇਹ ਪ੍ਰਿੰਟਰ (\"%s\") ਮੂਲ ਪ੍ਰਿੰਟਰ ਤੌਰ ਤੇ\n"
"ਨਿਰਧਾਰਿਤ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "ਜਾਂਚ ਸਫੇ"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -13072,47 +13085,47 @@ msgstr ""
"ਸੂਚਨਾ: ਫੋਟੋ ਜਾਂਚ ਸਫਾ ਛਪਣ ਲਈ ਲੰਬਾ ਸਮਾਂ ਲਵੇਗਾ ਅਤੇ ਕੋਈ ਅਤੇ ਬਹੁਤ ਘੱਟ ਮੈਮੋਰੀ ਵਾਲੇ laser ਪ੍ਰਿੰਟਰ "
"ਨਾਲ ਇਸ ਦਾ ਕੋਈ ਨਤੀਜਾ ਨਹੀਂ ਹੁੰਦਾ। ਕਈ ਵਾਰ ਇਹ ਮਿਆਰੀ ਜਾਂਚ ਸਫਆ ਛਾਪਣ ਲਈ ਕਾਫੀ ਹੁੰਦਾ ਹੈ।"
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "ਕੋਈ ਜਾਂਚ ਸਫਾ ਨਹੀਂ"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "ਛਾਪੋ"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "ਮਿਆਰੀ ਜਾਂਚ ਸਫਾ"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "ਲਗਾਤਾਰ ਜਾਂਚ ਸਫਾ (ਅੱਖਰ)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "ਲਗਾਤਾਰ ਜਾਂਚ ਸਫਾ (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "ਫੋਟੋ ਜਾਂਚ ਸਫਾ"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "ਜਾਂਚ ਸਫਾ ਛਾਪ ਰਿਹਾ ਹੈ..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "ਫੋਟੋ ਜਾਂਚ ਸਫਾ ਛੱਡ ਰਿਹਾ ਹੈ।"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13127,7 +13140,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13136,17 +13149,17 @@ msgstr ""
"ਜਾਂਚ ਸਫਾ ਪ੍ਰਿੰਟਰ ਨੂੰ ਭੇਜਿਆ ਗਿਆ ਹੈ।\n"
"ਇਹ ਪ੍ਰਿੰਟਰ ਚੱਲਣ ਤੋਂ ਪਹਿਲਾਂ ਕੁਝ ਸਮਾਂ ਲਵੇਗਾ।\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "ਕੀ ਇਹ ਠੀਕ ਕੰਮ ਕਰਦਾ ਸੀ?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "ਵਾਧੂ ਪ੍ਰਿੰਟਰ"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -13158,7 +13171,7 @@ msgstr ""
"ਪ੍ਰਿੰਟਿੰਗ ਸੰਦ: \"xpp <file>\" ਜਾਂ \"kprinter <file>\" ਵਰਤ ਸਕਦੇ ਹੋ। ਗਰਾਫੀਕਲ ਸੰਧ ਤੁਹਾਨੂੰ "
"ਪ੍ਰਿੰਟਰ ਚੁਣਨ ਲਈ ਅਤੇ ਅਸਾਨੀ ਨਾਲ ਚੋਣ ਵਿਵਸਥਾ ਤਬਦੀਲ ਕਰਨ ਦੀ ਇਜਾਜ਼ਤ ਦਿੰਦਾ ਹੈ।\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -13168,8 +13181,8 @@ msgstr ""
"ਇਹ ਕਮਾਂਡਾਂ ਤੁਸੀਂ ਬਹੁਤੇ ਵਾਰਤਾਲਾਪਾਂ ਵਿੱਚ \"ਪ੍ਰਿੰਟਿੰਗ ਕਮਾਂਡ\" ਖੇਤਰ ਵਿੱਚ ਵੀ ਵਰਤੀ ਜਾ ਸਕਦੀ ਹੈ, ਪਰ "
"ਇੱਥੇ ਫਾਇਲ ਨਾਂ ਨਾ ਦਿਓ ਕਿਉਂਕਿ ਛਾਪਣ ਵਾਲੀ ਫਾਇਲ ਨੂੰ ਕਾਰਜ ਦੁਆਰਾ ਦਿੱਤੀ ਗਈ ਹੈ।\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -13181,7 +13194,7 @@ msgstr ""
"\"%s\" ਕਮਾਂਡ ਖਾਸ ਪ੍ਰਿੰਟਿੰਗ ਕਾਰਜ ਲਈ ਚੋਣ ਵਿਵਸਥਾ ਤਬਦੀਲ ਕਰਨ ਦੀ ਇਜਾਜ਼ਤ ਵੀ ਦਿੰਦਾ ਹੈ। ਕਮਾਂਡ "
"ਲਾਈਨ ਤੇ ਲੋੜੀਂਦੀ ਵਿਵਸਥਾ ਸ਼ਾਮਿਲ ਕਰੋ, ਉਦਾਹਰਨ \"%s <file>\"। "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -13192,7 +13205,7 @@ msgstr ""
"\" ਬਟਨ ਦਬਾਓ।%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -13201,15 +13214,15 @@ msgstr ""
"ਇੱਥੇ ਮੌਜੂਦਾ ਪ੍ਰਿੰਟਰ ਲਈ ਉਪਲੱਬਧ ਪ੍ਰਿੰਟਰ ਚੋਣਾਂ ਵਿਖਾਈਆਂ ਹਨ:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr "ਕਮਾਂਡ ਲਾਈਨ (ਟਰਮੀਨਲ ਝਰੋਖੇ) ਤੋਂ ਫਾਇਲ ਛਾਪਣ ਲਈ ਕਮਾਂਡ \"%s <file>\" ਵਰਤੋ।\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -13219,14 +13232,14 @@ msgstr ""
"ਤੁਸੀਂ ਇਹ ਕਮਾਂਡ ਕਈ ਕਾਰਜਾਂ ਦੇ ਪ੍ਰਿੰਟਿੰਗ ਵਾਰਤਾਲਾਪ ਦੇ \"ਪ੍ਰਿੰਟਿੰਗ ਕਮਾਂਡ\" ਖੇਤਰ ਵਿੱਚ ਵੀ ਵਰਤ ਸਕਦੇ "
"ਹੋ। ਪਰ ਇੱਥੇ ਫਾਇਲ ਨਾਂ ਨਾ ਦਿਓ ਕਿਉਂਕਿ ਛਾਪਣ ਵਾਲੀ ਫਾਇਲ ਕਾਰਜ ਦੁਆਰਾ ਦਿੱਤੀ ਗਈ ਹੈ।\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr "ਮੌਜੂਦਾ ਪ੍ਰਿੰਟਰ ਲਈ ਉਪਲੱਬਧ ਚੋਣਾਂ ਦੀ ਸੂਚੀ ਵੇਖਣ ਲਈ \"ਪ੍ਰਿੰਟ ਚੋਣ ਸੂਚੀ\" ਬਟਨ ਦਬਾਓ।"
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13235,7 +13248,7 @@ msgstr ""
"ਕਮਾਂਡ ਲਾਈਨ (ਟਰਮੀਨਲ ਝਰੋਖੇ) ਤੋਂ ਫਾਇਲ ਛਾਪਣ ਲਈ ਕਮਾਂਡ \"%s <file>\" ਜਾਂ \"%s <file>\" "
"ਵਰਤੋ।\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -13250,7 +13263,7 @@ msgstr ""
"ਇੱਕ ਬਟਨ ਹੈ, \"ਪ੍ਰਿੰਟਰ ਰੋਕੋ!\" ਲੇਬਲ ਵਾਲਾ, ਜੋ ਸਭ ਪ੍ਰਿੰਟ ਕਾਰਜ ਤੁਰੰਤ ਰੋਕਦਾ ਹੈ ਜਦੋਂ ਤੁਸੀਂ ਇਸ ਨੂੰ "
"ਦਬਾਉਂਦੇ ਹੋ। ਇਹ ਉਦਾਹਰਨ ਲਈ ਪੇਪਰ ਜਾਂਮ ਸਮੇਂ ਵਰਤਿਆ ਜਾਂਦਾ ਹੈ।\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -13262,27 +13275,27 @@ msgstr ""
"\"%s\" ਅਤੇ \"%s\" ਕਮਾਂਡਾਂ ਖਾਸ ਪ੍ਰਿੰਟਿੰਗ ਕਾਰਜ ਲਈ ਚੋਣ ਵਿਵਸਥਾ ਤਬਦੀਲ ਕਰਨ ਦੀ ਇਜਾਜ਼ਤ ਦਿੰਦਾ "
"ਹੈ। ਕਮਾਂਡ ਲਾਈਨ ਤੇ ਲੋੜੀਂਦੀ ਵਿਵਸਥਾ ਸ਼ਾਮਿਲ ਕਰੋ, ਉਦਾਹਰਨ \"%s <file>\"।\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, fuzzy, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "\"%s\" ਪ੍ਰਿੰਟਰ ਉੱਪਰ ਪ੍ਰਿੰਟਿੰਗ"
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "\"%s\" ਪ੍ਰਿੰਟਰ ਉੱਪਰ ਪ੍ਰਿੰਟਿੰਗ"
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "ਪ੍ਰਿੰਟ ਚੋਣ ਸੂਚੀ"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, fuzzy, c-format
msgid "Printing option list..."
msgstr "ਪ੍ਰਿੰਟ ਚੋਣ ਸੂਚੀ"
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -13290,14 +13303,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -13305,14 +13318,14 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
"mass storage device. "
msgstr ""
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -13320,7 +13333,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -13328,7 +13341,7 @@ msgid ""
"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -13336,7 +13349,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -13344,33 +13357,33 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr ""
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr ""
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr ""
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, fuzzy, c-format
msgid " - Color calibration\n"
msgstr "ਰੰਗ ਸੰਰਚਨਾ"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "ਪ੍ਰਿੰਟਰ ਸੰਰਚਨਾ ਤਬਦੀਲ ਕਰੋ"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -13384,7 +13397,7 @@ msgstr ""
"ਪ੍ਰਾਪਤ ਕਰ ਲਿਆ ਹੈ, ਪਰ ਕਾਰਜ ਤਬਦੀਲ ਨਹੀਂ ਕੀਤੇ।\n"
"ਸਾਰੀਆਂ ਕਤਾਰਾਂ ਹੇਠਲੇ ਕਾਰਨਾਂ ਕਰਕੇ ਤਬਦੀਲ ਨਹੀਂ ਹੋਈਆਂ:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -13393,7 +13406,7 @@ msgstr ""
"CUPS, Novell ਸਰਵਰਾਂ ਤੇ ਪ੍ਰਿੰਟਰਾਂ ਨੂੰ ਸਹਿਯੋਗ ਨਹੀਂ ਦਿੰਦਾ ਜਾਂ ਪ੍ਰਿੰਟਰ ਫਰੀ-ਫਾਰਮਿਟਡ ਕਮਾਂਡ ਵਿੱਚ "
"ਡਾਟਾ ਭੇਜ ਰਹੇ ਹਨ।\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -13401,12 +13414,12 @@ msgid ""
msgstr ""
"PDQ ਸਿਰਫ ਲੋਕਲ ਪ੍ਰਿੰਟਰ, ਰਿਮੋਟ LPD ਪ੍ਰਿੰਟਰ, ਅਤੇ ਸਾਕਟ/TCP ਪ੍ਰਿੰਟਰਾਂ ਨੂੰ ਸਹਿਯੋਗ ਦਿੰਦਾ ਹੈ।\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD ਅਤੇ LPRng, IPP ਪ੍ਰਿੰਟਰਾਂ ਨੂੰ ਸਹਿਯੋਗ ਨਹੀਂ ਦਿੰਦੇ।\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -13414,7 +13427,7 @@ msgid ""
msgstr ""
"ਨਾਲ ਹੀ, ਇਸ ਪ੍ਰੋਗਰਾਮ ਨਾਲ ਕਤਾਰ ਨਹੀਂ ਬਣਦੀ ਜਾਂ \"foomatic-configure\" ਤਬਦੀਲ ਨਹੀਂ ਸਕਦੀ।"
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -13425,7 +13438,7 @@ msgstr ""
"PPD ਫਾਇਲਾਂ ਨਾਲ ਸੰਰਚਿਤ ਕੀਤੇ ਪ੍ਰਿੰਟਰ ਵੀ ਨਿਰਮਾਤਾ ਦੁਆਰਾ ਮੁਹੱਈਆ ਕੀਤੇ ਹਨ ਜਾਂ ਪੁਰਾਣੇ CUPS "
"ਡਰਾਈਵਰ ਤਬਦੀਲ ਨਹੀਂ ਹੋ ਸਕਦੇ।"
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -13436,17 +13449,17 @@ msgstr ""
"ਪ੍ਰਿੰਟਰ ਜੋ ਤੁਸੀਂ ਤਬਦੀਲ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ ਚੁਣੋ ਅਤੇ \n"
"\"ਤਬਦੀਲ\" ਦਬਾਓ।"
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "ਪ੍ਰਿੰਟਰ ਤਬਦੀਲ ਨਾ ਕਰੋ"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "ਤਬਦੀਲ"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -13457,17 +13470,17 @@ msgstr ""
"ਇਸ ਨੂੰ ਮੁੜ ਲਿਖਣ ਲਈ \"ਤਬਦੀਲ\" ਦਬਾਓ।\n"
"ਤੁਸੀਂ ਨਵਾਂ ਨਾਂ ਵੀ ਦੇ ਸਕਦੇ ਹੋ ਜਾਂ ਇਹ ਪ੍ਰਿੰਟਰ ਛੱਡ ਸਕਦੇ ਹੋ।"
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "ਨਵਾਂ ਪ੍ਰਿੰਟਰ ਨਾਂ"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "%s ਤਬਦੀਲ ਕਰ ਰਿਹਾ ਹੈ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -13476,28 +13489,28 @@ msgstr ""
"ਤੁਸੀਂ ਆਪਣਾ ਪਹਿਲਾਂ ਮੂਲ ਪ੍ਰਿੰਟਰ (\"%s\") ਤਬਦੀਲ ਕੀਤਾ ਹੈ, ਕੀ ਇਹ ਨਵੇਂ ਪ੍ਰਿੰਟਿੰਗ ਸਿਸਟਮ %s ਅਧੀਨ "
"ਵੀ ਮੂਲ ਪ੍ਰਿੰਟਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "ਪ੍ਰਿੰਟਰ ਡਾਟਾ ਮੁੜ-ਤਾਜ਼ਾ ਹੋ ਰਿਹਾ ਹੈ..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "ਨੈੱਟਵਰਕ ਚਲਾ ਰਿਹਾ ਹੈ..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "ਹੁਣ ਨੈੱਟਵਰਕ ਸੰਰਚਿਤ ਕਰੋ"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "ਨੈੱਟਵਰਕ ਸਹੂਲਤ ਸੰਰਚਿਤ ਨਹੀਂ"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -13509,12 +13522,12 @@ msgstr ""
"ਸੰਰਚਿਤ ਨਹੀਂ। ਜੇ ਤੁਸੀਂ ਨੈੱਟਵਰਕ ਸੰਰਚਨਾ ਤੋਂ ਬਿਨਾਂ ਅੱਗੇ ਗਏ, ਤੁਸੀਂ ਸੰਰਚਿਤ ਪ੍ਰਿੰਟਰ ਚਲਾ ਨਹੀਂ ਸਕਦੇ। ਤੁਸੀਂ "
"ਕੀ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "ਨੈੱਟਵਰਕ ਸੰਰਚਿਤ ਕੀਤੇ ਬਿਨਾ ਜਾਓ"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -13528,7 +13541,7 @@ msgstr ""
"\"ਕੁਨੈਕਸ਼ਨ\" ਵਰਤ ਕੇ ਸੰਰਚਨਾ ਠੀਕ ਕਰੋ, ਅਤੇ ਫਿਰ ਪ੍ਰਿੰਟਰ ਨੂੰ, %s ਕੰਟਰੋਲ ਕੇਂਦਰ, \"ਹਾਰਡਵੇਅਰ\"/"
"\"ਪ੍ਰਿੰਟਰ\" ਭਾਗ ਵਰਤ ਕੇ ਨਿਰਧਾਰਿਤ ਕਰੋ।"
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -13538,27 +13551,27 @@ msgstr ""
"ਨੈੱਟਵਰਕ ਪਹੁੰਚ ਚੱਲ ਨਹੀਂ ਰਹੀ ਅਤੇ ਚਲਾਈ ਨਹੀਂ ਜਾ ਸਕਦੀ। ਕਿਰਪਾ ਕਰਕੇ ਆਪਣੀ ਸੰਰਚਨਾ ਅਤੇ ਹਾਰਡਵੇਅਰ ਦੀ "
"ਜਾਂਚ ਕਰੋ। ਫਿਰ ਆਪਣਾ ਰਿਮੋਟ ਪ੍ਰਿੰਟਰ ਸੰਰਚਿਤ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰੋ।"
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "ਪ੍ਰਿੰਟਿੰਗ ਸਿਸਟਮ ਮੁੜ ਚਲਾ ਰਿਹਾ ਹੈ..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "ਉੱਚਾ"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "ਪੈਰਾਨਾਇਡ"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "%s ਸੁਰੱਖਿਆ ਪੱਧਰ ਵਿੱਚ ਪ੍ਰਿੰਟਿੰਗ ਸਿਸਟਮ ਇੰਸਟਾਲ ਕਰ ਰਿਹਾ ਹੈ"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -13573,12 +13586,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "ਬੂਟ ਦੌਰਾਨ ਪ੍ਰਿੰਟਿੰਗ ਸਿਸਟਮ ਚਲਾ ਰਿਹਾ ਹੈ"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -13598,32 +13611,32 @@ msgstr ""
"\n"
"ਕੀ ਤੁਸੀਂ ਪ੍ਰਿੰਟਿੰਗ ਸਿਸਟਮ ਨੂੰ ਸਵੈ ਚਾਲੂ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "ਇੰਸਟਾਲ ਕੀਤੇ ਸਾਫਟਵੇਅਰ ਦੀ ਜਾਂਚ ਜਾਰੀ..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "%s ਹਟਾ ਰਿਹਾ ਹੈ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "%s ਪ੍ਰਿੰਟਿੰਗ ਸਿਸਟਮ ਨੂੰ ਹਟਾ ਨਹੀਂ ਸਕਦਾ!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "%s ਦੀ ਇੰਸਟਾਲੇਸ਼ਨ ਜਾਰੀ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "%s ਪ੍ਰਿੰਟਿੰਗ ਸਿਸਟਮ ਨੂੰ ਇੰਸਟਾਲ ਨਹੀਂ ਕਰ ਸਕਦਾ!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -13635,7 +13648,7 @@ msgstr ""
"ਸਿੱਧੀਆਂ ਜਾਂਦੀਆਂ ਹਨ। ਯਾਦ ਰੱਖੋ ਕਿ ਲੋਕਲ ਪ੍ਰਿੰਟ ਕਤਾਰ ਪ੍ਰਭਾਸ਼ਿਤ ਕਰਨੀ ਸੰਭਵ ਨਹੀਂ ਅਤੇ ਦਰਸਾਇਆ ਸਰਵਰ "
"ਹੌਲੀ ਹੈ ਇਹ ਇਸ ਮਸ਼ੀਨ ਤੋਂ ਨਹੀਂ ਛਾਪੇਗਾ।"
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -13644,32 +13657,32 @@ msgstr ""
"ਆਪਣੇ CUPS ਸਰਵਰ ਲਈ ਮੇਜ਼ਬਾਨ ਨਾਂ ਜਾਂ IP ਦਿਓ ਅਤੇ ਠੀਕ ਹੈ ਦਬਾਓ ਜੇ ਤੁਸੀਂ ਇਹ ਵਿਧੀ ਵਰਤਣੀ ਚਾਹੁੰਦੇ "
"ਹੋ, ਨਹੀਂ ਤਾਂ \"ਬਾਹਰ\" ਦਬਾਓ।"
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "ਰਿਮੋਟ ਸਰਰਵ ਦਾ ਨਾਂ ਜਾਂ IP:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "ਮੂਲ ਪ੍ਰਿੰਟਰ ਨਿਰਧਾਰਿਤ ਕਰ ਰਿਹਾ ਹੈ..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "ਲੋਕਲ CUPS ਪ੍ਰਿੰਟਿੰਗ ਸਿਸਟਮ ਜਾਂ ਰਿਮੋਟ CUPS ਸਰਵਰ?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "CUPS ਪ੍ਰਿੰਟਿੰਗ ਸਿਸਟਮ ਦੋ ਤਰਾਂ ਨਾਲ ਵਰਤਿਆ ਜਾ ਸਕਦਾ: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. CUPS ਪ੍ਰਿੰਟਿੰਗ ਸਿਸਟਮ ਲੋਕਲ ਹੀ ਚਲਾਇਆ ਜਾ ਸਕਦਾ ਹੈ।"
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -13678,7 +13691,7 @@ msgstr ""
"ਫਿਰ ਲੋਕਲ ਜੁੜੇ ਪ੍ਰਿੰਟਰ ਵਰਤੇ ਜਾ ਸਕਦੇ ਹਨ ਅਤੇ ਉਸੇ ਨੈੱਟਵਰਕ ਤੇ ਹੋਰ CUPS ਸਰਵਰ ਦੇ ਰਿਮੋਟ ਪ੍ਰਿੰਟਰ ਸਵੈ ਹੀ "
"ਖੋਜੇ ਜਾਂਦੇ ਹਨ।"
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -13690,12 +13703,12 @@ msgstr ""
"ਕਰਨ ਦੀ ਜਰੂਰਤ ਹੁੰਦੀ ਹੈ, CUPS ਡੈਮਨ ਨੂੰ ਪਿੱਠਭੂਮੀ ਵਿੱਚ ਚਲਾਉਣਾ ਪਵੇਗਾ ਅਤੇ ਕੁਝ ਮੈਮੋਰੀ ਦੀ ਜਰੂਰਤ ਹੁੰਦੀ "
"ਹੈ, ਅਤੇ IPP ਪੋਰਟ (ਪੋਰਟ 631) ਖੁੱਲਾ ਹੁੰਦਾ ਹੈ।"
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr "2. ਸਾਰੀਆਂ ਪ੍ਰਿੰਟਿੰਗ ਬੇਨਤੀਆ ਰਿਮੋਟ CUPS ਸਰਵਰ ਨੂੰ ਤੁਰੰਤ ਹੀ ਭੇਜੀਆਂ ਜਾਣਗੀਆਂ।"
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -13706,7 +13719,7 @@ msgstr ""
"ਪ੍ਰਿੰਟ ਕਤਾਰਾਂ ਦੀ ਵਿਵਸਥਾ ਲਈ ਕੋਈ ਸਾਫਟਵੇਅਰ ਜਾਣਕਾਰੀ-ਢਾਂਚਾ ਇੰਸਟਾਲ ਨਹੀਂ, ਇਸ ਲਈ ਘੱਟ ਮੈਮੋਰੀ ਅਤੇ "
"ਡਿਸਕ ਸਪੇਸ ਵਰਤੀ ਜਾਂਦੀ ਹੈ।"
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -13715,48 +13728,48 @@ msgstr ""
"ਨੁਕਸਾਨ ਇਹ ਹੈ ਕਿ ਫਿਰ ਲੋਕਲ ਪ੍ਰਿੰਟਰ ਪ੍ਰਭਾਸ਼ਿਤ ਕਰਨਾ ਸੰਭਵ ਨਹੀਂ ਅਤੇ ਜੇ ਨਿਰਧਾਰਿਤ ਸਰਵਰ ਹੌਲੀ ਹੈ ਇਹ "
"ਇਸ ਮਸ਼ੀਨ ਤੇ ਛਾਪੇਗਾ ਨਹੀਂ।"
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "ਤੁਹਾਡੀ ਮਸ਼ੀਨ ਤੇ CUPS ਕਿਸ ਤਰਾਂ ਨਿਰਧਾਰਿਤ ਹੈ?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "ਰਿਮੋਟ ਸਰਵਰ, ਇੱਥੇ ਨਾਂ ਜਾਂ IP ਦਰਸਾਓ:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "ਲੋਕਲ CUPS ਪ੍ਰਿੰਟਿੰਗ ਸਿਸਟਮ"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "ਪ੍ਰਿੰਟਰ ਸਪੂਲਰ ਚੁਣੋ"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "ਤੁਸੀਂ ਕਿਹੜਾ ਪ੍ਰਿੰਟਿੰਗ ਸਿਸਟਮ (ਸਪੂਲਰ) ਵਰਤਣਾ ਚਾਹੁੰਦੇ ਹੋ?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "ਪ੍ਰਿੰਟਰ \"%s\" ਨੂੰ ਸੰਰਚਿਤ ਕਰਨ ਵਿੱਚ ਅਸਫਲ!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Foomatic ਇੰਸਟਾਲੇਸ਼ ਜਾਰੀ..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "%s ਪੈਕੇਜ ਇੰਸਟਾਲ ਨਹੀਂ ਹੋ ਸਕਦੇ, %s ਚਲਾਈ ਨਹੀਂ ਜਾ ਸਕਦੀ!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13766,48 +13779,48 @@ msgstr ""
"ਹੇਠਲੇ ਪ੍ਰਿੰਟਰ ਸੰਰਚਿਤ ਹਨ। ਵਿਵਸਥਾ ਤਬਦੀਲ ਕਰਨ ਲਈ; ਇਸ ਨੂੰ ਮੂਲ ਪ੍ਰਿੰਟਰ ਬਣਾਉਣ ਲਈ; ਜਾਂ ਇਸ ਬਾਰੇ "
"ਜਾਣਕਾਰੀ ਵੇਖਣ ਲਈ ਪ੍ਰਿੰਟਰ ਤੇ ਦੋ-ਵਾਰ ਦਬਾਓ।"
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "ਸਭ ਉਪਲੱਬਧ ਰਿਮੋਟ CUPS ਪ੍ਰਿੰਟਰ ਵਿਖਾਓ"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "ਪ੍ਰਿੰਟਰ ਸੂਚੀ ਮੁੜ ਤਾਜ਼ੀ ਕਰੋ (ਸਭ ਉਪਲੱਬਧ ਰਿਮੋਟ CUPS ਪ੍ਰਿੰਟਰ ਵਿਖਾਉਣ ਲਈ)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "CUPS ਸੰਰਚਨਾ"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "ਪ੍ਰਿੰਟਿੰਗ ਸਿਸਟਮ ਤਬਦੀਲ ਕਰੋ"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "ਸਧਾਰਨ ਵਿਧੀ"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "ਮਾਹਿਰ ਵਿਧੀ"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "ਪ੍ਰਿੰਟਰ ਚੋਣ"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "ਪ੍ਰਿੰਟਰ ਸੰਰਚਨਾ ਸੋਧੋ"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -13816,99 +13829,99 @@ msgstr ""
"ਪ੍ਰਿੰਟਰ %s%s\n"
"ਤੁਸੀਂ ਇਸ ਪ੍ਰਿੰਟਰ ਤੇ ਕੀ ਸੋਧ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "ਇਹ ਪ੍ਰਿੰਟਰ ਅਯੋਗ ਹੈ"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "ਇਹ ਕਰੋ!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "ਪ੍ਰਿੰਟਰ ਨਾਂ, ਵਰਣਨ, ਸਥਿਤੀ"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "ਪ੍ਰਿੰਟਰ ਨਿਰਮਾਤਾ, ਮਾਡਲ, ਡਰਾਈਵਰ"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "ਪ੍ਰਿੰਟਰ ਨਿਰਮਾਤਾ, ਮਾਡਲ"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "ਇਸ ਪ੍ਰਿੰਟਰ ਨੂੰ ਮੂਲ ਨਿਰਧਾਰਿਤ ਕਰੋ"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "ਪ੍ਰਿੰਟਰ ਯੋਗ"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "ਪ੍ਰਿੰਟਰ ਅਯੋਗ"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, fuzzy, c-format
msgid "Printer communication error handling"
msgstr "ਪ੍ਰਿੰਟਰ ਕੁਨੈਕਸ਼ਨ ਕਿਸਮ"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "ਜਾਂਚ ਸਫੇ ਛਾਪੋ"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "ਸਿੱਖੋ ਕਿ ਇਸ ਪ੍ਰਿੰਟਰ ਨੂੰ ਕਿਵੇਂ ਵਰਤਣਾ ਹੈ"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "ਪ੍ਰਿੰਟਰ ਹਟਾਓ"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "ਪੁਰਾਣਾ ਪ੍ਰਿੰਟਰ \"%s\" ਹਟਾ ਰਿਹਾ ਹੈ..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "ਪ੍ਰਿੰਟਰ \"%s\" ਹੁਣ ਯੋਗ ਹੈ।"
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "ਪ੍ਰਿੰਟਰ \"%s\" ਹੁਣ ਅਯੋਗ ਹੈ।"
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "ਕੀ ਤੁਸੀਂ ਯਕੀਨਨ ਪ੍ਰਿੰਟਰ \"%s\" ਨੂੰ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "ਪ੍ਰਿੰਟਰ \"%s\" ਹਟਾਇਆ ਜਾ ਰਿਹਾ ਹੈ..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "ਮੂਲ ਪ੍ਰਿੰਟਰ"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "ਪ੍ਰਿੰਟਰ \"%s\" ਹੁਣ ਮੂਲ ਪ੍ਰਿੰਟਰ ਤੌਰ ਤੇ ਨਿਰਧਾਰਿਤ ਹੈ।"
@@ -13944,15 +13957,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "firmware ਫਾਇਲ %s ਲਈ ਅਧਿਕਾਰ ਨਿਰਧਾਰਿਤ ਨਹੀਂ ਕੀਤੇ!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "ਤੁਹਾਡਾ ਸਕੈਨਰ ਸ਼ੇਅਰ ਕਰਨ ਲਈ ਲੋੜੀਂਦੇ ਪੈਕੇਜ ਇੰਸਟਾਲ ਨਹੀਂ ਕਰ ਸਕਦਾ।"
@@ -15749,12 +15762,12 @@ msgstr "ਕਿਰਪਾ ਕਰਕੇ ਲਾਗ-ਆਊਟ ਕਰੋ ਅਤੇ Ctr
msgid "You need to log out and back in again for changes to take effect"
msgstr "ਤੁਹਾਨੂੰ ਤਬਦੀਲੀਆਂ ਲਾਗੂ ਹੋਣ ਲਈ ਫਿਰ ਬਾਹਰ (ਲਾਗ-ਆਊਟ) ਜਾਣ ਦੀ ਲੋੜ ਹੈ"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s ਨੂੰ ਉਪਭੋਗੀ-ਨਾਂ ਦੀ ਲੋੜ ਹੈ...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -15763,112 +15776,112 @@ msgstr ""
"%s: %s ਨੂੰ ਮੇਜ਼ਬਾਨ-ਨਾਂ, MAC ਸਿਰਨਾਵਾਂ, IP, nbi-ਪ੍ਰਤੀਬਿੰਬ, THIN_CLIENT ਲਈ 0/1, ਲੋਕਲ "
"ਸੰਰਚਨਾ ਲਈ 0/1 ਦੀ ਲੋੜ ਹੈ...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s ਨੂੰ ਮੇਜ਼ਬਾਨ-ਨਾਂ ਦੀ ਲੋੜ ਹੈ...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "ਟਰਮੀਨਲ ਸਰਵਰ ਸੰਰਚਨਾ"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, fuzzy, c-format
msgid "dhcpd Config"
msgstr "dhcpd ਸੰਰਚਨਾ..."
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "ਸਰਵਰ ਯੋਗ"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "ਸਰਵਰ ਅਯੋਗ"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "ਸਰਵਰ ਚਲਾਓ"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "ਸਰਵਰ ਰੋਕੋ"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "ਈਥਰਬੂਟ ਫਲਾਪੀ/ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "ਨੈੱਟ ਬੂਟ ਪ੍ਰਤੀਬਿੰਬ"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "ਉਪਭੋਗੀ ਸ਼ਾਮਿਲ/ਹਟਾਓ"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "ਕਲਾਂਈਟ ਸ਼ਾਮਿਲ/ਹਟਾਓ"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "ਪ੍ਰਤੀਬਿੰਬ"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "ਕਲਾਂਈਟ/ਉਪਭੋਗੀ"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "ਪਹਿਲੀ ਸਮਾਂ ਤਖਤੀ"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr "%s, dm ਤੌਰ ਤੇ ਪ੍ਰਭਾਸ਼ਿਤ ਹੈ, gdm ਉਪਭੋਗੀ /etc/passwd$$CLIENT$$ ਵਿੱਚ ਸ਼ਾਮਿਲ ਹੁੰਦਾ ਹੈ"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -15891,27 +15904,27 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "ਤਖਤੀ ਰੱਦ ਕਰੋ"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "ਕਿਰਪਾ ਕਰਕੇ dhcpd ਸੰਰਚਨਾ ਸੰਭਾਲੋ!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "ਪਤਲੇ ਕਲਾਂਈਟ ਵਰਤੋ।"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "ਕਲਾਂਈਟ X ਕੀਬੋਰਡ ਵਿਵਸਥਾ ਨੂੰ ਸਰਵਰ ਨਾਲ ਸਮਕਾਲੀ ਕਰੋ।"
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -15921,28 +15934,28 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "ਸਭ ਕਰਨਲਾਂ ਲਈ ਨੈੱਟ ਬੂਟ ਪ੍ਰਤੀਬਿੰਬ ਬਣਾ ਰਿਹਾ ਹੈ"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "ਇਹ ਕੁਝ ਸਮਾਂ ਲਵੇਗਾ।"
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "ਮੁਕੰਮਲ!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr ""
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -15950,12 +15963,12 @@ msgid ""
"Needed: %d MB, Free: %d MB"
msgstr ""
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr "ਸਰਵਰ ਉਪਭੋਗੀ ਸੂਚੀ ਨੂੰ ਕਲਾਂਈਟ ਸੂਚੀ, ਪ੍ਰਬੰਧਕ ਸਣੇ ਨਾਲ ਸਮਕਾਲੀ ਕਰ ਰਿਹਾ ਹੈ।"
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -15963,19 +15976,18 @@ msgid ""
msgstr ""
"ਪਤਲੇ ਕਲਾਂਈਟਾਂ ਲਈ ਤਬਦੀਲੀਆਂ ਲਾਗੂ ਕਰਨ ਲਈ, ਦ੍ਰਿਸ਼ ਮੈਨੇਜਰ ਮੁੜ ਚਲਾਉਣਾ ਜਰੂਰੀ ਹੈ। ਹੁਣ ਮੁੜ ਚਲਾਓ?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "ਟਰਮੀਨਲ ਸਰਵਰ ਜਾਣਕਾਰੀ"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -15984,14 +15996,14 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -16004,30 +16016,29 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:579
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -16043,17 +16054,16 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -16061,33 +16071,34 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:611
+#: standalone/drakTermServ:621
#, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -16103,12 +16114,12 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -16133,14 +16144,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:661
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -16149,94 +16159,94 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "ਬੂਟ ਫਲਾਪੀ"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "ਬੂਟ ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "PXE ਪ੍ਰਤੀਬਿੰਬ"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "ਮੂਲ ਕਰਨਲ ਵਰਜ਼ਨ"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr ""
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "ਪੂਰਾ ਕਰਨਲ ਬਣਾਓ -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "ਕੋਈ ਕਰਨਲ ਨਹੀਂ ਚੁਣਿਆ!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "ਇਕਹਿਰਾ NIC ਬਣਾਓ -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "ਕੋਈ NIC ਨਹੀਂ ਚੁਣਿਆ!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "ਸਭ ਕਰਨਲ ਬਣਾਓ -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- ਹਟਾਓ"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "ਕੋਈ ਪ੍ਰਤੀਬਿੰਬ ਨਹੀਂ ਚੁਣਿਆ!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "ਸਭ NBIs ਹਟਾਓ"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, fuzzy, c-format
msgid "Building images for kernel:"
msgstr "ਸਭ ਕਰਨਲਾਂ ਲਈ ਨੈੱਟ ਬੂਟ ਪ੍ਰਤੀਬਿੰਬ ਬਣਾ ਰਿਹਾ ਹੈ"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -16247,27 +16257,27 @@ msgstr ""
"ਵਿਚਲੇ ਗੁਪਤ-ਕੋਡ ਨਾਲੋਂ ਵੱਖਰਾ ਹੈ।\n"
"ਸਵੈ-ਲਾਗਇਨ ਕਰਨ ਲਈ ਟਰਮੀਨਲ ਸਰਵਰ ਤੇ ਉਪਭੋਗੀ ਹਟਾਓ/ਮੁੜ-ਸ਼ਾਮਿਲ ਕਰੋ।"
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "ਉਪਭੋਗੀ ਸ਼ਾਮਿਲ -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- ਉਪਭੋਗੀ ਹਟਾਓ"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "ਕਿਸਮ: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "ਲੋਕਲ ਸੰਰਚਨਾ: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -16276,22 +16286,22 @@ msgstr ""
"ਲੋਕਲ ਹਾਰਡਵੇਅਰ ਸੰਰਚਨਾ\n"
"ਮਨਜੂਰੀ ਦਿਓ।"
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "ਕੋਈ ਨੈੱਟ ਬੂਟ ਪ੍ਰਤੀਬਿੰਬ ਨਹੀਂ ਬਣਿਆ!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "ਪਤਲਾ ਕਲਾਂਈਟ"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "ਪਤਲੇ ਕਲਾਂਈਟਾਂ ਨੂੰ ਮਨਜੂਰੀ"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -16300,52 +16310,52 @@ msgstr ""
"ਸਮਕਾਲੀ ਕਲਾਂਈਟ X ਕੀਬੋਰਡ\n"
"ਵਿਵਸਥਾ ਸਰਵਰ ਨਾਲ।"
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "ਕਲਾਂਟ ਸ਼ਾਮਿਲ -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "ਕਿਸਮ: ਮੋਟਾ"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "ਕਿਸਮ: ਪਤਲਾ"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "ਲੋਕਲ ਸੰਰਚਨਾ: ਗਲਤ"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "ਲੋਕਲ ਸੰਰਚਨਾ: ਸਹੀ"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- ਕਲਾਂਈਟ ਸੋਧ"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "ਲੋਕਲ ਸੰਰਚਨਾ ਅਯੋਗ ਕਰੋ"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "ਕਲਾਂਈਟ ਹਟਾਓ"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -16354,77 +16364,77 @@ msgstr ""
"ਤਬਦੀਲੀ ਪੂਰੀ ਤਰਾਂ ਲਾਗੂ ਕਰਨ ਲਈ ਦ੍ਰਿਸ਼ ਮੈਨੇਜਰ ਮੁੜ ਚਲਾਉਣ ਦੀ ਜਰੂਰਤ ਹੈ।\n"
"(ਸੇਵਾ dm ਮੁੜ ਚੱਲਦੀ ਹੈ - ਕੰਸੋਲ ਤੇ)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr "ਪਤਲੇ ਕਲਾਂਈਟ ਸਵੈ-ਲਾਗਇਨ ਨਾਲ ਕੰਮ ਨਹੀਂ ਕਰਨਗੇ। ਸਵੈ-ਲਾਗਇਨ ਅਯੋਗ?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "ਸਭ ਕਲਾਂਈਟ %s ਵਰਤਣਗੇ"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "ਸਬਨੈੱਟ:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "ਨੈਟਮਖੌਟਾ:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "ਰਾਊਟਰ:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "ਸਬਨੈੱਟ ਮਖੌਟਾ:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "ਬਰਾਡਕਾਸਟ ਸਿਰਨਾਵਾਂ:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "ਡੋਮੇਨ ਨਾਂ:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "ਨਾਂ ਸਰਵਰ:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "IP ਸੀਮਾ ਸ਼ੁਰੂ:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "IP ਸੀਮਾ ਅੰਤ:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "TS ਵਿੱਚ ਸ਼ਾਮਿਲ ਕਰਨ ਨਾਲ ਮੌਜੂਦਾ Config ਸ਼ਾਮਿਲ ਰਹਿੰਦੀ ਹੈ"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Config ਲਿਖੋ"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "dhcpd ਸਰਵਰ ਸੰਰਚਨਾ"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -16435,107 +16445,107 @@ msgstr ""
"ਸਿਸਟਮ ਤੋਂ ਪ੍ਰਾਪਤ ਕੀਤੀਆਂ ਹਨ।\n"
"ਤੁਸੀਂ ਲੋੜ ਅਨੁਸਾਰ ਤਬਦੀਲ ਕਰ ਸਕਦੇ ਹੋ।"
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
"(needed for PXE clients):"
msgstr ""
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr ""
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "ਕਿਰਪਾ ਕਰਕੇ ਫਲਾਪੀ ਡਿਸਕ ਪਾਓ:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "ਫਲਾਪੀ ਤੱਕ ਪਹੁੰਚ ਨਹੀਂ ਸਕਿਆ!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "ਫਲਾਪੀ ਹੁਣ ਬਾਹਰ ਕੱਢੀ ਜਾ ਸਕਦੀ ਹੈ"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "ਕੋਈ ਫਲਾਪੀ ਡਰਾਈਵ ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "PXE ਪ੍ਰਤੀਬਿੰਬ %s/%s ਹੈ"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "%s/%s ਲਿਖਣ ਦੌਰਾਨ ਗਲਤੀ"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO ਪ੍ਰਤੀਬਿੰਬ %s ਹੈ"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "ਕੁਝ ਗਲਤ ਹੋਇਆ ਹੈ! - ਕੀ mkisofs ਇੰਸਟਾਲ ਹੈ?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "ਪਹਿਲਾਂ /etc/dhcpd.conf ਬਣਾਉਣ ਦੀ ਜਰੂਰਤ ਹੈ!"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s passwd ਟਰਮੀਨਲ ਸਰਵਰ ਵਿੱਚ ਗਲਤ ਹੈ - ਮੁੜ ਲਿਖ ਰਿਹਾ ਹੈ...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s ਉਪਭੋਗੀ ਨਹੀਂ ਹੈ..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s ਪਹਿਲਾਂ ਹੀ ਟਰਮੀਨਲ ਸਰਵਰ ਉਪਭੋਗੀ ਹੈ\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "%s ਨੂੰ ਟਰਮੀਨਲ ਸਰਵਰ ਵਿੱਚ ਸ਼ਾਮਿਲ ਕਰਨ ਵਿੱਚ ਅਸਫਲ!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s ਨੂੰ ਟਰਮੀਨਲ ਸਰਵਰ ਵਿੱਚ ਸ਼ਾਮਿਲ ਕੀਤਾ\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "ਹਟਾਇਆ %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s ਨਹੀਂ ਲੱਭਿਆ...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr "/etc/hosts.allow ਅਤੇ /etc/hosts.deny ਪਹਿਲਾਂ ਸੰਰਚਿਤ ਹਨ - ਤਬਦੀਲ ਨਹੀਂ ਹੋਏ"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "ਸੰਰਚਨਾ ਤਬਦੀਲ ਹੋਈ - clusternfs/dhcpd ਮੁੜ ਚਲਾਓ?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "ਸੰਰਚਨਾ ਤਬਦੀਲ ਹੋਈ - %s/dhcpd ਮੁੜ ਚਲਾਓ?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -24433,17 +24443,17 @@ msgstr "Scannerdrake ਨਾਲ ਸਕੈਨਰ ਨਿਰਧਾਰਿਤ ਕਰ
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake ਹੁਣ ਸ਼ੁਰੂ ਨਹੀਂ ਹੋਵੇਗਾ।"
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "ਸੰਰਚਿਤ ਸਕੈਨਰਾਂ ਲਈ ਖੋਜ ਜਾਰੀ ਹੈ..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "ਨਵੇਂ ਸਕੈਨਰਾਂ ਲਈ ਖੋਜ ਜਾਰੀ ਹੈ..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "ਸੰਰਚਿਤ ਸਕੈਨਰਾਂ ਦੀ ਸੂਚੀ ਮੁੜ ਬਣਾ ਰਿਹਾ ਹੈ..."
@@ -24602,43 +24612,43 @@ msgstr ""
"%s printerdrake ਦੁਆਰਾ ਸੰਰਚਿਤ ਹੋਣਾ ਜਰੂਰੀ ਹੈ।\n"
"ਤੁਸੀਂ printerdrake ਨੂੰ ਜੰਤਰ ਚੋਣ ਵਿੱਚ %s ਕੰਟਰੋਲ ਕੇਂਦਰ ਤੋਂ ਚਲਾ ਸਕਦੇ ਹੋ।"
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, fuzzy, c-format
+msgid "Setting up kernel modules..."
+msgstr "ਕਰਨਲ ਮੈਡਿਊਲ।"
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "ਸਵੈ-ਖੋਜੇ ਉਪਲੱਬਧ ਪੋਰਟ"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "ਕਿਰਪਾ ਕਰਕੇ ਜੰਤਰ ਚੁਣੋ ਜਿੱਥੇ ਤੁਹਾਡਾ %s ਜੁੜਿਆ ਹੈ"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(ਸੂਚਨਾ: ਪੈਰਲਲ ਪੋਰਟ ਸਵੈ ਨਹੀਂ ਖੋਜੇ ਜਾ ਸਕੇ)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "ਜੰਤਰ ਚੁਣੋ"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "ਸਕੈਨਰਾਂ ਲਈ ਖੋਜ ਜਾਰੀ..."
-#: standalone/scannerdrake:383
-#, fuzzy, c-format
-msgid "Setting up kernel modules..."
-msgstr "ਕਰਨਲ ਮੈਡਿਊਲ।"
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, fuzzy, c-format
msgid "Attention!"
msgstr "ਸਵੈ-ਖੋਜ"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -24647,14 +24657,14 @@ msgid ""
"sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
"read it."
msgstr ""
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, fuzzy, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -24664,26 +24674,26 @@ msgstr ""
"ਤੁਸੀਂ ਹੁਣ ਕਾਰਜ ਸੂਚੀ ਵਿੱਚ ਮਲਟੀਮੀਡੀਆ/ਗਰਾਫਿਕਸ ਤੋਂ \"XSane\" ਜਾਂ \"Kooka\" ਵਰਤ ਕੇ ਦਸਤਾਵੇਜ਼ "
"ਸਕੈਨ ਕਰ ਸਕਦੇ ਹੋ।"
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
"adjustments are needed to get it to work. "
msgstr ""
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
"of Scannerdrake or if it does not work correctly, "
msgstr ""
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr ""
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -24694,7 +24704,7 @@ msgstr ""
"ਤੁਸੀਂ ਹੁਣ ਕਾਰਜ ਸੂਚੀ ਵਿੱਚ ਮਲਟੀਮੀਡੀਆ/ਗਰਾਫਿਕਸ ਤੋਂ \"XSane\" ਜਾਂ \"Kooka\" ਵਰਤ ਕੇ ਦਸਤਾਵੇਜ਼ "
"ਸਕੈਨ ਕਰ ਸਕਦੇ ਹੋ।"
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -24707,7 +24717,7 @@ msgstr ""
"%s\n"
"ਤੁਹਾਡੇ ਸਿਸਟਮ ਤੇ ਉਪਲੱਬਧ ਹਨ।\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -24720,42 +24730,42 @@ msgstr ""
"%s\n"
"ਤੁਹਾਡੇ ਸਿਸਟਮ ਤੇ ਉਪਲੱਬਧ ਹੈ।\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "ਇੱਥੇ ਕੋਈ ਸਕੈਨਰ ਨਹੀਂ ਲੱਭਿਆ ਜੋ ਤੁਹਾਡੇ ਸਿਸਟਮ ਤੇ ਉਪਲੱਬਧ ਹੋਵੇ।\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "ਨਵੇਂ ਸਕੈਨਰ ਲਈ ਖੋਜ ਕਰੋ"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "ਸਕੈਨਰ ਦਸਤੀ ਸ਼ਾਮਿਲ ਕਰੋ"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "ਇੰਸਟਾਲ/ਨਵਿਨੀਕਰਨ firmware ਫਾਇਲਾਂ"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "ਸਕੈਨਰ ਸ਼ੇਅਰਿੰਗ"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "ਸਭ ਰਿਮੋਟ ਮਸ਼ੀਨਾਂ"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "ਇਹ ਮਸ਼ੀਨ"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -24764,7 +24774,7 @@ msgstr ""
"ਇੱਥੇ ਤੁਸੀਂ ਚੁਣ ਸਕਦੇ ਹੋ ਕਿ ਕੀ ਇਸ ਮਸ਼ੀਨ ਨਾਲ ਜੁੜੇ ਸਕੈਨਰ ਰਿਮੋਟ ਮਸ਼ੀਨ ਜਾਂ ਕਿਹੜੀ ਰਿਮੋਟ ਮਸ਼ੀਨ ਦੁਆਰਾ "
"ਪਹੁੰਚਣ ਯੋਗ ਹੋਣ।"
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -24773,88 +24783,88 @@ msgstr ""
"ਤੁਸੀਂ ਇੱਥੇ ਇਹ ਵੀ ਨਿਰਧਾਰਿਤ ਕਰ ਸਕਦੇ ਹੋ ਕਿ ਰਿਮੋਟ ਮਸ਼ੀਨ ਤੋਂ ਸਕੈਨਰ ਇਸ ਮਸ਼ੀਨ ਨੂੰ ਉਪਲੱਬਧ ਹੋਣਾ "
"ਚਾਹੀਦਾ ਹੈ।"
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "ਇਸ ਮਸ਼ੀਨ ਤੇ ਸਕੈਨਰ ਹੋਰ ਕੰਪਿਊਟਰਾਂ ਨੂੰ ਉਪਲੱਬਧ ਹੁੰਦੇ ਹਨ"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "ਮੇਜ਼ਬਾਨਾਂ ਤੇ ਸਕੈਨਰ ਸ਼ੇਅਰਿੰਗ:"
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "ਰਿਮੋਟ ਕੰਪਿਊਟਰ ਤੇ ਸਕੈਨਰ ਵਰਤੋ"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "ਮੇਜ਼ਬਾਨ ਤੇ ਲੋਕਲ ਸਕੈਨਰ ਵਰਤੋ:"
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "ਲੋਕਲ ਸਕੈਨਰਾਂ ਦੀ ਸ਼ੇਅਰਿੰਗ"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
"available:"
msgstr "ਇੱਥੇ ਮਸ਼ੀਨਾਂ ਹਨ ਜਿਨਾ ਤੇ ਲੋਕਲ ਜੁੜੇ ਸਕੈਨਰ ਉਪਲੱਬਧ ਕਰਨੇ ਹਨ:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "ਮੇਜ਼ਬਾਨ ਸ਼ਾਮਿਲ"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "ਚੁਣਿਆ ਮੇਜ਼ਬਾਨ ਸੋਧ"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "ਚੁਣੇ ਮੇਜ਼ਬਾਨ ਹਟਾਓ"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "ਮੇਜ਼ਬਾਨ ਦਾ ਨਾਂ/IP ਸਿਰਨਾਵਾਂ:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "ਮੇਜ਼ਬਾਨ ਚੁਣੋ ਜਿਸ ਤੇ ਲੋਕਲ ਸਕੈਨਰ ਉਪਲੱਬਧ ਕਰਨੇ ਹਨ:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "ਤੁਹਾਨੂੰ ਮੇਜ਼ਬਾਨ ਨਾਂ ਜਾਂ IP ਸਿਰਨਾਵਾਂ ਦੇਣਾ ਜਰੂਰੀ ਹੈ।\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "ਇਹ ਮੇਜ਼ਬਾਨ ਸੂਚੀ ਵਿੱਚ ਮੌਜੂਦ ਹੈ, ਇਹ ਦੁਬਾਰਾ ਸ਼ਾਮਿਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ।\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "ਰਿਮੋਟ ਸਕੈਨਰ ਦੀ ਵਰਤੋਂ"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "ਇਹ ਮਸ਼ੀਨਾਂ ਹਨ ਜਿਨਾ ਤੋਂ ਸਕੈਨਰ ਵਰਤੇ ਜਾਣੇ ਚਾਹੀਦੇ ਹਨ:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -24865,7 +24875,7 @@ msgstr ""
"\n"
"ਕੀ ਤੁਸੀਂ saned ਪੈਕੇਜ ਇੰਸਟਾਲ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "ਤੁਹਾਡਾ ਸਕੈਨਰ ਨੈੱਟਵਰਕ ਤੇ ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ।"
@@ -25049,6 +25059,13 @@ msgstr ""
msgid "Installation failed"
msgstr "ਇੰਸਟਾਲੇਸ਼ਨ ਅਸਫਲ"
+#, fuzzy
+#~ msgid "Cancel setup"
+#~ msgstr "ਰੱਦ ਕਰੋ"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "ਸੰਰਚਨਾ ਤਬਦੀਲ ਹੋਈ - clusternfs/dhcpd ਮੁੜ ਚਲਾਓ?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/pl.po b/perl-install/share/po/pl.po
index f60258081..ecfc57d2a 100644
--- a/perl-install/share/po/pl.po
+++ b/perl-install/share/po/pl.po
@@ -1,21 +1,9 @@
# translation of drakx.po to polish
# translation of pl.po to polish
-# translation of pl.po to
-# translation of pl.po to
-# translation of pl.po to
-# translation of pl.po to
-# translation of pl.po to
# translation of DrakX-pl.po to polski
# translation of pl.po to Polish
# Polish translation file
# tomek, 2005.
-# tomek, 2005.
-# tomek, 2005.
-# tomek, 2005.
-# tomek, 2005.
-# tomek, 2005.
-# tomek, 2005.
-# tomek, 2005.
# Paweł Jabłoński <pj@linux-mandrake.com>, 2001,2002.
# Arkadiusz Lipiec <arkadiusz.lipiec@gazeta.pl>, 2002-2004.
# Tomasz Bednarski <bednarski@skrzynka.pl>, 2005.
@@ -25,7 +13,7 @@
msgid ""
msgstr ""
"Project-Id-Version: pl\n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2005-10-22 14:46+0200\n"
"Last-Translator: Tomasz Bednarski <tomasz.bednarski@mandriva.pl>\n"
"Language-Team: polish <pl@li.org>\n"
@@ -227,21 +215,21 @@ msgstr "Proszę czekać, wykrywanie i konfiguracja urządzeń..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -268,9 +256,9 @@ msgstr "Proszę czekać, wykrywanie i konfiguracja urządzeń..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Błąd"
@@ -510,10 +498,10 @@ msgstr "Własne"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Zakończ"
@@ -676,7 +664,7 @@ msgstr "Karta graficzna: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -693,7 +681,7 @@ msgstr "Ok"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -708,7 +696,7 @@ msgstr "Anuluj"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -944,7 +932,7 @@ msgstr "Pierwszy sektor głównej partycji"
msgid "On Floppy"
msgstr "Na dyskietce"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Pomiń"
@@ -1287,9 +1275,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Gotowe"
@@ -1498,9 +1486,9 @@ msgstr ""
msgid "Launch userdrake"
msgstr "Uruchom userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1682,7 +1670,7 @@ msgstr "Domena"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Serwer"
@@ -1815,7 +1803,7 @@ msgstr "Nie używaj rozgłaszania przy braku domeny NIS"
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1830,42 +1818,42 @@ msgstr ""
"poczekaj na uruchomienie domyślnego systemu.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO z menu graficznym"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO z menu tekstowym"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB z graficznym menu"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB z tekstowym menu"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "brak miejsca na /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Nie można zainstalować programu rozruchowego na partycji %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1874,7 +1862,7 @@ msgstr ""
"Konfiguracja programu rozruchowego musi być uaktualniona ponieważ został "
"zmieniony numer partycji"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1883,7 +1871,7 @@ msgstr ""
"Nie można zainstalować poprawnie programu rozruchowego. Należy ponownie "
"uruchomić komputer w trybie ratunkowym i wybrać \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Przeinstaluj program rozruchowy"
@@ -3096,7 +3084,7 @@ msgstr "Wyszukaj nowe serwery"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Należy zainstalować pakiet %s. Czy chcesz go zainstalować?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Nie można zainstalować pakietu %s!"
@@ -3107,19 +3095,19 @@ msgid "Mandatory package %s is missing"
msgstr "Brak wymaganego pakietu %s"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Ostrzeżenie"
@@ -4022,7 +4010,7 @@ msgstr "Identyfikator"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4970,8 +4958,8 @@ msgstr ""
"w poszukiwaniu uszkodzonych sektorów na dysku."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -6068,8 +6056,8 @@ msgid ""
"Do you have a supplementary installation medium to configure?"
msgstr ""
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -7799,14 +7787,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Potwierdź ponownie"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "czeski (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -7820,28 +7808,28 @@ msgid ""
"Dvorak"
msgstr "Dvoraka"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "hiszpański"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "fiński"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "francuski"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -7855,828 +7843,828 @@ msgid ""
"Polish"
msgstr "polski"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "rosyjski"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "szwedzki"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "angielski"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "amerykański"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "albański"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "armeński (stary)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "armeński - fonetyczny"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "armeński - fonetyczny"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "arabski"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "azerski (latin)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "belgijski"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "bengalski (układ Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "bengalski (układ Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "bułgarski - fonetyczny"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "bułgarski (BSD)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "brazylijski (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "bośniacki"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "białoruski"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "szwajcarski (układ niemiecki)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "szwajcarski (układ francuski)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee sylabiczny"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "czeski (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "niemiecki (bez martwych klawiszy)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "devenagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "duński"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvoraka (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvoraka (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvoraka (francuski)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvoraka (UK)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvoraka (norweski)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvoraka (polski)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvoraka (szwedzki)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/tybetański"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "estoński"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Faroese"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "gruziński (układ rosyjski)"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "gruziński (układ łaciński)"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "grecki"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "grecki (politoniczny)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "chorwacki"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "węgierski"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irlandzki"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "izraelski"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "izraelski (fonetyczny)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "irański"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "islandzki"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "włoski"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "inkuktit"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "japoński 106 klawiszy"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Kannada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "koreański"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "kurdyjski (arabski sktypt)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "kirgizki"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "latyno-amerykański"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "laotański"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "litewski AZERTY (stary)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "litewski AZERTY (nowy)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "litweski QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "litewski QWERTY - fonetyczny"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "łotewski"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "malajski"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "macedoński"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "myanmar (Burmese)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "mongolski (cyrylica)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "maltański (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "maltański (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "holenderski"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "polski (programisty)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "polski (maszynistki)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "portugalski"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "kanadyjski (Quebec)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "rumuński (qwertz)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "rumuński (qwerty)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "rosyjski (fonetyczny)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (norweski)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (szwedzki/fiński)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "słoweński"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Sinhala"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "słowacki (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "słowacki (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "serbski (cyrylica)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Syria"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "syryjski (fonetyczny)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "tamilski (ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "tamilski (maszynistki)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "tajski (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "tajski (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "tajski (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (układ marokijski) (+łaciński/arabski)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (fonetyczny) (+łaciński/arabski)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "tadżycki"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "turkmeński"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "turecki (tradycyjny model \"F\")"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "turecki (nowoczesny model \"Q\")"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "ukraiński"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "klawiatura Urdu"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "amerykański (międzynarodowy)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "uzbecki (cyrylica)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "wietnamski QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "jugosłowiański (łaciński)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "Prawy klawisz ALT"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Równocześnie oba klawisze SHIFT"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Równocześnie klawisze Control i Shift"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "Klawisz Capslock"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Równocześnie klawisze Shift i Capslock"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Równocześnie klawisze Ctrl i Alt"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Równocześnie klawisze Alt i Shift"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "Klawisz \"Menu\""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Lewy klawisz \"Windows\""
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Prawy klawisz \"Windows\""
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "Równocześnie oba klawisze Control"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Równocześnie oba klawisze ALT"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Lewy klawisz Shift"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Prawy klawisz Shift"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Lewy klawisz ALT"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Lewy klawisz Control"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Prawy klawisz Control"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8687,7 +8675,7 @@ msgstr ""
"umożliwiających przełączanie pomiędzy różnymi układami\n"
"klawiatur (np: latin na non-latin)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -11088,8 +11076,8 @@ msgstr "Maska sieci powinna mieć następujący format 255.255.224.0"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Ostrzeżenie : Adres IP %s jest zazwyczaj zarezerwowany !"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s jest już w użyciu\n"
@@ -11798,7 +11786,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Kopiowanie firmware nie powiodło się, plik %s nie został znaleziony"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Gratulacje!"
@@ -11932,9 +11920,9 @@ msgstr "Konfigurowane na innych komputerach"
msgid "On CUPS server \"%s\""
msgstr "Na serwerze CUPS \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Domyślne)"
@@ -11986,9 +11974,9 @@ msgstr "Zdalny CUPS"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Nieznany model"
@@ -12236,7 +12224,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Surowa drukarka (raw) (Brak sterownika)"
@@ -12267,12 +12255,12 @@ msgstr "Komputer %s"
msgid "%s (Port %s)"
msgstr "%s (Port %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr ""
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr ""
@@ -12322,7 +12310,7 @@ msgstr ""
"automatycznie dostępne dla tego komputera."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Zdalny serwer CUPS bez lokalnego demona CUPS"
@@ -12371,8 +12359,8 @@ msgstr "Współdzielenie drukarki dla komputerów/sieci: "
msgid "Custom configuration"
msgstr "Własna konfiguracja"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Brak zdalnych komputerów"
@@ -12601,8 +12589,8 @@ msgstr "Port"
msgid "On, Name or IP of remote server:"
msgstr "Włącz, Nazwa lub IP serwera zdalnego:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "Brak nazwy serwera CUPS lub adresu IP."
@@ -12612,29 +12600,30 @@ msgstr "Brak nazwy serwera CUPS lub adresu IP."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "Odczytywanie danych drukarki ..."
@@ -12772,7 +12761,7 @@ msgstr ""
"konfiguracji w tym miejscu żadnych drukarek; zostaną one automatycznie\n"
"wykryte."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
@@ -13012,12 +13001,12 @@ msgstr " na "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Wybór modelu drukarki"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Jaki model drukarki posiadasz?"
@@ -13035,7 +13024,7 @@ msgstr ""
"Program Printerdrake nie mógł określić modelu drukarki %s. Wybierz poprawny "
"model z listy."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -13044,7 +13033,7 @@ msgstr ""
"Jeśli drukarka nie została wyświetlona, wybierz zgodną drukarkę (zajrzyj do "
"podręcznika) lub drukarkę podobną."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Konfigurowanie drukarki \"%s\"..."
@@ -13067,7 +13056,7 @@ msgstr ""
"Można włączyć ją ponownie wybierając opcję \"%s\" -> \"%s\" z głównego menu "
"programu Printerdrake"
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Konfiguracja automatycznej administracji"
@@ -13085,8 +13074,8 @@ msgstr ""
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Dodaj nową drukarkę"
@@ -13297,8 +13286,8 @@ msgstr ""
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Nie można zainstalować pakietów %s!"
@@ -13539,10 +13528,10 @@ msgid "Remote printer name missing!"
msgstr "Nie podano nazwy zdalnej drukarki!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -13922,8 +13911,8 @@ msgstr "Edycja"
msgid "and choosing \"%s\"."
msgstr "i wybierając \"%s\"."
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Typ połączenia drukarki"
@@ -13933,22 +13922,18 @@ msgstr "Typ połączenia drukarki"
msgid "What do you want to do?"
msgstr "Co chcesz zrobić?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr "Konfiguracja z HPLIP"
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr "Konfiguracja bez HPLIP"
-#: printer/printerdrake.pm:2426
-#, c-format
-msgid "Cancel setup"
-msgstr "Anuluj konfigurację"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13961,7 +13946,7 @@ msgstr ""
"starych drukarkach atramentowych, skanowanie w urządzeniach wielofunkcyjnych "
"i czytniki kart w drukarkach umożliwiające dostęp do kart. "
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
"To access these extra functions on HP printers they must be set up with "
@@ -13970,91 +13955,107 @@ msgstr ""
"Aby uzyskać dostęp do dodatkowych funkcji drukarek HP muszą one zostać "
"skonfigurowane z użyciem HPLIP (HP Linux Imaging and Printing)."
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr ""
"Czy chcesz wykorzystać HPLIP (wybierz \"Nie\" dla drukarek innych niż HP)? "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "Instalowanie pakietu %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Na %s będzie możliwe tylko drukowanie."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr "Nie można usuną starego pliku konfiguracyjnego HPOJ \"%s\" dla %s! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Usuń plik ręcznie i uruchom ponownie HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Sprawdzanie urządzenia i konfigurowanie %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Którą drukarkę skonfigurować za pomocą HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Konfiguracja bez HPLIP"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "Instalowanie pakietów SANE..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Skanowanie na %s nie będzie możliwe."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Korzystanie i obsługa \"%s\""
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Konfiguracja urządzenia..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Udostępnianie portu drukarki dla systemu CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "Odczytywanie bazy danych drukarek ..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Podaj nazwę drukarki i komentarze"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Nazwa drukarki powinna zawierać tylko litery, cyfry i znak podkreślenia"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -14063,7 +14064,7 @@ msgstr ""
"Drukarka \"%s\" już istnieje,\n"
"czy chcesz nadpisać jej konfigurację?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -14074,7 +14075,7 @@ msgstr ""
"będzie ona niedostępna dla klientów Windows. Czy na pewno chcesz wykorzystać "
"tą nazwę?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -14083,35 +14084,35 @@ msgstr ""
"Każda drukarka musi mieć nazwę (na przykład \"drukarka\"). Pola Opis i "
"Lokalizacja nie muszą być wypełniane. Są to komentarze dla użytkowników."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Nazwa drukarki"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Opis"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Lokalizacja"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "Przygotowywanie bazy danych drukarek ..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "Twój model drukarki"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14136,18 +14137,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "Model jest poprawny"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Wybierz model ręcznie"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
@@ -14162,12 +14163,12 @@ msgstr ""
"poprawny model na liście gdy podświetlony jest niepoprawna wartość lub "
"\"Surowa drukarka\"."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Zainstaluj plik PPD dostarczony przez producenta"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14176,7 +14177,7 @@ msgstr ""
"Każda drukarka PostScript jest dostarczana z plikiem PPD opisującym opcje i "
"funkcje drukarki."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14185,12 +14186,12 @@ msgstr ""
"Ten plik jest zazwyczaj gdzieś na płycie CD ze sterownikami Windows i Mac "
"dostarczonej z drukarką."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Można znaleźć pliki PPD także na witrynach internetowych producentów."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14199,7 +14200,7 @@ msgstr ""
"Jeśli zainstalowano system Windows na tym komputerze, można znaleźć plik PPD "
"także na partycji Windows."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14209,7 +14210,7 @@ msgstr ""
"Instalowanie pliku PPD drukarki i użycie go podczas ustawiania drukarki "
"udostępnia wszystkie fizycznie dostępne opcje drukarki"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14218,51 +14219,51 @@ msgstr ""
"Tutaj można wybrać plik PPD do zainstalowania na komputerze, następnie "
"będzie on używany do konfiguracji drukarki."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Zainstaluj plik PPD z"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Dyskietka"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Inne miejsce"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Wybierz plik PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "Plik PPD %s nie istnieje lub nie można go odczytać!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "Plik PPD %s nie spełnia specyfikacji PPD!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "Instalowanie pliku PPD..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Konfiguracja windrukarki OKI"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -14281,12 +14282,12 @@ msgstr ""
"przypadku drukarka nie będzie działała. Ustawienia typu połączenia zostaną "
"zignorowane przez sterownik."
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Konfiguracja drukarki Lexmark inkjet"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -14299,7 +14300,7 @@ msgstr ""
"drukujących. Należy podłączyć drukarkę do portu lokalnego lub skonfigurować "
"ją na komputerze do którego jest ona podłączona."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -14321,12 +14322,12 @@ msgstr ""
"licencyjnej. Następnie wydrukuj strony dopasowujące głowice za pomocą opcji "
"\"lexmarkmaintain\" oraz dopasuj ustawienia głowic za pomocą tego programu."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Konfiguracja drukarki Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14339,12 +14340,12 @@ msgstr ""
"swoją drukarkę do lokalnego portu USB lub skonfiguruj ją na komputerze do "
"którego jest ona podłączona."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Konfiguracja Samsung ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected on the "
@@ -14358,17 +14359,17 @@ msgstr ""
"do lokalnego portu równoległego lub skonfiguruj ją na komputerze do którego "
"jest ona podłączona."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Konfiguracja Canon LBP-460/660"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Konfiguracja Canon LBP-810/1120 (CAPT)"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -14381,12 +14382,12 @@ msgstr ""
"Podłącz swoją drukarkę do lokalnego portu USB lub skonfiguruj ją na "
"komputerze, do którego jest ona bezpośrednio podłączona."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Firmware-Upload dla HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
@@ -14404,27 +14405,27 @@ msgstr ""
"poprawnie. Uwaga: dla bardzo dużych obszarów drukowania lub wysokiej jakości/"
"rozdzielczości, drukowanie może być bardzo wolne."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Domyślne ustawienia drukarki"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opcja %s musi być liczbą całkowitą!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "Opcja %s musi być liczbą!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "Opcja %s poza zakresem!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -14433,12 +14434,12 @@ msgstr ""
"Czy chcesz ustawić tę drukarkę (\"%s\"\n"
"jako drukarkę domyślną?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Strony testowe"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -14451,47 +14452,47 @@ msgstr ""
"drukarek laserowych z małą ilością pamięci może nawet się nie powieść. W "
"większości przypadków wystarcza wydruk zwykłej strony testowej."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Brak stron testowych"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Wydrukuj"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Standardowa strona testowa"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternatywna Strona testowa (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternatywna strona testowa (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Strona testowa foto"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "Drukowanie stron/y testowych/ej..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Pominięcie strony testowej zdjęcia."
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14506,7 +14507,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -14515,17 +14516,17 @@ msgstr ""
"Strona testowa została wysłana do drukarki.\n"
"Może chwilę potrwać, zanim pojawi się wydruk\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Czy wydruk jest prawidłowy?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Drukarka surowa (raw)"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -14538,7 +14539,7 @@ msgstr ""
"\" lub \"kprinter <plik>\". Narzędzia graficzne umożliwiają wybór drukarki "
"oraz na łatwą zmianę ustawień.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -14549,8 +14550,8 @@ msgstr ""
"wielu aplikacji, lecz nie należy podawać nazwy pliku ponieważ plik do "
"drukowania jest dostarczany przez aplikację.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
@@ -14563,7 +14564,7 @@ msgstr ""
"zadania drukowania. Dodaj po prostu żądaną opcję w wierszu poleceń, np. \"%s "
"<plik>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -14575,7 +14576,7 @@ msgstr ""
"opcji\".%s%s%s\n"
"\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -14584,7 +14585,7 @@ msgstr ""
"To jest lista dostępnych opcji drukowania dla bieżącej drukarki:\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14593,8 +14594,8 @@ msgstr ""
"Aby wydrukować plik z wiersza poleceń (okna terminala) użyj polecenia \"%s "
"<plik>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -14605,7 +14606,7 @@ msgstr ""
"wielu aplikacji. Nie należy w tym miejscu wprowadzać nazwy pliku ponieważ "
"plik do wydruku jest dostarczany przez aplikację.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -14614,7 +14615,7 @@ msgstr ""
"Aby pobrać listę opcji dostępnych dla bieżącej drukarki kliknij przycisk "
"\"Wydrukuj listę opcji\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -14623,7 +14624,7 @@ msgstr ""
"Aby wydrukować plik z wiersza poleceń (okno terminala) użyj polecenia \"%s "
"<plik>\" lub \"%s <plik>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -14641,7 +14642,7 @@ msgstr ""
"po kliknięciu jej. Jest to użyteczne na przykład w przypadku zatorów "
"papieru.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
@@ -14654,27 +14655,27 @@ msgstr ""
"określonego zadania drukowania. Po prostu należy dodać odpowiedni wpis w "
"wierszu poleceń, np. \"%s <plik>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Korzystanie.obsługa drukarki \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Drukowanie na drukarce \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Wydrukuj opcje drukarki"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, c-format
msgid "Printing option list..."
msgstr "Lista opcji drukowania..."
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
"Your %s is set up with HP's HPLIP driver software. This way many special "
@@ -14685,7 +14686,7 @@ msgstr ""
"Dzięki temu obsługiwanych jest wiele ze specjalnych funkcji tej drukarki.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
"The scanner in your printer can be used with the usual SANE software, for "
@@ -14695,7 +14696,7 @@ msgstr ""
"SANE, np. Kooka lub XSane (oba programy znajdują się w menu Multimedia/"
"Grafika). "
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
@@ -14706,7 +14707,7 @@ msgstr ""
"aby udostępnić skaner w sieci.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
"The memory card readers in your printer can be accessed like a usual USB "
@@ -14715,7 +14716,7 @@ msgstr ""
"Z czytnika kart pamięci w twojej drukarce można korzystać tak jak ze "
"zwykłego urządzenia USB do przechowywania danych. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
"After inserting a card a hard disk icon to access the card should appear on "
@@ -14725,7 +14726,7 @@ msgstr ""
"Po włożeniu karty na pulpicie powinna się pojawić ikona twardego dysku.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
"The memory card readers in your printer can be accessed using HP's Printer "
@@ -14737,7 +14738,7 @@ msgstr ""
"Toolbox). W tym celu należy wybrać opcję \"Access Photo Cards...\" w panelu "
"\"Functions\"."
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
"Note that this is very slow, reading the pictures from the camera or a USB "
@@ -14748,7 +14749,7 @@ msgstr ""
"czytnika kart USB jest zazwyczaj szybszy.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
@@ -14759,33 +14760,33 @@ msgstr ""
"wiele funkcji monitorowania statusu oraz obsługi drukarki %s:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - Informacja o poziomie atramentu/statusie\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - Czyszczenie dysz\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Wyrównanie główicy drukującej\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Kalibracja kolorów\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Prześlij konfigurację drukarki"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -14800,7 +14801,7 @@ msgstr ""
"lecz zadania nie zostaną przesłane.\n"
"Nie wszystkie kolejki mogą być przesyłane z poniższych powodów:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -14809,7 +14810,7 @@ msgstr ""
"CUPS nie obsługuje drukarek na serwerach Novell lub drukarek wysyłających "
"dane do polecenia typu \"free-formed\".\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -14818,12 +14819,12 @@ msgstr ""
"PDQ obsługuje tylko drukarki lokalne, zdalne drukarki LPD i drukarki Gniazdo/"
"TCP.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD oraz LPRng nie obsługują drukarek IPP.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -14832,7 +14833,7 @@ msgstr ""
"Dodatkowo, kolejki nie utworzone za pomocą tego programu lub \"foomatic-"
"configure\" nie mogą zostać przesłane."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
@@ -14843,7 +14844,7 @@ msgstr ""
"Także drukarki skonfigurowane z plikami PPD dostarczone przez ich "
"producentów lub z natywnymi sterownikami CUPS nie mogą zostać przesłane."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -14854,17 +14855,17 @@ msgstr ""
"Zaznacz drukarki, które chcesz przesłać i kliknij\n"
"\"Prześlij\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Nie przesyłaj drukarek"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Prześlij"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -14875,17 +14876,17 @@ msgstr ""
"Kliknij \"Prześlij\" aby ją nadpisać.\n"
"Należy także określić nową nazwę lub pominąć tą drukarkę."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Nowa nazwa drukarki"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "Przesyłanie %s..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -14894,28 +14895,28 @@ msgstr ""
"Została przesłana domyślna drukarka (\"%s\"), czy ma być ona także domyślną "
"drukarką dla nowego systemu wydruku %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "Odświeżanie danych drukarki..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "Uruchamianie sieci..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Skonfiguruj teraz sieć"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Opcje sieciowe nie zostały skonfigurowane"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -14928,12 +14929,12 @@ msgstr ""
"skonfigurowana. Bez skonfigurowanej sieci nie można użyć drukarki zdalnej. "
"Jak chcesz kontynuować?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Kontynuuj bez konfiguracji sieci"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -14948,7 +14949,7 @@ msgstr ""
"Internet\"/\"Połączenie\", a następnie ustaw drukarkę z sekcji \"Sprzęt\"/"
"\"Drukarka\", także używając Centrum Sterowania %s."
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -14958,27 +14959,27 @@ msgstr ""
"Dostęp do sieci nie działa lub nie został uruchomiony. Sprawdź konfigurację "
"swojego sprzętu. Następnie spróbuj skonfigurować ponownie drukarkę zdalną."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "Ponowne uruchamianie systemu wydruku..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "Wysoki"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "Paranoidalny"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instalowanie systemu wydruku na poziomie bezpieczeństwa %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -15003,12 +15004,12 @@ msgstr ""
"\n"
"Chcesz skonfigurować drukowanie na tym komputerze?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Uruchamianie systemu wydruku przy uruchamianiu komputera"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -15030,32 +15031,32 @@ msgstr ""
"\n"
"Czy chcesz włączyć ponownie automatyczne uruchamianie systemu wydruku?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "Sprawdzanie zainstalowanego oprogramowania..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "Usuwanie %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Nie można usunąć systemu wydruku %s!"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "Instalowanie %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Nie można zainstalować systemu wydruku %s!"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
"In this mode there is no local printing system, all printing requests go "
@@ -15068,7 +15069,7 @@ msgstr ""
"zdefiniowanie lokalnych kolejek wydruku i jeśli wybrany serwer zostanie "
"wyłączony, nie będzie można wcale drukować z tego komputera."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
"Enter the host name or IP of your CUPS server and click OK if you want to "
@@ -15077,32 +15078,32 @@ msgstr ""
"Wprowadź nazwę komputera lub IP serwera CUPS i kliknij OK jeśli chcesz użyć "
"tego trybu. W innym przypadku kliknij \"Zakończ\"."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Nazwa lub adres IP serwera zdalnego:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "Ustawianie drukarki domyślnej..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Lokalny system wydruku CUPS czy zdalny serwer CUPS?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "System wydruku CUPS może być używany na dwa sposoby: "
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. System wydruku CUPS pracujący lokalnie. "
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
"Then locally connected printers can be used and remote printers on other "
@@ -15112,7 +15113,7 @@ msgstr ""
"innych serwerach wydruku CUPS w tej samej sieci zostaną automatycznie "
"wykryte. "
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
"Disadvantage of this approach is, that more resources on the local machine "
@@ -15125,13 +15126,13 @@ msgstr ""
"zainstalowane, demon CUPS będzie musiał zostać uruchomiony w tle oraz zajęte "
"zostanie trochę pamięcie. Także port IPP (631) zostanie otwarty. "
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
"2. Wszystkie żądania wydruku natychmiast zostaną przesłane do serwera CUPS. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
@@ -15143,7 +15144,7 @@ msgstr ""
"informatyczna do konfiguracji lokalnych kolejek wydruku nie jest "
"instalowana. Także potrzeba mniej pamięci i przestrzeni dyskowej. "
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
"Disadvantage is that it is not possible to define local printers then and if "
@@ -15153,48 +15154,48 @@ msgstr ""
"drukarek oraz w przypadku zatrzymania serwera zdalnego nie będzie można "
"drukować z tego komputera. "
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "W jaki sposób CUPS będzie konfigurowany na tej maszynie?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Serwer zdalny, określ tutaj nazwę lub IP:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Lokalny system wydruku CUPS"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Wybierz system wydruku"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Jakiego systemu wydruku zamierzasz używać?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Konfigurowanie drukarki \"%s\" zakończone niepowodzeniem!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "Instalowanie Foomatica..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Nie można zainstalować pakietów %s, nie można uruchomić %s!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -15205,48 +15206,48 @@ msgstr ""
"zmienić jej ustawienia; uczynić drukarką domyślną; lub też zobaczyć "
"informacje o niej. "
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Wyświetl wszystkie dostępne zdalne drukarki CUPS"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Odśwież listę drukarek (aby wyświetlić dostępne zdalne drukarki CUPS)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "Konfiguracja CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Zmień system drukowania"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Tryb zwykły"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Tryb zaawansowany"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Opcje drukarki"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Zmień konfigurację drukarki"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -15255,99 +15256,99 @@ msgstr ""
"Drukarka %s%s\n"
"Jakie parametry chcesz zmodyfikować dla tej drukarki?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Ta drukarka jest wyłączona"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Zrób to!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Nazwa drukarki, opis, lokalizacja"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Producent drukarki, model, sterownik"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Producent drukarki, model"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Ustaw tą drukarkę jako domyślną"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Włącz drukarkę"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Wyłącz drukarkę"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "Obsługa błędów komunikacji z drukarką"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Wydrukuj strony testowe"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Dowiedz się jak używać tą drukarkę"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Usuń drukarkę"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Usuwanie starej drukarki \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "Drukarka \"%s\" jest teraz włączona."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "Drukarka \"%s\" jest teraz wyłączona."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Czy naprawdę chcesz usunąć drukarkę \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Usuwanie drukarki \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Drukarka domyślna"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Drukarka \"%s\" jest od teraz ustawiona jako domyślna drukarka."
@@ -15383,15 +15384,15 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Nie można ustawić uprawnień pliku firmware %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -17327,12 +17328,12 @@ msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"Należy wylogować się a następnie zalogować ponownie aby zmiany odniosły efekt"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s wymaga nazwy użytkownika...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -17341,113 +17342,113 @@ msgstr ""
"%s: %s wymaga nazwy komputera, adresu MAC, IP, nbi-image, 0/1 dla "
"CIENKIEGO_KLIENTA, 0/1 dla konfiguracji lokalnej...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s wymaga nazwy komputera...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr ""
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr ""
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr ""
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr ""
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Konfiguracja serwera terminali"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "Konfiguracja dhcpd"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Włącz serwer"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Wyłącz serwer"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Uruchom serwer"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Zatrzymaj serwer"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Uruchamianie sieciowe z dyskietki/obrazu ISO"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Obrazy uruchamialne z sieci"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Dodaj/usuń użytkownika"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Dodaj/usuń programy klienckie"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Obrazki"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Klienty/Użytkownicy"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Druid pierwszego uruchomienia"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
"%s zdefiniowany jako dm, dodanie użytkownika gdm do /etc/passwd$$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -17484,27 +17485,27 @@ msgstr ""
" e) Poprosi o utworzenie dyskietki rozruchowej.\n"
" f) Jeśli to jest cienki klient poprosi o ponowne uruchomienie KDM.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Anuluj druida"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Zapisz konfigurację dhcpd!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Używanie cienkich klientów."
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Synchronizacja ustawień klawiatury X klienta z serwerem."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
"Please select default client type (Fat is the default type if 'Use thin' is "
@@ -17520,28 +17521,28 @@ msgstr ""
" Grube klienty używają własnych procesorów i pamięci, ale korzystają z "
"systemu plików serwera."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Tworzenie obrazów uruchamianych z sieci dla wszystkich jąder"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "To zabierze kilka minut."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Gotowe!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s nie powiodło się"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -17552,14 +17553,14 @@ msgstr ""
"NBI w %s.\n"
"Potrzebne: %d MB, Wolne: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Synchronizowanie listy użytkowników serwera z listą klientów, włączając "
"roota."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -17568,19 +17569,18 @@ msgstr ""
"W celu zastosowania zmian dokonanych w cienkich klientach, menedżer "
"wyświetlania musi zostać uruchomiony ponownie. Uruchomić ponownie teraz?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Przegląd serwera terminali"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
"be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical \n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
" \tinterface to help manage/customize these images. To create the "
"file \n"
" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
@@ -17591,7 +17591,7 @@ msgstr ""
" - Tworzenie obrazów startowych uruchamianych z sieci:\n"
" \t\tAby uruchomić jądro poprzez uruchamianie sieciowe, musi zostać\n"
" \t\tutworzone specjalne jądro/initrd.\n"
-" \t\tmkinitrd-net wykonuje odpowiednią pracę zaś drakTermServ jest\n"
+" \t\tmkinitrd-net wykonuje odpowiednią pracę zaś %s jest\n"
" \t\ttylko graficznym interfejsem wspierającym proces zarządzania\n"
" \t\ti dostosowania tych obrazów. Aby utworzyć plik o nazwie\n"
" \t\t/etc/dhcpd.conf.etherboot-pcimap.include, który jest\n"
@@ -17599,14 +17599,14 @@ msgstr ""
"uruchamiane\n"
" \t\tz sieci dla co najmniej jednego pełnego jądra."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
" \t(PCI cards may omit the image - etherboot will request the correct "
@@ -17622,7 +17622,7 @@ msgstr ""
" \t\tAby mieć możliwość uruchamiania klientów z sieci, każdy z nich\n"
" \t\twymaga osobnego wpisu w dhcpd.conf z przypisaniem adresu IP\n"
" \t\toraz obrazu instalacyjnego dla tej maszyny.\n"
-" \t\tdrakTermServ pomaga w tworzeniu/usuwaniu tych wpisów.\n"
+" \t\t%s pomaga w tworzeniu/usuwaniu tych wpisów.\n"
"\t\t\t\n"
" \t\t(Karty PCI mogą pominąć ten obraz - etherboot wyśle żądanie\n"
" \t\tpobrania poprawnego obrazu. Należy także rozważyć fakt, że\n"
@@ -17632,30 +17632,29 @@ msgstr ""
" \t\tTypowy wpis w dhcpd.conf umożliwiający obsługę bezdyskowych\n"
" \t\tklientów wygląda podobnie jak:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
"specific entry for\n"
" a client machine, using a fixed address scheme facilitates using the "
"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since there are "
-"security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
" be 'true' or 'false'. 'true' enables root login at the client "
"machine and allows local \n"
" hardware configuration of sound, mouse, and X, using the 'drak' "
@@ -17672,9 +17671,9 @@ msgid ""
msgstr ""
"\t\t\tMożna także użyć puli adresów IP, a nie tylko pojedynczych adresów\n"
"\t\t\tdla konkretnych komputerów klienckich, używając poprawionego schematu\n"
-"\t\t\tadresowania wykorzystywanego przez ClusterNFS.\n"
+"\t\t\tadresowania wykorzystywanego przez %s.\n"
"\t\t\t\n"
-"\t\t\tUwaga: Wpis \"#type\" jest używany jedynie przez drakTermServ.\n"
+"\t\t\tUwaga: Wpis \"#type\" jest używany jedynie przez %s.\n"
"\t\t\tKlienty mogą być jedynie \"thin\" (cienkie) lub \"fat\" (grube).\n"
"\t\t\tCienkie klienty uruchamiają większość oprogramowania na serwerze\n"
"\t\t\tprzy użyciu XDMCP, podczas gdy grube klienty uruchamiają "
@@ -17688,7 +17687,7 @@ msgstr ""
"\t\t\thosts.allow i hosts.deny są modyfikowane tak aby ograniczały\n"
"\t\t\tdostęp jedynie z lokalnej podsieci.\n"
"\t\t\t\n"
-"\t\t\tUwaga: wpis \"#hdw_config\" jest używany jedynie przez drakTermServ.\n"
+"\t\t\tUwaga: wpis \"#hdw_config\" jest używany jedynie przez %s.\n"
"\t\t\tKlienty mogą być albo \"true\" (prawda) albo \"false\" (fałsz).\n"
"\t\t\tWartość \"true\" włącza logowanie roota na maszynę kliencką oraz\n"
"\t\t\tumożliwia lokalną konfigurację sprzętu: dźwięku, myszy oraz XWindow\n"
@@ -17701,17 +17700,16 @@ msgstr ""
"\t\t\tUwaga: należy zatrzymać/uruchomić serwer po dodaniu lub zmianie "
"klientów."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
" \tsets up the correct entry to allow anonymous access to the root "
"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -17719,57 +17717,58 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Zarządzanie plikiem /etc/exports:\n"
-" \t\tClusternfs umożliwia wyeksportowanie głównego systemu plików\n"
-" \t\tdo bezdyskowych klientów\n"
+" \t\t%s umożliwia wyeksportowanie głównego systemu plików\n"
+" \t\tdo bezdyskowych klientów. %s\n"
" \t\tustawia poprawny wpis umożliwiający anonimowy dostęp do "
"głównego\n"
" \t\tsystemu plików z bezdyskowych klientów.\n"
"\n"
-" \t\tTypowy wpis eksportu dla clusternfs to:\n"
+" \t\tTypowy wpis eksportu dla %s to:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t\t/home PODSIEĆ/MASKA(rw,rw_squash)\n"
"\t\t\t\n"
"\t\t\tOpcje PODSIEĆ/MASKA definiują twoją sieć."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
" \tFor users to be able to log into the system from a diskless "
"client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users from this "
-"file."
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Zarządzanie plikiem %s:\n"
" \t\tDla użytkowników, którzy powinni mieć możliwość zalogowania\n"
" \t\tsię do systemu z bezdyskowego klienta, wpis w pliku shadow\n"
" \t\tmusi być zduplikowany w %s.\n"
-" \t\tdrakTermServ pomaga w tym poprzez dodanie lub usunięcie\n"
+" \t\t%s pomaga w tym poprzez dodanie lub usunięcie\n"
" \t\tużytkowników systemowych z tego pliku."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \t%s will help create these files."
msgstr ""
" - Plik %s dla klienta:\n"
-" \t\t Poprzez clusternfs, każdy bezdyskowy klient może posiadać\n"
+" \t\t Poprzez %s, każdy bezdyskowy klient może posiadać\n"
" \t\tswoje unikalne pliki konfiguracyjne na głównym systemie\n"
" \t\tplików serwera. Poprzez włączenie opcji konfiguracji sprzętu\n"
-" \t\tna kliencie, drakTermServ utworzy te pliki."
+" \t\tna kliencie, %s utworzy te pliki."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
+" \tThrough %s, each diskless client can have its own unique "
"configuration files\n"
" \ton the root filesystem of the server. By allowing local client "
"hardware configuration, \n"
@@ -17785,7 +17784,7 @@ msgid ""
"machine is configured."
msgstr ""
" - Systemowe pliki konfiguracyjne dla klienta:\n"
-" \t\tPoprzez clusternfs, każdy klient bezdyskowy może posiadać swoje\n"
+" \t\tPoprzez %s, każdy klient bezdyskowy może posiadać swoje\n"
" \t\tunikalne pliki konfiguracyjne na głównym systemie plików "
"serwera.\n"
" \t\tPoprzez zezwolenie klientowi modyfikacji lokalne konfiguracji\n"
@@ -17800,12 +17799,12 @@ msgstr ""
" może być przywrócona do stanu poprzedniego, od razu po\n"
" skonfigurowaniu maszyny klienckiej."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in conjunction with "
-"the images created\n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
"the boot image to \n"
" \teach diskless client.\n"
@@ -17830,7 +17829,7 @@ msgid ""
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \t\tdrakTermServ skonfiguruje ten plik aby była możliwa praca\n"
+" \t\t%s skonfiguruje ten plik aby była możliwa praca\n"
" \t\tprzy wykorzystaniu obrazów utworzonych przez mkinitrd-net oraz\n"
" \t\twpisy w /etc/dhcpd.conf aby udostępnić obrazy startowe\n"
" \t\tkażdemu bezdyskowemu klientowi.\n"
@@ -17853,14 +17852,12 @@ msgstr ""
" \t\tdomyślnej ścieżki na /var/lib/tftpboot, gdzie mkinitrd-net\n"
" \t\tumieszcza swoje obrazy."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will help "
-"generate these\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -17871,8 +17868,8 @@ msgstr ""
" - Utwórz startową dyskietkę/CD do uruchamiania przez sieć:\n"
" \tDo uruchomienia bezdyskowego terminala potrzebny jest obraz ROM na "
"karcie sieciowej, \n"
-" \tdyskietka startowa lub CD. Program drakTermServ pomaga w "
-"wygenerowaniu potrzebnych obrazów\n"
+" \tdyskietka startowa lub CD. Program %s pomaga w wygenerowaniu "
+"potrzebnych obrazów\n"
" \tdla karty sieciowej używanej w komputerze klienckim.\n"
" \t\t\n"
" \tPrzykładowo, aby ręcznie utworzyć dyskietkę startową dla karty "
@@ -17880,94 +17877,94 @@ msgstr ""
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Dyskietka startowa"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "Startowa płyta ISO"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "Obraz PXE"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Domyślna wersja jądra"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr ""
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr ""
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "Zainstaluj jądro i586 dla starszych klientów"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Zbuduj całe jądro -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Nie wybrano jądra!"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Zbuduj pojedynczy NIC -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Nie wybrano wartości NIC!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Zbuduj wszystkie jądra -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
"kernel args"
msgstr ""
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Usuń"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Nie wybrano obrazu!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Usuń wszystkie NBI"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "Tworzenie obrazów dla jądra:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -17978,27 +17975,27 @@ msgstr ""
"hasła w bazie danych Serwera terminali.\n"
"Usuń/dodaj ponownie użytkownika serwera terminali, aby włączyć login."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Dodaj użytkownika -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Usuń użytkownika"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "rodzaj: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "konfiguracja lokalna: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -18007,22 +18004,22 @@ msgstr ""
"Włączenie lokalnej\n"
"konfiguracji sprzętu."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Brak utworzonych obrazów uruchamialnych z sieci!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Cienki klient"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Zezwolenie na cienkie klienty"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -18031,52 +18028,52 @@ msgstr ""
"Synchronizacja ustawień\n"
"klawiatury X klienta z serwerem."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Dodaj klienta -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr ""
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "rodzaj: fat"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "rodzaj: cienki"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "konfiguracja lokalna: niepowodzenie"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "konfiguracja lokalna: prawda"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Edytuj klienta"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Wyłącz konfigurację lokalną"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Usuń klienta"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -18085,79 +18082,79 @@ msgstr ""
"Potrzeba ponownie uruchomić menedżera wyświetlania aby wszystkie zmiany\n"
"zostały zastosowane. (service dm restart - z konsoli)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
"Ten klient nie działa z usługą autologin. Wyłączyć funkcję automatycznego "
"logowania?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Wszyscy klienci będą używali %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Podsieć:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Maska sieci:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Routery:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Maska podsieci:"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Adres rozgłoszeniowy:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Nazwa domeny:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Serwery nazw:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Początek zakresu IP:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Koniec zakresu IP:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Dodaj TS włączając do istniejącej konfiguracji"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Zapisz konfigurację"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Konfiguracja serwera dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -18168,7 +18165,7 @@ msgstr ""
"z działającego systemu.\n"
"Można je modyfikować w razie potrzeby."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -18177,102 +18174,102 @@ msgstr ""
"Zakres adresów IP przypisywanych dynamicznie\n"
"(wymagane przez klienty PXE):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Zapis do %s nie powiódł się!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Włóż dyskietkę do stacji:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Brak dostępu do dyskietki!"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "Można teraz wyjąć dyskietkę"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Brak dostępnych stacji dyskietek!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "Obraz PXE to %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Błąd zapisu do pliku %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Obraz ISO uruchamialny z sieci to %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Coś poszło nie tak! - Czy program mkisofs jest zainstalowany?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Należy utworzyć najpierw /etc/dhcpd.conf !"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "niepoprawne hasło %s w serwerze terminali - przepisanie...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s nie jest użytkownikiem..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s jest już użytkownikiem serwera terminali\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Dodanie %s do serwera terminali zakończone niepowodzeniem!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "Dodano %s do serwera terminali\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "Usunięto %s...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "Nie znaleziono %s...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"Pliki /etc/hosts.allow i /etc/hosts.deny już skonfigurowano - nie zostały on "
"zmienione"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "Konfiguracja zmieniła się - uruchom ponownie clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "Konfiguracja zmieniła się - uruchom ponownie %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -26537,17 +26534,17 @@ msgstr ""
msgid "Scannerdrake will not be started now."
msgstr "Zostanie teraz uruchomione narzędzie scannerdrake."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "Wyszukiwanie skonfigurowanych skanerów..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "Wyszukiwanie nowych skanerów..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "Odświeżanie listy skonfigurowanych skanerów ..."
@@ -26710,43 +26707,43 @@ msgstr ""
"Ten skaner %s musi być skonfigurowany przez program printerdrake.\n"
"Można uruchomić go z Centrum Sterowania %s w dziale Sprzęt."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "Konfiguracja modułół jądra..."
+
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Automatycznie wykryj dostępne porty"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Wybierz urządzenie, do którego jest podłączony skaner %s."
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Uwaga: porty równoległe nie mogą być automatycznie wykrywane)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "wybierz urządzenie"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "Wyszukiwanie skanerów ..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "Konfiguracja modułół jądra..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Uwaga!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
@@ -26759,7 +26756,7 @@ msgstr ""
"Konieczne jest ręczne dostosowanie konfiguracji. Wyedytuj plik "
"konfiguracyjny /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
"More info in the driver's manual page. Run the command \"man sane-%s\" to "
@@ -26768,7 +26765,7 @@ msgstr ""
"Więcej informacji na temat sterownika znajduje się w podręczniku man. "
"Uruchom polecenie \"man sane-%s\", aby je przeczytać."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
@@ -26777,7 +26774,7 @@ msgstr ""
"Można skanować dokumenty przy użyciu programu \"XSane\" lub \"Kooka\"' z "
"menu Multimedia/Grafika menu programów."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
"Your %s has been configured, but it is possible that additional manual "
@@ -26786,7 +26783,7 @@ msgstr ""
"Konfiguracja %s została zakończona, ale być może konieczne będzie "
"wprowadzenie dodatkowych, ręcznych modyfikacji, aby go uruchomić."
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
"If it does not appear in the list of configured scanners in the main window "
@@ -26795,12 +26792,12 @@ msgstr ""
"Jeżeli nie widnieje na liście skonfigurowanych skanerów w głównym oknie "
"programu Scannerdrake lub nie działa poprawnie,"
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "wyedytuj plik konfiguracyjny /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -26811,7 +26808,7 @@ msgstr ""
"Można skanować dokumenty przy użyciu programu \"XSane\" lub \"Kooka\"' z "
"menu Multimedia/Grafika menu programów."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -26824,7 +26821,7 @@ msgstr ""
"%s\n"
"są bezpośrednio dostępne w systemie.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -26837,42 +26834,42 @@ msgstr ""
"%s\n"
"jest dostępny w systemie.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Nie znaleziono skanerów, które są dostępne dla twojego systemu.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Wyszukiwanie nowych skanerów"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Ręczne dodawanie skanera"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Zainstaluj/uaktualnij pliki firmware"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Współdzielenie skanerów"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Wszystkie zdalne komputery"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Ta maszyna"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -26882,7 +26879,7 @@ msgstr ""
"powinny być dostępne za pośrednictwem zdalnych komputerów i poprzez zdalne "
"komputery."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -26891,33 +26888,33 @@ msgstr ""
"Można także zdecydować czy skanery na komputerach zdalnych powinny być "
"automatycznie dostępne dla tego komputera."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Skanery na tej maszynie są dostępne dla innych komputerów"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Współdzielenie skanerów dla komputerów: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Korzystanie ze skanerów na komputerach zdalnych"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Skanery na komputerach: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Współdzielenie skanerów lokalnych"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -26925,55 +26922,55 @@ msgid ""
msgstr ""
"To są maszyny, na których powinny być dostępne lokalnie podłączone skanery:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Dodawanie komputera"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Edycja wybranego komputera"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Usuwanie wybranego komputera"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Nazwa/adres IP komputera:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr "Wybierz komputer, dla którego powinny być dostępne lokalne skanery:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Należy podać nazwę komputera lub adres IP.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Ten komputer już jest na liście, nie można go ponownie dodać.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Korzystanie ze skanerów zdalnych"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "To są maszyny, z których powinny być używane skanery:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -26984,7 +26981,7 @@ msgstr ""
"\n"
"Czy chcesz zainstalować pakiet saned?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Skaner nie będzie dostępny w sieci."
@@ -27168,6 +27165,312 @@ msgstr ""
msgid "Installation failed"
msgstr "Instalacja zakończyła się niepowodzeniem"
+#~ msgid "Cancel setup"
+#~ msgstr "Anuluj konfigurację"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Tworzenie obrazów startowych uruchamianych z sieci:\n"
+#~ " \t\tAby uruchomić jądro poprzez uruchamianie sieciowe, musi "
+#~ "zostać\n"
+#~ " \t\tutworzone specjalne jądro/initrd.\n"
+#~ " \t\tmkinitrd-net wykonuje odpowiednią pracę zaś drakTermServ "
+#~ "jest\n"
+#~ " \t\ttylko graficznym interfejsem wspierającym proces zarządzania\n"
+#~ " \t\ti dostosowania tych obrazów. Aby utworzyć plik o nazwie\n"
+#~ " \t\t/etc/dhcpd.conf.etherboot-pcimap.include, który jest\n"
+#~ " \t\tdołączany do pliku dhcpd.conf, należy utworzyć obrazy "
+#~ "uruchamiane\n"
+#~ " \t\tz sieci dla co najmniej jednego pełnego jądra."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Zarządzanie plikiem /etc/dhcpd.conf:\n"
+#~ " \t\tAby mieć możliwość uruchamiania klientów z sieci, każdy z "
+#~ "nich\n"
+#~ " \t\twymaga osobnego wpisu w dhcpd.conf z przypisaniem adresu IP\n"
+#~ " \t\toraz obrazu instalacyjnego dla tej maszyny.\n"
+#~ " \t\tdrakTermServ pomaga w tworzeniu/usuwaniu tych wpisów.\n"
+#~ "\t\t\t\n"
+#~ " \t\t(Karty PCI mogą pominąć ten obraz - etherboot wyśle żądanie\n"
+#~ " \t\tpobrania poprawnego obrazu. Należy także rozważyć fakt, że\n"
+#~ " \t\tgdy etherboot poszukuje obrazów, spodziewa się nazw w stylu\n"
+#~ " \t\tboot-3c59x.nbi nie zaś boot-3c59x.2.4.19-16mdk.nbi).\n"
+#~ "\t\t\t \n"
+#~ " \t\tTypowy wpis w dhcpd.conf umożliwiający obsługę bezdyskowych\n"
+#~ " \t\tklientów wygląda podobnie jak:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ "\t\t\tMożna także użyć puli adresów IP, a nie tylko pojedynczych adresów\n"
+#~ "\t\t\tdla konkretnych komputerów klienckich, używając poprawionego "
+#~ "schematu\n"
+#~ "\t\t\tadresowania wykorzystywanego przez ClusterNFS.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tUwaga: Wpis \"#type\" jest używany jedynie przez drakTermServ.\n"
+#~ "\t\t\tKlienty mogą być jedynie \"thin\" (cienkie) lub \"fat\" (grube).\n"
+#~ "\t\t\tCienkie klienty uruchamiają większość oprogramowania na serwerze\n"
+#~ "\t\t\tprzy użyciu XDMCP, podczas gdy grube klienty uruchamiają "
+#~ "oprogramowanie\n"
+#~ "\t\t\tna swoim komputerze.\n"
+#~ "\t\t\tSpecjalny plik inittab %s jest\n"
+#~ "\t\t\tzapisywany dla cienkich klientów. Systemowe pliki konfiguracyjne\n"
+#~ "\t\t\txdm-config, kdmrc oraz gdm.conf zostają zmodyfikowane gdy użyty\n"
+#~ "\t\t\tzostanie cienki klient w celu włączenia XDMCP. Ponieważ istnieje\n"
+#~ "\t\t\tkilka kwestii bezpieczeństwa związanych z użyciem XDMCP, pliki\n"
+#~ "\t\t\thosts.allow i hosts.deny są modyfikowane tak aby ograniczały\n"
+#~ "\t\t\tdostęp jedynie z lokalnej podsieci.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tUwaga: wpis \"#hdw_config\" jest używany jedynie przez "
+#~ "drakTermServ.\n"
+#~ "\t\t\tKlienty mogą być albo \"true\" (prawda) albo \"false\" (fałsz).\n"
+#~ "\t\t\tWartość \"true\" włącza logowanie roota na maszynę kliencką oraz\n"
+#~ "\t\t\tumożliwia lokalną konfigurację sprzętu: dźwięku, myszy oraz "
+#~ "XWindow\n"
+#~ "\t\t\tprzy użyciu narzędzi \"drak\". Jest to zrealizowane poprzez\n"
+#~ "\t\t\tutworzenie plików konfiguracyjnych powiązanych z adresem IP "
+#~ "klienta\n"
+#~ "\t\t\toraz przez utworzenie punktów montowania zapisu/odczytu w celu\n"
+#~ "\t\t\tudostępnienia klientowi funkcji zmiany pliku. Po zaakceptowaniu\n"
+#~ "\t\t\tdanej konfiguracji, można usunąć przywileje roota z klienta.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tUwaga: należy zatrzymać/uruchomić serwer po dodaniu lub zmianie "
+#~ "klientów."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Zarządzanie plikiem /etc/exports:\n"
+#~ " \t\tClusternfs umożliwia wyeksportowanie głównego systemu plików\n"
+#~ " \t\tdo bezdyskowych klientów\n"
+#~ " \t\tustawia poprawny wpis umożliwiający anonimowy dostęp do "
+#~ "głównego\n"
+#~ " \t\tsystemu plików z bezdyskowych klientów.\n"
+#~ "\n"
+#~ " \t\tTypowy wpis eksportu dla clusternfs to:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t\t/home PODSIEĆ/MASKA(rw,rw_squash)\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tOpcje PODSIEĆ/MASKA definiują twoją sieć."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Zarządzanie plikiem %s:\n"
+#~ " \t\tDla użytkowników, którzy powinni mieć możliwość zalogowania\n"
+#~ " \t\tsię do systemu z bezdyskowego klienta, wpis w pliku shadow\n"
+#~ " \t\tmusi być zduplikowany w %s.\n"
+#~ " \t\tdrakTermServ pomaga w tym poprzez dodanie lub usunięcie\n"
+#~ " \t\tużytkowników systemowych z tego pliku."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Plik %s dla klienta:\n"
+#~ " \t\t Poprzez clusternfs, każdy bezdyskowy klient może posiadać\n"
+#~ " \t\tswoje unikalne pliki konfiguracyjne na głównym systemie\n"
+#~ " \t\tplików serwera. Poprzez włączenie opcji konfiguracji sprzętu\n"
+#~ " \t\tna kliencie, drakTermServ utworzy te pliki."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Systemowe pliki konfiguracyjne dla klienta:\n"
+#~ " \t\tPoprzez clusternfs, każdy klient bezdyskowy może posiadać "
+#~ "swoje\n"
+#~ " \t\tunikalne pliki konfiguracyjne na głównym systemie plików "
+#~ "serwera.\n"
+#~ " \t\tPoprzez zezwolenie klientowi modyfikacji lokalne "
+#~ "konfiguracji\n"
+#~ " \t\tsprzętowej, klienty mogą dostosowywać pliki takie jak\n"
+#~ " \t\t/etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/"
+#~ "keyboard, /n \t\tzależnie od danego klienta.\n"
+#~ "\n"
+#~ " Uwaga: Włączenie lokalnej konfiguracji sprzętu klientowi włącza\n"
+#~ " możliwość logowania się roota na terminalu na każdej maszynie\n"
+#~ " klienckiej, dla której ta funkcja jest włączona. Lokalna "
+#~ "konfiguracja\n"
+#~ " może być przywrócona do stanu poprzedniego, od razu po\n"
+#~ " skonfigurowaniu maszyny klienckiej."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \t\tdrakTermServ skonfiguruje ten plik aby była możliwa praca\n"
+#~ " \t\tprzy wykorzystaniu obrazów utworzonych przez mkinitrd-net "
+#~ "oraz\n"
+#~ " \t\twpisy w /etc/dhcpd.conf aby udostępnić obrazy startowe\n"
+#~ " \t\tkażdemu bezdyskowemu klientowi.\n"
+#~ "\n"
+#~ " \t\tTypowa konfiguracja TFTP wygląda podobnie jak:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \t\tZmiany w tym miejscu w stosunku do domyślnej instalacji\n"
+#~ " \t\tto zmiana flagi disable na wartość \"no\" oraz zmiana\n"
+#~ " \t\tdomyślnej ścieżki na /var/lib/tftpboot, gdzie mkinitrd-net\n"
+#~ " \t\tumieszcza swoje obrazy."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Utwórz startową dyskietkę/CD do uruchamiania przez sieć:\n"
+#~ " \tDo uruchomienia bezdyskowego terminala potrzebny jest obraz ROM "
+#~ "na karcie sieciowej, \n"
+#~ " \tdyskietka startowa lub CD. Program drakTermServ pomaga w "
+#~ "wygenerowaniu potrzebnych obrazów\n"
+#~ " \tdla karty sieciowej używanej w komputerze klienckim.\n"
+#~ " \t\t\n"
+#~ " \tPrzykładowo, aby ręcznie utworzyć dyskietkę startową dla karty "
+#~ "3Com 3c509 należy wprowadzić polecenie:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "Konfiguracja zmieniła się - uruchom ponownie clusternfs/dhcpd?"
+
#~ msgid ""
#~ "The following media have been found and will be used during install: %s.\n"
#~ "\n"
diff --git a/perl-install/share/po/pt.po b/perl-install/share/po/pt.po
index 4bf169110..912ae4ae1 100644
--- a/perl-install/share/po/pt.po
+++ b/perl-install/share/po/pt.po
@@ -1,5 +1,4 @@
# translation of pt.po to Português
-# translation of pt.po to
#
# Latest versions of po files are at http://www.mandrivalinux.com/l10n/pt.php3
#
@@ -21,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-01-17 20:17+0800\n"
+"POT-Creation-Date: 2006-01-26 11:06+0100\n"
"PO-Revision-Date: 2006-01-22 23:56+0000\n"
"Last-Translator: Zé <mmodem00@gmail.com>\n"
"Language-Team: Português <pt@li.org>\n"
@@ -39,19 +38,18 @@ msgstr "Que dispositivo USB deseja formatar?"
#: ../move/move.pm:296
#, c-format
msgid ""
-"You are about to format a USB device \"%s\". This will delete all "
-"data on it.\n"
-"Make sure that the selected device is the USB key you want to "
-"format. \n"
-"We advise you to unplug all other USB storage devices while doing "
-"this operation."
+"You are about to format a USB device \"%s\". This will delete all data on "
+"it.\n"
+"Make sure that the selected device is the USB key you want to format. \n"
+"We advise you to unplug all other USB storage devices while doing this "
+"operation."
msgstr ""
-"Está prestes a formatar um dispositivo USB \"%s\". Isto irá apagar "
-"todos os dados existentes.\n"
-"Certifique-se que o dispositivo seleccionado é o dispositivo USB que "
-"deseja formatar.\n"
-"É aconselhável desligar todos os outros dispositivos de "
-"armazenamento USB enquanto executa esta operação."
+"Está prestes a formatar um dispositivo USB \"%s\". Isto irá apagar todos os "
+"dados existentes.\n"
+"Certifique-se que o dispositivo seleccionado é o dispositivo USB que deseja "
+"formatar.\n"
+"É aconselhável desligar todos os outros dispositivos de armazenamento USB "
+"enquanto executa esta operação."
#: ../move/move.pm:448 ../move/move.pm:460
#, c-format
@@ -80,22 +78,18 @@ msgstr "Continuar sem chave USB"
#: ../move/move.pm:462
#, c-format
msgid ""
-"The USB key seems to have write protection enabled, but we can not "
-"safely\n"
+"The USB key seems to have write protection enabled, but we can not safely\n"
"unplug it now.\n"
"\n"
"\n"
-"Click the button to reboot the machine, unplug it, remove write "
-"protection,\n"
+"Click the button to reboot the machine, unplug it, remove write protection,\n"
"plug the key again, and launch Mandriva Move again."
msgstr ""
-"A chave USB parece ter a protecção de escrita activada, mas é "
-"possível\n"
+"A chave USB parece ter a protecção de escrita activada, mas é possível\n"
"desliga-la agora em segurança.\n"
"\n"
"\n"
-"Clique no botão para reiniciar o computador, remova-a, retire a "
-"protecção\n"
+"Clique no botão para reiniciar o computador, remova-a, retire a protecção\n"
"de escrita, volte-a a ligar, e execute o Mandriva Move novamente."
#: ../move/move.pm:468 help.pm:409 install_steps_interactive.pm:1303
@@ -173,16 +167,14 @@ msgstr "Configurar chave USB"
#: ../move/move.pm:517
#, c-format
msgid "Please wait, setting up system configuration files on USB key..."
-msgstr ""
-"Por favor aguarde, a configurar o sistema de ficheiros da chave "
-"USB..."
+msgstr "Por favor aguarde, a configurar o sistema de ficheiros da chave USB..."
#: ../move/move.pm:546
#, c-format
msgid "Enter your user information, password will be used for screensaver"
msgstr ""
-"Introduza a sua informação de utilizador, a senha será usada para "
-"protecção de ecrã"
+"Introduza a sua informação de utilizador, a senha será usada para protecção "
+"de ecrã"
#: ../move/move.pm:556
#, c-format
@@ -230,21 +222,21 @@ msgstr "Por favor aguarde, a detectar e a configurar dispositivos..."
#: printer/printerdrake.pm:2249 printer/printerdrake.pm:2267
#: printer/printerdrake.pm:2276 printer/printerdrake.pm:2285
#: printer/printerdrake.pm:2296 printer/printerdrake.pm:2360
-#: printer/printerdrake.pm:2511 printer/printerdrake.pm:2924
-#: printer/printerdrake.pm:3208 printer/printerdrake.pm:3214
-#: printer/printerdrake.pm:3779 printer/printerdrake.pm:3783
-#: printer/printerdrake.pm:3787 printer/printerdrake.pm:4183
-#: printer/printerdrake.pm:4423 printer/printerdrake.pm:4451
-#: printer/printerdrake.pm:4528 printer/printerdrake.pm:4594
-#: printer/printerdrake.pm:4714 standalone/drakTermServ:414
-#: standalone/drakTermServ:484 standalone/drakTermServ:493
-#: standalone/drakTermServ:801 standalone/drakTermServ:808
-#: standalone/drakTermServ:834 standalone/drakTermServ:883
-#: standalone/drakTermServ:1134 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1622 standalone/drakTermServ:1631
-#: standalone/drakTermServ:1639 standalone/drakTermServ:1644
-#: standalone/drakTermServ:1652 standalone/drakTermServ:1668
-#: standalone/drakTermServ:1688 standalone/drakauth:36
+#: printer/printerdrake.pm:2512 printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:3231 printer/printerdrake.pm:3237
+#: printer/printerdrake.pm:3802 printer/printerdrake.pm:3806
+#: printer/printerdrake.pm:3810 printer/printerdrake.pm:4206
+#: printer/printerdrake.pm:4446 printer/printerdrake.pm:4474
+#: printer/printerdrake.pm:4551 printer/printerdrake.pm:4617
+#: printer/printerdrake.pm:4737 standalone/drakTermServ:422
+#: standalone/drakTermServ:492 standalone/drakTermServ:501
+#: standalone/drakTermServ:812 standalone/drakTermServ:819
+#: standalone/drakTermServ:845 standalone/drakTermServ:894
+#: standalone/drakTermServ:1146 standalone/drakTermServ:1181
+#: standalone/drakTermServ:1634 standalone/drakTermServ:1643
+#: standalone/drakTermServ:1651 standalone/drakTermServ:1656
+#: standalone/drakTermServ:1664 standalone/drakTermServ:1680
+#: standalone/drakTermServ:1700 standalone/drakauth:36
#: standalone/drakbackup:510 standalone/drakbackup:624
#: standalone/drakbackup:1104 standalone/drakbackup:1135
#: standalone/drakbackup:1320 standalone/drakbackup:1652
@@ -271,9 +263,9 @@ msgstr "Por favor aguarde, a detectar e a configurar dispositivos..."
#: standalone/finish-install:70 standalone/logdrake:171
#: standalone/logdrake:439 standalone/logdrake:444 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/scannerdrake:732 standalone/scannerdrake:743
+#: standalone/scannerdrake:882 standalone/scannerdrake:893
+#: standalone/scannerdrake:963 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Erro"
@@ -362,12 +354,10 @@ msgstr "Leia com atenção!"
#: ../move/tree/mdk_totem:77
#, c-format
msgid ""
-"You can not use another CDROM when the following programs are "
-"running: \n"
+"You can not use another CDROM when the following programs are running: \n"
"%s"
msgstr ""
-"Não pode usar outro CD-ROM enquanto os seguintes programas estão a "
-"correr: \n"
+"Não pode usar outro CD-ROM enquanto os seguintes programas estão a correr: \n"
"%s"
#: ../move/tree/mdk_totem:101
@@ -493,8 +483,7 @@ msgstr "Xorg %s com aceleração hardware 3D"
#, c-format
msgid "Your card can have 3D hardware acceleration support with Xorg %s."
msgstr ""
-"A sua placa pode ter suporte para aceleração hardware 3D com o Xorg %"
-"s."
+"A sua placa pode ter suporte para aceleração hardware 3D com o Xorg %s."
#: Xconfig/card.pm:439
#, c-format
@@ -507,8 +496,7 @@ msgid ""
"Your card can have 3D hardware acceleration support with Xorg %s,\n"
"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
msgstr ""
-"A sua placa pode ter suporte para aceleração hardware 3D com o Xorg%"
-"s,\n"
+"A sua placa pode ter suporte para aceleração hardware 3D com o Xorg%s,\n"
"ATENÇÃO ESTE SUPORTE É EXPERIMENTAL E PODE BLOQUEAR O COMPUTADOR."
#: Xconfig/main.pm:90 Xconfig/main.pm:91 Xconfig/monitor.pm:116 any.pm:1009
@@ -518,10 +506,10 @@ msgstr "Personalizado"
#: Xconfig/main.pm:127 any.pm:730 diskdrake/dav.pm:26 help.pm:14
#: install_steps_interactive.pm:1303 printer/printerdrake.pm:882
-#: printer/printerdrake.pm:899 printer/printerdrake.pm:4523
-#: printer/printerdrake.pm:4987 standalone/drakhosts:263
+#: printer/printerdrake.pm:899 printer/printerdrake.pm:4546
+#: printer/printerdrake.pm:5010 standalone/drakhosts:263
#: standalone/drakroam:230 standalone/draksplash:93 standalone/logdrake:176
-#: standalone/net_applet:103 standalone/scannerdrake:477
+#: standalone/net_applet:103 standalone/scannerdrake:494
#, c-format
msgid "Quit"
msgstr "Sair"
@@ -557,9 +545,7 @@ msgstr "Opções"
#: Xconfig/main.pm:178
#, c-format
msgid "Your Xorg configuration file is broken, we will ignore it."
-msgstr ""
-"O seu ficheiro de configuração Xorg está danificado, irá ser "
-"ignorado."
+msgstr "O seu ficheiro de configuração Xorg está danificado, irá ser ignorado."
#: Xconfig/main.pm:196
#, c-format
@@ -608,28 +594,25 @@ msgstr "Verificação Plug'n Play falhada. Por favor escolha o monitor correcto"
#: Xconfig/monitor.pm:137
#, c-format
msgid ""
-"The two critical parameters are the vertical refresh rate, which is "
-"the rate\n"
-"at which the whole screen is refreshed, and most importantly the "
-"horizontal\n"
+"The two critical parameters are the vertical refresh rate, which is the "
+"rate\n"
+"at which the whole screen is refreshed, and most importantly the horizontal\n"
"sync rate, which is the rate at which scanlines are displayed.\n"
"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a "
-"sync range\n"
+"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
+"range\n"
"that is beyond the capabilities of your monitor: you may damage your "
"monitor.\n"
" If in doubt, choose a conservative setting."
msgstr ""
-"Os dois parâmetros críticos são a taxa de refrescamento vertical, "
-"que é a taxa\n"
-"em que todo o ecrã é refrescado, e principalmente a taxa de "
-"sincronização\n"
+"Os dois parâmetros críticos são a taxa de refrescamento vertical, que é a "
+"taxa\n"
+"em que todo o ecrã é refrescado, e principalmente a taxa de sincronização\n"
"horizontal, que é a taxa em que linhas são mostradas.\n"
"\n"
-"É MUITO IMPORTANTE que não especifique um tipo de monitor com taxa "
-"de sincronização\n"
-"que esteja além das capacidades do seu monitor: pode danificar seu "
-"monitor.\n"
+"É MUITO IMPORTANTE que não especifique um tipo de monitor com taxa de "
+"sincronização\n"
+"que esteja além das capacidades do seu monitor: pode danificar seu monitor.\n"
" Se tiver dúvidas, escolha definições conservadoras."
#: Xconfig/monitor.pm:144
@@ -687,7 +670,7 @@ msgstr "Placa Gráfica: %s"
#: Xconfig/resolution_and_depth.pm:375 interactive.pm:119 interactive.pm:436
#: interactive/http.pm:103 interactive/http.pm:156 interactive/newt.pm:321
#: interactive/stdio.pm:39 interactive/stdio.pm:142 interactive/stdio.pm:143
-#: standalone/drakTermServ:214 standalone/drakTermServ:535
+#: standalone/drakTermServ:222 standalone/drakTermServ:543
#: standalone/drakbackup:1360 standalone/drakbackup:4106
#: standalone/drakbackup:4166 standalone/drakbackup:4210
#: standalone/drakbackup:4464 standalone/drakconnect:158
@@ -704,7 +687,7 @@ msgstr "Ok"
#: install_steps_interactive.pm:811 interactive.pm:120 interactive.pm:437
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/stdio.pm:39 interactive/stdio.pm:142
-#: printer/printerdrake.pm:3859 standalone/drakautoinst:215
+#: printer/printerdrake.pm:3882 standalone/drakautoinst:215
#: standalone/drakbackup:1360 standalone/drakbackup:4035
#: standalone/drakbackup:4039 standalone/drakbackup:4094
#: standalone/drakbackup:4464 standalone/drakconnect:157
@@ -719,7 +702,7 @@ msgstr "Cancelar"
#: Xconfig/resolution_and_depth.pm:375 diskdrake/hd_gtk.pm:150
#: install_steps_gtk.pm:232 install_steps_gtk.pm:617 interactive.pm:567
-#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:303
+#: interactive/gtk.pm:682 interactive/gtk.pm:684 standalone/drakTermServ:311
#: standalone/drakbackup:4031 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:511 standalone/draknfs:206 standalone/drakperm:133
@@ -828,12 +811,12 @@ msgstr "Interface gráfico no arranque"
#: Xconfig/various.pm:74
#, c-format
msgid ""
-"I can setup your computer to automatically start the graphical "
-"interface (Xorg) upon booting.\n"
+"I can setup your computer to automatically start the graphical interface "
+"(Xorg) upon booting.\n"
"Would you like Xorg to start when you reboot?"
msgstr ""
-"O computador pode ser configurado para iniciar automaticamente o "
-"interface gráfico (Xorg) após arrancar.\n"
+"O computador pode ser configurado para iniciar automaticamente o interface "
+"gráfico (Xorg) após arrancar.\n"
"Deseja que o Xorg seja iniciado quando reiniciar?"
#: Xconfig/various.pm:87
@@ -842,8 +825,8 @@ msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
"\n"
-"For this you have to plug your graphic card to your TV before "
-"booting your computer.\n"
+"For this you have to plug your graphic card to your TV before booting your "
+"computer.\n"
"Then choose the \"TVout\" entry in the bootloader\n"
"\n"
"Do you have this feature?"
@@ -887,21 +870,16 @@ msgstr "Instalação do carregador de arranque em progresso"
#: any.pm:153
#, c-format
msgid ""
-"LILO wants to assign a new Volume ID to drive %s. However, "
-"changing\n"
-"the Volume ID of a Windows NT, 2000, or XP boot disk is a fatal "
-"Windows error.\n"
-"This caution does not apply to Windows 95 or 98, or to NT data "
-"disks.\n"
+"LILO wants to assign a new Volume ID to drive %s. However, changing\n"
+"the Volume ID of a Windows NT, 2000, or XP boot disk is a fatal Windows "
+"error.\n"
+"This caution does not apply to Windows 95 or 98, or to NT data disks.\n"
"\n"
"Assign a new Volume ID?"
msgstr ""
-"O LILO quer atribuir um novo ID de Volume ao dispositivo %s. No "
-"entanto,\n"
-"se mudar o ID de Volume do Windows NT, 2000, ou do disco de arranque "
-"XP,\n"
-"pode causar um erro fatal no Windows. Esta precaução não se aplica "
-"ao\n"
+"O LILO quer atribuir um novo ID de Volume ao dispositivo %s. No entanto,\n"
+"se mudar o ID de Volume do Windows NT, 2000, ou do disco de arranque XP,\n"
+"pode causar um erro fatal no Windows. Esta precaução não se aplica ao\n"
"Windows 95 ou 98. ou aos discos NT.\n"
"\n"
"Atribuir um novo ID de Volume?"
@@ -910,8 +888,7 @@ msgstr ""
#, c-format
msgid "Installation of bootloader failed. The following error occurred:"
msgstr ""
-"Instalação do carregador de arranque falhada. Ocorreram os seguintes "
-"erros:"
+"Instalação do carregador de arranque falhada. Ocorreram os seguintes erros:"
#: any.pm:170
#, c-format
@@ -935,14 +912,13 @@ msgstr ""
#, c-format
msgid ""
"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you "
-"boot (eg: System Commander).\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
"\n"
"On which drive are you booting?"
msgstr ""
"Decidiu instalar o carregador de arranque numa partição.\n"
-"Isto implica que já tem um carregador de arranque no disco que "
-"arranca\n"
+"Isto implica que já tem um carregador de arranque no disco que arranca\n"
"(ex: System Commander).\n"
"\n"
"Em que dispositivo está a arrancar?"
@@ -962,7 +938,7 @@ msgstr "Primeiro sector da partição de raiz"
msgid "On Floppy"
msgstr "Na Disquete"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4180
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4203
#, c-format
msgid "Skip"
msgstr "Saltar"
@@ -995,8 +971,7 @@ msgstr "Indicar o tamanho da RAM em MB"
#: any.pm:277
#, c-format
msgid ""
-"Option ``Restrict command line options'' is of no use without a "
-"password"
+"Option ``Restrict command line options'' is of no use without a password"
msgstr "Opção ``Restringir opções da linha de comando'' não tem uso sem senha"
#: any.pm:278 any.pm:615 authentication.pm:192
@@ -1255,11 +1230,9 @@ msgstr "Por favor indique um nome de utilizador"
#: any.pm:618
#, c-format
msgid ""
-"The user name must contain only lower cased letters, numbers, `-' "
-"and `_'"
+"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
-"O nome de utilizador deve conter apenas letras minúsculas, números, "
-"`-' e `_'"
+"O nome de utilizador deve conter apenas letras minúsculas, números, `-' e `_'"
#: any.pm:619
#, c-format
@@ -1308,9 +1281,9 @@ msgstr ""
#: any.pm:636 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:4987
-#: standalone/drakbackup:2824 standalone/scannerdrake:668
-#: standalone/scannerdrake:818
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5010
+#: standalone/drakbackup:2824 standalone/scannerdrake:685
+#: standalone/scannerdrake:835
#, c-format
msgid "Done"
msgstr "Pronto"
@@ -1349,8 +1322,7 @@ msgstr "Auto-autenticar"
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
-"Pode configurar o computador para autenticar automaticamente num "
-"utilizador."
+"Pode configurar o computador para autenticar automaticamente num utilizador."
#: any.pm:705
#, c-format
@@ -1476,41 +1448,39 @@ msgstr "Permitir todos os utilizadores"
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
-"Allowing this will permit users to simply click on \"Share\" in "
-"konqueror and nautilus.\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
"\n"
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-"Deseja permitir aos utilizadores partilhar algumas dos seus "
-"directórios?\n"
-"Ao permitir isto, os utilizadores só têm que clicar em \"Partilhar\" "
-"no konqueror e nautilus.\n"
+"Deseja permitir aos utilizadores partilhar algumas dos seus directórios?\n"
+"Ao permitir isto, os utilizadores só têm que clicar em \"Partilhar\" no "
+"konqueror e nautilus.\n"
"\n"
"\"Personalizado\" permite escolher a cada utilizador.\n"
#: any.pm:1025
#, c-format
msgid ""
-"NFS: the traditional Unix file sharing system, with less support on "
-"Mac and Windows."
+"NFS: the traditional Unix file sharing system, with less support on Mac and "
+"Windows."
msgstr ""
-"NFS: o sistema de partilha de ficheiros tradicional do Unix, com "
-"menos suporte em Mac e Windows."
+"NFS: o sistema de partilha de ficheiros tradicional do Unix, com menos "
+"suporte em Mac e Windows."
#: any.pm:1028
#, c-format
msgid ""
-"SMB: a file sharing system used by Windows, Mac OS X and many modern "
-"Linux systems."
+"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
+"systems."
msgstr ""
-"SMB: um sistema de partilha de ficheiros usado pelo Windows, Mac OS "
-"X e muitos sistemas Linux modernos."
+"SMB: um sistema de partilha de ficheiros usado pelo Windows, Mac OS X e "
+"muitos sistemas Linux modernos."
#: any.pm:1036
#, c-format
msgid ""
-"You can export using NFS or SMB. Please select which you would like "
-"to use."
+"You can export using NFS or SMB. Please select which you would like to use."
msgstr "Pode exportar com NFS ou SMB. Por favor escolha qual deseja usar."
#: any.pm:1061
@@ -1518,9 +1488,9 @@ msgstr "Pode exportar com NFS ou SMB. Por favor escolha qual deseja usar."
msgid "Launch userdrake"
msgstr "Executar userdrake"
-#: any.pm:1061 printer/printerdrake.pm:4062 printer/printerdrake.pm:4065
-#: printer/printerdrake.pm:4066 printer/printerdrake.pm:4067
-#: printer/printerdrake.pm:5305 standalone/drakTermServ:313
+#: any.pm:1061 printer/printerdrake.pm:4085 printer/printerdrake.pm:4088
+#: printer/printerdrake.pm:4089 printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:5328 standalone/drakTermServ:321
#: standalone/drakbackup:4228 standalone/drakbug:126 standalone/drakfont:499
#: standalone/drakids:64 standalone/drakids:77 standalone/drakids:85
#: standalone/draknfs:210 standalone/net_monitor:117
@@ -1581,11 +1551,10 @@ msgstr "Ficheiro local:"
#: authentication.pm:66
#, c-format
msgid ""
-"Use local for all authentication and information user tell in local "
-"file"
+"Use local for all authentication and information user tell in local file"
msgstr ""
-"Usar local para todas as autenticações e informações dadas pelo "
-"utilizador no ficheiro local"
+"Usar local para todas as autenticações e informações dadas pelo utilizador "
+"no ficheiro local"
#: authentication.pm:67
#, c-format
@@ -1610,12 +1579,11 @@ msgstr "NIS:"
#: authentication.pm:68
#, c-format
msgid ""
-"Allows you to run a group of computers in the same Network "
-"Information Service domain with a common password and group file."
+"Allows you to run a group of computers in the same Network Information "
+"Service domain with a common password and group file."
msgstr ""
-"Permite-lhe correr um grupo de computadores no mesmo domínio de "
-"Serviços de Informação de Rede com uma senha comum e um ficheiro de "
-"grupo."
+"Permite-lhe correr um grupo de computadores no mesmo domínio de Serviços de "
+"Informação de Rede com uma senha comum e um ficheiro de grupo."
#: authentication.pm:69
#, c-format
@@ -1625,11 +1593,11 @@ msgstr "Domínio Windows:"
#: authentication.pm:69
#, c-format
msgid ""
-"Winbind allows the system to retrieve information and authenticate "
-"users in a Windows domain."
+"Winbind allows the system to retrieve information and authenticate users in "
+"a Windows domain."
msgstr ""
-"O Winbind permite ao sistema obter informação e autenticar "
-"utilizadores num domínio Windows."
+"O Winbind permite ao sistema obter informação e autenticar utilizadores num "
+"domínio Windows."
#: authentication.pm:70
#, c-format
@@ -1640,8 +1608,7 @@ msgstr "Directório Activo com SFU:"
#, c-format
msgid "With Kerberos and Ldap for authentication in Active Directory Server "
msgstr ""
-"Com o Kerberos e o Ldap para autenticar no Servidor Activo do "
-"Directório "
+"Com o Kerberos e o Ldap para autenticar no Servidor Activo do Directório "
#: authentication.pm:71
#, c-format
@@ -1654,8 +1621,8 @@ msgid ""
"Winbind allows the system to authenticate users in a Windows Active "
"Directory Server."
msgstr ""
-"O Winbind permite ao sistema autenticar utilizadores no Servidor "
-"Activo de Directório windows."
+"O Winbind permite ao sistema autenticar utilizadores no Servidor Activo de "
+"Directório windows."
#: authentication.pm:96
#, c-format
@@ -1704,7 +1671,7 @@ msgstr "Domínio"
#: authentication.pm:124 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:75 share/compssUsers.pl:82
-#: standalone/drakTermServ:288
+#: standalone/drakTermServ:296
#, c-format
msgid "Server"
msgstr "Servidor"
@@ -1747,32 +1714,32 @@ msgstr "Servidor NIS"
#: authentication.pm:147
#, c-format
msgid ""
-"For this to work for a W2K PDC, you will probably need to have the "
-"admin run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access"
-"\" everyone /add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join "
-"the machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the "
-"domain after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is "
-"not working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your "
-"Windows(tm) Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication "
-"secrets are good."
-msgstr ""
-"Para que isto funcione para um W2K PDC, irá provavelmente precisar "
-"de ter o administrador a executar: C:\\>net grupolocal \"Pre-Windows "
-"2000 Acesso Compatível\" todos /add e reinicie o servidor.\n"
-"Irá também precisar do nome/senha de um Administrador de Domínio "
-"para juntar a máquina ao domínio Windows(TM).\n"
-"Se a rede ainda não está activada, o DrakX irá tentar juntar-se ao "
-"domínio a seguir ao passo da configuração da rede.\n"
-"Se este passo falhar por alguma razão e a autenticação no domínio "
-"não funcionar, execute 'smbpasswd -j DOMÍNIO -U UTILIZADOR%%SENHA' "
-"usando o seu Domínio Windows (TM), e o Nome/Senha do Admin, depois "
-"do arranque do sistema.\n"
-"O comando 'wbinfo -t' irá testar se os segredos da sua autenticação "
-"estão bem."
+"For this to work for a W2K PDC, you will probably need to have the admin "
+"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the "
+"machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain "
+"after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
+"Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are "
+"good."
+msgstr ""
+"Para que isto funcione para um W2K PDC, irá provavelmente precisar de ter o "
+"administrador a executar: C:\\>net grupolocal \"Pre-Windows 2000 Acesso "
+"Compatível\" todos /add e reinicie o servidor.\n"
+"Irá também precisar do nome/senha de um Administrador de Domínio para juntar "
+"a máquina ao domínio Windows(TM).\n"
+"Se a rede ainda não está activada, o DrakX irá tentar juntar-se ao domínio a "
+"seguir ao passo da configuração da rede.\n"
+"Se este passo falhar por alguma razão e a autenticação no domínio não "
+"funcionar, execute 'smbpasswd -j DOMÍNIO -U UTILIZADOR%%SENHA' usando o seu "
+"Domínio Windows (TM), e o Nome/Senha do Admin, depois do arranque do "
+"sistema.\n"
+"O comando 'wbinfo -t' irá testar se os segredos da sua autenticação estão "
+"bem."
#: authentication.pm:159
#, c-format
@@ -1798,8 +1765,7 @@ msgstr "Senha de Admin do Domínio"
#, c-format
msgid "Set administrator (root) password and network authentication methods"
msgstr ""
-"Define a senha de administrador (root) e os métodos de autenticação "
-"da rede"
+"Define a senha de administrador (root) e os métodos de autenticação da rede"
#: authentication.pm:182
#, c-format
@@ -1838,7 +1804,7 @@ msgstr "Não foi possível usar 'broadcast' sem um domínio NIS"
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:765
+#: bootloader.pm:767
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1853,60 +1819,60 @@ msgstr ""
"espere pelo arranque predefinido.\n"
"\n"
-#: bootloader.pm:906
+#: bootloader.pm:909
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO com lista gráfica"
-#: bootloader.pm:907
+#: bootloader.pm:910
#, c-format
msgid "LILO with text menu"
msgstr "LILO com menu texto"
-#: bootloader.pm:908
+#: bootloader.pm:911
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB com menu gráfico"
-#: bootloader.pm:909
+#: bootloader.pm:912
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB com menu texto"
-#: bootloader.pm:910
+#: bootloader.pm:913
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:987
+#: bootloader.pm:990
#, c-format
msgid "not enough room in /boot"
msgstr "não há espaço suficiente em /boot"
-#: bootloader.pm:1480
+#: bootloader.pm:1483
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Não pode instalar o carregador de arranque numa partição %s\n"
-#: bootloader.pm:1520
+#: bootloader.pm:1523
#, c-format
msgid ""
-"Your bootloader configuration must be updated because partition has "
-"been renumbered"
+"Your bootloader configuration must be updated because partition has been "
+"renumbered"
msgstr ""
-"A configuração do seu carregador de arranque deve ser actualizada "
-"pois a partição foi renumerada"
+"A configuração do seu carregador de arranque deve ser actualizada pois a "
+"partição foi renumerada"
-#: bootloader.pm:1533
+#: bootloader.pm:1536
#, c-format
msgid ""
-"The bootloader can not be installed correctly. You have to boot "
-"rescue and choose \"%s\""
+"The bootloader can not be installed correctly. You have to boot rescue and "
+"choose \"%s\""
msgstr ""
-"O carregador de arranque não pode ser instalado correctamente. Tem "
-"de arrancar usar em modo de emergência e escolher \"%s\""
+"O carregador de arranque não pode ser instalado correctamente. Tem de "
+"arrancar usar em modo de emergência e escolher \"%s\""
-#: bootloader.pm:1534
+#: bootloader.pm:1537
#, c-format
msgid "Re-install Boot Loader"
msgstr "Reinstalar o carregador de arranque"
@@ -2146,19 +2112,14 @@ msgstr "Estados Unidos"
#: diskdrake/dav.pm:17
#, c-format
msgid ""
-"WebDAV is a protocol that allows you to mount a web server's "
-"directory\n"
-"locally, and treat it like a local filesystem (provided the web "
-"server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV "
-"mount\n"
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
"points, select \"New\"."
msgstr ""
"O WebDAV é um protocolo que lhe permite montar um directório de um\n"
-"servidor web localmente, e trata-lo como um sistema de ficheiros "
-"local\n"
-"(desde que o servidor web esteja configurado como um servidor "
-"WebDAV).\n"
+"servidor web localmente, e trata-lo como um sistema de ficheiros local\n"
+"(desde que o servidor web esteja configurado como um servidor WebDAV).\n"
"Se deseja adicionar pontos de montagem WebDAV, seleccione \"Novo\"."
#: diskdrake/dav.pm:25
@@ -2227,12 +2188,12 @@ msgstr "Por favor faça primeiro uma salvaguarda dos seus dados"
#: diskdrake/hd_gtk.pm:95
#, c-format
msgid ""
-"If you plan to use aboot, be careful to leave a free space (2048 "
-"sectors is enough)\n"
+"If you plan to use aboot, be careful to leave a free space (2048 sectors is "
+"enough)\n"
"at the beginning of the disk"
msgstr ""
-"Se planear usar o aboot, lembre-se de deixar espaço livre (2048 "
-"sectores é suficiente)\n"
+"Se planear usar o aboot, lembre-se de deixar espaço livre (2048 sectores é "
+"suficiente)\n"
"no início do disco"
#: diskdrake/hd_gtk.pm:152 help.pm:530
@@ -2394,12 +2355,10 @@ msgstr "Quer gravar as modificações de /etc/fstab?"
#: diskdrake/interactive.pm:293 install_steps_interactive.pm:317
#, c-format
-msgid ""
-"You need to reboot for the partition table modifications to take "
-"place"
+msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
-"Precisa reiniciar para que as modificações na tabela de partições "
-"tenham efeito"
+"Precisa reiniciar para que as modificações na tabela de partições tenham "
+"efeito"
#: diskdrake/interactive.pm:298
#, c-format
@@ -2409,8 +2368,7 @@ msgid ""
"Quit anyway?"
msgstr ""
"Deve formatar a partição %s!\n"
-"Senão nenhuma entrada para o ponto de montagem %s será escrita no "
-"fstab.\n"
+"Senão nenhuma entrada para o ponto de montagem %s será escrita no fstab.\n"
"Desistir na mesma?"
#: diskdrake/interactive.pm:311 help.pm:530
@@ -2447,11 +2405,11 @@ msgstr "Não posso adicionar mais partições"
#: diskdrake/interactive.pm:352
#, c-format
msgid ""
-"To have more partitions, please delete one to be able to create an "
-"extended partition"
+"To have more partitions, please delete one to be able to create an extended "
+"partition"
msgstr ""
-"Para ter mais partições, por favor elimine uma para poder criar uma "
-"partição extendida"
+"Para ter mais partições, por favor elimine uma para poder criar uma partição "
+"extendida"
#: diskdrake/interactive.pm:361
#, c-format
@@ -2606,11 +2564,9 @@ msgstr "Remover o ficheiro loopback?"
#: diskdrake/interactive.pm:609
#, c-format
msgid ""
-"After changing type of partition %s, all data on this partition will "
-"be lost"
+"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
-"Após alterar o tipo da partição %s, todos os dados na partição serão "
-"perdidos"
+"Após alterar o tipo da partição %s, todos os dados na partição serão perdidos"
#: diskdrake/interactive.pm:621
#, c-format
@@ -2682,8 +2638,7 @@ msgstr "Todos os dados desta partição devem ser salvaguardados"
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
-"Após redimensionar a partição %s, todos os dados da partição serão "
-"perdidos"
+"Após redimensionar a partição %s, todos os dados da partição serão perdidos"
#: diskdrake/interactive.pm:769
#, c-format
@@ -2699,8 +2654,7 @@ msgstr "Novo tamanho em MB: "
#, c-format
msgid ""
"To ensure data integrity after resizing the partition(s), \n"
-"filesystem checks will be run on your next boot into Microsoft "
-"Windows®"
+"filesystem checks will be run on your next boot into Microsoft Windows®"
msgstr ""
"Para assegurar a integridade dos dados após redimensionar\n"
"a(s) partição(ões), a verificação do sistema de ficheiros irá ser\n"
@@ -2730,12 +2684,10 @@ msgstr "Nome do LVM?"
#, c-format
msgid ""
"Physical volume %s is still in use.\n"
-"Do you want to move used physical extents on this volume to other "
-"volumes?"
+"Do you want to move used physical extents on this volume to other volumes?"
msgstr ""
"O volume físico %s ainda está em uso.\n"
-"Deseja remover as extensões físicas usadas neste volume para outros "
-"volumes?"
+"Deseja remover as extensões físicas usadas neste volume para outros volumes?"
#: diskdrake/interactive.pm:905
#, c-format
@@ -2819,9 +2771,7 @@ msgstr "A tabela de partições do controlador %s irá ser escrita no disco!"
#: diskdrake/interactive.pm:1148
#, c-format
-msgid ""
-"After formatting partition %s, all data on this partition will be "
-"lost"
+msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Após formatar a partição %s, todos os dados serão perdidos"
#: diskdrake/interactive.pm:1164
@@ -3056,12 +3006,10 @@ msgstr "Escolha a sua senha de encriptação do sistema de ficheiros"
#: diskdrake/interactive.pm:1335
#, c-format
-msgid ""
-"This encryption key is too simple (must be at least %d characters "
-"long)"
+msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
-"Esta senha de encriptação é demasiado simples (pelo menos deve ter %"
-"d caracteres de comprimento)"
+"Esta senha de encriptação é demasiado simples (pelo menos deve ter %d "
+"caracteres de comprimento)"
#: diskdrake/interactive.pm:1336
#, c-format
@@ -3113,11 +3061,10 @@ msgstr "Mais outro"
#: diskdrake/smbnfs_gtk.pm:177
#, c-format
msgid ""
-"Please enter your username, password and domain name to access this "
-"host."
+"Please enter your username, password and domain name to access this host."
msgstr ""
-"Por favor indique o seu nome de utilizador, senha e nome de domínio "
-"para aceder a este servidor."
+"Por favor indique o seu nome de utilizador, senha e nome de domínio para "
+"aceder a este servidor."
#: diskdrake/smbnfs_gtk.pm:179 standalone/drakbackup:3625
#, c-format
@@ -3139,7 +3086,7 @@ msgstr "Procurar novos servidores"
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "O pacote %s precisa ser instalado. Deseja-o instalar?"
-#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3925
+#: do_pkgs.pm:19 do_pkgs.pm:39 do_pkgs.pm:52 printer/printerdrake.pm:3948
#, c-format
msgid "Could not install the %s package!"
msgstr "Não foi possível instalar o pacote %s !"
@@ -3150,19 +3097,19 @@ msgid "Mandatory package %s is missing"
msgstr "O pacote imperativo %s está em falta"
#: do_pkgs.pm:35 harddrake/sound.pm:275 install_steps_interactive.pm:1288
-#: keyboard.pm:388 network/ndiswrapper.pm:95 network/netconnect.pm:471
-#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2494
-#: printer/printerdrake.pm:2609 printer/printerdrake.pm:2930
-#: printer/printerdrake.pm:2937 printer/printerdrake.pm:3924
-#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4307
-#: printer/printerdrake.pm:5464 standalone/drakTermServ:346
-#: standalone/drakTermServ:1255 standalone/drakTermServ:1316
-#: standalone/drakTermServ:1985 standalone/drakbackup:509
+#: keyboard.pm:381 network/ndiswrapper.pm:95 network/netconnect.pm:471
+#: printer/printerdrake.pm:1416 printer/printerdrake.pm:2495
+#: printer/printerdrake.pm:2632 printer/printerdrake.pm:2953
+#: printer/printerdrake.pm:2960 printer/printerdrake.pm:3947
+#: printer/printerdrake.pm:4211 printer/printerdrake.pm:4330
+#: printer/printerdrake.pm:5487 standalone/drakTermServ:354
+#: standalone/drakTermServ:1267 standalone/drakTermServ:1328
+#: standalone/drakTermServ:2006 standalone/drakbackup:509
#: standalone/drakbackup:608 standalone/drakboot:133 standalone/drakclock:224
#: standalone/drakconnect:973 standalone/drakperm:380 standalone/drakperm:390
#: standalone/drakups:27 standalone/harddrake2:511 standalone/harddrake2:527
#: standalone/localedrake:43 standalone/scannerdrake:51
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid "Warning"
msgstr "Aviso"
@@ -3241,8 +3188,8 @@ msgstr "Usar um sistema de ficheiros encriptado"
#, c-format
msgid "Enable group disk quota accounting and optionally enforce limits"
msgstr ""
-"Activar registo da quota do grupo no disco e opcionalmente reforçar "
-"os limites"
+"Activar registo da quota do grupo no disco e opcionalmente reforçar os "
+"limites"
#: fs/mount_options.pm:117
#, c-format
@@ -3250,8 +3197,7 @@ msgid ""
"Do not update inode access times on this file system\n"
"(e.g, for faster access on the news spool to speed up news servers)."
msgstr ""
-"Não actualiza os tempos de acesso no inode neste sistema de "
-"ficheiros\n"
+"Não actualiza os tempos de acesso no inode neste sistema de ficheiros\n"
"(ex. para um acesso mais rápido à fila de notícias para acelerar os "
"servidores de noticias)."
@@ -3266,32 +3212,27 @@ msgstr ""
#: fs/mount_options.pm:123
#, c-format
-msgid ""
-"Do not interpret character or block special devices on the file "
-"system."
+msgid "Do not interpret character or block special devices on the file system."
msgstr ""
-"Não interprete os caracteres ou blocos dos dispositivos especiais no "
-"sistema de ficheiros."
+"Não interprete os caracteres ou blocos dos dispositivos especiais no sistema "
+"de ficheiros."
#: fs/mount_options.pm:125
#, c-format
msgid ""
"Do not allow execution of any binaries on the mounted\n"
-"file system. This option might be useful for a server that has file "
-"systems\n"
+"file system. This option might be useful for a server that has file systems\n"
"containing binaries for architectures other than its own."
msgstr ""
"Não permite a execução de binários no sistema de ficheiros montado.\n"
-"Esta opção pode ser útil para um servidor que tem um sistema de "
-"ficheiros\n"
+"Esta opção pode ser útil para um servidor que tem um sistema de ficheiros\n"
"que contém binários para outras arquitecturas que não a própria."
#: fs/mount_options.pm:129
#, c-format
msgid ""
"Do not allow set-user-identifier or set-group-identifier\n"
-"bits to take effect. (This seems safe, but is in fact rather unsafe "
-"if you\n"
+"bits to take effect. (This seems safe, but is in fact rather unsafe if you\n"
"have suidperl(1) installed.)"
msgstr ""
"Não permite aos bits set-user-identifier ou set-group-identifier\n"
@@ -3307,8 +3248,7 @@ msgstr "Montar o sistema de ficheiros em apenas leitura."
#, c-format
msgid "All I/O to the file system should be done synchronously."
msgstr ""
-"Todos as E/S do sistema de ficheiros devem ser feitas "
-"sincronizadamente."
+"Todos as E/S do sistema de ficheiros devem ser feitas sincronizadamente."
#: fs/mount_options.pm:139
#, c-format
@@ -3319,8 +3259,8 @@ msgstr "Permitir a um utilizador normal montar o sistema de ficheiros."
#, c-format
msgid "Enable user disk quota accounting, and optionally enforce limits"
msgstr ""
-"Activar contagem da quota do disco do utilizador, e opcionalmente "
-"reforçar os limites"
+"Activar contagem da quota do disco do utilizador, e opcionalmente reforçar "
+"os limites"
#: fs/mount_options.pm:143
#, c-format
@@ -3360,22 +3300,17 @@ msgstr "servidor"
#: fsedit.pm:218
#, c-format
msgid ""
-"I can not read the partition table of device %s, it's too corrupted "
-"for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be "
-"lost!).\n"
-"The other solution is to not allow DrakX to modify the partition "
-"table.\n"
+"I can not read the partition table of device %s, it's too corrupted for me :"
+"(\n"
+"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
+"The other solution is to not allow DrakX to modify the partition table.\n"
"(the error is %s)\n"
"\n"
"Do you agree to lose all the partitions?\n"
msgstr ""
-"Não foi possível ler a tabela de partição de %s, está demasiado "
-"corrompida:\n"
-"Pode-se tentar continuar, a apagar as partições corrompidas (TODOS "
-"OS\n"
-"DADOS serão perdidos!). A outra solução é não deixar o DrakX "
-"modificar\n"
+"Não foi possível ler a tabela de partição de %s, está demasiado corrompida:\n"
+"Pode-se tentar continuar, a apagar as partições corrompidas (TODOS OS\n"
+"DADOS serão perdidos!). A outra solução é não deixar o DrakX modificar\n"
"a tabela de partições. (o erro é %s)\n"
"\n"
"Concorda em perder todas as partições?\n"
@@ -3409,23 +3344,23 @@ msgstr ""
#: fsedit.pm:403
#, c-format
msgid ""
-"You can not use the LVM Logical Volume for mount point %s since it "
-"spans physical volumes"
+"You can not use the LVM Logical Volume for mount point %s since it spans "
+"physical volumes"
msgstr ""
-"Não pode usar Volumes Lógicos LVM para pontos de montagem %s já que "
-"atrasa os volumes físicos"
+"Não pode usar Volumes Lógicos LVM para pontos de montagem %s já que atrasa "
+"os volumes físicos"
#: fsedit.pm:405
#, c-format
msgid ""
"You've selected the LVM Logical Volume as root (/).\n"
-"The bootloader is not able to handle this when the volume spans "
-"physical volumes.\n"
+"The bootloader is not able to handle this when the volume spans physical "
+"volumes.\n"
"You should create a /boot partition first"
msgstr ""
"Seleccionou um Volume Lógico LVM como raiz (/).\n"
-"O carregador de arranque não o consegue gerir quando o volume atrasa "
-"volumes físicos.\n"
+"O carregador de arranque não o consegue gerir quando o volume atrasa volumes "
+"físicos.\n"
"Deve criar primeiro uma partição de arranque /boot"
#: fsedit.pm:409 fsedit.pm:411
@@ -3436,18 +3371,17 @@ msgstr "Esta directoria deve permanecer dentro do sistema de ficheiros root"
#: fsedit.pm:413 fsedit.pm:415
#, c-format
msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for "
-"this mount point\n"
+"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
+"point\n"
msgstr ""
-"Precisa de um verdadeiro sistema de ficheiros (ext2/ext3, ReiserFS, "
-"xfs ou JFS) para este ponto de montagem\n"
+"Precisa de um verdadeiro sistema de ficheiros (ext2/ext3, ReiserFS, xfs ou "
+"JFS) para este ponto de montagem\n"
#: fsedit.pm:417
#, c-format
msgid "You can not use an encrypted file system for mount point %s"
msgstr ""
-"Não pode usar um sistema de ficheiros encriptado para ponto de "
-"montagem %s"
+"Não pode usar um sistema de ficheiros encriptado para ponto de montagem %s"
#: fsedit.pm:481
#, c-format
@@ -3702,11 +3636,11 @@ msgstr "Nenhum controlador alternativo"
#: harddrake/sound.pm:230
#, c-format
msgid ""
-"There's no known OSS/ALSA alternative driver for your sound card (%"
-"s) which currently uses \"%s\""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-"Não há nenhum controlador alternativo OSS/ALSA conhecido para a sua "
-"placa de som (%s) que actualmente usa \"%s\""
+"Não há nenhum controlador alternativo OSS/ALSA conhecido para a sua placa de "
+"som (%s) que actualmente usa \"%s\""
#: harddrake/sound.pm:236
#, c-format
@@ -3716,13 +3650,13 @@ msgstr "Configuração do Som"
#: harddrake/sound.pm:238
#, c-format
msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for "
-"your sound card (%s)."
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)."
msgstr ""
-"Aqui pode seleccionar um controlador alternativo (seja OSS ou ALSA) "
-"para a sua placa de som (%s)"
+"Aqui pode seleccionar um controlador alternativo (seja OSS ou ALSA) para a "
+"sua placa de som (%s)"
-#. -PO: here the first %s is either "OSS" or "ALSA",
+#. -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:243
@@ -3730,8 +3664,8 @@ msgstr ""
msgid ""
"\n"
"\n"
-"Your card currently use the %s\"%s\" driver (default driver for your "
-"card is \"%s\")"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
"\n"
"\n"
@@ -3741,38 +3675,36 @@ msgstr ""
#: harddrake/sound.pm:245
#, c-format
msgid ""
-"OSS (Open Sound System) was the first sound API. It's an OS "
-"independent sound API (it's available on most UNIX(tm) systems) but "
-"it's a very basic and limited API.\n"
+"OSS (Open Sound System) was the first sound API. It's an OS independent "
+"sound API (it's available on most UNIX(tm) systems) but it's a very basic "
+"and limited API.\n"
"What's more, OSS drivers all reinvent the wheel.\n"
"\n"
-"ALSA (Advanced Linux Sound Architecture) is a modularized "
-"architecture which\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
"supports quite a large range of ISA, USB and PCI cards.\n"
"\n"
"It also provides a much higher API than OSS.\n"
"\n"
"To use alsa, one can either use:\n"
"- the old compatibility OSS api\n"
-"- the new ALSA api that provides many enhanced features but requires "
-"using the ALSA library.\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
msgstr ""
-"OSS (Open Sound System) era o primeiro som API. É um som API de um "
-"OS independente (está disponivel na maior parte dos sistemas Unix) "
-"mas é um API muito básico\n"
-"e limitado. Ainda mais, todos os controladores OSS reinventaram a "
-"roda.\n"
+"OSS (Open Sound System) era o primeiro som API. É um som API de um OS "
+"independente (está disponivel na maior parte dos sistemas Unix) mas é um API "
+"muito básico\n"
+"e limitado. Ainda mais, todos os controladores OSS reinventaram a roda.\n"
"\n"
-"ALSA (Advanced Linux Sound Architecture) é uma arquitectura "
-"modularizada\n"
+"ALSA (Advanced Linux Sound Architecture) é uma arquitectura modularizada\n"
"que suporta um grande numero de placas ISA, USB e PCI.\n"
"\n"
"Também fornece um API mais elevado que um OSS.\n"
"\n"
"Para usar alsa, um pode também usar:\n"
"- o antigo API de compatibilidade OSS\n"
-"- o novo API ALSA que fornece muitas funções melhoradas mas requer o "
-"uso da livraria ALSA.\n"
+"- o novo API ALSA que fornece muitas funções melhoradas mas requer o uso da "
+"livraria ALSA.\n"
#: harddrake/sound.pm:259 harddrake/sound.pm:347 standalone/drakups:144
#, c-format
@@ -3807,11 +3739,11 @@ msgstr "Nenhum controlador open source"
#: harddrake/sound.pm:284
#, c-format
msgid ""
-"There's no free driver for your sound card (%s), but there's a "
-"proprietary driver at \"%s\"."
+"There's no free driver for your sound card (%s), but there's a proprietary "
+"driver at \"%s\"."
msgstr ""
-"Não há nenhum controlador grátis para a sua placa de som (%s), mas "
-"existe um controlador apropriado em \"%s\"."
+"Não há nenhum controlador grátis para a sua placa de som (%s), mas existe um "
+"controlador apropriado em \"%s\"."
#: harddrake/sound.pm:287
#, c-format
@@ -3845,51 +3777,43 @@ msgid ""
"The classic bug sound tester is to run the following commands:\n"
"\n"
"\n"
-"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your "
-"card uses\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card uses\n"
"by default\n"
"\n"
-"- \"grep sound-slot /etc/modules.conf\" will tell you what driver "
-"it\n"
+"- \"grep sound-slot /etc/modules.conf\" will tell you what driver it\n"
"currently uses\n"
"\n"
-"- \"/sbin/lsmod\" will enable you to check if its module (driver) "
-"is\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
"loaded or not\n"
"\n"
-"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa"
-"\" will\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
"tell you if sound and alsa services're configured to be run on\n"
"initlevel 3\n"
"\n"
"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
"\n"
-"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound "
-"card.\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
msgstr ""
"O teste clássico a fazer em caso de problemas de som é:\n"
"\n"
"\n"
-"- \"lspcidrake -v | fgrep AUDIO\" diz-lhe que controlador a sua "
-"placa usa\n"
+"- \"lspcidrake -v | fgrep AUDIO\" diz-lhe que controlador a sua placa usa\n"
"por omissão\n"
"\n"
"- \"grep sound-slot /etc/modules.conf\" diz-lhe que controlador\n"
"actualmente usa\n"
"\n"
-"- \"/sbin/lsmod\" permite-lhe verificar se o seu módulo "
-"controlador)\n"
+"- \"/sbin/lsmod\" permite-lhe verificar se o seu módulo controlador)\n"
"está carregado ou não\n"
"\n"
-"- \"/sbin/chkconfig --list sound\" e \"/sbin/chkconfig --list alsa\" "
-"diz-lhe\n"
+"- \"/sbin/chkconfig --list sound\" e \"/sbin/chkconfig --list alsa\" diz-"
+"lhe\n"
"se os serviços sound e alsa estão configurados para ser lançados no\n"
"initlevel 3\n"
"\n"
"- \"aumix -q\" diz-lhe se o volume de som está 'mudo' ou não\n"
"\n"
-"- \"/sbin/fuser -v /dev/dsp\" diz-lhe que programa a placa de som "
-"usa.\n"
+"- \"/sbin/fuser -v /dev/dsp\" diz-lhe que programa a placa de som usa.\n"
#: harddrake/sound.pm:336
#, c-format
@@ -3905,14 +3829,13 @@ msgstr "A escolher arbitrariamente um controlador"
#: harddrake/sound.pm:342
#, c-format
msgid ""
-"If you really think that you know which driver is the right one for "
-"your card\n"
+"If you really think that you know which driver is the right one for your "
+"card\n"
"you can pick one in the above list.\n"
"\n"
"The current driver for your \"%s\" sound card is \"%s\" "
msgstr ""
-"Se realmente acha que sabe que controlador é o apropriado para a sua "
-"placa\n"
+"Se realmente acha que sabe que controlador é o apropriado para a sua placa\n"
"pode escolher um da lista seguinte.\n"
"\n"
"O controlador actual para a sua placa de som \"%s\" é \"%s\" "
@@ -3941,16 +3864,15 @@ msgstr "Desconhecido|CPH06X (bt878) [muitos fabricantes]"
#: harddrake/v4l.pm:404
#, c-format
msgid ""
-"For most modern TV cards, the bttv module of the GNU/Linux kernel "
-"just auto-detect the rights parameters.\n"
-"If your card is misdetected, you can force the right tuner and card "
-"types here. Just select your tv card parameters if needed."
+"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
+"detect the rights parameters.\n"
+"If your card is misdetected, you can force the right tuner and card types "
+"here. Just select your tv card parameters if needed."
msgstr ""
-"Para a maioria das placas TV modernas, o modulo bttv do kernel GNU/"
-"Linux auto detecta os parametros certos.\n"
-"Se a sua placa não é detectada, aqui pode forçar os correctos "
-"sintonizadores e tipos de de placa. Escolha os seus parâmetros de "
-"placa de tv se necessário."
+"Para a maioria das placas TV modernas, o modulo bttv do kernel GNU/Linux "
+"auto detecta os parametros certos.\n"
+"Se a sua placa não é detectada, aqui pode forçar os correctos sintonizadores "
+"e tipos de de placa. Escolha os seus parâmetros de placa de tv se necessário."
#: harddrake/v4l.pm:407
#, c-format
@@ -3990,142 +3912,91 @@ msgstr "activar suporte de rádio"
#: help.pm:11
#, c-format
msgid ""
-"Before continuing, you should carefully read the terms of the "
-"license. It\n"
-"covers the entire Mandriva Linux distribution. If you agree with all "
-"the\n"
-"terms it contains, check the \"%s\" box. If not, clicking on the \"%s"
-"\"\n"
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandriva Linux distribution. If you agree with all the\n"
+"terms it contains, check the \"%s\" box. If not, clicking on the \"%s\"\n"
"button will reboot your computer."
msgstr ""
-"Antes de continuar, deve ler atentamente os termos da licença. A "
-"licença\n"
-"cobre toda a distribuição Mandriva Linux. Se concorda com todos os "
-"termos\n"
-"presentes, active a caixa \"%s\". Se não, pode clicar no botão \"%s"
-"\"\n"
+"Antes de continuar, deve ler atentamente os termos da licença. A licença\n"
+"cobre toda a distribuição Mandriva Linux. Se concorda com todos os termos\n"
+"presentes, active a caixa \"%s\". Se não, pode clicar no botão \"%s\"\n"
"para reiniciar o seu computador."
#: help.pm:17
#, c-format
msgid ""
-"GNU/Linux is a multi-user system which means each user can have his "
-"or her\n"
-"own preferences, own files and so on. But unlike \"root\", who is "
-"the\n"
+"GNU/Linux is a multi-user system which means each user can have his or her\n"
+"own preferences, own files and so on. But unlike \"root\", who is the\n"
"system administrator, the users you add at this point will not be "
"authorized\n"
-"to change anything except their own files and their own "
-"configurations,\n"
-"protecting the system from unintentional or malicious changes which "
-"could\n"
-"impact on the system as a whole. You'll have to create at least one "
-"regular\n"
-"user for yourself -- this is the account which you should use for "
-"routine,\n"
-"day-to-day usage. Although it's very easy to log in as \"root\" to "
-"do\n"
-"anything and everything, it may also be very dangerous! A very "
-"simple\n"
-"mistake could mean that your system will not work any more. If you "
-"make a\n"
-"serious mistake as a regular user, the worst that can happen is that "
-"you'll\n"
+"to change anything except their own files and their own configurations,\n"
+"protecting the system from unintentional or malicious changes which could\n"
+"impact on the system as a whole. You'll have to create at least one regular\n"
+"user for yourself -- this is the account which you should use for routine,\n"
+"day-to-day usage. Although it's very easy to log in as \"root\" to do\n"
+"anything and everything, it may also be very dangerous! A very simple\n"
+"mistake could mean that your system will not work any more. If you make a\n"
+"serious mistake as a regular user, the worst that can happen is that you'll\n"
"lose some information, but you will not affect the entire system.\n"
"\n"
-"The first field asks you for a real name. Of course, this is not "
-"mandatory\n"
-"-- you can actually enter whatever you like. DrakX will use the "
-"first word\n"
-"you type in this field and copy it to the \"%s\" one, which is the "
-"name\n"
-"this user will enter to log onto the system. If you like, you may "
-"override\n"
-"the default and change the user name. The next step is to enter a "
-"password.\n"
-"From a security point of view, a non-privileged (regular) user "
-"password is\n"
-"not as crucial as the \"root\" password, but that's no reason to "
-"neglect it\n"
-"by making it blank or too simple: after all, your files could be the "
-"ones\n"
+"The first field asks you for a real name. Of course, this is not mandatory\n"
+"-- you can actually enter whatever you like. DrakX will use the first word\n"
+"you type in this field and copy it to the \"%s\" one, which is the name\n"
+"this user will enter to log onto the system. If you like, you may override\n"
+"the default and change the user name. The next step is to enter a password.\n"
+"From a security point of view, a non-privileged (regular) user password is\n"
+"not as crucial as the \"root\" password, but that's no reason to neglect it\n"
+"by making it blank or too simple: after all, your files could be the ones\n"
"at risk.\n"
"\n"
-"Once you click on \"%s\", you can add other users. Add a user for "
-"each one\n"
-"of your friends, your father, your sister, etc. Click \"%s\" when "
-"you're\n"
+"Once you click on \"%s\", you can add other users. Add a user for each one\n"
+"of your friends, your father, your sister, etc. Click \"%s\" when you're\n"
"finished adding users.\n"
"\n"
-"Clicking the \"%s\" button allows you to change the default \"shell"
-"\" for\n"
+"Clicking the \"%s\" button allows you to change the default \"shell\" for\n"
"that user (bash by default).\n"
"\n"
-"When you're finished adding users, you'll be asked to choose a user "
-"who\n"
-"will be automatically logged into the system when the computer boots "
-"up. If\n"
+"When you're finished adding users, you'll be asked to choose a user who\n"
+"will be automatically logged into the system when the computer boots up. If\n"
"you're interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click "
-"on\n"
-"\"%s\". If you're not interested in this feature, uncheck the \"%s\" "
-"box."
+"security), choose the desired user and window manager, then click on\n"
+"\"%s\". If you're not interested in this feature, uncheck the \"%s\" box."
msgstr ""
"GNU/Linux é um sistema multi-utilizador, o que significa que cada "
"utilizador\n"
-"tem as suas próprias preferências, ficheiros e por aí a fora. Mas ao "
-"invés\n"
-"do root, que é o administrador do sistema, os utilizadores que "
-"adiciona\n"
-"neste ponto não serão autorizador a fazer qualquer mudança, excepto "
-"os\n"
-"seus próprios ficheiros e configurações, protegendo o sistema de "
-"mudanças\n"
-"desintencionais ou maliciosas que poderiam ter impacto. Vai ter que "
-"criar\n"
-"pelo menos um utilizador regular para si próprio -- esta é a conta "
-"que pode\n"
-"usar por rotina, no dia-à-dia. Contudo é muito fácil entrar como "
-"root,\n"
+"tem as suas próprias preferências, ficheiros e por aí a fora. Mas ao invés\n"
+"do root, que é o administrador do sistema, os utilizadores que adiciona\n"
+"neste ponto não serão autorizador a fazer qualquer mudança, excepto os\n"
+"seus próprios ficheiros e configurações, protegendo o sistema de mudanças\n"
+"desintencionais ou maliciosas que poderiam ter impacto. Vai ter que criar\n"
+"pelo menos um utilizador regular para si próprio -- esta é a conta que pode\n"
+"usar por rotina, no dia-à-dia. Contudo é muito fácil entrar como root,\n"
"para fazer o que quer que seja, pode também ser muito perigoso! Um\n"
-"simples erro pode significar que o seu sistema não volte a "
-"trabalhar.\n"
+"simples erro pode significar que o seu sistema não volte a trabalhar.\n"
"Se cometer um erro sério como utilizador regular, o pior que pode\n"
"acontecer, é que possa perder alguma informação, mas não afectará\n"
"todo o sistema.\n"
"\n"
-"O primeiro campo pergunta por um nome real. Claro que não é "
-"imperativo\n"
-"-- realmente até pode digitar o que quiser. O DrakX irá usar a "
-"primeira\n"
+"O primeiro campo pergunta por um nome real. Claro que não é imperativo\n"
+"-- realmente até pode digitar o que quiser. O DrakX irá usar a primeira\n"
"palavra que digitar neste campo e copiá-la para este campo \"%s\",\n"
-"que é o nome que este utilizador irá digitar para fazer se "
-"autenticar no\n"
-"sistema. O próximo passo é para digitar uma senha. De um posto de "
-"vista\n"
-"seguro, uma senha de um utilizador não privilegiado (regular) não é "
-"crucial\n"
+"que é o nome que este utilizador irá digitar para fazer se autenticar no\n"
+"sistema. O próximo passo é para digitar uma senha. De um posto de vista\n"
+"seguro, uma senha de um utilizador não privilegiado (regular) não é crucial\n"
"como uma senha \"root\", mas não há razão para negligenciar a senha\n"
-"fazendo-a demasiado simples, ou simplesmente deixar em branco: "
-"claro\n"
+"fazendo-a demasiado simples, ou simplesmente deixar em branco: claro\n"
"que seriam os seus ficheiros que ficariam em risco.\n"
"\n"
-"Assim que clicar em \"%s\",pode adicionar outros utilizadores. "
-"Adicionar\n"
-"um utilizador para cada um dos seus amigos, o seu pai, a sua irmã, "
-"etc.\n"
+"Assim que clicar em \"%s\",pode adicionar outros utilizadores. Adicionar\n"
+"um utilizador para cada um dos seus amigos, o seu pai, a sua irmã, etc.\n"
"Clique em \"%s\" sempre que acabar de adicionar um utilizador.\n"
-"Ao clicar em \"%s\" permite-lhe mudar a \"shell\" predefinida para "
-"esse\n"
+"Ao clicar em \"%s\" permite-lhe mudar a \"shell\" predefinida para esse\n"
"utilizador (bash por omissão).\n"
"\n"
-"Quando terminar de adicionar utilizadores, será-lhe dado a escolher "
-"um\n"
-"utilizador que entrará automáticamente no sistema quando o "
-"computador\n"
+"Quando terminar de adicionar utilizadores, será-lhe dado a escolher um\n"
+"utilizador que entrará automáticamente no sistema quando o computador\n"
"arrancar. Se está interessado nessa opção (e não se importa com a\n"
-"segurança local), escolha o utilizador desejado e o gestor de "
-"janelas,\n"
+"segurança local), escolha o utilizador desejado e o gestor de janelas,\n"
"depois clique em \"%s\".\n"
"Se não está interessado nesta opção, desmarque a caixa \"%s\"."
@@ -4139,7 +4010,7 @@ msgstr "Nome de utilizador"
#: help.pm:51 help.pm:431 help.pm:681 install_interactive.pm:176
#: install_steps_gtk.pm:237 install_steps_gtk.pm:682 interactive.pm:436
#: interactive/newt.pm:321 network/thirdparty.pm:385
-#: printer/printerdrake.pm:3861 standalone/drakTermServ:404
+#: printer/printerdrake.pm:3884 standalone/drakTermServ:412
#: standalone/drakbackup:4085 standalone/drakbackup:4179
#: standalone/drakbackup:4196 standalone/drakbackup:4214 ugtk2.pm:490
#, c-format
@@ -4154,279 +4025,197 @@ msgstr "Deseja usar esta opção?"
#: help.pm:54
#, c-format
msgid ""
-"Listed here are the existing Linux partitions detected on your hard "
-"drive.\n"
-"You can keep the choices made by the wizard, since they are good for "
-"most\n"
-"common installations. If you make any changes, you must at least "
-"define a\n"
-"root partition (\"/\"). Do not choose too small a partition or you "
-"will not\n"
-"be able to install enough software. If you want to store your data "
-"on a\n"
-"separate partition, you will also need to create a \"/home\" "
-"partition\n"
-"(only possible if you have more than one Linux partition "
-"available).\n"
+"Listed here are the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
"\n"
"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
"\n"
"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
"\"partition number\" (for example, \"hda1\").\n"
"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard "
-"drive and\n"
+"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
"\"sd\" if it is a SCSI hard drive.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For "
-"IDE\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller"
-"\";\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller"
-"\".\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" "
-"means\n"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
"\"second lowest SCSI ID\", etc."
msgstr ""
-"Aqui estão listadas partições Linux existentes detectadas no seu "
-"disco.\n"
-"Pode manter as escolhas feitas pelo assistente, desde que sejam "
-"boas\n"
-"para a maioria das instalações comuns. Se fizer alguma alteração, "
-"tem\n"
-"que pelo menos definir uma partição root (\"/\"). Não escolha uma "
-"partição\n"
+"Aqui estão listadas partições Linux existentes detectadas no seu disco.\n"
+"Pode manter as escolhas feitas pelo assistente, desde que sejam boas\n"
+"para a maioria das instalações comuns. Se fizer alguma alteração, tem\n"
+"que pelo menos definir uma partição root (\"/\"). Não escolha uma partição\n"
"demasiado pequena ou não será capaz de instalar todo o software.\n"
"Se quiser guardar os seus dados numa partição separada, irá também\n"
-"precisar de criar uma partição \"/home\" (apenas possível se tiver "
-"mais\n"
+"precisar de criar uma partição \"/home\" (apenas possível se tiver mais\n"
"do que uma parição Linux disponível).\n"
"\n"
"Cada partição é listada como se segue: \"Nome\", \"Capacidade\".\n"
"\n"
-"O \"Nome\" está estruturado: \"tipo do dispositivo do disco\", "
-"\"número do\n"
+"O \"Nome\" está estruturado: \"tipo do dispositivo do disco\", \"número do\n"
"dispositivo\", \"número da partição\" (por exemplo, \"hda1\").\n"
"\n"
-"\"O tipo do dispositivo do disco\" é \"hd\" se o controlador do "
-"disco for\n"
+"\"O tipo do dispositivo do disco\" é \"hd\" se o controlador do disco for\n"
"um dispositivo IDE e \"sd\" se for um dispositivo SCSI.\n"
"\n"
-"\"O número do dispositivo do disco\" é sempre uma letra a seguir a "
-"\"hd\"\n"
+"\"O número do dispositivo do disco\" é sempre uma letra a seguir a \"hd\"\n"
"ou \"sd\". Para os dispositivos IDE:\n"
"\n"
-" * \"a\" significa \"dispositivo principal (master) do disco no "
-"primeiro\n"
+" * \"a\" significa \"dispositivo principal (master) do disco no primeiro\n"
"controlador IDE\";\n"
"\n"
-" * \"b\" significa \"dispositivo secundário (slave) do disco no "
-"primeiro\n"
+" * \"b\" significa \"dispositivo secundário (slave) do disco no primeiro\n"
"controlador IDE\";\n"
"\n"
-" * \"c\" significa \"dispositivo principal (master) do disco no "
-"segundo\n"
+" * \"c\" significa \"dispositivo principal (master) do disco no segundo\n"
"controlador IDE\";\n"
"\n"
-" * \"d\" significa \"dispositivo secundário (slave) do disco no "
-"segundo\n"
+" * \"d\" significa \"dispositivo secundário (slave) do disco no segundo\n"
"controlador IDE\".\n"
"\n"
-"Com os dispositivos SCSI, um \"a\" significa \"ID SCSI mais baixo\", "
-"um\n"
+"Com os dispositivos SCSI, um \"a\" significa \"ID SCSI mais baixo\", um\n"
"\"b\" significa \"ID SCSI segundo mais baixo\", etc."
#: help.pm:85
#, c-format
msgid ""
-"The Mandriva Linux installation is distributed on several CD-ROMs. "
-"If a\n"
-"selected package is located on another CD-ROM, DrakX will eject the "
-"current\n"
-"CD and ask you to insert the required one. If you do not have the "
-"requested\n"
-"CD at hand, just click on \"%s\", the corresponding packages will "
-"not be\n"
+"The Mandriva Linux installation is distributed on several CD-ROMs. If a\n"
+"selected package is located on another CD-ROM, DrakX will eject the current\n"
+"CD and ask you to insert the required one. If you do not have the requested\n"
+"CD at hand, just click on \"%s\", the corresponding packages will not be\n"
"installed."
msgstr ""
-"A instalação Mandriva Linux é distribuída em vários CD-ROMs. Se um "
-"pacote\n"
-"seleccionado estiver localizado noutro CD-ROM, o DrakX irá ejectar o "
-"actual\n"
-"CD e pedir para inserir o CD pedido. Se não tiver o CD em questão à "
-"mão,\n"
-"clique apenas em \"%s\", os pacote correspondentes não será "
-"instalados."
+"A instalação Mandriva Linux é distribuída em vários CD-ROMs. Se um pacote\n"
+"seleccionado estiver localizado noutro CD-ROM, o DrakX irá ejectar o actual\n"
+"CD e pedir para inserir o CD pedido. Se não tiver o CD em questão à mão,\n"
+"clique apenas em \"%s\", os pacote correspondentes não será instalados."
#: help.pm:92
#, c-format
msgid ""
-"It's now time to specify which programs you wish to install on your "
-"system.\n"
-"There are thousands of packages available for Mandriva Linux, and to "
-"make it\n"
+"It's now time to specify which programs you wish to install on your system.\n"
+"There are thousands of packages available for Mandriva Linux, and to make "
+"it\n"
"simpler to manage, they have been placed into groups of similar\n"
"applications.\n"
"\n"
-"Mandriva Linux sorts package groups in four categories. You can mix "
-"and\n"
-"match applications from the various categories, so a "
-"``Workstation''\n"
-"installation can still have applications from the ``Server'' "
-"category\n"
+"Mandriva Linux sorts package groups in four categories. You can mix and\n"
+"match applications from the various categories, so a ``Workstation''\n"
+"installation can still have applications from the ``Server'' category\n"
"installed.\n"
"\n"
-" * \"%s\": if you plan to use your machine as a workstation, select "
-"one or\n"
+" * \"%s\": if you plan to use your machine as a workstation, select one or\n"
"more of the groups in the workstation category.\n"
"\n"
-" * \"%s\": if you plan on using your machine for programming, select "
-"the\n"
-"appropriate groups from that category. The special \"LSB\" group "
-"will\n"
-"configure your system so that it complies as much as possible with "
-"the\n"
+" * \"%s\": if you plan on using your machine for programming, select the\n"
+"appropriate groups from that category. The special \"LSB\" group will\n"
+"configure your system so that it complies as much as possible with the\n"
"Linux Standard Base specifications.\n"
"\n"
-" Selecting the \"LSB\" group will also install the \"2.4\" kernel "
-"series,\n"
-"instead of the default \"2.6\" one. This is to ensure 100%%-LSB "
-"compliance\n"
-"of the system. However, if you do not select the \"LSB\" group you "
-"will\n"
+" Selecting the \"LSB\" group will also install the \"2.4\" kernel series,\n"
+"instead of the default \"2.6\" one. This is to ensure 100%%-LSB compliance\n"
+"of the system. However, if you do not select the \"LSB\" group you will\n"
"still have a system which is nearly 100%% LSB-compliant.\n"
"\n"
-" * \"%s\": if your machine is intended to be a server, select which "
-"of the\n"
+" * \"%s\": if your machine is intended to be a server, select which of the\n"
"more common services you wish to install on your machine.\n"
"\n"
" * \"%s\": this is where you will choose your preferred graphical\n"
-"environment. At least one must be selected if you want to have a "
-"graphical\n"
+"environment. At least one must be selected if you want to have a graphical\n"
"interface available.\n"
"\n"
-"Moving the mouse cursor over a group name will display a short "
-"explanatory\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
"text about that group.\n"
"\n"
-"You can check the \"%s\" box, which is useful if you're familiar "
-"with the\n"
-"packages being offered or if you want to have total control over "
-"what will\n"
+"You can check the \"%s\" box, which is useful if you're familiar with the\n"
+"packages being offered or if you want to have total control over what will\n"
"be installed.\n"
"\n"
-"If you start the installation in \"%s\" mode, you can deselect all "
-"groups\n"
-"and prevent the installation of any new packages. This is useful "
-"for\n"
+"If you start the installation in \"%s\" mode, you can deselect all groups\n"
+"and prevent the installation of any new packages. This is useful for\n"
"repairing or updating an existing system.\n"
"\n"
-"If you deselect all groups when performing a regular installation "
-"(as\n"
-"opposed to an upgrade), a dialog will pop up suggesting different "
-"options\n"
+"If you deselect all groups when performing a regular installation (as\n"
+"opposed to an upgrade), a dialog will pop up suggesting different options\n"
"for a minimal installation:\n"
"\n"
-" * \"%s\": install the minimum number of packages possible to have "
-"a\n"
+" * \"%s\": install the minimum number of packages possible to have a\n"
"working graphical desktop.\n"
"\n"
" * \"%s\": installs the base system plus basic utilities and their\n"
-"documentation. This installation is suitable for setting up a "
-"server.\n"
-"\n"
-" * \"%s\": will install the absolute minimum number of packages "
-"necessary\n"
-"to get a working Linux system. With this installation you will only "
-"have a\n"
-"command-line interface. The total size of this installation is about "
-"65\n"
+"documentation. This installation is suitable for setting up a server.\n"
+"\n"
+" * \"%s\": will install the absolute minimum number of packages necessary\n"
+"to get a working Linux system. With this installation you will only have a\n"
+"command-line interface. The total size of this installation is about 65\n"
"megabytes."
msgstr ""
"É agora tempo de especificar que programas deseja instalar no seu\n"
-"sistema. Há centenas de pacotes disponíveis para o Mandriva Linux, e "
-"para\n"
-" simplificar a gestão, foram colocados em grupos de aplicações "
-"similares.\n"
-"\n"
-"O Mandriva Linux classifica os grupos de pacotes em quatro "
-"categorias.\n"
-"Pode misturar e combinar aplicações de várias categorias, para que "
-"a\n"
-"instalação de uma ``Estação de trabalho'' possa ainda ter aplicações "
-"da\n"
+"sistema. Há centenas de pacotes disponíveis para o Mandriva Linux, e para\n"
+" simplificar a gestão, foram colocados em grupos de aplicações similares.\n"
+"\n"
+"O Mandriva Linux classifica os grupos de pacotes em quatro categorias.\n"
+"Pode misturar e combinar aplicações de várias categorias, para que a\n"
+"instalação de uma ``Estação de trabalho'' possa ainda ter aplicações da\n"
"categoria ``Servidor'' instaladas.\n"
"\n"
-" * \"%s\": se planeia usar a sua máquina como uma estação de "
-"trabalho,\n"
+" * \"%s\": se planeia usar a sua máquina como uma estação de trabalho,\n"
"escolha um ou mais dos grupos dessa mesma categoria.\n"
"\n"
-" * \"%s\": se planeia usar a sua máquina para programar, seleccione "
-"os\n"
-"grupos apropriados dentro dessa categoria. O grupo especial \"LSB\" "
-"irá\n"
+" * \"%s\": se planeia usar a sua máquina para programar, seleccione os\n"
+"grupos apropriados dentro dessa categoria. O grupo especial \"LSB\" irá\n"
"configurar o seu sistema para que cumpra o mais possível com as \n"
"especificações Linux Standard Base.\n"
"\n"
-" Ao seleccionar o grupo \"LSB\" irá também instalar as séries "
-"kernel \"2.4\",\n"
-"em vez do \"2.6\" predefinido. Isto é para garantir concordância 100%"
-"%- LSB\n"
-"do sistema. No entanto, se não seleccionar o grupo \"LSB\", terá na "
-"mesma\n"
+" Ao seleccionar o grupo \"LSB\" irá também instalar as séries kernel \"2.4"
+"\",\n"
+"em vez do \"2.6\" predefinido. Isto é para garantir concordância 100%%- LSB\n"
+"do sistema. No entanto, se não seleccionar o grupo \"LSB\", terá na mesma\n"
"um sistema que é 100%% LSB-concordante.\n"
"\n"
-" * \"%s\": se pretende que a sua máquina seja um servidor, "
-"seleccione\n"
+" * \"%s\": se pretende que a sua máquina seja um servidor, seleccione\n"
"qual dos serviços comuns deseja instalar.\n"
"\n"
-" * \"%s\": aqui é onde irá escolher o seu ambiente gráfico "
-"preferido. Pelo\n"
-" menos deve ser seleccionado se deseja ter um interface gráfico "
-"disponível.\n"
+" * \"%s\": aqui é onde irá escolher o seu ambiente gráfico preferido. Pelo\n"
+" menos deve ser seleccionado se deseja ter um interface gráfico disponível.\n"
"\n"
-"Movendo o cursor do rato sobre o nome de um grupo, irá mostrar um "
-"breve\n"
+"Movendo o cursor do rato sobre o nome de um grupo, irá mostrar um breve\n"
"texto explanatório acerca desse grupo.\n"
"\n"
-"Pode seleccionar a caixa \"%s\", que é útil se está familiarizado "
-"com os\n"
-"pacotes oferecidos ou se quer ter controle total sobre o que é "
-"instalado.\n"
+"Pode seleccionar a caixa \"%s\", que é útil se está familiarizado com os\n"
+"pacotes oferecidos ou se quer ter controle total sobre o que é instalado.\n"
"\n"
-"Se iniciar a instalação em modo \"%s\", pode desseleccionar todos "
-"os\n"
-"grupos e prevenir a instalação de novos pacotes. Isto é útil para "
-"reparar\n"
+"Se iniciar a instalação em modo \"%s\", pode desseleccionar todos os\n"
+"grupos e prevenir a instalação de novos pacotes. Isto é útil para reparar\n"
"ou actualizar um sistema existente.\n"
"\n"
-"Se desseleccionar todos os grupos quando executa uma instalação "
-"regular\n"
-"(em oposição a uma actualização), um diálogo irá aparecer a "
-"sugestionar\n"
+"Se desseleccionar todos os grupos quando executa uma instalação regular\n"
+"(em oposição a uma actualização), um diálogo irá aparecer a sugestionar\n"
"opções diferentes para uma instalação mínima:\n"
"\n"
" * \"%s\": instala o número mínimo de pacotes possíveis para ter um\n"
"ambiente gráfico instalado.\n"
"\n"
" * \"%s\": instala o sistema base mais utilidades básicas e a sua\n"
-"documentação. Esta instalação é apropriada para configurar um "
-"servidor.\n"
-"\n"
-" * \"%s\": irá instalar o número mínimo absoluto de pacotes "
-"necessários\n"
-"para ter um sistema Linux funcional. Com esta instalação irá apenas "
-"ter um\n"
-"interface de linha de comandos. O tamanho total desta instalação é "
-"cerca\n"
+"documentação. Esta instalação é apropriada para configurar um servidor.\n"
+"\n"
+" * \"%s\": irá instalar o número mínimo absoluto de pacotes necessários\n"
+"para ter um sistema Linux funcional. Com esta instalação irá apenas ter um\n"
+"interface de linha de comandos. O tamanho total desta instalação é cerca\n"
"de 65 megabytes."
#: help.pm:146 share/compssUsers.pl:24
@@ -4473,111 +4262,72 @@ msgstr "Verdadeira instalação mínima"
#: help.pm:149
#, c-format
msgid ""
-"If you choose to install packages individually, the installer will "
-"present\n"
-"a tree containing all packages classified by groups and subgroups. "
-"While\n"
-"browsing the tree, you can select entire groups, subgroups, or "
-"individual\n"
+"If you choose to install packages individually, the installer will present\n"
+"a tree containing all packages classified by groups and subgroups. While\n"
+"browsing the tree, you can select entire groups, subgroups, or individual\n"
"packages.\n"
"\n"
-"Whenever you select a package on the tree, a description will appear "
-"on the\n"
+"Whenever you select a package on the tree, a description will appear on the\n"
"right to let you know the purpose of that package.\n"
"\n"
-"!! If a server package has been selected, either because you "
-"specifically\n"
-"chose the individual package or because it was part of a group of "
-"packages,\n"
+"!! If a server package has been selected, either because you specifically\n"
+"chose the individual package or because it was part of a group of packages,\n"
"you'll be asked to confirm that you really want those servers to be\n"
-"installed. By default Mandriva Linux will automatically start any "
-"installed\n"
-"services at boot time. Even if they are safe and have no known "
-"issues at\n"
+"installed. By default Mandriva Linux will automatically start any installed\n"
+"services at boot time. Even if they are safe and have no known issues at\n"
"the time the distribution was shipped, it is entirely possible that\n"
-"security holes were discovered after this version of Mandriva Linux "
-"was\n"
-"finalized. If you do not know what a particular service is supposed "
-"to do or\n"
-"why it's being installed, then click \"%s\". Clicking \"%s\" will "
-"install\n"
-"the listed services and they will be started automatically at boot "
-"time. !!\n"
-"\n"
-"The \"%s\" option is used to disable the warning dialog which "
-"appears\n"
+"security holes were discovered after this version of Mandriva Linux was\n"
+"finalized. If you do not know what a particular service is supposed to do "
+"or\n"
+"why it's being installed, then click \"%s\". Clicking \"%s\" will install\n"
+"the listed services and they will be started automatically at boot time. !!\n"
+"\n"
+"The \"%s\" option is used to disable the warning dialog which appears\n"
"whenever the installer automatically selects a package to resolve a\n"
-"dependency issue. Some packages depend on others and the "
-"installation of\n"
-"one particular package may require the installation of another "
-"package. The\n"
-"installer can determine which packages are required to satisfy a "
-"dependency\n"
+"dependency issue. Some packages depend on others and the installation of\n"
+"one particular package may require the installation of another package. The\n"
+"installer can determine which packages are required to satisfy a dependency\n"
"to successfully complete the installation.\n"
"\n"
-"The tiny floppy disk icon at the bottom of the list allows you to "
-"load a\n"
-"package list created during a previous installation. This is useful "
-"if you\n"
-"have a number of machines that you wish to configure identically. "
-"Clicking\n"
-"on this icon will ask you to insert the floppy disk created at the "
-"end of\n"
-"another installation. See the second tip of the last step on how to "
-"create\n"
+"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
+"package list created during a previous installation. This is useful if you\n"
+"have a number of machines that you wish to configure identically. Clicking\n"
+"on this icon will ask you to insert the floppy disk created at the end of\n"
+"another installation. See the second tip of the last step on how to create\n"
"such a floppy."
msgstr ""
-"Se escolheu instalar pacotes individualmente, o instalador irá "
-"apresentar\n"
-"uma árvore contendo todos os pacotes classificados por grupos e "
-"subgrupos.\n"
-"Enquanto pesquisa na árvore, pode seleccionar grupos inteiros, "
-"subgrupos,\n"
+"Se escolheu instalar pacotes individualmente, o instalador irá apresentar\n"
+"uma árvore contendo todos os pacotes classificados por grupos e subgrupos.\n"
+"Enquanto pesquisa na árvore, pode seleccionar grupos inteiros, subgrupos,\n"
"ou pacotes individuais.\n"
"\n"
-"Sempre que seleccionar um pacote na árvore, uma descrição irá "
-"aparecer\n"
+"Sempre que seleccionar um pacote na árvore, uma descrição irá aparecer\n"
"à sua direita para o informar acerca do propósito desse pacote.\n"
"\n"
"!! Se um pacote servidor foi seleccionado, ou porque escolheu\n"
-"especificamente o pacote individual ou porque fazia parte de um "
-"grupo de\n"
-"pacotes, será-lhe pedido para confirmar que realmente quer que "
-"esses\n"
+"especificamente o pacote individual ou porque fazia parte de um grupo de\n"
+"pacotes, será-lhe pedido para confirmar que realmente quer que esses\n"
"servidores sejam instalados. Por omissão o Mandriva Linux irá\n"
-"automaticamente iniciar qualquer serviço instalado no arranque. "
-"Mesmo\n"
-"que sejam seguros e não tenham qualquer problema conhecido na "
-"altura\n"
-"da saída da distribuição, é bem possível que sejam descobertos "
-"'buracos'\n"
-"na segurança a seguir à finalização desta versão Mandriva Linux. Se "
-"não\n"
-"souber que serviço particular é suposto fazer ou porque é instalado, "
-"então\n"
-"clique em \"%s\". Ao clicar em \"%s\" irá instalar os serviços "
-"listados e\n"
+"automaticamente iniciar qualquer serviço instalado no arranque. Mesmo\n"
+"que sejam seguros e não tenham qualquer problema conhecido na altura\n"
+"da saída da distribuição, é bem possível que sejam descobertos 'buracos'\n"
+"na segurança a seguir à finalização desta versão Mandriva Linux. Se não\n"
+"souber que serviço particular é suposto fazer ou porque é instalado, então\n"
+"clique em \"%s\". Ao clicar em \"%s\" irá instalar os serviços listados e\n"
"serºao iniciados automaticamente no arranque. !!\n"
"\n"
"A opção \"%s\" é usada para desactivar o dialogo de aviso que\n"
"aparece sempre que o instalador escolhe automaticamente um pacote\n"
"para resolver problemas de dependências. alguns pacotes dependem de\n"
-"outros e a instalação de um determinado pacote pode requerer a "
-"instalação\n"
-"de outro pacote. O instalador pode determinar que pacotes são "
-"necessários\n"
-"para satisfazer uma dependência para terminar com sucesso a "
-"instalação.\n"
+"outros e a instalação de um determinado pacote pode requerer a instalação\n"
+"de outro pacote. O instalador pode determinar que pacotes são necessários\n"
+"para satisfazer uma dependência para terminar com sucesso a instalação.\n"
"\n"
-"O pequeno ícone de disquete no fundo desta lista permite-lhe "
-"carregar uma\n"
-"lista de pacotes escolhida durante uma instalação anterior. Isto é "
-"útil se\n"
+"O pequeno ícone de disquete no fundo desta lista permite-lhe carregar uma\n"
+"lista de pacotes escolhida durante uma instalação anterior. Isto é útil se\n"
"tiver um número de máquinas que deseja configurar identicamente. Ao\n"
-"clicar neste ícone irá-lhe pedir para inserir uma disquete criada no "
-"fim\n"
-"de outra instalação. Veja a segunda dica do último passo sobre como "
-"criar\n"
+"clicar neste ícone irá-lhe pedir para inserir uma disquete criada no fim\n"
+"de outra instalação. Veja a segunda dica do último passo sobre como criar\n"
"essa disquete."
#: help.pm:180 help.pm:285 help.pm:313 help.pm:444 install_any.pm:944
@@ -4603,22 +4353,16 @@ msgstr "Dependências automáticas"
#: help.pm:183
#, c-format
msgid ""
-"\"%s\": clicking on the \"%s\" button will open the printer "
-"configuration\n"
-"wizard. Consult the corresponding chapter of the ``Starter Guide'' "
-"for more\n"
-"information on how to set up a new printer. The interface presented "
-"in our\n"
+"\"%s\": clicking on the \"%s\" button will open the printer configuration\n"
+"wizard. Consult the corresponding chapter of the ``Starter Guide'' for more\n"
+"information on how to set up a new printer. The interface presented in our\n"
"manual is similar to the one used during installation."
msgstr ""
-"\"%s\": ao clicar no botão \"%s\"irá iniciar o assistente de "
-"configuração de\n"
-"impressoras. Consulte o capítulo correspondente no ''Guia do "
-"Utilizador''\n"
-"para obter mais informações sobre como configurar uma nova "
-"impressora.\n"
-"O interface apresentado no nosso manual é semelhante ao usado "
-"durante\n"
+"\"%s\": ao clicar no botão \"%s\"irá iniciar o assistente de configuração "
+"de\n"
+"impressoras. Consulte o capítulo correspondente no ''Guia do Utilizador''\n"
+"para obter mais informações sobre como configurar uma nova impressora.\n"
+"O interface apresentado no nosso manual é semelhante ao usado durante\n"
"a instalação."
#: help.pm:186 help.pm:566 help.pm:855 install_steps_gtk.pm:595
@@ -4632,45 +4376,34 @@ msgstr "Configurar"
#: help.pm:189
#, c-format
msgid ""
-"This dialog is used to select which services you wish to start at "
-"boot\n"
+"This dialog is used to select which services you wish to start at boot\n"
"time.\n"
"\n"
-"DrakX will list all services available on the current installation. "
-"Review\n"
-"each one of them carefully and uncheck those which are not needed at "
-"boot\n"
+"DrakX will list all services available on the current installation. Review\n"
+"each one of them carefully and uncheck those which are not needed at boot\n"
"time.\n"
"\n"
-"A short explanatory text will be displayed about a service when it "
-"is\n"
-"selected. However, if you're not sure whether a service is useful or "
-"not,\n"
+"A short explanatory text will be displayed about a service when it is\n"
+"selected. However, if you're not sure whether a service is useful or not,\n"
"it is safer to leave the default behavior.\n"
"\n"
-"!! At this stage, be very careful if you intend to use your machine "
-"as a\n"
-"server: you probably do not want to start any services which you do "
-"not need.\n"
-"Please remember that some services can be dangerous if they're "
-"enabled on a\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you probably do not want to start any services which you do not "
+"need.\n"
+"Please remember that some services can be dangerous if they're enabled on a\n"
"server. In general, select only those services you really need. !!"
msgstr ""
-"Este diálogo é usado para escolher que serviços deseja iniciar no "
-"arranque.\n"
+"Este diálogo é usado para escolher que serviços deseja iniciar no arranque.\n"
"\n"
-"O DrakX irá listar todos os serviços disponíveis na actual "
-"instalação\n"
+"O DrakX irá listar todos os serviços disponíveis na actual instalação\n"
"Reveja cada um deles cuidadosamente e desmarque aqueles que não são\n"
"necessários no arranque.\n"
"\n"
"Um breve texto de introdução será mostrado acerca do serviço quando\n"
-"este é seleccionado. No entanto, se não tem certeza se o serviço é "
-"útil\n"
+"este é seleccionado. No entanto, se não tem certeza se o serviço é útil\n"
"ou não, é mais seguro deixa-lo como estava.\n"
"\n"
-"!! Nesta altura, tenha muito cuidado se deseja usar a sua máquina "
-"como\n"
+"!! Nesta altura, tenha muito cuidado se deseja usar a sua máquina como\n"
"um servidor: provavelmente não quererá iniciar qualquer serviço que\n"
"não conheça. Por favor lembre-se que alguns serviços podem ser\n"
"perigosos se forem activados num servidor. Em geral, seleccione\n"
@@ -4679,26 +4412,18 @@ msgstr ""
#: help.pm:206
#, c-format
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates "
-"it to\n"
-"local time according to the time zone you selected. If the clock on "
-"your\n"
-"motherboard is set to local time, you may deactivate this by "
-"unselecting\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
+"local time according to the time zone you selected. If the clock on your\n"
+"motherboard is set to local time, you may deactivate this by unselecting\n"
"\"%s\", which will let GNU/Linux know that the system clock and the\n"
-"hardware clock are in the same time zone. This is useful when the "
-"machine\n"
+"hardware clock are in the same time zone. This is useful when the machine\n"
"also hosts another operating system.\n"
"\n"
"The \"%s\" option will automatically regulate the system clock by\n"
-"connecting to a remote time server on the Internet. For this feature "
-"to\n"
-"work, you must have a working Internet connection. We recommend that "
-"you\n"
-"choose a time server located near you. This option actually installs "
-"a time\n"
-"server which can be used by other machines on your local network as "
-"well."
+"connecting to a remote time server on the Internet. For this feature to\n"
+"work, you must have a working Internet connection. We recommend that you\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server which can be used by other machines on your local network as well."
msgstr ""
"O GNU/Linux gere o tempo em GMT (Greenwich Mean Time) e traduz em\n"
"hora local conforme a zona que escolheu. Se o relógio da sua placa mãe\n"
@@ -4729,16 +4454,12 @@ msgstr "Sincronização automática da hora"
msgid ""
"Graphic Card\n"
"\n"
-" The installer will normally automatically detect and configure "
-"the\n"
-"graphic card installed on your machine. If this is not correct, you "
-"can\n"
+" The installer will normally automatically detect and configure the\n"
+"graphic card installed on your machine. If this is not correct, you can\n"
"choose from this list the card you actually have installed.\n"
"\n"
-" In the situation where different servers are available for your "
-"card,\n"
-"with or without 3D acceleration, you're asked to choose the server "
-"which\n"
+" In the situation where different servers are available for your card,\n"
+"with or without 3D acceleration, you're asked to choose the server which\n"
"best suits your needs."
msgstr ""
"Placa Gráfica\n"
@@ -4747,57 +4468,46 @@ msgstr ""
"a placa gráfica instalada na sua máquina. Se isto não é correcto,\n"
"pode escolher da lista a placa que tem instalada.\n"
"\n"
-" Na caso caso de existirem vários servidores disponíveis para a "
-"sua placa,\n"
+" Na caso caso de existirem vários servidores disponíveis para a sua "
+"placa,\n"
"com ou sem aceleração 3D, ser-lhe-á pedido que escolha o servidor\n"
"que melhor sirva as suas necessidades."
#: help.pm:231
#, c-format
msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical "
-"interface\n"
+"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
"WindowMaker, etc.) bundled with Mandriva Linux rely upon.\n"
"\n"
-"You'll see a list of different parameters to change to get an "
-"optimal\n"
+"You'll see a list of different parameters to change to get an optimal\n"
"graphical display.\n"
"\n"
"Graphic Card\n"
"\n"
-" The installer will normally automatically detect and configure "
-"the\n"
-"graphic card installed on your machine. If this is not correct, you "
-"can\n"
+" The installer will normally automatically detect and configure the\n"
+"graphic card installed on your machine. If this is not correct, you can\n"
"choose from this list the card you actually have installed.\n"
"\n"
-" In the situation where different servers are available for your "
-"card,\n"
-"with or without 3D acceleration, you're asked to choose the server "
-"which\n"
+" In the situation where different servers are available for your card,\n"
+"with or without 3D acceleration, you're asked to choose the server which\n"
"best suits your needs.\n"
"\n"
"\n"
"\n"
"Monitor\n"
"\n"
-" Normally the installer will automatically detect and configure "
-"the\n"
-"monitor connected to your machine. If it is not correct, you can "
-"choose\n"
+" Normally the installer will automatically detect and configure the\n"
+"monitor connected to your machine. If it is not correct, you can choose\n"
"from this list the monitor which is connected to your computer.\n"
"\n"
"\n"
"\n"
"Resolution\n"
"\n"
-" Here you can choose the resolutions and color depths available "
-"for your\n"
-"graphics hardware. Choose the one which best suits your needs (you "
-"will be\n"
-"able to make changes after the installation). A sample of the "
-"chosen\n"
+" Here you can choose the resolutions and color depths available for your\n"
+"graphics hardware. Choose the one which best suits your needs (you will be\n"
+"able to make changes after the installation). A sample of the chosen\n"
"configuration is shown in the monitor picture.\n"
"\n"
"\n"
@@ -4807,14 +4517,10 @@ msgid ""
" Depending on your hardware, this entry might not appear.\n"
"\n"
" The system will try to open a graphical screen at the desired\n"
-"resolution. If you see the test message during the test and answer "
-"\"%s\",\n"
-"then DrakX will proceed to the next step. If you do not see it, then "
-"it\n"
-"means that some part of the auto-detected configuration was "
-"incorrect and\n"
-"the test will automatically end after 12 seconds and return you to "
-"the\n"
+"resolution. If you see the test message during the test and answer \"%s\",\n"
+"then DrakX will proceed to the next step. If you do not see it, then it\n"
+"means that some part of the auto-detected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds and return you to the\n"
"menu. Change settings until you get a correct graphical display.\n"
"\n"
"\n"
@@ -4822,16 +4528,12 @@ msgid ""
"Options\n"
"\n"
" This steps allows you to choose whether you want your machine to\n"
-"automatically switch to a graphical interface at boot. Obviously, "
-"you may\n"
-"want to check \"%s\" if your machine is to act as a server, or if "
-"you were\n"
+"automatically switch to a graphical interface at boot. Obviously, you may\n"
+"want to check \"%s\" if your machine is to act as a server, or if you were\n"
"not successful in getting the display configured."
msgstr ""
-"X (para Sistema X Window) é o coração do interface gráfico GNU/Linux "
-"no\n"
-"qual todos os ambientes gráficos (KDE, GNOME, AfterStep, "
-"WindowMaker,\n"
+"X (para Sistema X Window) é o coração do interface gráfico GNU/Linux no\n"
+"qual todos os ambientes gráficos (KDE, GNOME, AfterStep, WindowMaker,\n"
"etc.) fornecidos com o Mandriva Linux, funcionam.\n"
"\n"
"Irá ver uma lista de parâmetros diferentes para mudar, para poder\n"
@@ -4839,25 +4541,20 @@ msgstr ""
"\n"
"Placa Gráfica\n"
"\n"
-" O instalador irá normalmente detectar e configurar "
-"automaticamente\n"
+" O instalador irá normalmente detectar e configurar automaticamente\n"
"a placa gráfica da sua máquina. Se isto não estiver correcto, pode\n"
"escolher da lista a placa gráfica que tem instalada.\n"
"\n"
-" Se na situação de haver diferentes servidores disponíveis para a "
-"sua\n"
-"placa, com ou sem aceleração 3D, será-lhe dado a escolher o "
-"servidor\n"
+" Se na situação de haver diferentes servidores disponíveis para a sua\n"
+"placa, com ou sem aceleração 3D, será-lhe dado a escolher o servidor\n"
"que melhor sirva as suas necessidades\n"
"\n"
"\n"
"\n"
"Monitor\n"
"\n"
-" Normalmente o instalador irá automáticamente detectar e "
-"configurar o\n"
-"ecrã/monitor ligado á sua máquina. Se não estiver correcto, pode "
-"escolher\n"
+" Normalmente o instalador irá automáticamente detectar e configurar o\n"
+"ecrã/monitor ligado á sua máquina. Se não estiver correcto, pode escolher\n"
"da lista o monitor que está ligado ao seu computador.\n"
"\n"
"\n"
@@ -4875,14 +4572,11 @@ msgstr ""
"\n"
" Dependendo do seu hardware, esta entrada poderá não apareder.\n"
"\n"
-" S sistema irá tentar abrir um ecrã gráfico na resolução "
-"escolhida.\n"
-"Se conseguir ver a mensagem teste durante o teste e responder \"%s"
-"\",\n"
+" S sistema irá tentar abrir um ecrã gráfico na resolução escolhida.\n"
+"Se conseguir ver a mensagem teste durante o teste e responder \"%s\",\n"
"então o DrakX irá proceder á etapa seguinte. Se não o vir, então\n"
"significa que alguma parte da configuração auto detectada está\n"
-"incorrecta e o teste irá acabar automáticamente ao fim de 12 "
-"segundos,\n"
+"incorrecta e o teste irá acabar automáticamente ao fim de 12 segundos,\n"
"e retornará ao menu. Mude as configurações até obtenha a correcta\n"
"disposição gráfica.\n"
"\n"
@@ -4900,17 +4594,14 @@ msgstr ""
msgid ""
"Monitor\n"
"\n"
-" Normally the installer will automatically detect and configure "
-"the\n"
-"monitor connected to your machine. If it is not correct, you can "
-"choose\n"
+" Normally the installer will automatically detect and configure the\n"
+"monitor connected to your machine. If it is not correct, you can choose\n"
"from this list the monitor which is connected to your computer."
msgstr ""
"Monitor\n"
"\n"
" Normalmente o instalador detectar e configurar automaticamente o\n"
-"monitor ligado à sua máquina. Se não estiver correcto, pode escolher "
-"desta\n"
+"monitor ligado à sua máquina. Se não estiver correcto, pode escolher desta\n"
"lista o monitor que está ligado ao computador."
#: help.pm:295
@@ -4918,34 +4609,26 @@ msgstr ""
msgid ""
"Resolution\n"
"\n"
-" Here you can choose the resolutions and color depths available "
-"for your\n"
-"graphics hardware. Choose the one which best suits your needs (you "
-"will be\n"
-"able to make changes after the installation). A sample of the "
-"chosen\n"
+" Here you can choose the resolutions and color depths available for your\n"
+"graphics hardware. Choose the one which best suits your needs (you will be\n"
+"able to make changes after the installation). A sample of the chosen\n"
"configuration is shown in the monitor picture."
msgstr ""
"Resolução\n"
"\n"
-" Aqui pode escolher uma resolução e uma profundidade de cor entre "
-"as\n"
+" Aqui pode escolher uma resolução e uma profundidade de cor entre as\n"
"disponíveis para o seu hardware. Escolha a que melhor se adapta às\n"
-"suas necessidades (poderá, no entanto, alterar após a instalação). "
-"Uma\n"
+"suas necessidades (poderá, no entanto, alterar após a instalação). Uma\n"
"amostra da configuração escolhida será apresentada no monitor."
#: help.pm:303
#, c-format
msgid ""
-"In the situation where different servers are available for your "
-"card, with\n"
-"or without 3D acceleration, you're asked to choose the server which "
-"best\n"
+"In the situation where different servers are available for your card, with\n"
+"or without 3D acceleration, you're asked to choose the server which best\n"
"suits your needs."
msgstr ""
-"Na situação, onde há diferentes servidores disponíveis para a sua "
-"placa,\n"
+"Na situação, onde há diferentes servidores disponíveis para a sua placa,\n"
"com ou sem aceleração 3D, é-lhe pedido que escolha o servidor que\n"
"melhor sirva as suas necessidades."
@@ -4955,10 +4638,8 @@ msgid ""
"Options\n"
"\n"
" This steps allows you to choose whether you want your machine to\n"
-"automatically switch to a graphical interface at boot. Obviously, "
-"you may\n"
-"want to check \"%s\" if your machine is to act as a server, or if "
-"you were\n"
+"automatically switch to a graphical interface at boot. Obviously, you may\n"
+"want to check \"%s\" if your machine is to act as a server, or if you were\n"
"not successful in getting the display configured."
msgstr ""
"Opções\n"
@@ -4967,119 +4648,84 @@ msgstr ""
"automáticamente\n"
"mude para um interface gráfico ao arrancar. Obviamente, pode querer "
"seleccionar\n"
-"\"%s\" se a sua máquina está para agir como um servidor, ou se não "
-"foi bem\n"
+"\"%s\" se a sua máquina está para agir como um servidor, ou se não foi bem\n"
"sucedido a configurar o monitor."
#: help.pm:316
#, c-format
msgid ""
"You now need to decide where you want to install the Mandriva Linux\n"
-"operating system on your hard drive. If your hard drive is empty or "
-"if an\n"
-"existing operating system is using all the available space you will "
-"have to\n"
+"operating system on your hard drive. If your hard drive is empty or if an\n"
+"existing operating system is using all the available space you will have to\n"
"partition the drive. Basically, partitioning a hard drive means to\n"
"logically divide it to create the space needed to install your new\n"
"Mandriva Linux system.\n"
"\n"
-"Because the process of partitioning a hard drive is usually "
-"irreversible\n"
-"and can lead to data losses, partitioning can be intimidating and "
-"stressful\n"
-"for the inexperienced user. Fortunately, DrakX includes a wizard "
-"which\n"
-"simplifies this process. Before continuing with this step, read "
-"through the\n"
+"Because the process of partitioning a hard drive is usually irreversible\n"
+"and can lead to data losses, partitioning can be intimidating and stressful\n"
+"for the inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"simplifies this process. Before continuing with this step, read through the\n"
"rest of this section and above all, take your time.\n"
"\n"
-"Depending on the configuration of your hard drive, several options "
-"are\n"
+"Depending on the configuration of your hard drive, several options are\n"
"available:\n"
"\n"
-" * \"%s\". This option will perform an automatic partitioning of "
-"your blank\n"
+" * \"%s\". This option will perform an automatic partitioning of your blank\n"
"drive(s). If you use this option there will be no further prompts.\n"
"\n"
-" * \"%s\". The wizard has detected one or more existing Linux "
-"partitions on\n"
-"your hard drive. If you want to use them, choose this option. You "
-"will then\n"
-"be asked to choose the mount points associated with each of the "
-"partitions.\n"
-"The legacy mount points are selected by default, and for the most "
-"part it's\n"
+" * \"%s\". The wizard has detected one or more existing Linux partitions on\n"
+"your hard drive. If you want to use them, choose this option. You will then\n"
+"be asked to choose the mount points associated with each of the partitions.\n"
+"The legacy mount points are selected by default, and for the most part it's\n"
"a good idea to keep them.\n"
"\n"
-" * \"%s\". If Microsoft Windows is installed on your hard drive and "
-"takes\n"
-"all the space available on it, you will have to create free space "
-"for\n"
-"GNU/Linux. To do so, you can delete your Microsoft Windows partition "
-"and\n"
-"data (see ``Erase entire disk'' solution) or resize your Microsoft "
-"Windows\n"
-"FAT or NTFS partition. Resizing can be performed without the loss of "
-"any\n"
-"data, provided you've previously defragmented the Windows "
-"partition.\n"
+" * \"%s\". If Microsoft Windows is installed on your hard drive and takes\n"
+"all the space available on it, you will have to create free space for\n"
+"GNU/Linux. To do so, you can delete your Microsoft Windows partition and\n"
+"data (see ``Erase entire disk'' solution) or resize your Microsoft Windows\n"
+"FAT or NTFS partition. Resizing can be performed without the loss of any\n"
+"data, provided you've previously defragmented the Windows partition.\n"
"Backing up your data is strongly recommended. Using this option is\n"
-"recommended if you want to use both Mandriva Linux and Microsoft "
-"Windows on\n"
+"recommended if you want to use both Mandriva Linux and Microsoft Windows on\n"
"the same computer.\n"
"\n"
" Before choosing this option, please understand that after this\n"
-"procedure, the size of your Microsoft Windows partition will be "
-"smaller\n"
-"than when you started. You'll have less free space under Microsoft "
-"Windows\n"
+"procedure, the size of your Microsoft Windows partition will be smaller\n"
+"than when you started. You'll have less free space under Microsoft Windows\n"
"to store your data or to install new software.\n"
"\n"
-" * \"%s\". If you want to delete all data and all partitions present "
-"on\n"
-"your hard drive and replace them with your new Mandriva Linux "
-"system, choose\n"
+" * \"%s\". If you want to delete all data and all partitions present on\n"
+"your hard drive and replace them with your new Mandriva Linux system, "
+"choose\n"
"this option. Be careful, because you will not be able to undo this "
"operation\n"
"after you confirm.\n"
"\n"
-" !! If you choose this option, all data on your disk will be "
-"deleted. !!\n"
+" !! If you choose this option, all data on your disk will be deleted. !!\n"
"\n"
-" * \"%s\". This option appears when the hard drive is entirely taken "
-"by\n"
-"Microsoft Windows. Choosing this option will simply erase everything "
-"on the\n"
+" * \"%s\". This option appears when the hard drive is entirely taken by\n"
+"Microsoft Windows. Choosing this option will simply erase everything on the\n"
"drive and begin fresh, partitioning everything from scratch.\n"
"\n"
-" !! If you choose this option, all data on your disk will be "
-"lost. !!\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-" * \"%s\". Choose this option if you want to manually partition your "
-"hard\n"
-"drive. Be careful -- it is a powerful but dangerous choice and you "
-"can very\n"
+" * \"%s\". Choose this option if you want to manually partition your hard\n"
+"drive. Be careful -- it is a powerful but dangerous choice and you can very\n"
"easily lose all your data. That's why this option is really only\n"
-"recommended if you have done something like this before and have "
-"some\n"
-"experience. For more instructions on how to use the DiskDrake "
-"utility,\n"
-"refer to the ``Managing Your Partitions'' section in the ``Starter "
-"Guide''."
+"recommended if you have done something like this before and have some\n"
+"experience. For more instructions on how to use the DiskDrake utility,\n"
+"refer to the ``Managing Your Partitions'' section in the ``Starter Guide''."
msgstr ""
"Agora precisa decidir onde deseja instalar o sistema operativo\n"
-"Mandriva Linux no seu disco rígido. Se o seu disco rígido estiver "
-"vazio\n"
+"Mandriva Linux no seu disco rígido. Se o seu disco rígido estiver vazio\n"
"ou, se um sistema operativo existente usa todo o espaço disponível,\n"
-"irá ser preciso particionar o disco. Básicamente, particionar um "
-"disco\n"
+"irá ser preciso particionar o disco. Básicamente, particionar um disco\n"
"rígido significa dividi-lo de maneira lógica para criar o espaço\n"
"necessário para instalar o seu novo sistema Mandriva Linux.\n"
"\n"
"Como os efeitos da operação de particionamento são geralmente\n"
"irreversíveis, e pode levar a perda de dados, particionar pode ser\n"
-"intimidante para um utilizador inexperiente. Felizmente, o DrakX "
-"tem\n"
+"intimidante para um utilizador inexperiente. Felizmente, o DrakX tem\n"
"um assistente que simplifica o processo.Antes de avançar para o\n"
"próximo passo lê pelo resto da secção e todo o resto, leve o tempo\n"
"que achar necessário.\n"
@@ -5090,69 +4736,46 @@ msgstr ""
" * \"%s\". Esta opção irá automaticamente particionar o(s) disco(s)\n"
"vazio(s). Se usar esta opção, não irão haver mais perguntas.\n"
"\n"
-" * \"%s\". O assistente detectou uma ou mais partições Linux no "
-"disco\n"
-"rígido. Se as deseja usar, escolha esta opção. Será-lhe então "
-"pedido\n"
+" * \"%s\". O assistente detectou uma ou mais partições Linux no disco\n"
+"rígido. Se as deseja usar, escolha esta opção. Será-lhe então pedido\n"
"para escolher o ponto de montagem associado a cada partição. Os\n"
"pontos habituais de montagem são seleccionados por omissão, e para\n"
" a maioria é uma boa ideia mantê-los assim.\n"
"\n"
-" * \"%s\". Se a Microsoft Windows é instalada no seu disco rígido "
-"e \n"
-"utiliza todo o espaço disponível, irá ter que criar espaço livre "
-"para o\n"
-"GNU/Linux. Para o fazer, pode apagar a sua partição Microsoft "
-"Windows\n"
-"e dados (ver a solução ``Apagar o disco todo'') ou redimensionar a "
-"partição\n"
-"FAT ou NTFS do Microsoft Windows. O redimensionamento pode ser "
-"feito\n"
-"sem a perda de qualquer dado, desde que préviamente tenha "
-"desfragmentado\n"
+" * \"%s\". Se a Microsoft Windows é instalada no seu disco rígido e \n"
+"utiliza todo o espaço disponível, irá ter que criar espaço livre para o\n"
+"GNU/Linux. Para o fazer, pode apagar a sua partição Microsoft Windows\n"
+"e dados (ver a solução ``Apagar o disco todo'') ou redimensionar a partição\n"
+"FAT ou NTFS do Microsoft Windows. O redimensionamento pode ser feito\n"
+"sem a perda de qualquer dado, desde que préviamente tenha desfragmentado\n"
"a partição Windows. Recomenda-se que faça cópias de segurança.\n"
"Recomenda-se que use esta opção, se quer usar os dois sistemas\n"
"operativos, Mandriva Linux e Microsoft Windows no mesmo computador.\n"
"\n"
-" Antes de escolher esta opção, por favor compreenda que a seguir a "
-"este\n"
-"procedimento, o tamanho da partição do seu Microsoft Windows será "
-"mais\n"
-"pequeno. Terá menos espaço livre no Microsoft windows para gravar "
-"os\n"
+" Antes de escolher esta opção, por favor compreenda que a seguir a este\n"
+"procedimento, o tamanho da partição do seu Microsoft Windows será mais\n"
+"pequeno. Terá menos espaço livre no Microsoft windows para gravar os\n"
"seus dados ou instalar novo software.\n"
"\n"
-" * \"%s\". Se deseja apagar todos os dados e todas as partições "
-"presentes\n"
-"no disco rígido e substituí-los pelo seu novo sistema Mandriva "
-"Linux,\n"
+" * \"%s\". Se deseja apagar todos os dados e todas as partições presentes\n"
+"no disco rígido e substituí-los pelo seu novo sistema Mandriva Linux,\n"
"escolha esta opção. Seja cuidadoso, porque não será mais capaz de\n"
"desfazer esta operação após ter confirmado.\n"
"\n"
-" !! Se escolher esta opção, todos os dados no disco serão "
-"apagados!!\n"
+" !! Se escolher esta opção, todos os dados no disco serão apagados!!\n"
"\n"
-" * \"%s\": Esta opção aparece quando o disco rígido é inteiramente "
-"do\n"
-"sistema Microsoft Windows. Escolher esta opção irá simplesmente "
-"apagar\n"
+" * \"%s\": Esta opção aparece quando o disco rígido é inteiramente do\n"
+"sistema Microsoft Windows. Escolher esta opção irá simplesmente apagar\n"
"tudo no disco e começar de novo a particionar tudo do princípio.\n"
"\n"
-" !! Se escolher esta opção, todos os dados no disco vai ser "
-"perdidos. !!\n"
-"\n"
-" * \"%s\". Escolha esta opção se deseja particionar manualmente o "
-"seu\n"
-"disco rígido. Tenha cuidado -- é uma opção potente mas perigosa e "
-"pode\n"
-"muito facilmente perder todos os seus dados. É por isso que esta "
-"opção\n"
-"é apenas recomendada a alguém que já tenha feito alguma coisa "
-"parecida\n"
-"anteriormente e tenha alguma experiência. Para mais instruções em "
-"como\n"
-"usar a utilidade DiskDrake, refira-se à secção ``Gerir as suas "
-"partições''\n"
+" !! Se escolher esta opção, todos os dados no disco vai ser perdidos. !!\n"
+"\n"
+" * \"%s\". Escolha esta opção se deseja particionar manualmente o seu\n"
+"disco rígido. Tenha cuidado -- é uma opção potente mas perigosa e pode\n"
+"muito facilmente perder todos os seus dados. É por isso que esta opção\n"
+"é apenas recomendada a alguém que já tenha feito alguma coisa parecida\n"
+"anteriormente e tenha alguma experiência. Para mais instruções em como\n"
+"usar a utilidade DiskDrake, refira-se à secção ``Gerir as suas partições''\n"
"no ``Guia de Instalação''."
#: help.pm:374 install_interactive.pm:96
@@ -5188,62 +4811,44 @@ msgstr "Particionamento de disco personalizado"
#: help.pm:377
#, c-format
msgid ""
-"There you are. Installation is now complete and your GNU/Linux "
-"system is\n"
-"ready to be used. Just click on \"%s\" to reboot the system. Do not "
-"forget\n"
-"to remove the installation media (CD-ROM or floppy). The first thing "
-"you\n"
-"should see after your computer has finished doing its hardware tests "
-"is the\n"
-"boot-loader menu, giving you the choice of which operating system to "
-"start.\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to be used. Just click on \"%s\" to reboot the system. Do not forget\n"
+"to remove the installation media (CD-ROM or floppy). The first thing you\n"
+"should see after your computer has finished doing its hardware tests is the\n"
+"boot-loader menu, giving you the choice of which operating system to start.\n"
"\n"
"The \"%s\" button shows two more buttons to:\n"
"\n"
-" * \"%s\": enables you to create an installation floppy disk which "
-"will\n"
-"automatically perform a whole installation without the help of an "
-"operator,\n"
+" * \"%s\": enables you to create an installation floppy disk which will\n"
+"automatically perform a whole installation without the help of an operator,\n"
"similar to the installation you've just configured.\n"
"\n"
-" Note that two different options are available after clicking on "
-"that\n"
+" Note that two different options are available after clicking on that\n"
"button:\n"
"\n"
-" * \"%s\". This is a partially automated installation. The "
-"partitioning\n"
+" * \"%s\". This is a partially automated installation. The partitioning\n"
"step is the only interactive procedure.\n"
"\n"
-" * \"%s\". Fully automated installation: the hard disk is "
-"completely\n"
+" * \"%s\". Fully automated installation: the hard disk is completely\n"
"rewritten, all data is lost.\n"
"\n"
-" This feature is very handy when installing on a number of "
-"similar\n"
+" This feature is very handy when installing on a number of similar\n"
"machines. See the Auto install section on our web site for more\n"
"information.\n"
"\n"
-" * \"%s\"(*): saves a list of the packages selected in this "
-"installation.\n"
-"To use this selection with another installation, insert the floppy "
-"and\n"
-"start the installation. At the prompt, press the [F1] key, type "
-">>linux\n"
+" * \"%s\"(*): saves a list of the packages selected in this installation.\n"
+"To use this selection with another installation, insert the floppy and\n"
+"start the installation. At the prompt, press the [F1] key, type >>linux\n"
"defcfg=\"floppy\"<< and press the [Enter] key.\n"
"\n"
-"(*) You need a FAT-formatted floppy. To create one under GNU/Linux, "
-"type\n"
+"(*) You need a FAT-formatted floppy. To create one under GNU/Linux, type\n"
"\"mformat a:\", or \"fdformat /dev/fd0\" followed by \"mkfs.vfat\n"
"/dev/fd0\"."
msgstr ""
-"Parabéns, a instalação está agora completa e o seu sistema GNU/"
-"Linux\n"
+"Parabéns, a instalação está agora completa e o seu sistema GNU/Linux\n"
"está pronto a ser usado. Clique em \"%s\" para reiniciar o sistema.\n"
-"Não se esqueça de remover a média de instalação (CD-ROM ou "
-"disquete).\n"
-"A primeira coisa que deve ver a seguir ao computador acabar os "
-"testes\n"
+"Não se esqueça de remover a média de instalação (CD-ROM ou disquete).\n"
+"A primeira coisa que deve ver a seguir ao computador acabar os testes\n"
"de hardware, é o menu do carregador de arranque, dando-lhe a opção\n"
"de escolher qual o sistema operativo a iniciar.\n"
"\n"
@@ -5262,21 +4867,17 @@ msgstr ""
" * \"%s\". Instalação completamente automática: o disco rígido\n"
"é completamente reescrito, todos os dados serão perdidos.\n"
"\n"
-" Esta opção é muito prática para instalar várias máquinas "
-"similares.\n"
+" Esta opção é muito prática para instalar várias máquinas similares.\n"
"Veja a secção Auto Instalação no nosso sítio web para mais\n"
"informações.\n"
"\n"
-" * \"%s\"(*): grava uma lista de pacotes seleccionados na "
-"instalação.\n"
+" * \"%s\"(*): grava uma lista de pacotes seleccionados na instalação.\n"
"Para usar esta selecção com outra instalação, insira uma disquete\n"
"e inicie a instalação. Na linha de comandos, prima a tecla [F1],\n"
"digite >>linux defcfg=\"floppy\"<< e prima a tecla [Enter].\n"
"\n"
-"(*) Precisa de uma disquete formatada FAT. Para criar uma em GNU/"
-"Linux,\n"
-"digite \"mformat a:\", ou \"fdformat /dev/fd0\" seguido de \"mkfs."
-"vfat\n"
+"(*) Precisa de uma disquete formatada FAT. Para criar uma em GNU/Linux,\n"
+"digite \"mformat a:\", ou \"fdformat /dev/fd0\" seguido de \"mkfs.vfat\n"
"/dev/fd0\"."
#: help.pm:409
@@ -5302,39 +4903,30 @@ msgstr "Gravar selecção de pacotes"
#: help.pm:412
#, c-format
msgid ""
-"If you chose to reuse some legacy GNU/Linux partitions, you may wish "
-"to\n"
-"reformat some of them and erase any data they contain. To do so, "
-"please\n"
+"If you chose to reuse some legacy GNU/Linux partitions, you may wish to\n"
+"reformat some of them and erase any data they contain. To do so, please\n"
"select those partitions as well.\n"
"\n"
"Please note that it's not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the "
-"operating\n"
+"partitions. You must reformat the partitions containing the operating\n"
"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to "
"reformat\n"
-"partitions containing data that you wish to keep (typically \"/home"
-"\").\n"
+"partitions containing data that you wish to keep (typically \"/home\").\n"
"\n"
-"Please be careful when selecting partitions. After the formatting "
-"is\n"
-"completed, all data on the selected partitions will be deleted and "
-"you\n"
+"Please be careful when selecting partitions. After the formatting is\n"
+"completed, all data on the selected partitions will be deleted and you\n"
"will not be able to recover it.\n"
"\n"
"Click on \"%s\" when you're ready to format the partitions.\n"
"\n"
-"Click on \"%s\" if you want to choose another partition for your "
-"new\n"
+"Click on \"%s\" if you want to choose another partition for your new\n"
"Mandriva Linux operating system installation.\n"
"\n"
-"Click on \"%s\" if you wish to select partitions which will be "
-"checked for\n"
+"Click on \"%s\" if you wish to select partitions which will be checked for\n"
"bad blocks on the disk."
msgstr ""
"Se escolher usar algumas partições GNU/Linux, pode querer formatar\n"
-"algumas delas e apagar os dados nelas contidos. Para o fazer, por "
-"favor\n"
+"algumas delas e apagar os dados nelas contidos. Para o fazer, por favor\n"
"escolha essas partições.\n"
"\n"
"Por favor note que não é necessário formatar todas a partições já\n"
@@ -5344,8 +4936,7 @@ msgstr ""
"(tipicamente \"/home\").\n"
"\n"
"Por favor tenha atenção quando seleccionar as partições. A seguir à\n"
-"formatação estar completa, todos os dados nas partições "
-"seleccionadas\n"
+"formatação estar completa, todos os dados nas partições seleccionadas\n"
"serão perdidos e não será capaz de os recuperar.\n"
"\n"
"Clique em \"%s\" quando estiver pronto para formatar as partições.\n"
@@ -5357,8 +4948,8 @@ msgstr ""
"fisicamente há blocos defeituosos (\"bad blocks\") no disco."
#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:437
-#: interactive/newt.pm:318 printer/printerdrake.pm:3859
-#: standalone/drakTermServ:383 standalone/drakbackup:4048
+#: interactive/newt.pm:318 printer/printerdrake.pm:3882
+#: standalone/drakTermServ:391 standalone/drakbackup:4048
#: standalone/drakbackup:4084 standalone/drakbackup:4195
#: standalone/drakbackup:4210 ugtk2.pm:488
#, c-format
@@ -5368,31 +4959,21 @@ msgstr "Anterior"
#: help.pm:434
#, c-format
msgid ""
-"By the time you install Mandriva Linux, it's likely that some "
-"packages will\n"
-"have been updated since the initial release. Bugs may have been "
-"fixed,\n"
-"security issues resolved. To allow you to benefit from these "
-"updates,\n"
-"you're now able to download them from the Internet. Check \"%s\" if "
-"you\n"
-"have a working Internet connection, or \"%s\" if you prefer to "
-"install\n"
+"By the time you install Mandriva Linux, it's likely that some packages will\n"
+"have been updated since the initial release. Bugs may have been fixed,\n"
+"security issues resolved. To allow you to benefit from these updates,\n"
+"you're now able to download them from the Internet. Check \"%s\" if you\n"
+"have a working Internet connection, or \"%s\" if you prefer to install\n"
"updated packages later.\n"
"\n"
-"Choosing \"%s\" will display a list of web locations from which "
-"updates can\n"
-"be retrieved. You should choose one near to you. A package-selection "
-"tree\n"
-"will appear: review the selection, and press \"%s\" to retrieve and "
-"install\n"
+"Choosing \"%s\" will display a list of web locations from which updates can\n"
+"be retrieved. You should choose one near to you. A package-selection tree\n"
+"will appear: review the selection, and press \"%s\" to retrieve and install\n"
"the selected package(s), or \"%s\" to abort."
msgstr ""
"No momento que instala o Mandriva Linux, é quase certo que alguns\n"
-"pacotes terão sido actualizados desde a distribuição inicial. "
-"Alguns\n"
-"erros podem ter sido corrigidos, e problemas de segurança "
-"resolvidos.\n"
+"pacotes terão sido actualizados desde a distribuição inicial. Alguns\n"
+"erros podem ter sido corrigidos, e problemas de segurança resolvidos.\n"
"Para lhe permitir beneficiar destas actualizações, está agora apto\n"
"a fazer a transferi-las da Internet. Escolha \"%s\" se tem uma\n"
"conexão Internet activa, ou \"%s\" se preferir instalar os\n"
@@ -5413,40 +4994,27 @@ msgstr "Instalar"
#: help.pm:447
#, c-format
msgid ""
-"At this point, DrakX will allow you to choose the security level you "
-"desire\n"
-"for your machine. As a rule of thumb, the security level should be "
-"set\n"
-"higher if the machine is to contain crucial data, or if it's to be "
-"directly\n"
-"exposed to the Internet. The trade-off that a higher security level "
-"is\n"
+"At this point, DrakX will allow you to choose the security level you desire\n"
+"for your machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine is to contain crucial data, or if it's to be directly\n"
+"exposed to the Internet. The trade-off that a higher security level is\n"
"generally obtained at the expense of ease of use.\n"
"\n"
-"If you do not know what to choose, keep the default option. You'll "
-"be able\n"
-"to change it later with the draksec tool, which is part of Mandriva "
-"Linux\n"
+"If you do not know what to choose, keep the default option. You'll be able\n"
+"to change it later with the draksec tool, which is part of Mandriva Linux\n"
"Control Center.\n"
"\n"
-"Fill the \"%s\" field with the e-mail address of the person "
-"responsible for\n"
+"Fill the \"%s\" field with the e-mail address of the person responsible for\n"
"security. Security messages will be sent to that address."
msgstr ""
-"Nesta fase, o DrakX irá permitir-lhe escolher o nível de segurança "
-"desejado\n"
-"para a sua máquina. Como regra de ouro, o nível de segurança deve "
-"ser maior\n"
-"quando a máquina contém informação crucial, ou quando está "
-"directamente\n"
-"exposta à internet. Porém, um nível de segurança superior, "
-"geralmente é\n"
+"Nesta fase, o DrakX irá permitir-lhe escolher o nível de segurança desejado\n"
+"para a sua máquina. Como regra de ouro, o nível de segurança deve ser maior\n"
+"quando a máquina contém informação crucial, ou quando está directamente\n"
+"exposta à internet. Porém, um nível de segurança superior, geralmente é\n"
"obtido á custa de menos facilidade de uso/manuseamento.\n"
"\n"
-"Se não sabe o que escolher, deixe o valor predefinido. Poderá alterá-"
-"lo\n"
-"mais tarde com a ferramenta draksec, que faz parte do Centro de "
-"Controlo\n"
+"Se não sabe o que escolher, deixe o valor predefinido. Poderá alterá-lo\n"
+"mais tarde com a ferramenta draksec, que faz parte do Centro de Controlo\n"
"Mandriva Linux.\n"
"\n"
"Preencha o campo \"%s\" com o e-mail da pessoa responsável pela\n"
@@ -5460,201 +5028,148 @@ msgstr "Administrador de Segurança"
#: help.pm:461
#, c-format
msgid ""
-"At this point, you need to choose which partition(s) will be used "
-"for the\n"
-"installation of your Mandriva Linux system. If partitions have "
-"already been\n"
-"defined, either from a previous installation of GNU/Linux or by "
-"another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard "
-"drive\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandriva Linux system. If partitions have already been\n"
+"defined, either from a previous installation of GNU/Linux or by another\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
-"To create partitions, you must first select a hard drive. You can "
-"select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE "
-"drive,\n"
+"To create partitions, you must first select a hard drive. You can select\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
-" * \"%s\": this option deletes all partitions on the selected hard "
-"drive\n"
+" * \"%s\": this option deletes all partitions on the selected hard drive\n"
"\n"
-" * \"%s\": this option enables you to automatically create ext3 and "
-"swap\n"
+" * \"%s\": this option enables you to automatically create ext3 and swap\n"
"partitions in the free space of your hard drive\n"
"\n"
"\"%s\": gives access to additional features:\n"
"\n"
" * \"%s\": saves the partition table to a floppy. Useful for later\n"
-"partition-table recovery if necessary. It is strongly recommended "
-"that you\n"
+"partition-table recovery if necessary. It is strongly recommended that you\n"
"perform this step.\n"
"\n"
-" * \"%s\": allows you to restore a previously saved partition table "
-"from a\n"
+" * \"%s\": allows you to restore a previously saved partition table from a\n"
"floppy disk.\n"
"\n"
-" * \"%s\": if your partition table is damaged, you can try to "
-"recover it\n"
-"using this option. Please be careful and remember that it does not "
-"always\n"
+" * \"%s\": if your partition table is damaged, you can try to recover it\n"
+"using this option. Please be careful and remember that it does not always\n"
"work.\n"
"\n"
-" * \"%s\": discards all changes and reloads the partition table that "
-"was\n"
+" * \"%s\": discards all changes and reloads the partition table that was\n"
"originally on the hard drive.\n"
"\n"
-" * \"%s\": un-checking this option will force users to manually "
-"mount and\n"
+" * \"%s\": un-checking this option will force users to manually mount and\n"
"unmount removable media such as floppies and CD-ROMs.\n"
"\n"
-" * \"%s\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good "
-"understanding of\n"
+" * \"%s\": use this option if you wish to use a wizard to partition your\n"
+"hard drive. This is recommended if you do not have a good understanding of\n"
"partitioning.\n"
"\n"
" * \"%s\": use this option to cancel your changes.\n"
"\n"
-" * \"%s\": allows additional actions on partitions (type, options, "
-"format)\n"
+" * \"%s\": allows additional actions on partitions (type, options, format)\n"
"and gives more information about the hard drive.\n"
"\n"
-" * \"%s\": when you are finished partitioning your hard drive, this "
-"will\n"
+" * \"%s\": when you are finished partitioning your hard drive, this will\n"
"save your changes back to disk.\n"
"\n"
-"When defining the size of a partition, you can finely set the "
-"partition\n"
+"When defining the size of a partition, you can finely set the partition\n"
"size by using the Arrow keys of your keyboard.\n"
"\n"
-"Note: you can reach any option using the keyboard. Navigate through "
-"the\n"
+"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and the [Up/Down] arrows.\n"
"\n"
"When a partition is selected, you can use:\n"
"\n"
-" * Ctrl-c to create a new partition (when an empty partition is "
-"selected)\n"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
"\n"
" * Ctrl-d to delete a partition\n"
"\n"
" * Ctrl-m to set the mount point\n"
"\n"
-"To get information about the different file system types available, "
-"please\n"
+"To get information about the different file system types available, please\n"
"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
-"If you are installing on a PPC machine, you will want to create a "
-"small HFS\n"
-"``bootstrap'' partition of at least 1MB which will be used by the "
-"yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, "
-"you\n"
-"may find it a useful place to store a spare kernel and ramdisk "
-"images for\n"
+"If you are installing on a PPC machine, you will want to create a small HFS\n"
+"``bootstrap'' partition of at least 1MB which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
-"Neste fase, precisa escolher que partições vão ser utilizadas para "
-"a\n"
-"instalação do seu sistema Mandriva Linux. Se já foram definidas "
-"partições,\n"
-"seja por uma instalação anterior do GNU/Linux seja por outra "
-"ferramenta de\n"
-"particionamento, pode utilizar-las . Senão, precisa definir "
-"partições no\n"
+"Neste fase, precisa escolher que partições vão ser utilizadas para a\n"
+"instalação do seu sistema Mandriva Linux. Se já foram definidas partições,\n"
+"seja por uma instalação anterior do GNU/Linux seja por outra ferramenta de\n"
+"particionamento, pode utilizar-las . Senão, precisa definir partições no\n"
"disco rígido.\n"
"\n"
-"Para criar partições, tem primeiro que escolher um disco rígido. "
-"Pode\n"
-"escolher o disco que quer particionar clicando em ``hda'' para o "
-"primeiro\n"
-"disco IDE, ``hdb'' para o segundo, ``sda'' para o primeiro disco "
-"SCSI e\n"
+"Para criar partições, tem primeiro que escolher um disco rígido. Pode\n"
+"escolher o disco que quer particionar clicando em ``hda'' para o primeiro\n"
+"disco IDE, ``hdb'' para o segundo, ``sda'' para o primeiro disco SCSI e\n"
"por aí adiante.\n"
"\n"
"Para particionar o disco selecionado, pode usar estas opções:\n"
"\n"
-" * \"%s\": esta opção apaga todas as partições do disco "
-"seleccionado\n"
+" * \"%s\": esta opção apaga todas as partições do disco seleccionado\n"
"\n"
" * \"%s\": esta opção permite criar automaticamente partições\n"
"ext3 e partições swap no espaço livre do seu disco\n"
"\n"
"\"%s\": dá acesso para opções adicionais:\n"
"\n"
-" * \"%s\": grava a tabela das partições para uma disquete. Útil "
-"para\n"
-"mais tarde recuperar a tabela das partições, se necessário. É "
-"fortemente\n"
+" * \"%s\": grava a tabela das partições para uma disquete. Útil para\n"
+"mais tarde recuperar a tabela das partições, se necessário. É fortemente\n"
"recomendado que execute este passo.\n"
"\n"
" * \"%s\": permite restaurar uma tabela de partições anteriormente\n"
"gravada numa disquete;\n"
"\n"
-" * \"%s\": se a sua tabela das partições está danificada, pode-a "
-"tentar\n"
-"recuperar com esta opção. Por favor esteja atento e lembre-se que "
-"isto\n"
+" * \"%s\": se a sua tabela das partições está danificada, pode-a tentar\n"
+"recuperar com esta opção. Por favor esteja atento e lembre-se que isto\n"
"nem sempre resulta.\n"
"\n"
-" * \"%s\": apaga todas as alterações e recarrega a tabela de "
-"partições\n"
+" * \"%s\": apaga todas as alterações e recarrega a tabela de partições\n"
"que estava originalmente no disco.\n"
"\n"
-" * \"%s\": desmarque esta opção para forçar os utilizadores a "
-"montar\n"
-"e desmontar manualmente as médias amoviveis como disquetes e CD-"
-"ROMs.\n"
+" * \"%s\": desmarque esta opção para forçar os utilizadores a montar\n"
+"e desmontar manualmente as médias amoviveis como disquetes e CD-ROMs.\n"
"\n"
-" * \"%s\": use esta opção se deseja usar um assistente para "
-"particionar o\n"
+" * \"%s\": use esta opção se deseja usar um assistente para particionar o\n"
"disco rígido. Isto é recomendado se não tem um bom conhecimento de \n"
"como se faz um bom particionamento do disco.\n"
"\n"
" * \"%s\": use esta opção para cancelar as alterações.\n"
"\n"
-" * \"%s\": permite acções suplementares nas partições (tipo, "
-"opções,\n"
+" * \"%s\": permite acções suplementares nas partições (tipo, opções,\n"
"formatar) e dá mais informações sobre o disco rígido.\n"
"\n"
-" * \"%s\": quando tiver acabado de particionar o seu disco rígido, "
-"isto irá\n"
+" * \"%s\": quando tiver acabado de particionar o seu disco rígido, isto irá\n"
"gravar as suas alterações no disco.\n"
"\n"
-"Quando a definir o tamanho de uma partição, pode finalmente "
-"configurar\n"
+"Quando a definir o tamanho de uma partição, pode finalmente configurar\n"
"o tamanho usando as teclas de setas do seu teclado.\n"
"\n"
-"Nota: pode chegar a qualquer opção usando o teclado. Navegue "
-"através\n"
+"Nota: pode chegar a qualquer opção usando o teclado. Navegue através\n"
"das partições usando as teclas [Tab] e as setas [Subir/Descer].\n"
"\n"
"Quando uma partição é selecionada, pode usar:\n"
"\n"
-" * Ctrl-c para criar uma nova partição (quando escolhe uma partição "
-"vazia)\n"
+" * Ctrl-c para criar uma nova partição (quando escolhe uma partição vazia)\n"
"\n"
" * Ctrl-d para apagar uma partição\n"
"\n"
" * Ctrl-m para definir o ponto de montagem\n"
"\n"
-"Para obter mais informações acerca dos diferentes tipos de sistemas "
-"de\n"
-"ficheiros disponíveis, por favor leia o capítulo ext2FS do ``Manual "
-"de\n"
+"Para obter mais informações acerca dos diferentes tipos de sistemas de\n"
+"ficheiros disponíveis, por favor leia o capítulo ext2FS do ``Manual de\n"
"Referência''.\n"
"\n"
-"Se está a instalar numa máquina PPC, irá querer criar umas pequena "
-"partição\n"
-"de arranque HFS com pelo menos 1MB, que será usada pelo carregador "
-"de\n"
-"arranque yaboot. Se optar por criar uma partição maior, tipo 50MB, "
-"pode-lhe\n"
-"ser útil para gravar um kernel e a uma imagem ramdisk para situações "
-"de\n"
+"Se está a instalar numa máquina PPC, irá querer criar umas pequena partição\n"
+"de arranque HFS com pelo menos 1MB, que será usada pelo carregador de\n"
+"arranque yaboot. Se optar por criar uma partição maior, tipo 50MB, pode-lhe\n"
+"ser útil para gravar um kernel e a uma imagem ramdisk para situações de\n"
"de emergência."
#: help.pm:530
@@ -5670,81 +5185,61 @@ msgstr "Alterna entre os modos normal/perito"
#: help.pm:533
#, c-format
msgid ""
-"More than one Microsoft partition has been detected on your hard "
-"drive.\n"
-"Please choose the one which you want to resize in order to install "
-"your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one which you want to resize in order to install your new\n"
"Mandriva Linux operating system.\n"
"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name"
-"\"\n"
+"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
"\"Capacity\".\n"
"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive "
-"number\",\n"
+"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
"\"partition number\" (for example, \"hda1\").\n"
"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive "
-"and\n"
+"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
"\"sd\" if it is a SCSI hard drive.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". "
-"With IDE\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller"
-"\";\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller"
-"\".\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" "
-"means\n"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
"\"second lowest SCSI ID\", etc.\n"
"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the "
-"first\n"
+"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
"disk or partition is called \"C:\")."
msgstr ""
-"Mais do que uma partição Microsoft foi detectada no seu disco "
-"rígido.\n"
-"Por favor escolha qual deseja redimencionar para poder instalar o "
-"seu\n"
+"Mais do que uma partição Microsoft foi detectada no seu disco rígido.\n"
+"Por favor escolha qual deseja redimencionar para poder instalar o seu\n"
"novo sistema operativo Mandriva Linux.\n"
"\n"
"Cada partição é listada da seguinte maneira: \"Nome Linux\",\n"
"\"Nome Windows\", \"Capacidade\".\n"
"\n"
"O \"Nome Linux\" é estruturado: \"tipo de disco rígido\",\n"
-" \"numero de disco\", \"numero da partição\" (por exemplo, \"hda1"
-"\").\n"
+" \"numero de disco\", \"numero da partição\" (por exemplo, \"hda1\").\n"
"\n"
-"O \"Tipo de Disco\" é \"hd\" se o disco rígido é IDE e \"sd\" se é "
-"um\n"
+"O \"Tipo de Disco\" é \"hd\" se o disco rígido é IDE e \"sd\" se é um\n"
"disco rígido SCSI.\n"
"\n"
-"O \"Numero de disco\" é sempre uma letra depois de \"hd\" ou \"sd"
-"\".\n"
+"O \"Numero de disco\" é sempre uma letra depois de \"hd\" ou \"sd\".\n"
"Com os discos rígidos IDE:\n"
"\n"
-" * \"a\" significa \"disco rígido master no controlador IDE principal"
-"\";\n"
+" * \"a\" significa \"disco rígido master no controlador IDE principal\";\n"
"\n"
-" * \"b\" significa \"disco rígido slave no controlador IDE principal"
-"\";\n"
+" * \"b\" significa \"disco rígido slave no controlador IDE principal\";\n"
"\n"
-" * \"c\" significa \"disco rígido master no controlador IDE "
-"segundario\";\n"
+" * \"c\" significa \"disco rígido master no controlador IDE segundario\";\n"
"\n"
-" * \"d\" significa \"disco rígido slave no controlador IDE segundario"
-"\";\n"
+" * \"d\" significa \"disco rígido slave no controlador IDE segundario\";\n"
"\n"
-"Com os discos rígidos SCSI, um \"a\" significa \"SCSI ID mais baixo"
-"\",\n"
+"Com os discos rígidos SCSI, um \"a\" significa \"SCSI ID mais baixo\",\n"
"um \"b\" significa \"segundo SCSI ID mais baixo\", etc.\n"
"\n"
"O \"nome Windows\" é a letra do seu disco rígido sob Windows\n"
@@ -5753,135 +5248,99 @@ msgstr ""
#: help.pm:564
#, c-format
msgid ""
-"\"%s\": check the current country selection. If you're not in this "
-"country,\n"
-"click on the \"%s\" button and choose another. If your country is "
-"not in the\n"
-"list shown, click on the \"%s\" button to get the complete country "
-"list."
+"\"%s\": check the current country selection. If you're not in this country,\n"
+"click on the \"%s\" button and choose another. If your country is not in "
+"the\n"
+"list shown, click on the \"%s\" button to get the complete country list."
msgstr ""
-"\"%s\": verifique o país seleccionado. Se não está neste país, "
-"clique no\n"
-"botão \"%s\" e escolha outro. Se o seu país não estiver na lista "
-"dada,\n"
+"\"%s\": verifique o país seleccionado. Se não está neste país, clique no\n"
+"botão \"%s\" e escolha outro. Se o seu país não estiver na lista dada,\n"
"clique no botão \"%s\" para obter a lista completa dos países."
#: help.pm:569
#, c-format
msgid ""
-"This step is activated only if an existing GNU/Linux partition has "
-"been\n"
+"This step is activated only if an existing GNU/Linux partition has been\n"
"found on your machine.\n"
"\n"
-"DrakX now needs to know if you want to perform a new installation or "
-"an\n"
+"DrakX now needs to know if you want to perform a new installation or an\n"
"upgrade of an existing Mandriva Linux system:\n"
"\n"
-" * \"%s\". For the most part, this completely wipes out the old "
-"system.\n"
-"However, depending on your partitioning scheme, you can prevent some "
-"of\n"
-"your existing data (notably \"home\" directories) from being over-"
-"written.\n"
-"If you wish to change how your hard drives are partitioned, or to "
-"change\n"
+" * \"%s\". For the most part, this completely wipes out the old system.\n"
+"However, depending on your partitioning scheme, you can prevent some of\n"
+"your existing data (notably \"home\" directories) from being over-written.\n"
+"If you wish to change how your hard drives are partitioned, or to change\n"
"the file system, you should use this option.\n"
"\n"
-" * \"%s\". This installation class allows you to update the "
-"packages\n"
+" * \"%s\". This installation class allows you to update the packages\n"
"currently installed on your Mandriva Linux system. Your current "
"partitioning\n"
-"scheme and user data will not be altered. Most of the other "
-"configuration\n"
+"scheme and user data will not be altered. Most of the other configuration\n"
"steps remain available and are similar to a standard installation.\n"
"\n"
-"Using the ``Upgrade'' option should work fine on Mandriva Linux "
-"systems\n"
-"running version \"8.1\" or later. Performing an upgrade on versions "
-"prior\n"
+"Using the ``Upgrade'' option should work fine on Mandriva Linux systems\n"
+"running version \"8.1\" or later. Performing an upgrade on versions prior\n"
"to Mandriva Linux version \"8.1\" is not recommended."
msgstr ""
-"Este passo só fica disponível se uma partição GNU/Linux existente "
-"for\n"
+"Este passo só fica disponível se uma partição GNU/Linux existente for\n"
"encontrada na sua máquina.\n"
"\n"
-"O DrakX agora precisa saber se deseja fazer uma nova instalação ou "
-"uma\n"
+"O DrakX agora precisa saber se deseja fazer uma nova instalação ou uma\n"
"actualização num sistema Mandriva Linux existente:\n"
"\n"
-" * \"%s\": Para a maior parte, isto apaga completamente o sistema "
-"antigo.\n"
-"No entanto, dependendo no seu esquema de particionamento, pode "
-"prevenir\n"
-"que parte dos seus dados existentes (principalmente os directórios "
-"\"home\")\n"
-"sejam substituídos. Se desejar alterar como o particionamento dos "
-"seus\n"
-"discos rígidos é feito, ou mudar o seu sistema de ficheiros, deve "
-"usar esta opção.\n"
+" * \"%s\": Para a maior parte, isto apaga completamente o sistema antigo.\n"
+"No entanto, dependendo no seu esquema de particionamento, pode prevenir\n"
+"que parte dos seus dados existentes (principalmente os directórios \"home"
+"\")\n"
+"sejam substituídos. Se desejar alterar como o particionamento dos seus\n"
+"discos rígidos é feito, ou mudar o seu sistema de ficheiros, deve usar esta "
+"opção.\n"
"\n"
" * \"%s\": Este tipo de instalação permite actualizar os pacotes "
"actualmente\n"
"instalados no seu sistema Mandriva Linux. O seu actual esquema de\n"
-"particionamento, assim como os dados dos utilizadores não serão "
-"alterados.\n"
-"A maior parte dos outros passos da configuração permanece disponível "
-"e similar a uma instalação standard.\n"
+"particionamento, assim como os dados dos utilizadores não serão alterados.\n"
+"A maior parte dos outros passos da configuração permanece disponível e "
+"similar a uma instalação standard.\n"
"\n"
"A opção ``Actualizar'' deverá funcionar correctamente nos sistemas\n"
-"Mandriva Linux versão \"8.1\" ou superior. É desaconselhável "
-"actualizar\n"
+"Mandriva Linux versão \"8.1\" ou superior. É desaconselhável actualizar\n"
"versões anteriores à versão \"8.1\" do Mandriva Linux."
#: help.pm:591
#, c-format
msgid ""
-"Depending on the language you chose (), DrakX will automatically "
-"select a\n"
-"particular type of keyboard configuration. Check that the selection "
-"suits\n"
+"Depending on the language you chose (), DrakX will automatically select a\n"
+"particular type of keyboard configuration. Check that the selection suits\n"
"you or choose another keyboard layout.\n"
"\n"
"Also, you may not have a keyboard which corresponds exactly to your\n"
-"language: for example, if you are an English-speaking Swiss native, "
-"you may\n"
-"have a Swiss keyboard. Or if you speak English and are located in "
-"Quebec,\n"
-"you may find yourself in the same situation where your native "
-"language and\n"
-"country-set keyboard do not match. In either case, this installation "
-"step\n"
+"language: for example, if you are an English-speaking Swiss native, you may\n"
+"have a Swiss keyboard. Or if you speak English and are located in Quebec,\n"
+"you may find yourself in the same situation where your native language and\n"
+"country-set keyboard do not match. In either case, this installation step\n"
"will allow you to select an appropriate keyboard from a list.\n"
"\n"
-"Click on the \"%s\" button to be shown a list of supported "
-"keyboards.\n"
+"Click on the \"%s\" button to be shown a list of supported keyboards.\n"
"\n"
-"If you choose a keyboard layout based on a non-Latin alphabet, the "
-"next\n"
-"dialog will allow you to choose the key binding which will switch "
-"the\n"
+"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+"dialog will allow you to choose the key binding which will switch the\n"
"keyboard between the Latin and non-Latin layouts."
msgstr ""
"Dependendo da linguagem que escolhe (), o DrakX irá automáticamente\n"
-"escolher um determinado tipo de configuração do teclado. Seleccione "
-"a opção\n"
+"escolher um determinado tipo de configuração do teclado. Seleccione a opção\n"
"que melhor lhe sirva ou escolha outra disposição de teclado.\n"
"\n"
"Também, pode não ter um teclado que corresponde exactamente à sua\n"
-"linguagem: por exemplo, se é Francês mas fala Português, pode "
-"desejar,\n"
+"linguagem: por exemplo, se é Francês mas fala Português, pode desejar,\n"
"mesmo assim um teclado Francês. Ou se fala Português mas vive em\n"
-"Inglaterra, irá encontrar-se na mesma situação. Nos dois casos, "
-"pode\n"
+"Inglaterra, irá encontrar-se na mesma situação. Nos dois casos, pode\n"
"escolher o teclado apropriado da lista.\n"
"\n"
-"Clique no botão \"%s\" para obter a lista de todos os teclados "
-"suportados.\n"
+"Clique no botão \"%s\" para obter a lista de todos os teclados suportados.\n"
"\n"
-"Se escolheu a disposição de um teclado baseado num alfabeto "
-"diferente de\n"
-"latim, o próximo diálogo irá-lhe permitir escolher a mapeação de "
-"teclas que\n"
+"Se escolheu a disposição de um teclado baseado num alfabeto diferente de\n"
+"latim, o próximo diálogo irá-lhe permitir escolher a mapeação de teclas que\n"
"lhe permita mudar o teclado entre uma disposição Latim uma não Latim."
#: help.pm:609
@@ -5890,59 +5349,42 @@ msgid ""
"The first step is to choose your preferred language.\n"
"\n"
"Your choice of preferred language will affect the installer, the\n"
-"documentation, and the system in general. First select the region "
-"you're\n"
+"documentation, and the system in general. First select the region you're\n"
"located in, then the language you speak.\n"
"\n"
-"Clicking on the \"%s\" button will allow you to select other "
-"languages to\n"
-"be installed on your workstation, thereby installing the language-"
-"specific\n"
-"files for system documentation and applications. For example, if "
-"Spanish\n"
-"users are to use your machine, select English as the default "
-"language in\n"
+"Clicking on the \"%s\" button will allow you to select other languages to\n"
+"be installed on your workstation, thereby installing the language-specific\n"
+"files for system documentation and applications. For example, if Spanish\n"
+"users are to use your machine, select English as the default language in\n"
"the tree view and \"%s\" in the Advanced section.\n"
"\n"
-"About UTF-8 (unicode) support: Unicode is a new character encoding "
-"meant to\n"
-"cover all existing languages. However full support for it in GNU/"
-"Linux is\n"
-"still under development. For that reason, Mandriva Linux's use of "
-"UTF-8 will\n"
+"About UTF-8 (unicode) support: Unicode is a new character encoding meant to\n"
+"cover all existing languages. However full support for it in GNU/Linux is\n"
+"still under development. For that reason, Mandriva Linux's use of UTF-8 "
+"will\n"
"depend on the user's choices:\n"
"\n"
" * If you choose a language with a strong legacy encoding (latin1\n"
-"languages, Russian, Japanese, Chinese, Korean, Thai, Greek, Turkish, "
-"most\n"
+"languages, Russian, Japanese, Chinese, Korean, Thai, Greek, Turkish, most\n"
"iso-8859-2 languages), the legacy encoding will be used by default;\n"
"\n"
" * Other languages will use unicode by default;\n"
"\n"
-" * If two or more languages are required, and those languages are "
-"not using\n"
+" * If two or more languages are required, and those languages are not using\n"
"the same encoding, then unicode will be used for the whole system;\n"
"\n"
-" * Finally, unicode can also be forced for use throughout the system "
-"at a\n"
-"user's request by selecting the \"%s\" option independently of "
-"which\n"
+" * Finally, unicode can also be forced for use throughout the system at a\n"
+"user's request by selecting the \"%s\" option independently of which\n"
"languages were been chosen.\n"
"\n"
-"Note that you're not limited to choosing a single additional "
-"language. You\n"
-"may choose several, or even install them all by selecting the \"%s\" "
-"box.\n"
-"Selecting support for a language means translations, fonts, spell "
-"checkers,\n"
+"Note that you're not limited to choosing a single additional language. You\n"
+"may choose several, or even install them all by selecting the \"%s\" box.\n"
+"Selecting support for a language means translations, fonts, spell checkers,\n"
"etc. will also be installed for that language.\n"
"\n"
-"To switch between the various languages installed on your system, "
-"you can\n"
-"launch the \"localedrake\" command as \"root\" to change the "
-"language used\n"
-"by the entire system. Running the command as a regular user will "
-"only\n"
+"To switch between the various languages installed on your system, you can\n"
+"launch the \"localedrake\" command as \"root\" to change the language used\n"
+"by the entire system. Running the command as a regular user will only\n"
"change the language settings for that particular user."
msgstr ""
"O primeiro passo, é escolher a sua linguagem preferida.\n"
@@ -5951,55 +5393,38 @@ msgstr ""
"documentação, e o sistema em geral. Primeiro seleccione a região\n"
"onde está localizado, depois a linguagem que fala.\n"
"\n"
-"Ao clicar no botão \"%s\" irá permitir-lhe escolher outras "
-"linguagens\n"
-"para instalar na sua área de trabalho, consequentemente instalará "
-"os\n"
+"Ao clicar no botão \"%s\" irá permitir-lhe escolher outras linguagens\n"
+"para instalar na sua área de trabalho, consequentemente instalará os\n"
"ficheiros para a documentação do sistema e aplicações referentes à\n"
-"linguagem especificada . Porexemplo, se utilizadores espanhóis "
-"estão\n"
+"linguagem especificada . Porexemplo, se utilizadores espanhóis estão\n"
"para usar a sua máquina, escolha Inglês como linguagem predefinida\n"
"na vista em árvore e \"%s\" na secção Avançada.\n"
"\n"
-"Sobre o suporte UTF-8 (unicode): Unicode é uma codificação de "
-"caracter\n"
-"feito para cobrir todas as linguagens existentes. No entanto o seu "
-"suporte\n"
-"completo em GNU/Linux ainda está a ser desenvolvido. Por essa "
-"razão,\n"
-"o uso de UTF-8 em Mandriva Linux depende das escolhas do "
-"utilizador:\n"
+"Sobre o suporte UTF-8 (unicode): Unicode é uma codificação de caracter\n"
+"feito para cobrir todas as linguagens existentes. No entanto o seu suporte\n"
+"completo em GNU/Linux ainda está a ser desenvolvido. Por essa razão,\n"
+"o uso de UTF-8 em Mandriva Linux depende das escolhas do utilizador:\n"
"\n"
" * Se escolher uma linguagem com um forte legado de codificação\n"
-"(linguagens latin1, Russo, Japonês, ChinêsCoreano, Tailandês, grego, "
-"turco,\n"
-"maior parte de linguagens iso-8859-2), o legado da codificação será "
-"usado\n"
+"(linguagens latin1, Russo, Japonês, ChinêsCoreano, Tailandês, grego, turco,\n"
+"maior parte de linguagens iso-8859-2), o legado da codificação será usado\n"
"por omissão\n"
"\n"
" * Outras linguagens irão usar unicode por omissão;\n"
"\n"
-" * Finalmente, o unicode pode também ser forçado para uso através "
-"do\n"
+" * Finalmente, o unicode pode também ser forçado para uso através do\n"
"por um pedido do utilizador ao selecionar a opção \"%s\",\n"
"independentemente como as linguagens tenham sido escolhidas.\n"
"\n"
-"Notar que não está limitado a escolher uma única linguagem "
-"adicional.\n"
-"Pode escolher várias, ou até instala-las ao seleccionar a caixa\"%s"
-"\".\n"
-"Seleccionar suporte para uma linguagem, quer dizer traduções, "
-"fontes,\n"
-"verificadores de ortografia, etc., que será também instalados para "
-"essa\n"
+"Notar que não está limitado a escolher uma única linguagem adicional.\n"
+"Pode escolher várias, ou até instala-las ao seleccionar a caixa\"%s\".\n"
+"Seleccionar suporte para uma linguagem, quer dizer traduções, fontes,\n"
+"verificadores de ortografia, etc., que será também instalados para essa\n"
"linguagem.\n"
"\n"
-"Para trocar entre as várias linguagens instaladas no seu sistema, "
-"pode\n"
-"correr o comando \"/usr/sbin/localedrake\" como \"root\" para mudar "
-"a\n"
-"linguagem usada por todo o sistema. Correndo o comando como "
-"utilizador\n"
+"Para trocar entre as várias linguagens instaladas no seu sistema, pode\n"
+"correr o comando \"/usr/sbin/localedrake\" como \"root\" para mudar a\n"
+"linguagem usada por todo o sistema. Correndo o comando como utilizador\n"
"normal , irá apenas mudar as configurações da linguagem para esse\n"
"utilizador em particular."
@@ -6011,105 +5436,69 @@ msgstr "Espanhol"
#: help.pm:650
#, c-format
msgid ""
-"Usually, DrakX has no problems detecting the number of buttons on "
-"your\n"
+"Usually, DrakX has no problems detecting the number of buttons on your\n"
"mouse. If it does, it assumes you have a two-button mouse and will\n"
-"configure it for third-button emulation. The third-button mouse "
-"button of a\n"
-"two-button mouse can be obtained by simultaneously clicking the left "
-"and\n"
-"right mouse buttons. DrakX will automatically know whether your "
-"mouse uses\n"
+"configure it for third-button emulation. The third-button mouse button of a\n"
+"two-button mouse can be obtained by simultaneously clicking the left and\n"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
"a PS/2, serial or USB interface.\n"
"\n"
-"If you have a 3-button mouse without a wheel, you can choose a \"%s"
-"\"\n"
-"mouse. DrakX will then configure your mouse so that you can simulate "
-"the\n"
-"wheel with it: to do so, press the middle button and move your "
-"mouse\n"
+"If you have a 3-button mouse without a wheel, you can choose a \"%s\"\n"
+"mouse. DrakX will then configure your mouse so that you can simulate the\n"
+"wheel with it: to do so, press the middle button and move your mouse\n"
"pointer up and down.\n"
"\n"
-"If for some reason you wish to specify a different type of mouse, "
-"select it\n"
+"If for some reason you wish to specify a different type of mouse, select it\n"
"from the list provided.\n"
"\n"
-"You can select the \"%s\" entry to chose a ``generic'' mouse type "
-"which\n"
+"You can select the \"%s\" entry to chose a ``generic'' mouse type which\n"
"will work with nearly all mice.\n"
"\n"
-"If you choose a mouse other than the default one, a test screen will "
-"be\n"
-"displayed. Use the buttons and wheel to verify that the settings "
-"are\n"
-"correct and that the mouse is working correctly. If the mouse is "
-"not\n"
-"working well, press the space bar or [Return] key to cancel the test "
-"and\n"
+"If you choose a mouse other than the default one, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct and that the mouse is working correctly. If the mouse is not\n"
+"working well, press the space bar or [Return] key to cancel the test and\n"
"you will be returned to the mouse list.\n"
"\n"
-"Occasionally wheel mice are not detected automatically, so you will "
-"need to\n"
-"select your mouse from a list. Be sure to select the one "
-"corresponding to\n"
-"the port that your mouse is attached to. After selecting a mouse "
-"and\n"
-"pressing the \"%s\" button, a mouse image will be displayed on-"
-"screen.\n"
-"Scroll the mouse wheel to ensure that it is activating correctly. As "
-"you\n"
-"scroll your mouse wheel, you will see the on-screen scroll wheel "
-"moving.\n"
-"Test the buttons and check that the mouse pointer moves on-screen as "
-"you\n"
+"Occasionally wheel mice are not detected automatically, so you will need to\n"
+"select your mouse from a list. Be sure to select the one corresponding to\n"
+"the port that your mouse is attached to. After selecting a mouse and\n"
+"pressing the \"%s\" button, a mouse image will be displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activating correctly. As you\n"
+"scroll your mouse wheel, you will see the on-screen scroll wheel moving.\n"
+"Test the buttons and check that the mouse pointer moves on-screen as you\n"
"move your mouse about."
msgstr ""
-"Usualmente, o DrakX não tem problemas em detectar o numero de "
-"botões\n"
+"Usualmente, o DrakX não tem problemas em detectar o numero de botões\n"
"no seu rato. Se tiver, assume que tem um rato de dois botões e irá\n"
-"configurá-lo para a emulação do terceiro botão. O terceiro botão de "
-"um rato\n"
-"de dois botões, pode ser obtido por simultâneamente clicar nos "
-"botões\n"
-"esquerdo e direito. O DrakX irá automáticamente saber se o seu rato "
-"usa\n"
+"configurá-lo para a emulação do terceiro botão. O terceiro botão de um rato\n"
+"de dois botões, pode ser obtido por simultâneamente clicar nos botões\n"
+"esquerdo e direito. O DrakX irá automáticamente saber se o seu rato usa\n"
"um interface PS/2 ou USB.\n"
"\n"
"Se tem um rato de 3 botões sem roda, pode escolher um rato \"%s\".\n"
-"O DrakX irá então configurar o seu rato para que possa simular a "
-"roda: para\n"
-"o fazer, prima o botão do meio e mova o apontador do seu rato para "
-"cima\n"
+"O DrakX irá então configurar o seu rato para que possa simular a roda: para\n"
+"o fazer, prima o botão do meio e mova o apontador do seu rato para cima\n"
"e para baixo.\n"
"\n"
"Se por alguma razão deseja especificar um tipo diferente de rato, "
"seleccione\n"
"o tipo desejado a partir da lista fornecida.\n"
"\n"
-"Pode escolher a entrada \"%s\" para escolher um rato ``generico'' "
-"que\n"
+"Pode escolher a entrada \"%s\" para escolher um rato ``generico'' que\n"
"trabalhe práticamente com todos os ratos.\n"
"\n"
-"Se escolher outro rato diferente do predefinido, um teste no ecrã "
-"será\n"
-"mostrado. Use os botões e a roda para verificar se as configurações "
-"estão\n"
-"correctas e o rato está a trabalhar correctamente. Se o rato não "
-"estiver\n"
-"a funcionar bem, prima a tecla espaço ou [Return] para cancelar o "
-"teste\n"
+"Se escolher outro rato diferente do predefinido, um teste no ecrã será\n"
+"mostrado. Use os botões e a roda para verificar se as configurações estão\n"
+"correctas e o rato está a trabalhar correctamente. Se o rato não estiver\n"
+"a funcionar bem, prima a tecla espaço ou [Return] para cancelar o teste\n"
"e retornar à lista de ratos.\n"
"\n"
-"Ocasionalmente a roda do rato não é detectada automáticamente, então "
-"é\n"
-"necessário seleccionar o rato da lista. Certifique-se que selecciona "
-"o\n"
-"correspondente à porta a que o seu rato está ligado. Depois de "
-"seleccionar\n"
-"o rato e premir o botão \"%s\", uma imagem será mostrada no ecrã a "
-"mover\n"
-"a roda. Teste os botões e verifique se o apontador do rato se move "
-"no ecrã \n"
+"Ocasionalmente a roda do rato não é detectada automáticamente, então é\n"
+"necessário seleccionar o rato da lista. Certifique-se que selecciona o\n"
+"correspondente à porta a que o seu rato está ligado. Depois de seleccionar\n"
+"o rato e premir o botão \"%s\", uma imagem será mostrada no ecrã a mover\n"
+"a roda. Teste os botões e verifique se o apontador do rato se move no ecrã \n"
"assim como move o rato."
#: help.pm:681
@@ -6125,131 +5514,86 @@ msgstr "Universal | Qualquer rato PS/2 & USB"
#: help.pm:684
#, c-format
msgid ""
-"Please select the correct port. For example, the \"COM1\" port "
-"under\n"
+"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
-"Por favor escolha a porta correcta. Por exemplo, em Windows é \"COM1"
-"\",\n"
+"Por favor escolha a porta correcta. Por exemplo, em Windows é \"COM1\",\n"
"em GNU/Linux já é \"ttyS0\"."
#: help.pm:688
#, c-format
msgid ""
-"This is the most crucial decision point for the security of your GNU/"
-"Linux\n"
-"system: you must enter the \"root\" password. \"Root\" is the "
-"system\n"
-"administrator and is the only user authorized to make updates, add "
-"users,\n"
-"change the overall system configuration, and so on. In short, \"root"
-"\" can\n"
-"do everything! That's why you must choose a password which is "
-"difficult to\n"
-"guess: DrakX will tell you if the password you chose is too simple. "
-"As you\n"
-"can see, you're not forced to enter a password, but we strongly "
-"advise\n"
-"against this. GNU/Linux is just as prone to operator error as any "
-"other\n"
+"This is the most crucial decision point for the security of your GNU/Linux\n"
+"system: you must enter the \"root\" password. \"Root\" is the system\n"
+"administrator and is the only user authorized to make updates, add users,\n"
+"change the overall system configuration, and so on. In short, \"root\" can\n"
+"do everything! That's why you must choose a password which is difficult to\n"
+"guess: DrakX will tell you if the password you chose is too simple. As you\n"
+"can see, you're not forced to enter a password, but we strongly advise\n"
+"against this. GNU/Linux is just as prone to operator error as any other\n"
"operating system. Since \"root\" can overcome all limitations and\n"
-"unintentionally erase all data on partitions by carelessly accessing "
-"the\n"
-"partitions themselves, it is important that it be difficult to "
-"become\n"
+"unintentionally erase all data on partitions by carelessly accessing the\n"
+"partitions themselves, it is important that it be difficult to become\n"
"\"root\".\n"
"\n"
-"The password should be a mixture of alphanumeric characters and at "
-"least 8\n"
-"characters long. Never write down the \"root\" password -- it makes "
-"it far\n"
+"The password should be a mixture of alphanumeric characters and at least 8\n"
+"characters long. Never write down the \"root\" password -- it makes it far\n"
"too easy to compromise your system.\n"
"\n"
-"One caveat: do not make the password too long or too complicated "
-"because you\n"
+"One caveat: do not make the password too long or too complicated because "
+"you\n"
"must be able to remember it!\n"
"\n"
-"The password will not be displayed on screen as you type it. To "
-"reduce the\n"
-"chance of a blind typing error you'll need to enter the password "
-"twice. If\n"
-"you do happen to make the same typing error twice, you'll have to "
-"use this\n"
-"``incorrect'' password the first time you'll try to connect as \"root"
-"\".\n"
-"\n"
-"If you want an authentication server to control access to your "
-"computer,\n"
+"The password will not be displayed on screen as you type it. To reduce the\n"
+"chance of a blind typing error you'll need to enter the password twice. If\n"
+"you do happen to make the same typing error twice, you'll have to use this\n"
+"``incorrect'' password the first time you'll try to connect as \"root\".\n"
+"\n"
+"If you want an authentication server to control access to your computer,\n"
"click on the \"%s\" button.\n"
"\n"
-"If your network uses either LDAP, NIS, or PDC Windows Domain "
-"authentication\n"
-"services, select the appropriate one for \"%s\". If you do not know "
-"which\n"
+"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
+"services, select the appropriate one for \"%s\". If you do not know which\n"
"one to use, you should ask your network administrator.\n"
"\n"
-"If you happen to have problems with remembering passwords, or if "
-"your\n"
-"computer will never be connected to the Internet and you absolutely "
-"trust\n"
+"If you happen to have problems with remembering passwords, or if your\n"
+"computer will never be connected to the Internet and you absolutely trust\n"
"everybody who uses your computer, you can choose to have \"%s\"."
msgstr ""
-"Este é o ponto mais crucial de decisão para a segurança do seu "
-"sistema\n"
-"GNU/Linux: deve escolher a senha do \"root\". O \"root\" é o "
-"administrador\n"
-"do sistema e é o único utilizador autorizado para fazer "
-"actualizações,\n"
-"adicionar utilizadores, mudar a configuração global do sistema, e "
-"por aí a\n"
-" fora. Em poucas palavras, o \"root\" pode fazer tudo! É por isso "
-"que deve\n"
-"escolher uma senha que seja difícil de adivinhar: o DrakX irá-lhe "
-"dizer se\n"
-"a senha que escolheu é muito simples. Como pode ver, não é obrigado "
-"a\n"
-"digitar uma senha, mas aconselhamos vivamente a não o fazer.O GNU/"
-"Linux\n"
-"é tão propenso ao erro do operador como qualquer outro sistema "
-"operativo.\n"
-"Já que o \"root\" pode ultrapassar todas as limitações e "
-"involuntáriamente\n"
-"apagar todos os dados nas partições ao aceder descuidadamente a "
-"estas,\n"
-"é muito importante que haja dificuldades em aceder/tornar-se \"root"
-"\".\n"
-"\n"
-"A senha deve ser uma mistura de caracteres alfa numéricos e com "
-"pelos\n"
-"menos 8 caracteres de comprimento.Nunca aponte a senha do \"root\" "
-"--\n"
+"Este é o ponto mais crucial de decisão para a segurança do seu sistema\n"
+"GNU/Linux: deve escolher a senha do \"root\". O \"root\" é o administrador\n"
+"do sistema e é o único utilizador autorizado para fazer actualizações,\n"
+"adicionar utilizadores, mudar a configuração global do sistema, e por aí a\n"
+" fora. Em poucas palavras, o \"root\" pode fazer tudo! É por isso que deve\n"
+"escolher uma senha que seja difícil de adivinhar: o DrakX irá-lhe dizer se\n"
+"a senha que escolheu é muito simples. Como pode ver, não é obrigado a\n"
+"digitar uma senha, mas aconselhamos vivamente a não o fazer.O GNU/Linux\n"
+"é tão propenso ao erro do operador como qualquer outro sistema operativo.\n"
+"Já que o \"root\" pode ultrapassar todas as limitações e involuntáriamente\n"
+"apagar todos os dados nas partições ao aceder descuidadamente a estas,\n"
+"é muito importante que haja dificuldades em aceder/tornar-se \"root\".\n"
+"\n"
+"A senha deve ser uma mistura de caracteres alfa numéricos e com pelos\n"
+"menos 8 caracteres de comprimento.Nunca aponte a senha do \"root\" --\n"
"torna demasiado fácil comprometer o seu sistema.\n"
"\n"
-"Uma advertência: não faça a senha demasiado longa ou muito "
-"complicada\n"
+"Uma advertência: não faça a senha demasiado longa ou muito complicada\n"
"para que seja capaz de se lembrar dela.\n"
"\n"
-"A senha não vai ser mostrada no ecrã à medida que a escreve. Para "
-"reduzir\n"
-"a hipótese de ser mal digitado, é necessário que a senha seja "
-"digitada duas\n"
-"vezes. Se lhe acontecer o mesmo erro duas vezes, aí terá que usar "
-"essa\n"
-"senha ``incorrecta'' na primeira vez que tentar ligar-se como \"root"
-"\".\n"
-"\n"
-"Se deseja um servidor de autenticação para controlar o acesso ao "
-"seu\n"
+"A senha não vai ser mostrada no ecrã à medida que a escreve. Para reduzir\n"
+"a hipótese de ser mal digitado, é necessário que a senha seja digitada duas\n"
+"vezes. Se lhe acontecer o mesmo erro duas vezes, aí terá que usar essa\n"
+"senha ``incorrecta'' na primeira vez que tentar ligar-se como \"root\".\n"
+"\n"
+"Se deseja um servidor de autenticação para controlar o acesso ao seu\n"
"computador, clique em \"%s\".\n"
"\n"
-"Se a sua rede usa seja LDAP, NIS ou a autenticação de serviços para "
-"um\n"
+"Se a sua rede usa seja LDAP, NIS ou a autenticação de serviços para um\n"
"domínio PDC Windows, seleccione o apropriado para \"%s\".\n"
"Se não sabe qual usar, deve perguntar ao administrador da sua rede.\n"
"\n"
"Se lhe acontecer ter problemas em relembrar senhas, ou se o seu\n"
-"computador nunca for conectado à internet, se confia em toda a gente "
-"que\n"
+"computador nunca for conectado à internet, se confia em toda a gente que\n"
"usa o seu computador, aí pode escolher em ter \"%s\"."
#: help.pm:722
@@ -6260,133 +5604,92 @@ msgstr "Autenticação"
#: help.pm:725
#, c-format
msgid ""
-"A boot loader is a little program which is started by the computer "
-"at boot\n"
-"time. It's responsible for starting up the whole system. Normally, "
-"the boot\n"
-"loader installation is totally automated. DrakX will analyze the "
-"disk boot\n"
+"A boot loader is a little program which is started by the computer at boot\n"
+"time. It's responsible for starting up the whole system. Normally, the boot\n"
+"loader installation is totally automated. DrakX will analyze the disk boot\n"
"sector and act according to what it finds there:\n"
"\n"
-" * if a Windows boot sector is found, it will replace it with a GRUB/"
-"LILO\n"
-"boot sector. This way you'll be able to load either GNU/Linux or any "
-"other\n"
+" * if a Windows boot sector is found, it will replace it with a GRUB/LILO\n"
+"boot sector. This way you'll be able to load either GNU/Linux or any other\n"
"OS installed on your machine.\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it'll replace it with a "
-"new one.\n"
+" * if a GRUB or LILO boot sector is found, it'll replace it with a new one.\n"
"\n"
-"If DrakX can not determine where to place the boot sector, it'll ask "
+"If DrakX can not determine where to place the boot sector, it'll ask you\n"
+"where it should place it. Generally, the \"%s\" is the safest place.\n"
+"Choosing \"%s\" will not install any boot loader. Use this option only if "
"you\n"
-"where it should place it. Generally, the \"%s\" is the safest "
-"place.\n"
-"Choosing \"%s\" will not install any boot loader. Use this option "
-"only if you\n"
"know what you're doing."
msgstr ""
"O carregador de arranque é um pequeno programa que é iniciado pelo\n"
-"computador no seu arranque. É responsável pela inicialização de todo "
-"o\n"
+"computador no seu arranque. É responsável pela inicialização de todo o\n"
"sistema. Normalmente, a fase de instalação do gestor de arranque é\n"
-"completamente automática. O DrakX irá analisar o sector de arranque "
-"do\n"
+"completamente automática. O DrakX irá analisar o sector de arranque do\n"
"disco e agir de acordo com o que lá encontrar:\n"
"\n"
-" * se encontrar um sector de arranque Windows, irá trocá-lo por um "
-"sector\n"
-"de arranque GRUB/LILO. Desta maneira será capaz de escolher entre "
-"carregar\n"
-"o GNU/Linux ou qualquer outro Sistema Operativo instalado na sua "
-"máquina.\n"
+" * se encontrar um sector de arranque Windows, irá trocá-lo por um sector\n"
+"de arranque GRUB/LILO. Desta maneira será capaz de escolher entre carregar\n"
+"o GNU/Linux ou qualquer outro Sistema Operativo instalado na sua máquina.\n"
"\n"
-" * se encontrar um sector de arranque GRUB ou LILO, irá trocá-lo por "
-"um novo.\n"
+" * se encontrar um sector de arranque GRUB ou LILO, irá trocá-lo por um "
+"novo.\n"
"\n"
-"Se o DrakX não conseuir determinar onde deve colocar o sector de "
-"arranque,\n"
-"irá-lhe perguntar onde o quer colocar. Geralmente, o \"%s\" é o "
-"local mais\n"
-"seguro. Ao escolher \"%s\" nenhum gestor de arranque será instalado. "
-"Use\n"
+"Se o DrakX não conseuir determinar onde deve colocar o sector de arranque,\n"
+"irá-lhe perguntar onde o quer colocar. Geralmente, o \"%s\" é o local mais\n"
+"seguro. Ao escolher \"%s\" nenhum gestor de arranque será instalado. Use\n"
"esta opção apenas se souber o que está a fazer."
#: help.pm:742
#, c-format
msgid ""
"Now, it's time to select a printing system for your computer. Other\n"
-"operating systems may offer you one, but Mandriva Linux offers two. "
-"Each of\n"
-"the printing systems is best suited to particular types of "
-"configuration.\n"
-"\n"
-" * \"%s\" -- which is an acronym for ``print, do not queue'', is the "
-"choice\n"
-"if you have a direct connection to your printer, you want to be able "
-"to\n"
-"panic out of printer jams, and you do not have networked printers. "
-"(\"%s\"\n"
-"will handle only very simple network cases and is somewhat slow when "
-"used\n"
-"within networks.) It's recommended that you use \"pdq\" if this is "
-"your\n"
+"operating systems may offer you one, but Mandriva Linux offers two. Each of\n"
+"the printing systems is best suited to particular types of configuration.\n"
+"\n"
+" * \"%s\" -- which is an acronym for ``print, do not queue'', is the choice\n"
+"if you have a direct connection to your printer, you want to be able to\n"
+"panic out of printer jams, and you do not have networked printers. (\"%s\"\n"
+"will handle only very simple network cases and is somewhat slow when used\n"
+"within networks.) It's recommended that you use \"pdq\" if this is your\n"
"first experience with GNU/Linux.\n"
"\n"
-" * \"%s\" stands for `` Common Unix Printing System'' and is an "
-"excellent\n"
-"choice for printing to your local printer or to one halfway around "
-"the\n"
-"planet. It's simple to configure and can act as a server or a client "
-"for\n"
+" * \"%s\" stands for `` Common Unix Printing System'' and is an excellent\n"
+"choice for printing to your local printer or to one halfway around the\n"
+"planet. It's simple to configure and can act as a server or a client for\n"
"the ancient \"lpd\" printing system, so it's compatible with older\n"
"operating systems which may still need print services. While quite\n"
-"powerful, the basic setup is almost as easy as \"pdq\". If you need "
-"to\n"
-"emulate a \"lpd\" server, make sure you turn on the \"cups-lpd\" "
-"daemon.\n"
-"\"%s\" includes graphical front-ends for printing or choosing "
-"printer\n"
+"powerful, the basic setup is almost as easy as \"pdq\". If you need to\n"
+"emulate a \"lpd\" server, make sure you turn on the \"cups-lpd\" daemon.\n"
+"\"%s\" includes graphical front-ends for printing or choosing printer\n"
"options and for managing the printer.\n"
"\n"
-"If you make a choice now, and later find that you do not like your "
-"printing\n"
-"system you may change it by running PrinterDrake from the Mandriva "
-"Linux\n"
+"If you make a choice now, and later find that you do not like your printing\n"
+"system you may change it by running PrinterDrake from the Mandriva Linux\n"
"Control Center and clicking on the \"%s\" button."
msgstr ""
-"Agora, é tempo de escolher o sistema de impressão para o seu "
-"computador.\n"
+"Agora, é tempo de escolher o sistema de impressão para o seu computador.\n"
"Outros sistemas operativos podem oferecer um, mas o Mandriva Linux\n"
-"oferece dois. Cada um dos sistemas de impressão é bem servido para "
-"tipos\n"
+"oferece dois. Cada um dos sistemas de impressão é bem servido para tipos\n"
"particulares de configuração.\n"
"\n"
-".*.\"%s\" -- que é um anacronismo para ``imprimir, não meter em "
-"fila'',\n"
-"é a escolha se tem uma conexão directa à sua impressora e deseja "
-"poder\n"
+".*.\"%s\" -- que é um anacronismo para ``imprimir, não meter em fila'',\n"
+"é a escolha se tem uma conexão directa à sua impressora e deseja poder\n"
"parar tudo nos erros de impressão, e não tem impressoras em rede.\n"
-"(\"%s\" só irá gerir os casos mais simples de rede e é algo lento "
-"quando\n"
+"(\"%s\" só irá gerir os casos mais simples de rede e é algo lento quando\n"
"usado em redes). Recomenda-se que use \"lpd\" se é a sua primeira\n"
"experiência com GNU/Linux.\n"
"\n"
-".*.\"%s\" -- O `` Sistema de Impressão Comum Unix'', é excelente "
-"para\n"
+".*.\"%s\" -- O `` Sistema de Impressão Comum Unix'', é excelente para\n"
"imprimir para a sua impressora local e também para o outro lado do\n"
"mundo. É simples e pode agir como servidor ou cliente para o antigo\n"
-"sistema de impressão \"lpd\". Portanto, é compatível com os "
-"sistemas\n"
+"sistema de impressão \"lpd\". Portanto, é compatível com os sistemas\n"
"anteriores. Pode fazer muitas coisas, mas a configuração de base é\n"
"quase tão simples como \"lpd\". Se precisa dele para emular um\n"
-"servidor \"lpd\", tem que activar o servidor \"cups-lpd\". \"%s\" "
-"tem\n"
-"interfaces gráficos para imprimir ou escolher as opções de "
-"impressão.\n"
+"servidor \"lpd\", tem que activar o servidor \"cups-lpd\". \"%s\" tem\n"
+"interfaces gráficos para imprimir ou escolher as opções de impressão.\n"
"\n"
"Poderá mudar a sua escolha de sistema após a instalação correndo o\n"
-"PrinterDrake a partir do Centro de Controlo Mandriva Linux e "
-"clicando\n"
+"PrinterDrake a partir do Centro de Controlo Mandriva Linux e clicando\n"
"no botão \"%s\"."
#: help.pm:765
@@ -6407,31 +5710,21 @@ msgstr "Perito"
#: help.pm:768
#, c-format
msgid ""
-"DrakX will first detect any IDE devices present in your computer. It "
-"will\n"
-"also scan for one or more PCI SCSI cards on your system. If a SCSI "
-"card is\n"
+"DrakX will first detect any IDE devices present in your computer. It will\n"
+"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection is not foolproof, DrakX may fail in "
-"detecting\n"
-"your hard drives. If so, you'll have to specify your hardware by "
-"hand.\n"
+"Because hardware detection is not foolproof, DrakX may fail in detecting\n"
+"your hard drives. If so, you'll have to specify your hardware by hand.\n"
"\n"
-"If you had to manually specify your PCI SCSI adapter, DrakX will ask "
-"if you\n"
-"want to configure options for it. You should allow DrakX to probe "
-"the\n"
-"hardware for the card-specific options which are needed to "
-"initialize the\n"
-"adapter. Most of the time, DrakX will get through this step without "
-"any\n"
+"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
+"want to configure options for it. You should allow DrakX to probe the\n"
+"hardware for the card-specific options which are needed to initialize the\n"
+"adapter. Most of the time, DrakX will get through this step without any\n"
"issues.\n"
"\n"
-"If DrakX is not able to probe for the options to automatically "
-"determine\n"
-"which parameters need to be passed to the hardware, you'll need to "
-"manually\n"
+"If DrakX is not able to probe for the options to automatically determine\n"
+"which parameters need to be passed to the hardware, you'll need to manually\n"
"configure the driver."
msgstr ""
"O DrakX irá primeiro detectar os dispositivos IDE presentes no seu\n"
@@ -6439,42 +5732,31 @@ msgstr ""
"no seu sistema. Se um adaptador SCSI for encontrado, o DrakX irá\n"
"automáticamente instalar o controlador apropriado.\n"
"\n"
-"Porque a detecção de hardware não é a toda a prova, o DrakX pode "
-"falhar\n"
-"a detectar os discos rígidos. Se isso acontecer, terá de específicar "
-"o seu\n"
+"Porque a detecção de hardware não é a toda a prova, o DrakX pode falhar\n"
+"a detectar os discos rígidos. Se isso acontecer, terá de específicar o seu\n"
"hardware á mão..\n"
"\n"
-"Se tiver que o especificar manualmente o seu adaptador PCI SCSI, o "
-"DrakX\n"
-"irá-lhe perguntar se quer configurar as opções deste. Deve permitir "
-"que o\n"
-"DrakX verifique o hardware para as opçºoes específicas das placas "
-"que são\n"
-"necessárias para inicializar o adaptador. Na maior parte do tempo, o "
-"DrakX\n"
+"Se tiver que o especificar manualmente o seu adaptador PCI SCSI, o DrakX\n"
+"irá-lhe perguntar se quer configurar as opções deste. Deve permitir que o\n"
+"DrakX verifique o hardware para as opçºoes específicas das placas que são\n"
+"necessárias para inicializar o adaptador. Na maior parte do tempo, o DrakX\n"
"irá executar este passo sem qualquer problema.\n"
"\n"
-"Se o DrakX não conseguir verificar quais são as opções que "
-"automáticamente\n"
-"determinem que parâmetros são necessários para o hardware em "
-"questão, irá\n"
+"Se o DrakX não conseguir verificar quais são as opções que automáticamente\n"
+"determinem que parâmetros são necessários para o hardware em questão, irá\n"
"precisar de configurar o controlador manualmente."
#: help.pm:786
#, c-format
msgid ""
-"\"%s\": if a sound card is detected on your system, it'll be "
-"displayed\n"
-"here. If you notice the sound card is not the one actually present "
-"on your\n"
+"\"%s\": if a sound card is detected on your system, it'll be displayed\n"
+"here. If you notice the sound card is not the one actually present on your\n"
"system, you can click on the button and choose a different driver."
msgstr ""
"\"%s\": se foi detectada uma placa de som no seu sistema, será\n"
-"listada aqui. Se verificar que a placa de som listada não é a placa "
-"que está\n"
-"presente no seu sistema, pode clicar no botão e escolher outro "
-"controaldor."
+"listada aqui. Se verificar que a placa de som listada não é a placa que "
+"está\n"
+"presente no seu sistema, pode clicar no botão e escolher outro controaldor."
#: help.pm:788 help.pm:855 install_steps_interactive.pm:991
#: install_steps_interactive.pm:1008
@@ -6485,193 +5767,137 @@ msgstr "Placa de Som"
#: help.pm:791
#, c-format
msgid ""
-"As a review, DrakX will present a summary of information it has "
-"gathered\n"
-"about your system. Depending on the hardware installed on your "
-"machine, you\n"
-"may have some or all of the following entries. Each entry is made up "
-"of the\n"
-"hardware item to be configured, followed by a quick summary of the "
-"current\n"
-"configuration. Click on the corresponding \"%s\" button to make the "
-"change.\n"
+"As a review, DrakX will present a summary of information it has gathered\n"
+"about your system. Depending on the hardware installed on your machine, you\n"
+"may have some or all of the following entries. Each entry is made up of the\n"
+"hardware item to be configured, followed by a quick summary of the current\n"
+"configuration. Click on the corresponding \"%s\" button to make the change.\n"
"\n"
-" * \"%s\": check the current keyboard map configuration and change "
-"it if\n"
+" * \"%s\": check the current keyboard map configuration and change it if\n"
"necessary.\n"
"\n"
-" * \"%s\": check the current country selection. If you're not in "
-"this\n"
-"country, click on the \"%s\" button and choose another. If your "
-"country\n"
-"is not in the list shown, click on the \"%s\" button to get the "
-"complete\n"
+" * \"%s\": check the current country selection. If you're not in this\n"
+"country, click on the \"%s\" button and choose another. If your country\n"
+"is not in the list shown, click on the \"%s\" button to get the complete\n"
"country list.\n"
"\n"
-" * \"%s\": by default, DrakX deduces your time zone based on the "
-"country\n"
-"you have chosen. You can click on the \"%s\" button here if this is "
-"not\n"
+" * \"%s\": by default, DrakX deduces your time zone based on the country\n"
+"you have chosen. You can click on the \"%s\" button here if this is not\n"
"correct.\n"
"\n"
-" * \"%s\": verify the current mouse configuration and click on the "
-"button\n"
+" * \"%s\": verify the current mouse configuration and click on the button\n"
"to change it if necessary.\n"
"\n"
" * \"%s\": clicking on the \"%s\" button will open the printer\n"
-"configuration wizard. Consult the corresponding chapter of the "
-"``Starter\n"
-"Guide'' for more information on how to set up a new printer. The "
-"interface\n"
-"presented in our manual is similar to the one used during "
-"installation.\n"
-"\n"
-" * \"%s\": if a sound card is detected on your system, it'll be "
-"displayed\n"
-"here. If you notice the sound card is not the one actually present "
-"on your\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to set up a new printer. The interface\n"
+"presented in our manual is similar to the one used during installation.\n"
+"\n"
+" * \"%s\": if a sound card is detected on your system, it'll be displayed\n"
+"here. If you notice the sound card is not the one actually present on your\n"
"system, you can click on the button and choose a different driver.\n"
"\n"
-" * \"%s\": if you have a TV card, this is where information about "
-"its\n"
-"configuration will be displayed. If you have a TV card and it is "
-"not\n"
+" * \"%s\": if you have a TV card, this is where information about its\n"
+"configuration will be displayed. If you have a TV card and it is not\n"
"detected, click on \"%s\" to try to configure it manually.\n"
"\n"
-" * \"%s\": you can click on \"%s\" to change the parameters "
-"associated with\n"
+" * \"%s\": you can click on \"%s\" to change the parameters associated with\n"
"the card if you feel the configuration is wrong.\n"
"\n"
" * \"%s\": by default, DrakX configures your graphical interface in\n"
-"\"800x600\" or \"1024x768\" resolution. If that does not suit you, "
-"click on\n"
+"\"800x600\" or \"1024x768\" resolution. If that does not suit you, click on\n"
"\"%s\" to reconfigure your graphical interface.\n"
"\n"
-" * \"%s\": if you wish to configure your Internet or local network "
-"access,\n"
+" * \"%s\": if you wish to configure your Internet or local network access,\n"
"you can do so now. Refer to the printed documentation or use the\n"
"Mandriva Linux Control Center after the installation has finished to "
"benefit\n"
"from full in-line help.\n"
"\n"
-" * \"%s\": allows to configure HTTP and FTP proxy addresses if the "
-"machine\n"
+" * \"%s\": allows to configure HTTP and FTP proxy addresses if the machine\n"
"you're installing on is to be located behind a proxy server.\n"
"\n"
-" * \"%s\": this entry allows you to redefine the security level as "
-"set in a\n"
+" * \"%s\": this entry allows you to redefine the security level as set in a\n"
"previous step ().\n"
"\n"
-" * \"%s\": if you plan to connect your machine to the Internet, it's "
-"a good\n"
-"idea to protect yourself from intrusions by setting up a firewall. "
-"Consult\n"
-"the corresponding section of the ``Starter Guide'' for details "
-"about\n"
+" * \"%s\": if you plan to connect your machine to the Internet, it's a good\n"
+"idea to protect yourself from intrusions by setting up a firewall. Consult\n"
+"the corresponding section of the ``Starter Guide'' for details about\n"
"firewall settings.\n"
"\n"
-" * \"%s\": if you wish to change your bootloader configuration, "
-"click this\n"
-"button. This should be reserved to advanced users. Refer to the "
-"printed\n"
-"documentation or the in-line help about bootloader configuration in "
-"the\n"
+" * \"%s\": if you wish to change your bootloader configuration, click this\n"
+"button. This should be reserved to advanced users. Refer to the printed\n"
+"documentation or the in-line help about bootloader configuration in the\n"
"Mandriva Linux Control Center.\n"
"\n"
-" * \"%s\": through this entry you can fine tune which services will "
-"be run\n"
-"on your machine. If you plan to use this machine as a server it's a "
-"good\n"
+" * \"%s\": through this entry you can fine tune which services will be run\n"
+"on your machine. If you plan to use this machine as a server it's a good\n"
"idea to review this setup."
msgstr ""
-"Em revisão, o DrakX irá apresentar um sumário que junta a "
-"informação\n"
-"recolhida sobre o seu sistema. Dependendo do hardware instalado na "
-"sua\n"
+"Em revisão, o DrakX irá apresentar um sumário que junta a informação\n"
+"recolhida sobre o seu sistema. Dependendo do hardware instalado na sua\n"
" máquina, poderá ter uma ou todas das seguintes entradas.\n"
"Cada entrada é feita sobre o item de hardware para ser configurado,\n"
"seguido de um rápido sumário da corrente configuração.\n"
"Clica no botão correspondente \"%s\" para fazer as alterações.\n"
"\n"
-" * \"%s\": verifique a configuração actual do mapa do teclado "
-"corrente\n"
+" * \"%s\": verifique a configuração actual do mapa do teclado corrente\n"
"e mude-a se necessário.\n"
"\n"
-" * \"%s\": verifique a selecção de país actual. Se não estiver neste "
-"país,\n"
-"clique no botão \"%s\" e escolha outro. Se o seu país não aparecer "
-"na lista\n"
-"mostrada, clica no botão \"%s\" para obter a lista completa de "
-"países.\n"
+" * \"%s\": verifique a selecção de país actual. Se não estiver neste país,\n"
+"clique no botão \"%s\" e escolha outro. Se o seu país não aparecer na lista\n"
+"mostrada, clica no botão \"%s\" para obter a lista completa de países.\n"
"\n"
" * \"%s\": por omissão, o DrakX escolhe o fuso horario do país\n"
-"escolhido. Pode clicar no botão \"%s\" se esta não é a opção "
-"correcta.\n"
+"escolhido. Pode clicar no botão \"%s\" se esta não é a opção correcta.\n"
"\n"
-" * \"%s\": verifique a actual configuração do rato e clique no botão "
-"para\n"
+" * \"%s\": verifique a actual configuração do rato e clique no botão para\n"
"mudar se necessário.\n"
"\n"
-" * \"%s\": clique no botão \"%s\" para abrir o assistente de "
-"configuração\n"
+" * \"%s\": clique no botão \"%s\" para abrir o assistente de configuração\n"
"de impressoras. Consulte o capítulo correspondente do ``Guia do "
"Utilizador'',\n"
"para mais informação sobre como configurar uma nova impressora.\n"
-"O interface apresentado no nosso manual, é similar ao usado na "
-"instalação.\n"
+"O interface apresentado no nosso manual, é similar ao usado na instalação.\n"
"\n"
-" * \"%s\": se uma placa de som for detectada no seu sistema,será "
-"mostrada\n"
+" * \"%s\": se uma placa de som for detectada no seu sistema,será mostrada\n"
"aqui. SE notar que a placa de som não é actualmente presente no seu\n"
-"sistema, pode clicar no botão para escolher um controlador "
-"diferente.\n"
+"sistema, pode clicar no botão para escolher um controlador diferente.\n"
"\n"
-" * \"%s\": se tem uma placa de TV, é aqui que a informação acerca "
-"da\n"
+" * \"%s\": se tem uma placa de TV, é aqui que a informação acerca da\n"
"configuração é mostrada, Se tem uma placa de TV e não é detectada,\n"
"clique em \"%s\" para a tentar configurar manualmente.\n"
"\n"
-" * \"%s\": pode clicar em \"%s\" para mudar os parâmetros "
-"associados\n"
+" * \"%s\": pode clicar em \"%s\" para mudar os parâmetros associados\n"
"com a placa se acha que a configuração está errada.\n"
"\n"
-" * \"%s\": por omissão, o DrakX configura o seu interface gráfico "
-"nas\n"
+" * \"%s\": por omissão, o DrakX configura o seu interface gráfico nas\n"
"resoluções \"800x600\" ou \"1024x768\". Se isso não lhe serve, pode\n"
"clicar em \"%s\" para configurar o seu interface gráfico.\n"
"\n"
-" * \"%s\": se deseja configurar a sua internet ou acesso de rede "
-"local\n"
+" * \"%s\": se deseja configurar a sua internet ou acesso de rede local\n"
"pode fazê-lo. Refira-se a documentação impressa ou use o Centro de\n"
"Controlo do Mandriva Linux a seguir a instalação ter terminado de\n"
"beneficiar da ajuda incluída.\n"
"\n"
-" * \"%s\": permite-lhe configurar endereços HTTP e FTP proxy se a "
-"máquina\n"
-"onde está a instalar é para ser localizada atrás de um servidor "
-"proxy.\n"
+" * \"%s\": permite-lhe configurar endereços HTTP e FTP proxy se a máquina\n"
+"onde está a instalar é para ser localizada atrás de um servidor proxy.\n"
"\n"
-" * \"%s\": esta entrada permite-lhe redefinir o nível de segurança "
-"como\n"
+" * \"%s\": esta entrada permite-lhe redefinir o nível de segurança como\n"
"configurado num passo anterior.\n"
"\n"
-" * \"%s\": se planeia ligar a sua máquina à internet, é uma boa "
-"ideia\n"
-"proteger-se de intrusões ao configurar uma firewall. Consultar "
-"secção\n"
-"correspondente do ``Guia de Utilizador'' para detalhes acerca de "
-"como\n"
+" * \"%s\": se planeia ligar a sua máquina à internet, é uma boa ideia\n"
+"proteger-se de intrusões ao configurar uma firewall. Consultar secção\n"
+"correspondente do ``Guia de Utilizador'' para detalhes acerca de como\n"
"configurar uma firewall.\n"
"\n"
-" * \"%s\": se deseja mudar a configuração do carregador de "
-"arranque,\n"
+" * \"%s\": se deseja mudar a configuração do carregador de arranque,\n"
"clique nesse botão. Isto deveria ser reservado aos utilizadores\n"
"avançados.Referira-se à documentação impressa, ou à linha de ajuda\n"
"sobre a configuração de carregador de arranque (bootloader) no\n"
"Centro de Controlo Mandriva Linux.\n"
"\n"
-" * \"%s\": através desta entrada pode ajustar quais os serviços que "
-"serão\n"
+" * \"%s\": através desta entrada pode ajustar quais os serviços que serão\n"
"executados na sua máquina. Se planeia configurar esta máquina como\n"
"um servidor, é uma boa ideia rever a configuração."
@@ -6731,10 +5957,8 @@ msgstr "Serviços"
#: help.pm:858
#, c-format
msgid ""
-"Choose the hard drive you want to erase in order to install your "
-"new\n"
-"Mandriva Linux partition. Be careful, all data on this drive will be "
-"lost\n"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandriva Linux partition. Be careful, all data on this drive will be lost\n"
"and will not be recoverable!"
msgstr ""
"Escolha o disco que deseja apagar para instalar a sua nova partição\n"
@@ -6744,21 +5968,16 @@ msgstr ""
#: help.pm:863
#, c-format
msgid ""
-"Click on \"%s\" if you want to delete all data and partitions "
-"present on\n"
-"this hard drive. Be careful, after clicking on \"%s\", you will not "
-"be able\n"
-"to recover any data and partitions present on this hard drive, "
-"including\n"
+"Click on \"%s\" if you want to delete all data and partitions present on\n"
+"this hard drive. Be careful, after clicking on \"%s\", you will not be able\n"
+"to recover any data and partitions present on this hard drive, including\n"
"any Windows data.\n"
"\n"
-"Click on \"%s\" to quit this operation without losing data and "
-"partitions\n"
+"Click on \"%s\" to quit this operation without losing data and partitions\n"
"present on this hard drive."
msgstr ""
"Clique em \"%s\" se deseja apagar todos os dados e partições\n"
-"presentes neste disco rígido.Tenha cuidado, depois de clicar em \"%s"
-"\",\n"
+"presentes neste disco rígido.Tenha cuidado, depois de clicar em \"%s\",\n"
"não será capaz de recuperar qualquer dado e partição presente neste\n"
"disco rígido, incluindo qualquer dado do Windows.\n"
"\n"
@@ -6778,14 +5997,14 @@ msgstr "<- Anterior"
#: install2.pm:115
#, c-format
msgid ""
-"Can not access kernel modules corresponding to your kernel (file %s "
-"is missing), this generally means your boot floppy in not in sync "
-"with the Installation medium (please create a newer boot floppy)"
+"Can not access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
msgstr ""
-"Não foi possível aceder aos módulos que correspondem ao seu kernel "
-"(falta o ficheiro %s), isto geralmente significa que a sua disquete "
-"de arranque não está em sintonia com a média de instalação (por "
-"favor crie uma nova disquete de arranque)"
+"Não foi possível aceder aos módulos que correspondem ao seu kernel (falta o "
+"ficheiro %s), isto geralmente significa que a sua disquete de arranque não "
+"está em sintonia com a média de instalação (por favor crie uma nova disquete "
+"de arranque)"
#: install2.pm:167
#, c-format
@@ -6801,8 +6020,7 @@ msgstr "Tem mais médias suplementares?"
#: install_any.pm:409
#, c-format
msgid ""
-"The following media have been found and will be used during install: "
-"%s.\n"
+"The following media have been found and will be used during install: %s.\n"
"\n"
"\n"
"Do you have a supplementary installation medium to configure?"
@@ -6812,8 +6030,8 @@ msgstr ""
"\n"
"Tem alguma média de instalação suplementar para configurar?"
-#: install_any.pm:422 printer/printerdrake.pm:3188
-#: printer/printerdrake.pm:3195 standalone/scannerdrake:182
+#: install_any.pm:422 printer/printerdrake.pm:3211
+#: printer/printerdrake.pm:3218 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6883,11 +6101,11 @@ msgstr "Directório"
#: install_any.pm:580
#, c-format
msgid ""
-"Can't find a package list file on this mirror. Make sure the "
-"location is correct."
+"Can't find a package list file on this mirror. Make sure the location is "
+"correct."
msgstr ""
-"Não é possível encontrar o ficheiro hdlist neste mirror. Certifique-"
-"se que a localização está correcta."
+"Não é possível encontrar o ficheiro hdlist neste mirror. Certifique-se que a "
+"localização está correcta."
#: install_any.pm:657
#, c-format
@@ -6908,12 +6126,12 @@ msgstr "A procurar pacotes para actualizar..."
#, c-format
msgid ""
"Change your Cd-Rom!\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok "
-"when done."
+"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
+"done."
msgstr ""
"Mude o seu Cd-Rom!\n"
-"Por favor insira o Cd-Rom chamado \"%s\" no seu dispositivo e prima "
-"Ok quando pronto."
+"Por favor insira o Cd-Rom chamado \"%s\" no seu dispositivo e prima Ok "
+"quando pronto."
#: install_any.pm:793
#, c-format
@@ -6927,10 +6145,8 @@ msgid ""
"You have selected the following server(s): %s\n"
"\n"
"\n"
-"These servers are activated by default. They do not have any known "
-"security\n"
-"issues, but some new ones could be found. In that case, you must "
-"make sure\n"
+"These servers are activated by default. They do not have any known security\n"
+"issues, but some new ones could be found. In that case, you must make sure\n"
"to upgrade as soon as possible.\n"
"\n"
"\n"
@@ -6939,10 +6155,8 @@ msgstr ""
"Seleccionou o(s) seguinte(s) servidor(es): %s\n"
"\n"
"\n"
-"Estes servidores são activados por omissão. Não possuem nenhum "
-"problema\n"
-"de segurança conhecido, mas algum novo pode ser encontrado. Neste "
-"caso,\n"
+"Estes servidores são activados por omissão. Não possuem nenhum problema\n"
+"de segurança conhecido, mas algum novo pode ser encontrado. Neste caso,\n"
"certifique-se da sua actualização logo que possível.\n"
"\n"
"\n"
@@ -6952,14 +6166,13 @@ msgstr ""
#: install_any.pm:958
#, c-format
msgid ""
-"The following packages will be removed to allow upgrading your "
-"system: %s\n"
+"The following packages will be removed to allow upgrading your system: %s\n"
"\n"
"\n"
"Do you really want to remove these packages?\n"
msgstr ""
-"Os seguintes pacotes serão removidos para poder actualizar o seu "
-"sistema: %s\n"
+"Os seguintes pacotes serão removidos para poder actualizar o seu sistema: %"
+"s\n"
"\n"
"\n"
"Deseja realmente remover estes pacotes ?\n"
@@ -6982,13 +6195,11 @@ msgstr "%s (anteriormente conhecido por %s)"
#: install_any.pm:1670
#, c-format
msgid ""
-"An error occurred - no valid devices were found on which to create "
-"new filesystems. Please check your hardware for the cause of this "
-"problem"
+"An error occurred - no valid devices were found on which to create new "
+"filesystems. Please check your hardware for the cause of this problem"
msgstr ""
-"Ocorreu um erro - nenhum dispositivo válido foi encontrado para "
-"criar novos sistemas de ficheiros. Por favor verifique no hardware a "
-"causa deste problema"
+"Ocorreu um erro - nenhum dispositivo válido foi encontrado para criar novos "
+"sistemas de ficheiros. Por favor verifique no hardware a causa deste problema"
#: install_any.pm:1714
#, c-format
@@ -7053,12 +6264,10 @@ msgstr "Configuração do sistema"
#: install_interactive.pm:23
#, c-format
msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to "
-"work.\n"
+"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
"You can find some information about them at: %s"
msgstr ""
-"Algum hardware no seu computador precisa de controladores "
-"``proprietários''\n"
+"Algum hardware no seu computador precisa de controladores ``proprietários''\n"
"para funcionar. Pode encontrar mais informações em: %s"
#: install_interactive.pm:63
@@ -7130,12 +6339,9 @@ msgstr "Tamanho da partição swap em MB: "
#: install_interactive.pm:131
#, c-format
-msgid ""
-"There is no FAT partition to use as loopback (or not enough space "
-"left)"
+msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr ""
-"Não há partições FAT para usar como loopback (ou não têm espaço "
-"suficiente)"
+"Não há partições FAT para usar como loopback (ou não têm espaço suficiente)"
#: install_interactive.pm:140
#, c-format
@@ -7159,13 +6365,13 @@ msgstr "A calcular o tamanho da partição Microsoft Windows®"
#: install_interactive.pm:164
#, c-format
msgid ""
-"Your Microsoft Windows® partition is too fragmented. Please reboot "
-"your computer under Microsoft Windows®, run the ``defrag'' utility, "
-"then restart the Mandriva Linux installation."
+"Your Microsoft Windows® partition is too fragmented. Please reboot your "
+"computer under Microsoft Windows®, run the ``defrag'' utility, then restart "
+"the Mandriva Linux installation."
msgstr ""
-"A sua partição Microsoft Windows® está demasiado fragmentada. Por "
-"favor reinicie o seu computador em Microsoft Windows®, execute a "
-"utilidade ``defrag'', depois recomece a instalação Mandriva Linux."
+"A sua partição Microsoft Windows® está demasiado fragmentada. Por favor "
+"reinicie o seu computador em Microsoft Windows®, execute a utilidade "
+"``defrag'', depois recomece a instalação Mandriva Linux."
#: install_interactive.pm:167
#, c-format
@@ -7176,12 +6382,12 @@ msgid ""
"Your Microsoft Windows® partition will be now resized.\n"
"\n"
"\n"
-"Be careful: this operation is dangerous. If you have not already "
-"done so, you first need to exit the installation, run \"chkdsk c:\" "
-"from a Command Prompt under Microsoft Windows® (beware, running "
-"graphical program \"scandisk\" is not enough, be sure to use \"chkdsk"
-"\" in a Command Prompt!), optionally run defrag, then restart the "
-"installation. You should also backup your data.\n"
+"Be careful: this operation is dangerous. If you have not already done so, "
+"you first need to exit the installation, run \"chkdsk c:\" from a Command "
+"Prompt under Microsoft Windows® (beware, running graphical program \"scandisk"
+"\" is not enough, be sure to use \"chkdsk\" in a Command Prompt!), "
+"optionally run defrag, then restart the installation. You should also backup "
+"your data.\n"
"\n"
"\n"
"When sure, press %s."
@@ -7192,13 +6398,12 @@ msgstr ""
"O DrakX irá agora redimensionar a sua partição Windows.\n"
"\n"
"\n"
-"Tenha cuidado: esta operação é perigosa. Se ainda não o tiver feito, "
-"deve primeiro sair da instalação, correr \"chkdsk c:\" a partir de "
-"uma Linha de Comandos sob Windows (cuidado, correr o programa "
-"gráfico \"scandisk\"não chega, assegure-se em usar \"chkdsk\" numa "
-"Linha de Comandos!), e opcionalmente correr o defrag) nesta "
-"partição, e então reiniciar a instalação. Também deve fazer uma "
-"salvaguarda dos seus dados.\n"
+"Tenha cuidado: esta operação é perigosa. Se ainda não o tiver feito, deve "
+"primeiro sair da instalação, correr \"chkdsk c:\" a partir de uma Linha de "
+"Comandos sob Windows (cuidado, correr o programa gráfico \"scandisk\"não "
+"chega, assegure-se em usar \"chkdsk\" numa Linha de Comandos!), e "
+"opcionalmente correr o defrag) nesta partição, e então reiniciar a "
+"instalação. Também deve fazer uma salvaguarda dos seus dados.\n"
"\n"
"\n"
"Quando tiver certeza, pressione %s."
@@ -7226,9 +6431,7 @@ msgstr "Falha no redimensionamento FAT: %s"
#: install_interactive.pm:209
#, c-format
msgid "There is no FAT partition to resize (or not enough space left)"
-msgstr ""
-"Não há partições FAT para redimensionar (ou espaço livre "
-"insuficiente)"
+msgstr "Não há partições FAT para redimensionar (ou espaço livre insuficiente)"
#: install_interactive.pm:214
#, c-format
@@ -7249,8 +6452,8 @@ msgstr "Tem mais que um disco rígido, em qual deles quer instalar o linux?"
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
-"TODAS as partições existentes e os seus dados serão perdidos no "
-"dispositivo %s"
+"TODAS as partições existentes e os seus dados serão perdidos no dispositivo %"
+"s"
#: install_interactive.pm:237
#, c-format
@@ -7274,9 +6477,7 @@ msgstr "Não consigo encontrar espaço para instalar"
#: install_interactive.pm:280
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr ""
-"O assistente de particionamento DrakX encontrou as seguintes "
-"soluções:"
+msgstr "O assistente de particionamento DrakX encontrou as seguintes soluções:"
#: install_interactive.pm:288
#, c-format
@@ -7299,260 +6500,253 @@ msgstr "A desligar a rede"
msgid ""
"Introduction\n"
"\n"
-"The operating system and the different components available in the "
-"Mandriva Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software "
-"Products include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation "
-"related to the operating \n"
-"system and the different components of the Mandriva Linux "
-"distribution.\n"
+"The operating system and the different components available in the Mandriva "
+"Linux distribution \n"
+"shall be called the \"Software Products\" hereafter. The Software Products "
+"include, but are not \n"
+"restricted to, the set of programs, methods, rules and documentation related "
+"to the operating \n"
+"system and the different components of the Mandriva Linux distribution.\n"
"\n"
"\n"
"1. License Agreement\n"
"\n"
-"Please read this document carefully. This document is a license "
-"agreement between you and \n"
+"Please read this document carefully. This document is a license agreement "
+"between you and \n"
"Mandriva S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any "
-"manner, you explicitly \n"
-"accept and fully agree to conform to the terms and conditions of "
-"this License. \n"
-"If you disagree with any portion of the License, you are not allowed "
-"to install, duplicate or use \n"
+"By installing, duplicating or using the Software Products in any manner, you "
+"explicitly \n"
+"accept and fully agree to conform to the terms and conditions of this "
+"License. \n"
+"If you disagree with any portion of the License, you are not allowed to "
+"install, duplicate or use \n"
"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a "
-"manner which does not comply \n"
-"with the terms and conditions of this License is void and will "
-"terminate your rights under this \n"
-"License. Upon termination of the License, you must immediately "
-"destroy all copies of the \n"
+"Any attempt to install, duplicate or use the Software Products in a manner "
+"which does not comply \n"
+"with the terms and conditions of this License is void and will terminate "
+"your rights under this \n"
+"License. Upon termination of the License, you must immediately destroy all "
+"copies of the \n"
"Software Products.\n"
"\n"
"\n"
"2. Limited Warranty\n"
"\n"
-"The Software Products and attached documentation are provided \"as is"
-"\", with no warranty, to the \n"
+"The Software Products and attached documentation are provided \"as is\", "
+"with no warranty, to the \n"
"extent permitted by law.\n"
-"Mandriva S.A. will, in no circumstances and to the extent permitted "
-"by law, be liable for any special,\n"
+"Mandriva S.A. will, in no circumstances and to the extent permitted by law, "
+"be liable for any special,\n"
"incidental, direct or indirect damages whatsoever (including without "
"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and "
-"penalties resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use "
-"or inability to use the Software \n"
-"Products, even if Mandriva S.A. has been advised of the possibility "
-"or occurrence of such \n"
+"business, interruption of business, financial loss, legal fees and penalties "
+"resulting from a court \n"
+"judgment, or any other consequential loss) arising out of the use or "
+"inability to use the Software \n"
+"Products, even if Mandriva S.A. has been advised of the possibility or "
+"occurrence of such \n"
"damages.\n"
"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE "
-"IN SOME COUNTRIES\n"
-"\n"
-"To the extent permitted by law, Mandriva S.A. or its distributors "
-"will, in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages "
-"whatsoever (including without \n"
-"limitation damages for loss of business, interruption of business, "
-"financial loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other "
-"consequential loss) arising out \n"
+"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
+"COUNTRIES\n"
+"\n"
+"To the extent permitted by law, Mandriva S.A. or its distributors will, in "
+"no circumstances, be \n"
+"liable for any special, incidental, direct or indirect damages whatsoever "
+"(including without \n"
+"limitation damages for loss of business, interruption of business, financial "
+"loss, legal fees \n"
+"and penalties resulting from a court judgment, or any other consequential "
+"loss) arising out \n"
"of the possession and use of software components or arising out of "
"downloading software components \n"
-"from one of Mandriva Linux sites which are prohibited or restricted "
-"in some countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the "
-"strong cryptography components \n"
+"from one of Mandriva Linux sites which are prohibited or restricted in some "
+"countries by local laws.\n"
+"This limited liability applies to, but is not restricted to, the strong "
+"cryptography components \n"
"included in the Software Products.\n"
"\n"
"\n"
"3. The GPL License and Related Licenses\n"
"\n"
-"The Software Products consist of components created by different "
-"persons or entities. Most \n"
-"of these components are governed under the terms and conditions of "
-"the GNU General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of "
-"these licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. "
-"Please read carefully the terms \n"
-"and conditions of the license agreement for each component before "
-"using any component. Any question \n"
-"on a component license should be addressed to the component author "
-"and not to Mandriva.\n"
-"The programs developed by Mandriva S.A. are governed by the GPL "
-"License. Documentation written \n"
-"by Mandriva S.A. is governed by a specific license. Please refer to "
-"the documentation for \n"
+"The Software Products consist of components created by different persons or "
+"entities. Most \n"
+"of these components are governed under the terms and conditions of the GNU "
+"General Public \n"
+"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
+"licenses allow you to use, \n"
+"duplicate, adapt or redistribute the components which they cover. Please "
+"read carefully the terms \n"
+"and conditions of the license agreement for each component before using any "
+"component. Any question \n"
+"on a component license should be addressed to the component author and not "
+"to Mandriva.\n"
+"The programs developed by Mandriva S.A. are governed by the GPL License. "
+"Documentation written \n"
+"by Mandriva S.A. is governed by a specific license. Please refer to the "
+"documentation for \n"
"further details.\n"
"\n"
"\n"
"4. Intellectual Property Rights\n"
"\n"
-"All rights to the components of the Software Products belong to "
-"their respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to "
-"software programs.\n"
-"Mandriva S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
+"All rights to the components of the Software Products belong to their "
+"respective authors and are \n"
+"protected by intellectual property and copyright laws applicable to software "
+"programs.\n"
+"Mandriva S.A. reserves its rights to modify or adapt the Software Products, "
+"as a whole or in \n"
"parts, by all means and for all purposes.\n"
-"\"Mandriva\", \"Mandriva Linux\" and associated logos are trademarks "
-"of Mandriva S.A. \n"
+"\"Mandriva\", \"Mandriva Linux\" and associated logos are trademarks of "
+"Mandriva S.A. \n"
"\n"
"\n"
"5. Governing Laws \n"
"\n"
-"If any portion of this agreement is held void, illegal or "
-"inapplicable by a court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the "
-"other applicable sections of the \n"
+"If any portion of this agreement is held void, illegal or inapplicable by a "
+"court judgment, this \n"
+"portion is excluded from this contract. You remain bound by the other "
+"applicable sections of the \n"
"agreement.\n"
"The terms and conditions of this License are governed by the Laws of "
"France.\n"
-"All disputes on the terms of this license will preferably be settled "
-"out of court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of "
-"Law of Paris - France.\n"
+"All disputes on the terms of this license will preferably be settled out of "
+"court. As a last \n"
+"resort, the dispute will be referred to the appropriate Courts of Law of "
+"Paris - France.\n"
"For any question on this document, please contact Mandriva S.A. \n"
msgstr ""
"Introdução\n"
"\n"
-"O sistema operativo e os diferentes elementos disponíveis na "
-"distribuição Mandriva Linux \n"
-"irão ser chamados de \"Produtos de Software\" a partir daqui. Os "
-"Produtos de Software \n"
-"incluidos, mas não restringidos a, o grupo de programas, metodos, "
-"regras e documentação \n"
-"relativa ao sistema operativo e as diferentes componentes da "
-"distribuição Mandriva Linux.\n"
+"O sistema operativo e os diferentes elementos disponíveis na distribuição "
+"Mandriva Linux \n"
+"irão ser chamados de \"Produtos de Software\" a partir daqui. Os Produtos de "
+"Software \n"
+"incluidos, mas não restringidos a, o grupo de programas, metodos, regras e "
+"documentação \n"
+"relativa ao sistema operativo e as diferentes componentes da distribuição "
+"Mandriva Linux.\n"
"\n"
"\n"
"1. Acordo de licença\n"
"\n"
-"Por favor leia com atenção este documento. Este documento é o termo "
-"de licença entre você e \n"
+"Por favor leia com atenção este documento. Este documento é o termo de "
+"licença entre você e \n"
"a Mandriva S.A. que se aplica aos Produtos de Software.\n"
-"Ao instalar, duplicar ou usar os Produtos de Software de qualquer "
-"maneira, aceita explicitamente \n"
+"Ao instalar, duplicar ou usar os Produtos de Software de qualquer maneira, "
+"aceita explicitamente \n"
"e completamente os termos e condições desta Licença. \n"
-"Se não aceita qualquer parte da Licença, não lhe é permitido de "
-"instalar, duplicar ou \n"
+"Se não aceita qualquer parte da Licença, não lhe é permitido de instalar, "
+"duplicar ou \n"
"usar os Produtos de Software. \n"
-"Qualquer tentativa de instalar, duplicar ou usar os Produtos de "
-"Software duma maneira que não \n"
-"corresponde com os termos e condições desta Licença é proibido e vai "
-"tirar-lhe os seus direitos \n"
-"sob esta Licença. Sem direitos sob esta Licença, deve imediatamente "
-"destruir todas as copias dos \n"
+"Qualquer tentativa de instalar, duplicar ou usar os Produtos de Software "
+"duma maneira que não \n"
+"corresponde com os termos e condições desta Licença é proibido e vai tirar-"
+"lhe os seus direitos \n"
+"sob esta Licença. Sem direitos sob esta Licença, deve imediatamente destruir "
+"todas as copias dos \n"
"Produtos de Software.\n"
"\n"
"\n"
"2. Garantia Limitada\n"
"\n"
-"Os Produtos de Software e a documentação são fornecidos \"como estão"
-"\", sem nenhuma garantia, \n"
+"Os Produtos de Software e a documentação são fornecidos \"como estão\", sem "
+"nenhuma garantia, \n"
"quanto permitido pela lei.\n"
-"Mandriva S.A. não vai ser, em nenhuma circunstância e quanto "
-"permitido pela lei, responsável de qualquer\n"
+"Mandriva S.A. não vai ser, em nenhuma circunstância e quanto permitido pela "
+"lei, responsável de qualquer\n"
"acidente particular, dos danos directos ou indirectos (inclusive os "
"resultantes de perda de lucros, interrupção\n"
-"de negócios, perda de informações e dividas legais resultando dum "
-"julgamento,ou qualquer ou perca consequente) \n"
-"decorrentes do uso ou da impossibilidade de usar os Produtos de "
-"Software, mesmo se a Mandriva S.A. foi \n"
+"de negócios, perda de informações e dividas legais resultando dum julgamento,"
+"ou qualquer ou perca consequente) \n"
+"decorrentes do uso ou da impossibilidade de usar os Produtos de Software, "
+"mesmo se a Mandriva S.A. foi \n"
"avisada da possibilidade de ocorrer tais danos.\n"
"\n"
"LIMITAÇÃO DE RESPONSABILIDADE LIGADA À POSSESSÃO OU USO DE PROGRAMAS "
"PROIBIDOS EM CERTOS PAÍSES\n"
"\n"
-"É permitido por lei, que a Mandriva S.A. ou os seus distribuidores "
-"em circunstância alguma\n"
-"sejam responsável por quaisquer danos directos ou indirectos "
-"(inclusive os resultantes\n"
-"de perda de lucros, interrupção de negócios, perda de informações e "
-"dívidas legais, resultado de\n"
-"um julgamento, ou qualquer perca consequente) decorrentes da "
-"possessão, do uso ou transferência\n"
-"de Produtos de Software a partir de um dos servidores Mandriva Linux "
-"que sejam proibidos\n"
+"É permitido por lei, que a Mandriva S.A. ou os seus distribuidores em "
+"circunstância alguma\n"
+"sejam responsável por quaisquer danos directos ou indirectos (inclusive os "
+"resultantes\n"
+"de perda de lucros, interrupção de negócios, perda de informações e dívidas "
+"legais, resultado de\n"
+"um julgamento, ou qualquer perca consequente) decorrentes da possessão, do "
+"uso ou transferência\n"
+"de Produtos de Software a partir de um dos servidores Mandriva Linux que "
+"sejam proibidos\n"
"ou limitados em certos países pelas leis locais.\n"
-"Este limite de responsabilidade aplica-se, mas não se limita aos "
-"elementos de codificação contidos\n"
+"Este limite de responsabilidade aplica-se, mas não se limita aos elementos "
+"de codificação contidos\n"
"nos Produtos de Software.\n"
"\n"
"\n"
"3. A licença GPL e as Licenças Relacionadas\n"
"\n"
-"Os Produtos de Software consistem em elementos criados por pessoas "
-"ou identidades. A \n"
-"maior parte destes componentes são publicados sob os termos e "
-"condições da licença GNU\n"
-"General Public License, também denominada \"GPL\", ou de licenças "
-"similares. A maioria destas\n"
-"licenças permite usar, duplicar, adaptar ou redistribuir os "
-"elementos que elas cobrem. Por favor\n"
-"leia com atenção os termos e condições de licença de cada elemento "
-"antes de usar qualquer\n"
-"componente. Qualquer pergunta sobre uma da licença deve ser "
-"endereçada ao autor do componente\n"
+"Os Produtos de Software consistem em elementos criados por pessoas ou "
+"identidades. A \n"
+"maior parte destes componentes são publicados sob os termos e condições da "
+"licença GNU\n"
+"General Public License, também denominada \"GPL\", ou de licenças similares. "
+"A maioria destas\n"
+"licenças permite usar, duplicar, adaptar ou redistribuir os elementos que "
+"elas cobrem. Por favor\n"
+"leia com atenção os termos e condições de licença de cada elemento antes de "
+"usar qualquer\n"
+"componente. Qualquer pergunta sobre uma da licença deve ser endereçada ao "
+"autor do componente\n"
"e não à Mandriva. O programas desenvolvidos pela Mandriva S.A. são "
"publicados sob os\n"
-"termos da licença GPL. A documentação escrita por Mandriva S.A. é "
-"publicada sob uma licença\n"
+"termos da licença GPL. A documentação escrita por Mandriva S.A. é publicada "
+"sob uma licença\n"
"especifica. Por favor veja a documentação para mais detalhes.\n"
"\n"
"\n"
"4. Direitos de Propriedade Intelectual\n"
"\n"
-"Todos os direitos dos elementos dos Produtos de Software pertencem "
-"aos seus autores respectivos \n"
-"e são protegidos pela propriedade intelectual e pelas leis de "
-"Copyright aplicáveis a produtos de software.\n"
-"Mandriva S.A. reserva os seus direitos de modificar ou adaptar os "
-"Produtos de Software, como um \n"
+"Todos os direitos dos elementos dos Produtos de Software pertencem aos seus "
+"autores respectivos \n"
+"e são protegidos pela propriedade intelectual e pelas leis de Copyright "
+"aplicáveis a produtos de software.\n"
+"Mandriva S.A. reserva os seus direitos de modificar ou adaptar os Produtos "
+"de Software, como um \n"
"todo ou parcialmente, em qualquer sentido e para todos os fins.\n"
-"\"Mandriva\", \"Mandriva Linux\" e os logotipos associados são "
-"marcas registradas da Mandriva S.A. \n"
+"\"Mandriva\", \"Mandriva Linux\" e os logotipos associados são marcas "
+"registradas da Mandriva S.A. \n"
"\n"
"\n"
"5. Legislação em Vigor \n"
"\n"
-"Se alguma parte deste contrato é considerada nula, ilegal ou não "
-"aplicável por um tribunal,\n"
-"a parte é excluída deste contrato. Permanece ligado às outras "
-"secções aplicáveis do \n"
+"Se alguma parte deste contrato é considerada nula, ilegal ou não aplicável "
+"por um tribunal,\n"
+"a parte é excluída deste contrato. Permanece ligado às outras secções "
+"aplicáveis do \n"
"contrato.\n"
-"Os termos e condições desta Licença são governados pelas Leis de "
+"Os termos e condições desta Licença são governados pelas Leis de França.\n"
+"Todos os desacordos sobre os termos desta licença serão de preferência "
+"resolvidos sem tribunal. \n"
+"Como ultima solução, o desacordo será referido ao Tribunal de Paris - "
"França.\n"
-"Todos os desacordos sobre os termos desta licença serão de "
-"preferência resolvidos sem tribunal. \n"
-"Como ultima solução, o desacordo será referido ao Tribunal de Paris "
-"- França.\n"
-"Para qualquer pergunta sobre este documento, contacte por favor "
-"Mandriva S.A. \n"
+"Para qualquer pergunta sobre este documento, contacte por favor Mandriva S."
+"A. \n"
#: install_messages.pm:90
#, c-format
msgid ""
-"Warning: Free Software may not necessarily be patent free, and some "
-"Free\n"
-"Software included may be covered by patents in your country. For "
-"example, the\n"
+"Warning: Free Software may not necessarily be patent free, and some Free\n"
+"Software included may be covered by patents in your country. For example, "
+"the\n"
"MP3 decoders included may require a licence for further usage (see\n"
-"http://www.mp3licensing.com for more details). If you are unsure if "
-"a patent\n"
+"http://www.mp3licensing.com for more details). If you are unsure if a "
+"patent\n"
"may be applicable to you, check your local laws."
msgstr ""
-"Aviso: O Software livre pode não ser necessáriamente livre de "
-"patentes,\n"
-"e algum Software incuido pode ser coberto por patentes no seu país. "
-"Por\n"
+"Aviso: O Software livre pode não ser necessáriamente livre de patentes,\n"
+"e algum Software incuido pode ser coberto por patentes no seu país. Por\n"
"exemplo os\n"
-"MP3 decoders incluidos podem requerer uma licença para uso futuro "
-"(ver\n"
-"http://www.mp3licensing.com para mais detalhes). Se não tem a "
-"certeza\n"
+"MP3 decoders incluidos podem requerer uma licença para uso futuro (ver\n"
+"http://www.mp3licensing.com para mais detalhes). Se não tem a certeza\n"
"que uma patente possa ser aplicada a si, veja as suas leis locais."
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
@@ -7563,31 +6757,24 @@ msgid ""
"Warning\n"
"\n"
"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press "
-"'Refuse' \n"
+"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
"to continue the installation without using these media.\n"
"\n"
"\n"
"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is "
-"then\n"
+"by the GPL License or similar agreements. Each such component is then\n"
"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses "
-"before \n"
+"Please read carefully and comply with such specific licenses before \n"
"you use or redistribute the said components. \n"
"Such licenses will in general prevent the transfer, duplication \n"
"(except for backup purposes), redistribution, reverse engineering, \n"
"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights "
-"under \n"
-"the specific license. Unless the specific license terms grant you "
-"such\n"
+"Any breach of agreement will immediately terminate your rights under \n"
+"the specific license. Unless the specific license terms grant you such\n"
"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please "
-"contact \n"
+"system, or adapt it to be used on a network. In doubt, please contact \n"
"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including "
-"the \n"
+"Transfer to third parties or copying of such components including the \n"
"documentation is usually forbidden.\n"
"\n"
"\n"
@@ -7609,26 +6796,20 @@ msgstr ""
"Por favor leia atentamente e cumpra com estas licenças especificas\n"
"antes que use ou redistribua os ditos componentes.\n"
"Tais licenças irão no geral prevenir transferência, duplicação\n"
-"(excepto para porpósitos de bachup), redistribuição, engenharia "
-"reversa,\n"
+"(excepto para porpósitos de bachup), redistribuição, engenharia reversa,\n"
"de-assemblar, de-compilar ou modificação do componente.\n"
-"Qualquer brecha no acordo irá imediatamente terminar os seus "
-"direitos\n"
-"sob a licensa especifica. A não ser que os termos da especifica "
-"licensa\n"
-"lhe garantam tais direitos, normalmente não pode instalar os "
-"programas\n"
+"Qualquer brecha no acordo irá imediatamente terminar os seus direitos\n"
+"sob a licensa especifica. A não ser que os termos da especifica licensa\n"
+"lhe garantam tais direitos, normalmente não pode instalar os programas\n"
"ou mais que um sistema, ou adapte-a para ser usada numa rede. Em\n"
-"dúvida, por favor contacte directamente o distribuidor ou o editor "
-"do\n"
-"componente. A transferência para terceiros ou a cópia de tais "
-"componentes incluindo\n"
+"dúvida, por favor contacte directamente o distribuidor ou o editor do\n"
+"componente. A transferência para terceiros ou a cópia de tais componentes "
+"incluindo\n"
"a documentação, é usualmente proibido.\n"
"\n"
"\n"
"Todos os direitos para os componentes da próxima média CD pertencem\n"
-"aos seus respectivos autores e são protegidos pela propriedade "
-"intelectual\n"
+"aos seus respectivos autores e são protegidos pela propriedade intelectual\n"
"e leis de copyright aplicavel aos programas software.\n"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
@@ -7639,8 +6820,8 @@ msgid ""
"Remove the boot media and press Enter to reboot.\n"
"\n"
"\n"
-"For information on fixes which are available for this release of "
-"Mandriva Linux,\n"
+"For information on fixes which are available for this release of Mandriva "
+"Linux,\n"
"consult the Errata available from:\n"
"\n"
"\n"
@@ -7654,8 +6835,8 @@ msgstr ""
"Retire a média de arranque e clique em Enter para reiniciar.\n"
"\n"
"\n"
-"Para informação das correcções disponíveis para esta versão do "
-"Mandriva Linux,\n"
+"Para informação das correcções disponíveis para esta versão do Mandriva "
+"Linux,\n"
"consulte a Errata disponível em: \n"
"\n"
"\n"
@@ -7663,8 +6844,7 @@ msgstr ""
"\n"
"\n"
"Informação em configurar o seu sistema está disponível no\n"
-"capítulo pós-instalação do Guia Oficial do Utilizador do Mandriva "
-"Linux."
+"capítulo pós-instalação do Guia Oficial do Utilizador do Mandriva Linux."
#: install_steps.pm:252
#, c-format
@@ -7676,13 +6856,13 @@ msgstr "Duplicar ponto de montagem %s"
msgid ""
"Some important packages did not get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl media/main/"
-"*.rpm\"\n"
+"Check the cdrom on an installed computer using \"rpm -qpl media/main/*.rpm"
+"\"\n"
msgstr ""
"Alguns pacotes importantes não foram devidamente instalados.\n"
"O seu controlador de cdrom ou o seu cdrom está defeituoso.\n"
-"Verifique o cdrom num computador instalado usando \"rpm -qpl media/"
-"main/*.rpm\"\n"
+"Verifique o cdrom num computador instalado usando \"rpm -qpl media/main/*.rpm"
+"\"\n"
#: install_steps_auto_install.pm:68 install_steps_stdio.pm:27
#, c-format
@@ -7692,18 +6872,15 @@ msgstr "A entrar no passo `%s'\n"
#: install_steps_gtk.pm:181
#, c-format
msgid ""
-"Your system is low on resources. You may have some problem "
-"installing\n"
-"Mandriva Linux. If that occurs, you can try a text install instead. "
-"For this,\n"
+"Your system is low on resources. You may have some problem installing\n"
+"Mandriva Linux. If that occurs, you can try a text install instead. For "
+"this,\n"
"press `F1' when booting on CDROM, then enter `text'."
msgstr ""
-"O seu sistema é baixo em recursos. Pode ter algum problema ao "
-"instalar\n"
-"o Mandriva Linux. Se isso ocorrer, pode tentar uma instalação em "
-"modo texto.\n"
-"Para isso, prima `F1' quando arrancar do CDROM, e depois digite "
-"`text'."
+"O seu sistema é baixo em recursos. Pode ter algum problema ao instalar\n"
+"o Mandriva Linux. Se isso ocorrer, pode tentar uma instalação em modo "
+"texto.\n"
+"Para isso, prima `F1' quando arrancar do CDROM, e depois digite `text'."
#: install_steps_gtk.pm:211 install_steps_interactive.pm:605
#, c-format
@@ -7768,11 +6945,10 @@ msgstr "para manter %s"
#: install_steps_gtk.pm:348
#, c-format
msgid ""
-"You can not select this package as there is not enough space left to "
-"install it"
+"You can not select this package as there is not enough space left to install "
+"it"
msgstr ""
-"Não pode seleccionar esse pacote pois não existe espaço livre para o "
-"instalar"
+"Não pode seleccionar esse pacote pois não existe espaço livre para o instalar"
#: install_steps_gtk.pm:351
#, c-format
@@ -7862,14 +7038,13 @@ msgstr "%d pacotes"
#, c-format
msgid ""
"Change your Cd-Rom!\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok "
-"when done.\n"
-"If you do not have it, press Cancel to avoid installation from this "
-"Cd-Rom."
+"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
+"done.\n"
+"If you do not have it, press Cancel to avoid installation from this Cd-Rom."
msgstr ""
"Mude o seu Cd-Rom!\n"
-"Por favor insira o Cd-Rom chamado \"%s\" no seu dispositivo e prima "
-"Ok quando pronto.\n"
+"Por favor insira o Cd-Rom chamado \"%s\" no seu dispositivo e prima Ok "
+"quando pronto.\n"
"Se não o tiver, prima Cancelar para evitar a instalação deste Cd-Rom."
#: install_steps_gtk.pm:556 install_steps_interactive.pm:730
@@ -7911,13 +7086,13 @@ msgstr ""
#: install_steps_gtk.pm:677
#, c-format
msgid ""
-"You have the option to copy the contents of the CDs onto the hard "
-"drive before installation.\n"
-"It will then continue from the hard drive and the packages will "
-"remain available once the system is fully installed."
+"You have the option to copy the contents of the CDs onto the hard drive "
+"before installation.\n"
+"It will then continue from the hard drive and the packages will remain "
+"available once the system is fully installed."
msgstr ""
-"Tem a opção de copiar o conteúdo dos CDs para o disco rígido antes "
-"da instalação.\n"
+"Tem a opção de copiar o conteúdo dos CDs para o disco rígido antes da "
+"instalação.\n"
"Irá continuar a partir do disco rígido e os pacotes irão permanecer "
"disponíveis assim que o sistema estiver instalado."
@@ -8029,24 +7204,23 @@ msgstr "Escolha os pontos de montagem"
#: install_steps_interactive.pm:300
#, c-format
msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot "
-"your system, you'll need to create the bootstrap partition in "
-"DiskDrake"
+"No free space for 1MB bootstrap! Install will continue, but to boot your "
+"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
-"Sem espaço livre 1MB de arranque (bootstrap)! A instalação irá "
-"continuar, mas para arrancar o seu sistema, irá precisar de criar a "
-"partição de arranque (bootstrap) no DiskDrake"
+"Sem espaço livre 1MB de arranque (bootstrap)! A instalação irá continuar, "
+"mas para arrancar o seu sistema, irá precisar de criar a partição de "
+"arranque (bootstrap) no DiskDrake"
#: install_steps_interactive.pm:305
#, c-format
msgid ""
-"You'll need to create a PPC PReP Boot bootstrap! Install will "
-"continue, but to boot your system, you'll need to create the "
-"bootstrap partition in DiskDrake"
+"You'll need to create a PPC PReP Boot bootstrap! Install will continue, but "
+"to boot your system, you'll need to create the bootstrap partition in "
+"DiskDrake"
msgstr ""
-"Irá precisar de criar uma partição de arranque (bootstrap) PPC PReP! "
-"A instalação irá continuar, mas para arrancar o seu sistema, irá "
-"precisar de criar a partição de arranque (bootstrap) no DiskDrake"
+"Irá precisar de criar uma partição de arranque (bootstrap) PPC PReP! A "
+"instalação irá continuar, mas para arrancar o seu sistema, irá precisar de "
+"criar a partição de arranque (bootstrap) no DiskDrake"
#: install_steps_interactive.pm:341
#, c-format
@@ -8061,11 +7235,11 @@ msgstr "Verificar blocos defeituosos?"
#: install_steps_interactive.pm:371
#, c-format
msgid ""
-"Failed to check filesystem %s. Do you want to repair the errors? "
-"(beware, you can lose data)"
+"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
+"you can lose data)"
msgstr ""
-"Falha na verificação do sistema de ficheiros %s. Deseja corrigir os "
-"erros? (cuidado, pode perder dados)"
+"Falha na verificação do sistema de ficheiros %s. Deseja corrigir os erros? "
+"(cuidado, pode perder dados)"
#: install_steps_interactive.pm:374
#, c-format
@@ -8090,11 +7264,11 @@ msgstr "Escolha um mirror para transferir os pacotes"
#: install_steps_interactive.pm:445
#, c-format
msgid ""
-"Your system does not have enough space left for installation or "
-"upgrade (%d > %d)"
+"Your system does not have enough space left for installation or upgrade (%d "
+"> %d)"
msgstr ""
-"O seu sistema não tem espaço suficiente para instalação ou "
-"actualização (%d > %d)"
+"O seu sistema não tem espaço suficiente para instalação ou actualização (%d "
+"> %d)"
#: install_steps_interactive.pm:479
#, c-format
@@ -8205,13 +7379,11 @@ msgstr "Actualizações"
#: install_steps_interactive.pm:784
#, c-format
msgid ""
-"You now have the opportunity to download updated packages. These "
-"packages\n"
+"You now have the opportunity to download updated packages. These packages\n"
"have been updated after the distribution was released. They may\n"
"contain security or bug fixes.\n"
"\n"
-"To download these packages, you will need to have a working "
-"Internet \n"
+"To download these packages, you will need to have a working Internet \n"
"connection.\n"
"\n"
"Do you want to install the updates?"
@@ -8220,16 +7392,14 @@ msgstr ""
"Estes pacotes foram actualizados depois da distribuição ter saído.\n"
"Podem ter correcções de segurança ou de erros.\n"
"\n"
-"Para transferir estes pacotes, irá precisar de uma conexão Internet "
-"activa.\n"
+"Para transferir estes pacotes, irá precisar de uma conexão Internet activa.\n"
"\n"
"Deseja instalar as actualizações ?"
#: install_steps_interactive.pm:805
#, c-format
msgid ""
-"Contacting Mandriva Linux web site to get the list of available "
-"mirrors..."
+"Contacting Mandriva Linux web site to get the list of available mirrors..."
msgstr ""
"A contactar o sítio web Mandriva Linux para obter a lista de mirrors "
"disponíveis..."
@@ -8237,9 +7407,7 @@ msgstr ""
#: install_steps_interactive.pm:824
#, c-format
msgid "Contacting the mirror to get the list of available packages..."
-msgstr ""
-"A contactar o mirror para transferir a lista de pacotes "
-"disponíveis..."
+msgstr "A contactar o mirror para transferir a lista de pacotes disponíveis..."
#: install_steps_interactive.pm:828
#, c-format
@@ -8299,18 +7467,17 @@ msgstr "Tem alguma placa de som ISA?"
#: install_steps_interactive.pm:1013
#, c-format
msgid ""
-"Run \"alsaconf\" or \"sndconfig\" after installation to configure "
-"your sound card"
+"Run \"alsaconf\" or \"sndconfig\" after installation to configure your sound "
+"card"
msgstr ""
-"Execute \"alsaconf\" ou \"sndconfig\" depois da instalação para "
-"configurar a sua placa de som"
+"Execute \"alsaconf\" ou \"sndconfig\" depois da instalação para configurar a "
+"sua placa de som"
#: install_steps_interactive.pm:1015
#, c-format
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-"Nenhuma placa de som detectada. Tente \"harddrake\" depois da "
-"instalação"
+"Nenhuma placa de som detectada. Tente \"harddrake\" depois da instalação"
#: install_steps_interactive.pm:1035
#, c-format
@@ -8372,16 +7539,15 @@ msgstr "A preparar o carregador de arranque..."
#: install_steps_interactive.pm:1215
#, c-format
msgid ""
-"You appear to have an OldWorld or Unknown machine, the yaboot "
-"bootloader will not work for you. The install will continue, but "
-"you'll need to use BootX or some other means to boot your machine. "
-"The kernel argument for the root fs is: root=%s"
+"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
+"will not work for you. The install will continue, but you'll need to use "
+"BootX or some other means to boot your machine. The kernel argument for the "
+"root fs is: root=%s"
msgstr ""
-"Parece ter uma máquina do Século Passado ou Desconhecida, o "
-"carregador de arranque yaboot não irá funcionar para si. A "
-"instalação irá continuar, mas irá precisar de usar o BootX ou algum "
-"outro meio para arrancar a sua máquina. O argumento do kernel para "
-"root fs é: root=%s"
+"Parece ter uma máquina do Século Passado ou Desconhecida, o carregador de "
+"arranque yaboot não irá funcionar para si. A instalação irá continuar, mas "
+"irá precisar de usar o BootX ou algum outro meio para arrancar a sua "
+"máquina. O argumento do kernel para root fs é: root=%s"
#: install_steps_interactive.pm:1221
#, c-format
@@ -8395,17 +7561,16 @@ msgid ""
"try to force installation even if that destroys the first partition?"
msgstr ""
"Erro ao instalar o aboot, \n"
-"tentar forçar a instalação mesmo que isso destrua a primeira "
-"partição?"
+"tentar forçar a instalação mesmo que isso destrua a primeira partição?"
#: install_steps_interactive.pm:1241
#, c-format
msgid ""
-"In this security level, access to the files in the Windows partition "
-"is restricted to the administrator."
+"In this security level, access to the files in the Windows partition is "
+"restricted to the administrator."
msgstr ""
-"Neste nível de segurança, o acesso aos ficheiros na partição do "
-"Windows é limitado ao administrador."
+"Neste nível de segurança, o acesso aos ficheiros na partição do Windows é "
+"limitado ao administrador."
#: install_steps_interactive.pm:1270 standalone/drakautoinst:76
#, c-format
@@ -8469,11 +7634,9 @@ msgstr "Instalação Mandriva Linux %s"
#: install_steps_newt.pm:37
#, c-format
msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next "
-"screen "
+" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
-" <Tab>/<Alt-Tab> entre opções | <Espaço> seleccione | <F12> próximo "
-"ecrâ"
+" <Tab>/<Alt-Tab> entre opções | <Espaço> seleccione | <F12> próximo ecrâ"
#: interactive.pm:196
#, c-format
@@ -8594,14 +7757,14 @@ msgstr ""
msgid "Re-submit"
msgstr "Re-submeter"
-#: keyboard.pm:171 keyboard.pm:203
+#: keyboard.pm:171 keyboard.pm:202
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTZ)"
msgstr "Checo (QWERTZ)"
-#: keyboard.pm:172 keyboard.pm:205
+#: keyboard.pm:172 keyboard.pm:204
#, c-format
msgid ""
"_: keyboard\n"
@@ -8615,28 +7778,28 @@ msgid ""
"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:174 keyboard.pm:222
+#: keyboard.pm:174 keyboard.pm:217
#, c-format
msgid ""
"_: keyboard\n"
"Spanish"
msgstr "Espanhol"
-#: keyboard.pm:175 keyboard.pm:223
+#: keyboard.pm:175 keyboard.pm:218
#, c-format
msgid ""
"_: keyboard\n"
"Finnish"
msgstr "Finlandês"
-#: keyboard.pm:176 keyboard.pm:225
+#: keyboard.pm:176 keyboard.pm:220
#, c-format
msgid ""
"_: keyboard\n"
"French"
msgstr "Francês"
-#: keyboard.pm:177 keyboard.pm:269
+#: keyboard.pm:177 keyboard.pm:264
#, c-format
msgid ""
"_: keyboard\n"
@@ -8650,828 +7813,828 @@ msgid ""
"Polish"
msgstr "Polaco"
-#: keyboard.pm:179 keyboard.pm:281
+#: keyboard.pm:179 keyboard.pm:275
#, c-format
msgid ""
"_: keyboard\n"
"Russian"
msgstr "Russo"
-#: keyboard.pm:181 keyboard.pm:287
+#: keyboard.pm:180 keyboard.pm:281
#, c-format
msgid ""
"_: keyboard\n"
"Swedish"
msgstr "Sueco"
-#: keyboard.pm:182 keyboard.pm:317
+#: keyboard.pm:181 keyboard.pm:310
#, c-format
msgid "UK keyboard"
msgstr "Teclado Inglês"
-#: keyboard.pm:183 keyboard.pm:320
+#: keyboard.pm:182 keyboard.pm:313
#, c-format
msgid "US keyboard"
msgstr "Teclado Americano"
-#: keyboard.pm:185
+#: keyboard.pm:184
#, c-format
msgid ""
"_: keyboard\n"
"Albanian"
msgstr "Albanêz"
-#: keyboard.pm:186
+#: keyboard.pm:185
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (old)"
msgstr "Arménio (antigo)"
-#: keyboard.pm:187
+#: keyboard.pm:186
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (typewriter)"
msgstr "Arménio (máquina de escrever)"
-#: keyboard.pm:188
+#: keyboard.pm:187
#, c-format
msgid ""
"_: keyboard\n"
"Armenian (phonetic)"
msgstr "Arménio (Fonético)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
msgid ""
"_: keyboard\n"
"Arabic"
msgstr "Árabe"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
msgid ""
"_: keyboard\n"
"Azerbaidjani (latin)"
msgstr "Azerbaijão (latino)"
-#: keyboard.pm:191
+#: keyboard.pm:190
#, c-format
msgid ""
"_: keyboard\n"
"Belgian"
msgstr "Belga"
-#: keyboard.pm:192
+#: keyboard.pm:191
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Inscript-layout)"
msgstr "Bengali (disposição-Inscript)"
-#: keyboard.pm:193
+#: keyboard.pm:192
#, c-format
msgid ""
"_: keyboard\n"
"Bengali (Probhat)"
msgstr "Bengali (Probhat)"
-#: keyboard.pm:194
+#: keyboard.pm:193
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (phonetic)"
msgstr "Búlgaro (fonético)"
-#: keyboard.pm:195
+#: keyboard.pm:194
#, c-format
msgid ""
"_: keyboard\n"
"Bulgarian (BDS)"
msgstr "Búlgaro (BDS)"
-#: keyboard.pm:196
+#: keyboard.pm:195
#, c-format
msgid ""
"_: keyboard\n"
"Brazilian (ABNT-2)"
msgstr "Brasileiro (ABNT-2)"
-#: keyboard.pm:197
+#: keyboard.pm:196
#, c-format
msgid ""
"_: keyboard\n"
"Bosnian"
msgstr "Bósnio"
-#: keyboard.pm:198
+#: keyboard.pm:197
#, c-format
msgid ""
"_: keyboard\n"
"Belarusian"
msgstr "Bielorrusso"
-#: keyboard.pm:199
+#: keyboard.pm:198
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (German layout)"
msgstr "Suíço (mapa Alemão)"
-#: keyboard.pm:200
+#: keyboard.pm:199
#, c-format
msgid ""
"_: keyboard\n"
"Swiss (French layout)"
msgstr "Suíço (mapa Francês)"
-#: keyboard.pm:202
+#: keyboard.pm:201
#, c-format
msgid ""
"_: keyboard\n"
"Cherokee syllabics"
msgstr "Cherokee silábico"
-#: keyboard.pm:204
+#: keyboard.pm:203
#, c-format
msgid ""
"_: keyboard\n"
"Czech (QWERTY)"
msgstr "Checo (QWERTY)"
-#: keyboard.pm:206
+#: keyboard.pm:205
#, c-format
msgid ""
"_: keyboard\n"
"German (no dead keys)"
msgstr "Alemão (sem teclas mortas)"
-#: keyboard.pm:207
+#: keyboard.pm:206
#, c-format
msgid ""
"_: keyboard\n"
"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:208
+#: keyboard.pm:207
#, c-format
msgid ""
"_: keyboard\n"
"Danish"
msgstr "Dinamarquês"
-#: keyboard.pm:209
+#: keyboard.pm:208
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (US)"
msgstr "Dvorak (US)"
-#: keyboard.pm:211
+#: keyboard.pm:209
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Esperanto)"
msgstr "Dvorak (Esperanto)"
-#: keyboard.pm:213
+#: keyboard.pm:210
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (French)"
msgstr "Dvorak (Francês)"
-#: keyboard.pm:215
+#: keyboard.pm:211
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (UK)"
msgstr "Dvorak (UK)"
-#: keyboard.pm:216
+#: keyboard.pm:212
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Norwegian)"
msgstr "Dvorak (Norueguês)"
-#: keyboard.pm:218
+#: keyboard.pm:213
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Polish)"
msgstr "Dvorak (Polaco)"
-#: keyboard.pm:219
+#: keyboard.pm:214
#, c-format
msgid ""
"_: keyboard\n"
"Dvorak (Swedish)"
msgstr "Dvorak (Sueco)"
-#: keyboard.pm:220
+#: keyboard.pm:215
#, c-format
msgid ""
"_: keyboard\n"
"Dzongkha/Tibetan"
msgstr "Dzongkha/Tibetano"
-#: keyboard.pm:221
+#: keyboard.pm:216
#, c-format
msgid ""
"_: keyboard\n"
"Estonian"
msgstr "Estoniano"
-#: keyboard.pm:224
+#: keyboard.pm:219
#, c-format
msgid ""
"_: keyboard\n"
"Faroese"
msgstr "Faroese"
-#: keyboard.pm:226
+#: keyboard.pm:221
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Russian\" layout)"
msgstr "Georgiano (mapa \"Russo\")"
-#: keyboard.pm:227
+#: keyboard.pm:222
#, c-format
msgid ""
"_: keyboard\n"
"Georgian (\"Latin\" layout)"
msgstr "Georgiano (mapa \"Latim\")"
-#: keyboard.pm:228
+#: keyboard.pm:223
#, c-format
msgid ""
"_: keyboard\n"
"Greek"
msgstr "Grego"
-#: keyboard.pm:229
+#: keyboard.pm:224
#, c-format
msgid ""
"_: keyboard\n"
"Greek (polytonic)"
msgstr "Grego (politónico)"
-#: keyboard.pm:230
+#: keyboard.pm:225
#, c-format
msgid ""
"_: keyboard\n"
"Gujarati"
msgstr "Gujarati"
-#: keyboard.pm:231
+#: keyboard.pm:226
#, c-format
msgid ""
"_: keyboard\n"
"Gurmukhi"
msgstr "Gurmukhi"
-#: keyboard.pm:232
+#: keyboard.pm:227
#, c-format
msgid ""
"_: keyboard\n"
"Croatian"
msgstr "Croata"
-#: keyboard.pm:233
+#: keyboard.pm:228
#, c-format
msgid ""
"_: keyboard\n"
"Hungarian"
msgstr "Húngaro"
-#: keyboard.pm:234
+#: keyboard.pm:229
#, c-format
msgid ""
"_: keyboard\n"
"Irish"
msgstr "Irlandês"
-#: keyboard.pm:235
+#: keyboard.pm:230
#, c-format
msgid ""
"_: keyboard\n"
"Israeli"
msgstr "Israelita"
-#: keyboard.pm:236
+#: keyboard.pm:231
#, c-format
msgid ""
"_: keyboard\n"
"Israeli (phonetic)"
msgstr "Israelita (Fonético)"
-#: keyboard.pm:237
+#: keyboard.pm:232
#, c-format
msgid ""
"_: keyboard\n"
"Iranian"
msgstr "Iraniano"
-#: keyboard.pm:238
+#: keyboard.pm:233
#, c-format
msgid ""
"_: keyboard\n"
"Icelandic"
msgstr "Islandês"
-#: keyboard.pm:239
+#: keyboard.pm:234
#, c-format
msgid ""
"_: keyboard\n"
"Italian"
msgstr "Italiano"
-#: keyboard.pm:240
+#: keyboard.pm:235
#, c-format
msgid ""
"_: keyboard\n"
"Inuktitut"
msgstr "Inuktitut"
-#: keyboard.pm:244
+#: keyboard.pm:239
#, c-format
msgid ""
"_: keyboard\n"
"Japanese 106 keys"
msgstr "Japonês 106 teclas"
-#: keyboard.pm:245
+#: keyboard.pm:240
#, c-format
msgid ""
"_: keyboard\n"
"Kannada"
msgstr "Canada"
-#: keyboard.pm:248
+#: keyboard.pm:243
#, c-format
msgid ""
"_: keyboard\n"
"Korean"
msgstr "Teclado coreano"
-#: keyboard.pm:250
+#: keyboard.pm:245
#, c-format
msgid ""
"_: keyboard\n"
"Kurdish (arabic script)"
msgstr "Kurdo (script árabe)"
-#: keyboard.pm:251
+#: keyboard.pm:246
#, c-format
msgid ""
"_: keyboard\n"
"Kyrgyz"
msgstr "Teclado Kyrgyz"
-#: keyboard.pm:252
+#: keyboard.pm:247
#, c-format
msgid ""
"_: keyboard\n"
"Latin American"
msgstr "Latino Americano"
-#: keyboard.pm:254
+#: keyboard.pm:249
#, c-format
msgid ""
"_: keyboard\n"
"Laotian"
msgstr "Laociano"
-#: keyboard.pm:255
+#: keyboard.pm:250
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (old)"
msgstr "Lituano AZERTY (velho)"
-#: keyboard.pm:257
+#: keyboard.pm:252
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian AZERTY (new)"
msgstr "Lituano AZERTY (novo)"
-#: keyboard.pm:258
+#: keyboard.pm:253
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"number row\" QWERTY"
msgstr "Lituano \"número de colunas\" QWERTY"
-#: keyboard.pm:259
+#: keyboard.pm:254
#, c-format
msgid ""
"_: keyboard\n"
"Lithuanian \"phonetic\" QWERTY"
msgstr "Lituano \"fonético\" QWERTY"
-#: keyboard.pm:260
+#: keyboard.pm:255
#, c-format
msgid ""
"_: keyboard\n"
"Latvian"
msgstr "Latuniano"
-#: keyboard.pm:261
+#: keyboard.pm:256
#, c-format
msgid ""
"_: keyboard\n"
"Malayalam"
msgstr "Malayalam"
-#: keyboard.pm:263
+#: keyboard.pm:258
#, c-format
msgid ""
"_: keyboard\n"
"Macedonian"
msgstr "Macedónio"
-#: keyboard.pm:264
+#: keyboard.pm:259
#, c-format
msgid ""
"_: keyboard\n"
"Myanmar (Burmese)"
msgstr "Myanmar (Burmese)"
-#: keyboard.pm:265
+#: keyboard.pm:260
#, c-format
msgid ""
"_: keyboard\n"
"Mongolian (cyrillic)"
msgstr "Mongoliano (cirílico)"
-#: keyboard.pm:266
+#: keyboard.pm:261
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (UK)"
msgstr "Maltês (UK)"
-#: keyboard.pm:267
+#: keyboard.pm:262
#, c-format
msgid ""
"_: keyboard\n"
"Maltese (US)"
msgstr "Maltês (US)"
-#: keyboard.pm:268
+#: keyboard.pm:263
#, c-format
msgid ""
"_: keyboard\n"
"Dutch"
msgstr "Holandês"
-#: keyboard.pm:270
+#: keyboard.pm:265
#, c-format
msgid ""
"_: keyboard\n"
"Oriya"
msgstr "Oriya"
-#: keyboard.pm:271
+#: keyboard.pm:266
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwerty layout)"
msgstr "Polaco (mapa QWERTY)"
-#: keyboard.pm:272
+#: keyboard.pm:267
#, c-format
msgid ""
"_: keyboard\n"
"Polish (qwertz layout)"
msgstr "Polaco (mapa QWERTZ)"
-#: keyboard.pm:274
+#: keyboard.pm:269
#, c-format
msgid ""
"_: keyboard\n"
"Pashto"
msgstr "Pashto"
-#: keyboard.pm:275
+#: keyboard.pm:270
#, c-format
msgid ""
"_: keyboard\n"
"Portuguese"
msgstr "Português"
-#: keyboard.pm:277
+#: keyboard.pm:272
#, c-format
msgid ""
"_: keyboard\n"
"Canadian (Quebec)"
msgstr "Canadiano (Quebeco)"
-#: keyboard.pm:279
+#: keyboard.pm:273
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwertz)"
msgstr "Romeno (QWERTZ)"
-#: keyboard.pm:280
+#: keyboard.pm:274
#, c-format
msgid ""
"_: keyboard\n"
"Romanian (qwerty)"
msgstr "Romeno (QWERTY)"
-#: keyboard.pm:282
+#: keyboard.pm:276
#, c-format
msgid ""
"_: keyboard\n"
"Russian (phonetic)"
msgstr "Russo (Fonético)"
-#: keyboard.pm:283
+#: keyboard.pm:277
#, c-format
msgid ""
"_: keyboard\n"
"Saami (norwegian)"
msgstr "Saami (Norueguês)"
-#: keyboard.pm:284
+#: keyboard.pm:278
#, c-format
msgid ""
"_: keyboard\n"
"Saami (swedish/finnish)"
msgstr "Saami (sueco/finlandês)"
-#: keyboard.pm:286
+#: keyboard.pm:280
#, c-format
msgid ""
"_: keyboard\n"
"Sindhi"
msgstr "Sindhi"
-#: keyboard.pm:288
+#: keyboard.pm:282
#, c-format
msgid ""
"_: keyboard\n"
"Slovenian"
msgstr "Eslovaco"
-#: keyboard.pm:290
+#: keyboard.pm:284
#, c-format
msgid ""
"_: keyboard\n"
"Sinhala"
msgstr "Sinhala"
-#: keyboard.pm:291
+#: keyboard.pm:285
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTZ)"
msgstr "Eslovaco (QWERTZ)"
-#: keyboard.pm:292
+#: keyboard.pm:286
#, c-format
msgid ""
"_: keyboard\n"
"Slovakian (QWERTY)"
msgstr "Eslovaco (QWERTY)"
-#: keyboard.pm:294
+#: keyboard.pm:288
#, c-format
msgid ""
"_: keyboard\n"
"Serbian (cyrillic)"
msgstr "Serbo (cirílico)"
-#: keyboard.pm:295
+#: keyboard.pm:289
#, c-format
msgid ""
"_: keyboard\n"
"Syriac"
msgstr "Syriac"
-#: keyboard.pm:296
+#: keyboard.pm:290
#, c-format
msgid ""
"_: keyboard\n"
"Syriac (phonetic)"
msgstr "Syriac (Fonético)"
-#: keyboard.pm:297
+#: keyboard.pm:291
#, c-format
msgid ""
"_: keyboard\n"
"Telugu"
msgstr "Telugu"
-#: keyboard.pm:299
+#: keyboard.pm:293
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (ISCII-layout)"
msgstr "Tamil (ISCII)"
-#: keyboard.pm:300
+#: keyboard.pm:294
#, c-format
msgid ""
"_: keyboard\n"
"Tamil (Typewriter-layout)"
msgstr "Tamil (máquina de escrever)"
-#: keyboard.pm:301
+#: keyboard.pm:295
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Kedmanee)"
msgstr "Tailandês (Kedmanee)"
-#: keyboard.pm:302
+#: keyboard.pm:296
#, c-format
msgid ""
"_: keyboard\n"
"Thai (TIS-820)"
msgstr "Tailandês (TIS-820)"
-#: keyboard.pm:304
+#: keyboard.pm:298
#, c-format
msgid ""
"_: keyboard\n"
"Thai (Pattachote)"
msgstr "Tailandês (Pattachote)"
-#: keyboard.pm:307
+#: keyboard.pm:300
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (moroccan layout) (+latin/arabic)"
msgstr "Tifinagh (disposição moroccan) (+latin/arábico)"
-#: keyboard.pm:308
+#: keyboard.pm:301
#, c-format
msgid ""
"_: keyboard\n"
"Tifinagh (phonetic) (+latin/arabic)"
msgstr "Tifinagh (fonética) (+latin/arábico)"
-#: keyboard.pm:310
+#: keyboard.pm:303
#, c-format
msgid ""
"_: keyboard\n"
"Tajik"
msgstr "Teclado Tajik"
-#: keyboard.pm:312
+#: keyboard.pm:305
#, c-format
msgid ""
"_: keyboard\n"
"Turkmen"
msgstr "Turkmen"
-#: keyboard.pm:313
+#: keyboard.pm:306
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (traditional \"F\" model)"
msgstr "Turco (modelo \"F\" tradicional)"
-#: keyboard.pm:314
+#: keyboard.pm:307
#, c-format
msgid ""
"_: keyboard\n"
"Turkish (modern \"Q\" model)"
msgstr "Turco (modelo moderno \"Q\")"
-#: keyboard.pm:316
+#: keyboard.pm:309
#, c-format
msgid ""
"_: keyboard\n"
"Ukrainian"
msgstr "Ucraniano"
-#: keyboard.pm:319
+#: keyboard.pm:312
#, c-format
msgid ""
"_: keyboard\n"
"Urdu keyboard"
msgstr "Teclado Urdu"
-#: keyboard.pm:321
+#: keyboard.pm:314
#, c-format
msgid "US keyboard (international)"
msgstr "Teclado Americano (Internacional)"
-#: keyboard.pm:322
+#: keyboard.pm:315
#, c-format
msgid ""
"_: keyboard\n"
"Uzbek (cyrillic)"
msgstr "Uzbeco (cirílico)"
-#: keyboard.pm:324
+#: keyboard.pm:317
#, c-format
msgid ""
"_: keyboard\n"
"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamita \"número de colunas\" QWERTY"
-#: keyboard.pm:325
+#: keyboard.pm:318
#, c-format
msgid ""
"_: keyboard\n"
"Yugoslavian (latin)"
msgstr "Jugoslavo (latim)"
-#: keyboard.pm:332
+#: keyboard.pm:325
#, c-format
msgid "Right Alt key"
msgstr "A tecla Alt Direita"
-#: keyboard.pm:333
+#: keyboard.pm:326
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "As duas teclas Shift simultaneamente"
-#: keyboard.pm:334
+#: keyboard.pm:327
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Control e teclas Shift simultaneamente"
-#: keyboard.pm:335
+#: keyboard.pm:328
#, c-format
msgid "CapsLock key"
msgstr "Tecla CapsLock"
-#: keyboard.pm:336
+#: keyboard.pm:329
#, c-format
msgid "Shift and CapsLock keys simultaneously"
msgstr "Premir as teclas Shift e CapsLock simultâneamente"
-#: keyboard.pm:337
+#: keyboard.pm:330
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl e teclas Alt simultâneamente"
-#: keyboard.pm:338
+#: keyboard.pm:331
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt e teclas Shift simultâneamente"
-#: keyboard.pm:339
+#: keyboard.pm:332
#, c-format
msgid "\"Menu\" key"
msgstr "Tecla \"Menu\""
-#: keyboard.pm:340
+#: keyboard.pm:333
#, c-format
msgid "Left \"Windows\" key"
msgstr "Tecla esquerda \"Windows\""
-#: keyboard.pm:341
+#: keyboard.pm:334
#, c-format
msgid "Right \"Windows\" key"
msgstr "Tecla direita \"Windows\""
-#: keyboard.pm:342
+#: keyboard.pm:335
#, c-format
msgid "Both Control keys simultaneously"
msgstr "As duas teclas Control simultâneamente"
-#: keyboard.pm:343
+#: keyboard.pm:336
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "As duas teclas Alt simultâneamente"
-#: keyboard.pm:344
+#: keyboard.pm:337
#, c-format
msgid "Left Shift key"
msgstr "Tecla Shift esquerda"
-#: keyboard.pm:345
+#: keyboard.pm:338
#, c-format
msgid "Right Shift key"
msgstr "Tecla Shift Direita"
-#: keyboard.pm:346
+#: keyboard.pm:339
#, c-format
msgid "Left Alt key"
msgstr "Tecla Alt Esquerda"
-#: keyboard.pm:347
+#: keyboard.pm:340
#, c-format
msgid "Left Control key"
msgstr "Tecla Control Esquerda"
-#: keyboard.pm:348
+#: keyboard.pm:341
#, c-format
msgid "Right Control key"
msgstr "Tecla Control Direita"
-#: keyboard.pm:384
+#: keyboard.pm:377
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -9482,7 +8645,7 @@ msgstr ""
"irão permitir mudar entre as diferentes disposições de teclado\n"
"(ex: latim e não latim)"
-#: keyboard.pm:389
+#: keyboard.pm:382
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -10550,8 +9713,7 @@ msgstr "Bem-vindo ao %s"
#, c-format
msgid "Moving used physical extents to other physical volumes failed"
msgstr ""
-"Falha ao mover as extensões físicas usadas para outros volumes "
-"físicos."
+"Falha ao mover as extensões físicas usadas para outros volumes físicos."
#: lvm.pm:135
#, c-format
@@ -10567,8 +9729,7 @@ msgstr "Remove os volumes lógicos primeiro\n"
#, c-format
msgid "The bootloader can't handle /boot on multiple physical volumes"
msgstr ""
-"O carregador de arranque não pode gerir /boot em vários volumes "
-"físicos"
+"O carregador de arranque não pode gerir /boot em vários volumes físicos"
#: modules/interactive.pm:19
#, c-format
@@ -10641,12 +9802,10 @@ msgstr "(módulo %s)"
#, c-format
msgid ""
"You may now provide options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like "
-"'0x123'"
+"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
"Pode agora providênciar as opções para o modulo %s.\n"
-"Note que qualquer endereço deve ser escrito com o prefixo 0x como "
-"'0x12'"
+"Note que qualquer endereço deve ser escrito com o prefixo 0x como '0x12'"
#: modules/interactive.pm:115
#, c-format
@@ -10673,24 +9832,19 @@ msgstr "Que controlador %s devo tentar?"
#: modules/interactive.pm:139
#, c-format
msgid ""
-"In some cases, the %s driver needs to have extra information to "
-"work\n"
-"properly, although it normally works fine without them. Would you "
-"like to specify\n"
-"extra options for it or allow the driver to probe your machine for "
-"the\n"
-"information it needs? Occasionally, probing will hang a computer, "
-"but it should\n"
+"In some cases, the %s driver needs to have extra information to work\n"
+"properly, although it normally works fine without them. Would you like to "
+"specify\n"
+"extra options for it or allow the driver to probe your machine for the\n"
+"information it needs? Occasionally, probing will hang a computer, but it "
+"should\n"
"not cause any damage."
msgstr ""
-"Em alguns casos, o controlador %s precisa ter informações extra "
-"para\n"
-"funcionar correctamente, contudo irá funcionar correctamente sem "
-"estas.\n"
+"Em alguns casos, o controlador %s precisa ter informações extra para\n"
+"funcionar correctamente, contudo irá funcionar correctamente sem estas.\n"
"Deseja\n"
"especificar opções extras ou permitir que sonde a sua máquina\n"
-"pela informação que precisa? Ocasionalmente, a verificação pode "
-"bloquear\n"
+"pela informação que precisa? Ocasionalmente, a verificação pode bloquear\n"
"o computador, mas não deve causar qualquer dano."
#: modules/interactive.pm:143
@@ -11011,17 +10165,14 @@ msgstr "Detecção de verificação de portas"
msgid ""
"drakfirewall configurator\n"
"\n"
-"This configures a personal firewall for this Mandriva Linux "
-"machine.\n"
+"This configures a personal firewall for this Mandriva Linux machine.\n"
"For a powerful and dedicated firewall solution, please look to the\n"
"specialized Mandriva Security Firewall distribution."
msgstr ""
"configurador drakfirewall\n"
"\n"
-"Isto configura uma firewall pessoal para esta máquina Mandriva "
-"Linux.\n"
-"Para uma boa e dedicada solução firewall, por favor veja a "
-"distribuição\n"
+"Isto configura uma firewall pessoal para esta máquina Mandriva Linux.\n"
+"Para uma boa e dedicada solução firewall, por favor veja a distribuição\n"
"especializada Mandriva Security Firewall."
#: network/drakfirewall.pm:171
@@ -11090,12 +10241,12 @@ msgstr "Firewall Interactiva"
#: network/drakfirewall.pm:254
#, c-format
msgid ""
-"You can be warned when someone accesses to a service or tries to "
-"intrude into your computer.\n"
+"You can be warned when someone accesses to a service or tries to intrude "
+"into your computer.\n"
"Please select which network activity should be watched."
msgstr ""
-"Pode ser avisado quando alguém acede este serviço ou tenta entrar no "
-"seu computador.\n"
+"Pode ser avisado quando alguém acede este serviço ou tenta entrar no seu "
+"computador.\n"
"Por favor escolha que actividade de rede deve ser vigiada."
#: network/drakfirewall.pm:259
@@ -11181,8 +10332,7 @@ msgstr "Manual"
#, c-format
msgid "No device supporting the %s ndiswrapper driver is present!"
msgstr ""
-"Nenhum dispositivo a suportar o controlador %s, o ndiswrapper está "
-"presente!"
+"Nenhum dispositivo a suportar o controlador %s, o ndiswrapper está presente!"
#: network/ndiswrapper.pm:33
#, c-format
@@ -11553,18 +10703,15 @@ msgstr "Que tipo de placa tem?"
#, c-format
msgid ""
"\n"
-"If you have an ISA card, the values on the next screen should be "
-"right.\n"
+"If you have an ISA card, the values on the next screen should be right.\n"
"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" "
-"of your card.\n"
+"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
+"card.\n"
msgstr ""
"\n"
-"Se tiver uma placa ISA, os valores do próximo quadro devem estar "
-"correctos.\n"
+"Se tiver uma placa ISA, os valores do próximo quadro devem estar correctos.\n"
"\n"
-"Se tiver uma placa PCMCIA, tem que saber o \"irq\" e \"io\" da sua "
-"placa.\n"
+"Se tiver uma placa PCMCIA, tem que saber o \"irq\" e \"io\" da sua placa.\n"
#: network/netconnect.pm:408
#, c-format
@@ -11584,14 +10731,13 @@ msgstr "Qual destas é a sua placa ISDN?"
#: network/netconnect.pm:432
#, c-format
msgid ""
-"A CAPI driver is available for this modem. This CAPI driver can "
-"offer more capabilities than the free driver (like sending faxes). "
-"Which driver do you want to use?"
+"A CAPI driver is available for this modem. This CAPI driver can offer more "
+"capabilities than the free driver (like sending faxes). Which driver do you "
+"want to use?"
msgstr ""
-"Um controlador CAPI está disponível para este modem. Este "
-"controlador CAPI pode propor mais funcionalidades do que o "
-"controlador livre (como o envio de telecopias). Que controlador "
-"deseja usar?"
+"Um controlador CAPI está disponível para este modem. Este controlador CAPI "
+"pode propor mais funcionalidades do que o controlador livre (como o envio de "
+"telecopias). Que controlador deseja usar?"
#: network/netconnect.pm:434 standalone/drakconnect:109 standalone/drakups:249
#: standalone/harddrake2:133
@@ -11797,11 +10943,11 @@ msgstr "A configurar o dispositivo de rede %s (controlador %s)"
#: network/netconnect.pm:898
#, c-format
msgid ""
-"The following protocols can be used to configure a LAN connection. "
-"Please choose the one you want to use"
+"The following protocols can be used to configure a LAN connection. Please "
+"choose the one you want to use"
msgstr ""
-"Os seguintes protocolos podem ser usados para configurar uma conexão "
-"LAN. Por favor escolha o que deseja usar"
+"Os seguintes protocolos podem ser usados para configurar uma conexão LAN. "
+"Por favor escolha o que deseja usar"
#: network/netconnect.pm:929
#, c-format
@@ -11897,8 +11043,8 @@ msgstr "O netmask deve estar no formato 255.255.224.0"
msgid "Warning: IP address %s is usually reserved!"
msgstr "Aviso: o endereço IP %s é normalmente reservado!"
-#: network/netconnect.pm:978 standalone/drakTermServ:1906
-#: standalone/drakTermServ:1907 standalone/drakTermServ:1908
+#: network/netconnect.pm:978 standalone/drakTermServ:1927
+#: standalone/drakTermServ:1928 standalone/drakTermServ:1929
#, c-format
msgid "%s already in use\n"
msgstr "%s já está em uso\n"
@@ -12008,28 +11154,26 @@ msgstr "RTS/CTS"
#: network/netconnect.pm:1081
#, c-format
msgid ""
-"RTS/CTS adds a handshake before each packet transmission to make "
-"sure that the\n"
-"channel is clear. This adds overhead, but increase performance in "
-"case of hidden\n"
-"nodes or large number of active nodes. This parameter sets the size "
-"of the\n"
-"smallest packet for which the node sends RTS, a value equal to the "
-"maximum\n"
-"packet size disable the scheme. You may also set this parameter to "
-"auto, fixed\n"
+"RTS/CTS adds a handshake before each packet transmission to make sure that "
+"the\n"
+"channel is clear. This adds overhead, but increase performance in case of "
+"hidden\n"
+"nodes or large number of active nodes. This parameter sets the size of the\n"
+"smallest packet for which the node sends RTS, a value equal to the maximum\n"
+"packet size disable the scheme. You may also set this parameter to auto, "
+"fixed\n"
"or off."
msgstr ""
-"O RTS/CTS adiciona um handshake antes da transmissão de cada pacote "
-"para certificar\n"
-"que o canal está livre. Isto adiciona overhead, mas aumenta a "
-"performance no caso de\n"
-"nós escondidos ou um número grande de nós activos. Este pârametro "
-"define o tamanho do\n"
-"pacote mais pequeno para o qual o nó envia RTS, um valor igual ao "
-"tamanho máximo\n"
-"do pacote desactiva o esquema. Pode também definir este pârametro "
-"para auto, fixo ou\n"
+"O RTS/CTS adiciona um handshake antes da transmissão de cada pacote para "
+"certificar\n"
+"que o canal está livre. Isto adiciona overhead, mas aumenta a performance no "
+"caso de\n"
+"nós escondidos ou um número grande de nós activos. Este pârametro define o "
+"tamanho do\n"
+"pacote mais pequeno para o qual o nó envia RTS, um valor igual ao tamanho "
+"máximo\n"
+"do pacote desactiva o esquema. Pode também definir este pârametro para "
+"auto, fixo ou\n"
"desligado."
#: network/netconnect.pm:1088 standalone/drakconnect:421
@@ -12046,14 +11190,14 @@ msgstr "Argumentos extra do comando iwconfig"
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
-"ap, channel, commit, enc, power, retry, sens, txpower (nick is "
-"already set as the hostname).\n"
+"ap, channel, commit, enc, power, retry, sens, txpower (nick is already set "
+"as the hostname).\n"
"\n"
"See iwconfig(8) man page for further information."
msgstr ""
"Aqui, pode configurar alguns parâmetros wireless extra tais como:\n"
-"ap, channel, commit, enc, power, retry, sens, txpower (nick já está "
-"definido como nome do endereço).\n"
+"ap, channel, commit, enc, power, retry, sens, txpower (nick já está definido "
+"como nome do endereço).\n"
"\n"
"Veja a página do manual iwconfig(8) para mais informações."
@@ -12068,18 +11212,15 @@ msgstr "Argumentos extra do comando lwspy"
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
-"interface and to read back quality of link information for each of "
-"those.\n"
+"interface and to read back quality of link information for each of those.\n"
"\n"
-"This information is the same as the one available in /proc/net/"
-"wireless :\n"
+"This information is the same as the one available in /proc/net/wireless :\n"
"quality of the link, signal strength and noise level.\n"
"\n"
"See iwpspy(8) man page for further information."
msgstr ""
"O iwspy é usado para definir uma lista de endereços na interface\n"
-"de rede wireless e para monitorizar a informação da ligação para "
-"cada um\n"
+"de rede wireless e para monitorizar a informação da ligação para cada um\n"
"\n"
"Esta informação é a mesma que a disponível em /proc/net/wireless:\n"
"qualidade da ligação, força do sinal e nível do ruído.\n"
@@ -12098,12 +11239,12 @@ msgid ""
"network\n"
"interface.\n"
"\n"
-"iwpriv deals with parameters and setting specific to each driver (as "
-"opposed to\n"
+"iwpriv deals with parameters and setting specific to each driver (as opposed "
+"to\n"
"iwconfig which deals with generic ones).\n"
"\n"
-"In theory, the documentation of each device driver should indicate "
-"how to use\n"
+"In theory, the documentation of each device driver should indicate how to "
+"use\n"
"those interface specific commands and their effect.\n"
"\n"
"See iwpriv(8) man page for further information."
@@ -12111,12 +11252,10 @@ msgstr ""
"O iwpriv permite configurar parâmetros opcionais (privados) de um\n"
"interface de rede.\n"
"\n"
-"O iwpriv lida com parâmetros e definições específicas para cada "
-"controlador\n"
+"O iwpriv lida com parâmetros e definições específicas para cada controlador\n"
"(em oposição ao iwconfig que lida com os genéricos).\n"
"\n"
-"Em teoria, a documentação de cada dispositivo deve indicar como "
-"usar\n"
+"Em teoria, a documentação de cada dispositivo deve indicar como usar\n"
"esses comandos de interface específicos e os seus efeitos.\n"
"\n"
"Veja a página do manual iwpriv(8) para mais informações."
@@ -12124,20 +11263,20 @@ msgstr ""
#: network/netconnect.pm:1123
#, c-format
msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for "
-"2.46 GHz frequency), or add enough '0' (zeroes)."
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
msgstr ""
-"Freq deve ter o sufixo k, M ou G (por exemplo, \"2.46G\" para uma "
-"frequência de 2.46 GHz), ou então insira suficientes '0' (zeros)."
+"Freq deve ter o sufixo k, M ou G (por exemplo, \"2.46G\" para uma frequência "
+"de 2.46 GHz), ou então insira suficientes '0' (zeros)."
#: network/netconnect.pm:1127
#, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for "
-"11M), or add enough '0' (zeroes)."
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
msgstr ""
-"A taxa de transferência deve ter o sufixo k, M ou G (por exemplo, "
-"\"11M\" para 11M), ou insira suficientes '0' (zeros)."
+"A taxa de transferência deve ter o sufixo k, M ou G (por exemplo, \"11M\" "
+"para 11M), ou insira suficientes '0' (zeros)."
#: network/netconnect.pm:1170
#, c-format
@@ -12185,9 +11324,7 @@ msgstr ""
#: network/netconnect.pm:1226
#, c-format
msgid "Last but not least you can also type in your DNS server IP addresses."
-msgstr ""
-"Por último pode também escrever nos seus endereços IP do servidor "
-"DNS."
+msgstr "Por último pode também escrever nos seus endereços IP do servidor DNS."
#: network/netconnect.pm:1228 standalone/drakconnect:991
#, c-format
@@ -12221,12 +11358,10 @@ msgstr "Domínio de procura"
#: network/netconnect.pm:1234
#, c-format
-msgid ""
-"By default search domain will be set from the fully-qualified host "
-"name"
+msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
-"Por defeito o domínio de procura será definido a partir do nome da "
-"máquina devidamente qualificado"
+"Por defeito o domínio de procura será definido a partir do nome da máquina "
+"devidamente qualificado"
#: network/netconnect.pm:1235
#, c-format
@@ -12333,8 +11468,7 @@ msgstr ""
#: network/netconnect.pm:1386
#, c-format
msgid ""
-"Congratulations, the network and Internet configuration is "
-"finished.\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"\n"
msgstr ""
"Parabéns, a configuração da rede e da Internet acabou.\n"
@@ -12343,22 +11477,22 @@ msgstr ""
#: network/netconnect.pm:1389
#, c-format
msgid ""
-"After this is done, we recommend that you restart your X environment "
-"to avoid any hostname-related problems."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
-"Após estar pronto, recomendamos que reinicie o seu ambiente X para "
-"evitar qualquer problema relacionado com o nome da máquina."
+"Após estar pronto, recomendamos que reinicie o seu ambiente X para evitar "
+"qualquer problema relacionado com o nome da máquina."
#: network/netconnect.pm:1390
#, c-format
msgid ""
"Problems occurred during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection does "
-"not work, you might want to relaunch the configuration."
+"Test your connection via net_monitor or mcc. If your connection does not "
+"work, you might want to relaunch the configuration."
msgstr ""
"Ocorreram problemas durante a configuração.\n"
-"Teste a sua conexão via net_monitor ou mcc. Se a sua conexão não "
-"funcionar, pode querer relançar a configuração."
+"Teste a sua conexão via net_monitor ou mcc. Se a sua conexão não funcionar, "
+"pode querer relançar a configuração."
#: network/netconnect.pm:1402
#, c-format
@@ -12385,15 +11519,15 @@ msgstr "Configuração da Rede"
#: network/netconnect.pm:1406
#, c-format
msgid ""
-"Because you are doing a network installation, your network is "
-"already configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure "
-"your Internet & Network connection.\n"
+"Because you are doing a network installation, your network is already "
+"configured.\n"
+"Click on Ok to keep your configuration, or cancel to reconfigure your "
+"Internet & Network connection.\n"
msgstr ""
"Por que está a fazer uma instalação de rede, a sua rede já está "
"configurada.\n"
-"Clique em OK para manter a configuração, ou Cancelar para "
-"reconfigurar as suas conexões Internet & Rede.\n"
+"Clique em OK para manter a configuração, ou Cancelar para reconfigurar as "
+"suas conexões Internet & Rede.\n"
#: network/netconnect.pm:1409
#, c-format
@@ -12528,8 +11662,8 @@ msgstr "Copie o microcódigo Alcatel como mgmt.o em /usr/share/speedtouch/"
#: network/thirdparty.pm:241
#, c-format
msgid ""
-"The ECI Hi-Focus modem cannot be supported due to binary driver "
-"distribution problem.\n"
+"The ECI Hi-Focus modem cannot be supported due to binary driver distribution "
+"problem.\n"
"\n"
"You can find a driver on http://eciadsl.flashtux.org/"
msgstr ""
@@ -12551,8 +11685,8 @@ msgstr "Alguns pacotes (%s) são pedidos mas não estão disponíveis."
#: network/thirdparty.pm:330
#, c-format
msgid ""
-"These packages can be found in Mandriva Club or in Mandriva "
-"commercial releases."
+"These packages can be found in Mandriva Club or in Mandriva commercial "
+"releases."
msgstr ""
"Estes pacotes podem ser encontrados no Clube Mandriva ou nas versões "
"comerciais Mandriva."
@@ -12563,8 +11697,7 @@ msgid ""
"The required files can also be installed from this URL:\n"
"%s"
msgstr ""
-"Os ficheiros pedidos podem também ser instalados a partir deste "
-"URL:\n"
+"Os ficheiros pedidos podem também ser instalados a partir deste URL:\n"
"%s"
#: network/thirdparty.pm:372
@@ -12585,11 +11718,11 @@ msgstr "Insira uma disquete"
#: network/thirdparty.pm:385
#, c-format
msgid ""
-"Insert a FAT formatted floppy in drive %s with %s in root directory "
-"and press %s"
+"Insert a FAT formatted floppy in drive %s with %s in root directory and "
+"press %s"
msgstr ""
-"Insira uma disquete formatada FAT no leitor %s com %s no directório "
-"raíz e prima %s"
+"Insira uma disquete formatada FAT no leitor %s com %s no directório raíz e "
+"prima %s"
#: network/thirdparty.pm:395
#, c-format
@@ -12623,7 +11756,7 @@ msgid "Firmware copy failed, file %s not found"
msgstr "Cópia do firmware falhada, o ficheiro %s não foi encontrado"
#: network/thirdparty.pm:424 standalone/drakautoinst:250
-#: standalone/drakvpn:888 standalone/scannerdrake:405
+#: standalone/drakvpn:888 standalone/scannerdrake:422
#, c-format
msgid "Congratulations!"
msgstr "Parabéns!"
@@ -12642,8 +11775,7 @@ msgstr "A procurar software e controladores pedidos..."
#, c-format
msgid "Please wait, running device configuration commands..."
msgstr ""
-"Por favor aguarde, a executar os comandos de configuração dos "
-"dispositivos..."
+"Por favor aguarde, a executar os comandos de configuração dos dispositivos..."
#: network/wireless.pm:8
#, c-format
@@ -12674,12 +11806,12 @@ msgstr "Partição extendida não é suportada nesta plataforma"
#, c-format
msgid ""
"You have a hole in your partition table but I can not use it.\n"
-"The only solution is to move your primary partitions to have the "
-"hole next to the extended partitions."
+"The only solution is to move your primary partitions to have the hole next "
+"to the extended partitions."
msgstr ""
"Tem um buraco na sua tabela de partições mas não a posso usar.\n"
-"A única solução é mover as suas partições primárias para ter o "
-"buraco próximo das partições extendidas"
+"A única solução é mover as suas partições primárias para ter o buraco "
+"próximo das partições extendidas"
#: partition_table.pm:605
#, c-format
@@ -12701,8 +11833,8 @@ msgstr "Erro ao escrever no ficheiro %s"
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random, "
-"corrupted data."
+"It means writing anything on the disk will end up with random, corrupted "
+"data."
msgstr ""
"Alguma coisa maá está acontecer no seu disco. \n"
"O teste para verificar a integridade dos dados falhou. \n"
@@ -12759,9 +11891,9 @@ msgstr "Configurado noutras máquinas"
msgid "On CUPS server \"%s\""
msgstr "No servidor CUPS \"%s\""
-#: printer/cups.pm:119 printer/printerdrake.pm:4886
-#: printer/printerdrake.pm:4896 printer/printerdrake.pm:5055
-#: printer/printerdrake.pm:5066 printer/printerdrake.pm:5280
+#: printer/cups.pm:119 printer/printerdrake.pm:4909
+#: printer/printerdrake.pm:4919 printer/printerdrake.pm:5078
+#: printer/printerdrake.pm:5089 printer/printerdrake.pm:5303
#, c-format
msgid " (Default)"
msgstr " (Predefinido)"
@@ -12813,9 +11945,9 @@ msgstr "CUPS remoto"
#: printer/detect.pm:168 printer/detect.pm:263 printer/detect.pm:498
#: printer/detect.pm:571 printer/main.pm:330 printer/main.pm:692
-#: printer/main.pm:1810 printer/printerdrake.pm:960
-#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2447
-#: printer/printerdrake.pm:3981
+#: printer/main.pm:1815 printer/printerdrake.pm:960
+#: printer/printerdrake.pm:1120 printer/printerdrake.pm:2448
+#: printer/printerdrake.pm:4004
#, c-format
msgid "Unknown model"
msgstr "Modelo desconhecido"
@@ -13063,7 +12195,7 @@ msgid "URI: %s"
msgstr "URI: %s"
#: printer/main.pm:689 printer/printerdrake.pm:1047
-#: printer/printerdrake.pm:3119
+#: printer/printerdrake.pm:3142
#, c-format
msgid "Raw printer (No driver)"
msgstr "Impressora directa (sem controlador)"
@@ -13094,12 +12226,12 @@ msgstr "Endereço %s"
msgid "%s (Port %s)"
msgstr "%s (Porta %s)"
-#: printer/main.pm:1939 printer/main.pm:2097
+#: printer/main.pm:1945 printer/main.pm:2100
#, c-format
msgid "user-supplied"
msgstr "indicado pelo utilizador"
-#: printer/main.pm:1943 printer/main.pm:2101
+#: printer/main.pm:1949 printer/main.pm:2104
#, c-format
msgid "NEW"
msgstr "NOVO"
@@ -13107,23 +12239,21 @@ msgstr "NOVO"
#: printer/printerdrake.pm:24
#, c-format
msgid ""
-"The HP LaserJet 1000 needs its firmware to be uploaded after being "
-"turned on. Download the Windows driver package from the HP web site "
-"(the firmware on the printer's CD does not work) and extract the "
-"firmware file from it by decompressing the self-extracting '.exe' "
-"file with the 'unzip' utility and searching for the 'sihp1000.img' "
-"file. Copy this file into the '/etc/printer' directory. There it "
-"will be found by the automatic uploader script and uploaded whenever "
-"the printer is connected and turned on.\n"
-msgstr ""
-"A HP LaserJet 1000 precisa que o seu firmware seja carregado depois "
-"de ser ligada. Transfira o controlador Windows a partir do sítio Web "
-"HP (o firmware do CD da impressora não funciona) e extraia o "
-"ficheiro do firmware descomprimindo o ficheiro exe com o utilitário "
-"'unzip' e procure o ficheiro 'sihp1000.img'. Copie o ficheiro para o "
-"directório '/etc/printer'. É depois encontrado pelo script de envío "
-"automático e será então carregado sempre que a impressora for "
-"ligada.\n"
+"The HP LaserJet 1000 needs its firmware to be uploaded after being turned "
+"on. Download the Windows driver package from the HP web site (the firmware "
+"on the printer's CD does not work) and extract the firmware file from it by "
+"decompressing the self-extracting '.exe' file with the 'unzip' utility and "
+"searching for the 'sihp1000.img' file. Copy this file into the '/etc/"
+"printer' directory. There it will be found by the automatic uploader script "
+"and uploaded whenever the printer is connected and turned on.\n"
+msgstr ""
+"A HP LaserJet 1000 precisa que o seu firmware seja carregado depois de ser "
+"ligada. Transfira o controlador Windows a partir do sítio Web HP (o firmware "
+"do CD da impressora não funciona) e extraia o ficheiro do firmware "
+"descomprimindo o ficheiro exe com o utilitário 'unzip' e procure o ficheiro "
+"'sihp1000.img'. Copie o ficheiro para o directório '/etc/printer'. É depois "
+"encontrado pelo script de envío automático e será então carregado sempre que "
+"a impressora for ligada.\n"
#: printer/printerdrake.pm:67
#, c-format
@@ -13133,23 +12263,23 @@ msgstr "Configuração de impressoras CUPS"
#: printer/printerdrake.pm:68
#, c-format
msgid ""
-"Here you can choose whether the printers connected to this machine "
-"should be accessible by remote machines and by which remote machines."
+"Here you can choose whether the printers connected to this machine should be "
+"accessible by remote machines and by which remote machines."
msgstr ""
-"Aqui pode escolher se as impressoras ligadas a esta máquina devem "
-"ser acessadas por máquinas remotas e por quais máquinas remotas."
+"Aqui pode escolher se as impressoras ligadas a esta máquina devem ser "
+"acessadas por máquinas remotas e por quais máquinas remotas."
#: printer/printerdrake.pm:69
#, c-format
msgid ""
-"You can also decide here whether printers on remote machines should "
-"be automatically made available on this machine."
+"You can also decide here whether printers on remote machines should be "
+"automatically made available on this machine."
msgstr ""
-"Pode também decidir aqui se as impressoras nas máquinas remotas "
-"devem ser disponibilizadas automaticamente nesta máquina."
+"Pode também decidir aqui se as impressoras nas máquinas remotas devem ser "
+"disponibilizadas automaticamente nesta máquina."
#: printer/printerdrake.pm:72 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4519
+#: printer/printerdrake.pm:4542
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Servidor CUPS remoto e nenhum servidor CUPS local"
@@ -13168,30 +12298,27 @@ msgstr "Desligado"
#: printer/printerdrake.pm:78 printer/printerdrake.pm:507
#, c-format
msgid ""
-"In this mode the local CUPS daemon will be stopped and all printing "
-"requests go directly to the server specified below. Note that it is "
-"not possible to define local print queues then and if the specified "
-"server is down it cannot be printed at all from this machine."
+"In this mode the local CUPS daemon will be stopped and all printing requests "
+"go directly to the server specified below. Note that it is not possible to "
+"define local print queues then and if the specified server is down it cannot "
+"be printed at all from this machine."
msgstr ""
-"Neste modo o servidor CUPS local será parado e todos os pedidos de "
-"impressão irão directamente para o servidor especificado em baixo. "
-"Note que não é possível definir filas locais de impressão e se o "
-"servidor especificado estiver em baixo não pode ser imprimido nada "
-"desta máquina."
+"Neste modo o servidor CUPS local será parado e todos os pedidos de impressão "
+"irão directamente para o servidor especificado em baixo. Note que não é "
+"possível definir filas locais de impressão e se o servidor especificado "
+"estiver em baixo não pode ser imprimido nada desta máquina."
#: printer/printerdrake.pm:84
#, c-format
msgid "The printers on this machine are available to other computers"
msgstr ""
-"As impressoras nesta máquina estão disponíveis para outros "
-"computadores"
+"As impressoras nesta máquina estão disponíveis para outros computadores"
#: printer/printerdrake.pm:89
#, c-format
msgid "Automatically find available printers on remote machines"
msgstr ""
-"Encontrar automaticamente as impressoras disponíveis em máquinas "
-"remotas"
+"Encontrar automaticamente as impressoras disponíveis em máquinas remotas"
#: printer/printerdrake.pm:94
#, c-format
@@ -13203,8 +12330,8 @@ msgstr "Partilha de impressoras nos hosts/redes: "
msgid "Custom configuration"
msgstr "Configuração personalizada"
-#: printer/printerdrake.pm:101 standalone/scannerdrake:593
-#: standalone/scannerdrake:610
+#: printer/printerdrake.pm:101 standalone/scannerdrake:610
+#: standalone/scannerdrake:627
#, c-format
msgid "No remote machines"
msgstr "Sem máquinas remota"
@@ -13217,25 +12344,23 @@ msgstr "Servidores CUPS adicionais: "
#: printer/printerdrake.pm:119
#, c-format
msgid ""
-"To get access to printers on remote CUPS servers in your local "
-"network you only need to turn on the \"Automatically find available "
-"printers on remote machines\" option; the CUPS servers inform your "
-"machine automatically about their printers. All printers currently "
-"known to your machine are listed in the \"Remote printers\" section "
-"in the main window of Printerdrake. If your CUPS server(s) is/are "
-"not in your local network, you have to enter the IP address(es) and "
-"optionally the port number(s) here to get the printer information "
-"from the server(s)."
-msgstr ""
-"Para ter acesso a impressoras em servidores remotos CUPS na sua rede "
-"local só precisa activar a opção \"Encontrar automaticamente as "
-"impressoras disponíveis em máquinas remotas\"; os servidores CUPS "
-"informam a suamáquina automaticamente acerca das suas impressoras. "
-"Todas as impressoras conhecidas pela sua máquina são listadas na "
-"secção \"Impressoras remotas\" na janela principal do Printerdrake. "
-"Se os seus servidores CUPS não estão na sua rede local, deve indicar "
-"os endereços IP e opionalmenteção os números das portas para obter a "
-"informação das impressoras dos servidores."
+"To get access to printers on remote CUPS servers in your local network you "
+"only need to turn on the \"Automatically find available printers on remote "
+"machines\" option; the CUPS servers inform your machine automatically about "
+"their printers. All printers currently known to your machine are listed in "
+"the \"Remote printers\" section in the main window of Printerdrake. If your "
+"CUPS server(s) is/are not in your local network, you have to enter the IP "
+"address(es) and optionally the port number(s) here to get the printer "
+"information from the server(s)."
+msgstr ""
+"Para ter acesso a impressoras em servidores remotos CUPS na sua rede local "
+"só precisa activar a opção \"Encontrar automaticamente as impressoras "
+"disponíveis em máquinas remotas\"; os servidores CUPS informam a suamáquina "
+"automaticamente acerca das suas impressoras. Todas as impressoras conhecidas "
+"pela sua máquina são listadas na secção \"Impressoras remotas\" na janela "
+"principal do Printerdrake. Se os seus servidores CUPS não estão na sua rede "
+"local, deve indicar os endereços IP e opionalmenteção os números das portas "
+"para obter a informação das impressoras dos servidores."
#: printer/printerdrake.pm:127
#, c-format
@@ -13245,23 +12370,21 @@ msgstr "Modo de impressão de texto japonês"
#: printer/printerdrake.pm:128
#, c-format
msgid ""
-"Turning on this allows to print plain text files in Japanese "
-"language. Only use this function if you really want to print text in "
-"Japanese, if it is activated you cannot print accentuated characters "
-"in latin fonts any more and you will not be able to adjust the "
-"margins, the character size, etc. This setting only affects printers "
-"defined on this machine. If you want to print Japanese text on a "
-"printer set up on a remote machine, you have to activate this "
-"function on that remote machine."
+"Turning on this allows to print plain text files in Japanese language. Only "
+"use this function if you really want to print text in Japanese, if it is "
+"activated you cannot print accentuated characters in latin fonts any more "
+"and you will not be able to adjust the margins, the character size, etc. "
+"This setting only affects printers defined on this machine. If you want to "
+"print Japanese text on a printer set up on a remote machine, you have to "
+"activate this function on that remote machine."
msgstr ""
"Activar isto permite de imprimir ficheiros em texto puro escritos em "
-"japonês. Use apenas isto se deseja mesmo imprimir texto japonês, "
-"pois se for activado não vai poder mais imprimir letras acentuadas "
-"com tipos de letra latinos e não vai poder regular as margens, o "
-"tamanho das letras, etc. Esta configuração só afecta as impressoras "
-"ligadas a esta máquina. Se quer imprimir texto japonês numa "
-"impressora configurada numa máquina remota, deverá activar isto na "
-"máquina remota."
+"japonês. Use apenas isto se deseja mesmo imprimir texto japonês, pois se for "
+"activado não vai poder mais imprimir letras acentuadas com tipos de letra "
+"latinos e não vai poder regular as margens, o tamanho das letras, etc. Esta "
+"configuração só afecta as impressoras ligadas a esta máquina. Se quer "
+"imprimir texto japonês numa impressora configurada numa máquina remota, "
+"deverá activar isto na máquina remota."
#: printer/printerdrake.pm:135
#, c-format
@@ -13271,33 +12394,31 @@ msgstr "Correcção automática da Configuração do CUPS"
#: printer/printerdrake.pm:137
#, c-format
msgid ""
-"When this option is turned on, on every startup of CUPS it is "
-"automatically made sure that\n"
+"When this option is turned on, on every startup of CUPS it is automatically "
+"made sure that\n"
"\n"
-"- if LPD/LPRng is installed, /etc/printcap will not be overwritten "
-"by CUPS\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
"\n"
"- if /etc/cups/cupsd.conf is missing, it will be created\n"
"\n"
-"- when printer information is broadcasted, it does not contain "
-"\"localhost\" as the server name.\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" "
+"as the server name.\n"
"\n"
-"If some of these measures lead to problems for you, turn this option "
-"off, but then you have to take care of these points."
+"If some of these measures lead to problems for you, turn this option off, "
+"but then you have to take care of these points."
msgstr ""
"Quando esta opção é activada, em cada arranque do CUPS verifica-se "
"automaticamente que\n"
"\n"
-"- se LPD/LPRng está instalado, /etc/printcap não é sobreposto pelo "
-"CUPS\n"
+"- se LPD/LPRng está instalado, /etc/printcap não é sobreposto pelo CUPS\n"
"\n"
"- se /etc/cups/cupsd.conf falta, ele irá ser criado\n"
"\n"
"- quando as informações das impressoras são publicadas, não contém "
"\"localhost\" como nome do servidor.\n"
"\n"
-"Se alguma destas medidas levar a problemas, desligue esta opção, mas "
-"então irá ter que tratar desses pontos."
+"Se alguma destas medidas levar a problemas, desligue esta opção, mas então "
+"irá ter que tratar desses pontos."
#: printer/printerdrake.pm:161 printer/printerdrake.pm:236
#, c-format
@@ -13307,11 +12428,11 @@ msgstr "Partilha das impressoras locais"
#: printer/printerdrake.pm:162
#, c-format
msgid ""
-"These are the machines and networks on which the locally connected "
-"printer(s) should be available:"
+"These are the machines and networks on which the locally connected printer"
+"(s) should be available:"
msgstr ""
-"Estas são as máquinas e redes nos quais a impressoras locais "
-"deveriam estar disponíveis:"
+"Estas são as máquinas e redes nos quais a impressoras locais deveriam estar "
+"disponíveis:"
#: printer/printerdrake.pm:173
#, c-format
@@ -13338,11 +12459,10 @@ msgstr "Endereço IP do endereço/rede:"
#: printer/printerdrake.pm:237
#, c-format
msgid ""
-"Choose the network or host on which the local printers should be "
-"made available:"
+"Choose the network or host on which the local printers should be made "
+"available:"
msgstr ""
-"Escolha a rede ou endereço onde a impressoras locais devem estar "
-"disponíveis:"
+"Escolha a rede ou endereço onde a impressoras locais devem estar disponíveis:"
#: printer/printerdrake.pm:244
#, c-format
@@ -13363,8 +12483,7 @@ msgstr "Exemplos para IPs correctos:\n"
#, c-format
msgid "This host/network is already in the list, it cannot be added again.\n"
msgstr ""
-"Este endereço/rede já está na lista, não pode ser adicionado "
-"novamente.\n"
+"Este endereço/rede já está na lista, não pode ser adicionado novamente.\n"
#: printer/printerdrake.pm:346 printer/printerdrake.pm:416
#, c-format
@@ -13374,13 +12493,13 @@ msgstr "A aceder às impressoras num servidor CUPS remoto"
#: printer/printerdrake.pm:347
#, c-format
msgid ""
-"Add here the CUPS servers whose printers you want to use. You only "
-"need to do this if the servers do not broadcast their printer "
-"information into the local network."
+"Add here the CUPS servers whose printers you want to use. You only need to "
+"do this if the servers do not broadcast their printer information into the "
+"local network."
msgstr ""
-"Adicione aqui os servidores CUPS cujas impressoras deseja usar. Só "
-"precisa de fazer isto se os servidores não enviam as informações de "
-"impressão para a rede local."
+"Adicione aqui os servidores CUPS cujas impressoras deseja usar. Só precisa "
+"de fazer isto se os servidores não enviam as informações de impressão para a "
+"rede local."
#: printer/printerdrake.pm:358
#, c-format
@@ -13401,15 +12520,13 @@ msgstr "Remover o servidor seleccionado"
#, c-format
msgid "Enter IP address and port of the host whose printers you want to use."
msgstr ""
-"Insira o endereço IP e a porta do endereço cujas impressoras deseja "
-"usar."
+"Insira o endereço IP e a porta do endereço cujas impressoras deseja usar."
#: printer/printerdrake.pm:418
#, c-format
msgid "If no port is given, 631 will be taken as default."
msgstr ""
-"Se nenhuma porta for indicada, a 631 irá ser escolhida como "
-"predefinida."
+"Se nenhuma porta for indicada, a 631 irá ser escolhida como predefinida."
#: printer/printerdrake.pm:422
#, c-format
@@ -13429,9 +12546,7 @@ msgstr "O número da porta deve ser um inteiro!"
#: printer/printerdrake.pm:451
#, c-format
msgid "This server is already in the list, it cannot be added again.\n"
-msgstr ""
-"Este servidor já existe na lista, não pode ser adicionado "
-"novamente.\n"
+msgstr "Este servidor já existe na lista, não pode ser adicionado novamente.\n"
#: printer/printerdrake.pm:462 printer/printerdrake.pm:2160
#: standalone/drakups:249 standalone/harddrake2:52
@@ -13446,8 +12561,8 @@ 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:4528
-#: printer/printerdrake.pm:4594
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4551
+#: printer/printerdrake.pm:4617
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "Nome do servidor CUPS ou endereço IP em falta."
@@ -13457,29 +12572,30 @@ msgstr "Nome do servidor CUPS ou endereço IP em falta."
#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
#: printer/printerdrake.pm:1023 printer/printerdrake.pm:1065
#: printer/printerdrake.pm:1075 printer/printerdrake.pm:1110
-#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2489
-#: printer/printerdrake.pm:2523 printer/printerdrake.pm:2598
-#: printer/printerdrake.pm:2640 printer/printerdrake.pm:2677
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2961
-#: printer/printerdrake.pm:2966 printer/printerdrake.pm:3114
-#: printer/printerdrake.pm:3225 printer/printerdrake.pm:3839
-#: printer/printerdrake.pm:3906 printer/printerdrake.pm:3955
-#: printer/printerdrake.pm:3958 printer/printerdrake.pm:4068
-#: printer/printerdrake.pm:4126 printer/printerdrake.pm:4198
-#: printer/printerdrake.pm:4219 printer/printerdrake.pm:4229
-#: printer/printerdrake.pm:4319 printer/printerdrake.pm:4414
-#: printer/printerdrake.pm:4420 printer/printerdrake.pm:4448
-#: printer/printerdrake.pm:4555 printer/printerdrake.pm:4664
-#: printer/printerdrake.pm:4684 printer/printerdrake.pm:4693
-#: printer/printerdrake.pm:4708 printer/printerdrake.pm:4909
-#: printer/printerdrake.pm:5384 printer/printerdrake.pm:5467
+#: printer/printerdrake.pm:2220 printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2524 printer/printerdrake.pm:2575
+#: printer/printerdrake.pm:2582 printer/printerdrake.pm:2621
+#: printer/printerdrake.pm:2663 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2984
+#: printer/printerdrake.pm:2989 printer/printerdrake.pm:3137
+#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3862
+#: printer/printerdrake.pm:3929 printer/printerdrake.pm:3978
+#: printer/printerdrake.pm:3981 printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4149 printer/printerdrake.pm:4221
+#: printer/printerdrake.pm:4242 printer/printerdrake.pm:4252
+#: printer/printerdrake.pm:4342 printer/printerdrake.pm:4437
+#: printer/printerdrake.pm:4443 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4578 printer/printerdrake.pm:4687
+#: printer/printerdrake.pm:4707 printer/printerdrake.pm:4716
+#: printer/printerdrake.pm:4731 printer/printerdrake.pm:4932
+#: printer/printerdrake.pm:5407 printer/printerdrake.pm:5490
#: standalone/printerdrake:75 standalone/printerdrake:590
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4127
-#: printer/printerdrake.pm:4665
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4150
+#: printer/printerdrake.pm:4688
#, c-format
msgid "Reading printer data..."
msgstr "A ler os dados da impressora..."
@@ -13492,20 +12608,18 @@ msgstr "A relançar o CUPS..."
#: printer/printerdrake.pm:614
#, c-format
msgid ""
-"Allow pop-up windows, printer setup and package installation may be "
-"canceled"
+"Allow pop-up windows, printer setup and package installation may be canceled"
msgstr ""
-"Permitir aparecimento de janelas, a configuração de impressoras e "
-"instalação de pacotes podem ser cancelados"
+"Permitir aparecimento de janelas, a configuração de impressoras e instalação "
+"de pacotes podem ser cancelados"
#: printer/printerdrake.pm:616
#, c-format
msgid ""
-"No pop-up windows, printer setup and package installation cannot be "
-"canceled"
+"No pop-up windows, printer setup and package installation cannot be canceled"
msgstr ""
-"Não permitir aparecimento de janelas, a configuração de impressoras "
-"e instalação de pacotes não podem ser cancelados"
+"Não permitir aparecimento de janelas, a configuração de impressoras e "
+"instalação de pacotes não podem ser cancelados"
#: printer/printerdrake.pm:622
#, c-format
@@ -13515,11 +12629,11 @@ msgstr "Auto administração de impressoras"
#: printer/printerdrake.pm:623
#, c-format
msgid ""
-"Here you can configure printer administration tasks which should be "
-"done automatically."
+"Here you can configure printer administration tasks which should be done "
+"automatically."
msgstr ""
-"Aqui pode configurar as tarefas de administração de impressoras que "
-"devem ser feitas automáticamente."
+"Aqui pode configurar as tarefas de administração de impressoras que devem "
+"ser feitas automáticamente."
#: printer/printerdrake.pm:626
#, c-format
@@ -13559,13 +12673,13 @@ msgstr "Erro de comunicação com 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)."
+"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 ""
-"Aqui pode configurar como os erros de comunicação entre o seu "
-"computador e a impressora \"%s\" devem ser tratados (por exemplo se "
-"a impressora não estiver ligada)."
+"Aqui pode configurar como os erros de comunicação entre o seu computador e a "
+"impressora \"%s\" devem ser tratados (por exemplo se a impressora não "
+"estiver ligada)."
#: printer/printerdrake.pm:686
#, c-format
@@ -13611,29 +12725,28 @@ msgstr "Como está a impressora ligada?"
#, c-format
msgid ""
"\n"
-"Printers on remote CUPS servers do not need to be configured here; "
-"these printers will be automatically detected."
+"Printers on remote CUPS servers do not need to be configured here; these "
+"printers will be automatically detected."
msgstr ""
"\n"
-"As impressoras nos servidores CUPS remotos não precisam de ser "
-"configuradas aqui; elas serão detectadas automaticamente."
+"As impressoras nos servidores CUPS remotos não precisam de ser configuradas "
+"aqui; elas serão detectadas automaticamente."
-#: printer/printerdrake.pm:751 printer/printerdrake.pm:4911
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:4934
#, c-format
msgid ""
"\n"
-"WARNING: No local network connection active, remote printers can "
-"neither be detected nor tested!"
+"WARNING: No local network connection active, remote printers can neither be "
+"detected nor tested!"
msgstr ""
"\n"
-"AVISO: Nenhuma conexão à rede local está activa, as impressoras "
-"remotas não podem ser detectadas nem testadas!"
+"AVISO: Nenhuma conexão à rede local está activa, as impressoras remotas não "
+"podem ser detectadas nem testadas!"
#: printer/printerdrake.pm:758
#, c-format
msgid ""
-"Printer auto-detection (Local, TCP/Socket, SMB printers, and device "
-"URI)"
+"Printer auto-detection (Local, TCP/Socket, SMB printers, and device URI)"
msgstr ""
"Auto-detecção de impressora (Local, TCP/Socket, impressoras SMB, e "
"dispositivo URI)"
@@ -13642,27 +12755,25 @@ msgstr ""
#, c-format
msgid "Modify timeout for network printer auto-detection"
msgstr ""
-"Modificar o Intervalo de tempo para auto-detecção de impressora em "
-"rede"
+"Modificar o Intervalo de tempo para auto-detecção de impressora em rede"
#: printer/printerdrake.pm:766
#, c-format
msgid "Enter the timeout for network printer auto-detection (in msec) here. "
msgstr ""
-"Indique o intervalo de tempo para auto-detecção de impressora em "
-"rede (em mseg) aqui. "
+"Indique o intervalo de tempo para auto-detecção de impressora em rede (em "
+"mseg) aqui. "
#: printer/printerdrake.pm:768
#, c-format
msgid ""
-"The longer you choose the timeout, the more reliable the detections "
-"of network printers will be, but the scan can take longer then, "
-"especially if there are many machines with local firewalls in the "
-"network. "
+"The longer you choose the timeout, the more reliable the detections of "
+"network printers will be, but the scan can take longer then, especially if "
+"there are many machines with local firewalls in the network. "
msgstr ""
"Quanto maior for o intervalo de tempo, melhor serão as detecções de "
-"impressoras em rede, mas a pesquisa pode demorar mais, especialmente "
-"se houver muitas máquinas com firewalls locais na rede. "
+"impressoras em rede, mas a pesquisa pode demorar mais, especialmente se "
+"houver muitas máquinas com firewalls locais na rede. "
#: printer/printerdrake.pm:772
#, c-format
@@ -13744,11 +12855,9 @@ msgstr ""
#: printer/printerdrake.pm:846
#, c-format
msgid ""
-"There are no printers found which are directly connected to your "
-"machine"
+"There are no printers found which are directly connected to your machine"
msgstr ""
-"Não foi encontrada nenhuma impressora ligada directamente à sua "
-"máquina"
+"Não foi encontrada nenhuma impressora ligada directamente à sua máquina"
#: printer/printerdrake.pm:849
#, c-format
@@ -13782,11 +12891,11 @@ msgstr "Tem a certeza que deseja configurar a impressão nesta máquina ?\n"
#: printer/printerdrake.pm:867
#, c-format
msgid ""
-"NOTE: Depending on the printer model and the printing system up to %"
-"d MB of additional software will be installed."
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
msgstr ""
-"NOTA: Dependendo do modelo da impressora e o sistema de impressão, "
-"vão ser instalados até %d MB de programas adicionais."
+"NOTA: Dependendo do modelo da impressora e o sistema de impressão, vão ser "
+"instalados até %d MB de programas adicionais."
#: printer/printerdrake.pm:884
#, c-format
@@ -13816,26 +12925,24 @@ msgstr "Nova impressora encontrada"
#: printer/printerdrake.pm:986
#, 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"
+"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 ""
-"A seguinte nova impressora foi encontrada e o Printerdrake pode-a "
-"configurar automáticamente para si. Se não as quiser ter todas "
-"configuradas, desmarque as que devem ser ignoradas, ou clique "
-"\"Cancelar\".\n"
+"A seguinte nova impressora foi encontrada e o Printerdrake pode-a configurar "
+"automáticamente para si. Se não as quiser ter todas configuradas, desmarque "
+"as que devem ser ignoradas, ou clique \"Cancelar\".\n"
#: printer/printerdrake.pm:987
#, c-format
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"
+"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 ""
-"A seguinte nova impressora foi encontrada e o printerdrake pode "
-"configurá-la automáticamente para si. Se não a quiser ter "
-"configurada, desmarque-a, ou clique \"Cancelar\".\n"
+"A seguinte nova impressora foi encontrada e o printerdrake pode configurá-la "
+"automáticamente para si. Se não a quiser ter configurada, desmarque-a, ou "
+"clique \"Cancelar\".\n"
#: printer/printerdrake.pm:988
#, c-format
@@ -13843,9 +12950,8 @@ msgid ""
"Note that for certain printer models additional packages need to be "
"installed. So keep your installation media handy.\n"
msgstr ""
-"Note que para certos modelos de impressoras certos pacotes "
-"adicionais precisam estar instalados. Então mantenha a sua média de "
-"instalação à mão.\n"
+"Note que para certos modelos de impressoras certos pacotes adicionais "
+"precisam estar instalados. Então mantenha a sua média de instalação à mão.\n"
#: printer/printerdrake.pm:1024 printer/printerdrake.pm:1066
#, c-format
@@ -13867,12 +12973,12 @@ msgstr " em "
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3126
+#: printer/printerdrake.pm:1056 printer/printerdrake.pm:3149
#, c-format
msgid "Printer model selection"
msgstr "Selecção do modelo da impressora"
-#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:1057 printer/printerdrake.pm:3150
#, c-format
msgid "Which printer model do you have?"
msgstr "Que modelo de impressora tem?"
@@ -13882,24 +12988,24 @@ msgstr "Que modelo de impressora tem?"
msgid ""
"\n"
"\n"
-"Printerdrake could not determine which model your printer %s is. "
-"Please choose the correct model from the list."
+"Printerdrake could not determine which model your printer %s is. Please "
+"choose the correct model from the list."
msgstr ""
"\n"
"\n"
-"O Printerdrake não consegue determinar o modelo da sua impressora %"
-"s. Por favor escolha o modelo correcto da lista."
+"O Printerdrake não consegue determinar o modelo da sua impressora %s. Por "
+"favor escolha o modelo correcto da lista."
-#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3132
+#: printer/printerdrake.pm:1061 printer/printerdrake.pm:3155
#, c-format
msgid ""
-"If your printer is not listed, choose a compatible (see printer "
-"manual) or a similar one."
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
msgstr ""
-"Se a sua impressora não está na lista, escolha uma compatível (veja "
-"o manual da impressora) ou uma similar."
+"Se a sua impressora não está na lista, escolha uma compatível (veja o manual "
+"da impressora) ou uma similar."
-#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4685
+#: printer/printerdrake.pm:1076 printer/printerdrake.pm:4708
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "A configurar Impressora \"%s\"..."
@@ -13916,13 +13022,13 @@ msgstr ""
#: printer/printerdrake.pm:1112
#, c-format
msgid ""
-"You can turn it back on again by choosing \"%s\" -> \"%s\" in "
-"Printerdrake's main menu. "
+"You can turn it back on again by choosing \"%s\" -> \"%s\" in Printerdrake's "
+"main menu. "
msgstr ""
-"Pode ligá-la novamente ao escolher \"%s\" -> \"%s\" no menu "
-"principal do Printerdrake."
+"Pode ligá-la novamente ao escolher \"%s\" -> \"%s\" no menu principal do "
+"Printerdrake."
-#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4961
+#: printer/printerdrake.pm:1112 printer/printerdrake.pm:4984
#, c-format
msgid "Configure Auto Administration"
msgstr "Configurar Auto Administração"
@@ -13930,18 +13036,18 @@ msgstr "Configurar Auto Administração"
#: printer/printerdrake.pm:1113
#, 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)."
+"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 ""
-"Aqui pode também escolher em que situação a configuração automática "
-"de impressoras é feita (No inicio do Printerdrake, no inicio do "
-"sistema de impressão, quando a ligar uma nova impressora USB)."
+"Aqui pode também escolher em que situação a configuração automática de "
+"impressoras é feita (No inicio do Printerdrake, no inicio do sistema de "
+"impressão, quando a ligar uma nova impressora USB)."
#: printer/printerdrake.pm:1261 printer/printerdrake.pm:1273
#: printer/printerdrake.pm:1380 printer/printerdrake.pm:2401
-#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2543
-#: printer/printerdrake.pm:4928 printer/printerdrake.pm:5115
+#: printer/printerdrake.pm:2460 printer/printerdrake.pm:2556
+#: printer/printerdrake.pm:4951 printer/printerdrake.pm:5138
#, c-format
msgid "Add a new printer"
msgstr "Adicionar uma nova impressora"
@@ -13952,24 +13058,23 @@ msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
"\n"
-"This wizard allows you to install local or remote printers to be "
-"used from this machine and also from other machines in the network.\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
"\n"
-"It asks you for all necessary information to set up the printer and "
-"gives you access to all available printer drivers, driver options, "
-"and printer connection types."
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
msgstr ""
"\n"
"Bem-vindo ao Assistente de Configuração de Impressoras\n"
"\n"
-"Este assistente permite-lhe instalar impressoras locais ou remotas "
-"para seremusadas a partir desta máquina e também a partir doutras "
-"maquinas na rede.\n"
+"Este assistente permite-lhe instalar impressoras locais ou remotas para "
+"seremusadas a partir desta máquina e também a partir doutras maquinas na "
+"rede.\n"
"\n"
"Pergunta-lhe por todas as informações necessárias para configurar a "
"impressora e dá-lhe acesso a todos os controladores de impressoras "
-"disponíveis, opções dos controlador, e tipos de ligação das "
-"impressoras."
+"disponíveis, opções dos controlador, e tipos de ligação das impressoras."
#: printer/printerdrake.pm:1275
#, c-format
@@ -13977,40 +13082,37 @@ msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
"\n"
-"This wizard will help you to install your printer(s) connected to "
-"this computer, connected directly to the network or to a remote "
-"Windows machine.\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
-"Please plug in and turn on all printers connected to this machine so "
-"that it/they can be auto-detected. Also your network printer(s) and "
-"your Windows machines must be connected and turned on.\n"
+"Please plug in and turn on all printers connected to this machine so that it/"
+"they can be auto-detected. Also your network printer(s) and your Windows "
+"machines must be connected and turned on.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than "
-"the auto-detection of only the printers connected to this machine. "
-"So turn off the auto-detection of network and/or Windows-hosted "
-"printers when you do not need it.\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you do not "
+"need it.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" if you do "
-"not want to set up your printer(s) now."
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
"\n"
"Bem-vindo ao Assistente de Configuração da Impressão\n"
"\n"
-"Este assistente irá ajuda-lo a instalar a(s) impressora(s) ligada(s) "
-"a este computador, ligadas directamente à rede ou a uma máquina "
-"Windows remota.\n"
+"Este assistente irá ajuda-lo a instalar a(s) impressora(s) ligada(s) a este "
+"computador, ligadas directamente à rede ou a uma máquina Windows remota.\n"
"\n"
-"Por favor ligue todas as impressoras conectadas a esta máquina para "
-"que possam ser auto detectadas. Também a sua rede de impressoras e "
-"as suas máquinas Windows têm de estar conectadas e ligadas.\n"
+"Por favor ligue todas as impressoras conectadas a esta máquina para que "
+"possam ser auto detectadas. Também a sua rede de impressoras e as suas "
+"máquinas Windows têm de estar conectadas e ligadas.\n"
"\n"
"Note que auto-detectar impressoras em redes demora mais que uma auto "
-"detecção de impressoras apenas conectadas a esta máquina. Então "
-"desligue a auto-detecçãp da rede e/ou de impressoras Windows quando "
-"não precisa delas.\n"
+"detecção de impressoras apenas conectadas a esta máquina. Então desligue a "
+"auto-detecçãp da rede e/ou de impressoras Windows quando não precisa delas.\n"
"\n"
-" Clique em \"Seguinte\" quando estiver pronto, ou em \"Cancelar\" se "
-"não quiser configurar agora a(s) sua(s) impressora(s)."
+" Clique em \"Seguinte\" quando estiver pronto, ou em \"Cancelar\" se não "
+"quiser configurar agora a(s) sua(s) impressora(s)."
#: printer/printerdrake.pm:1284
#, c-format
@@ -14018,26 +13120,26 @@ msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
"\n"
-"This wizard will help you to install your printer(s) connected to "
-"this computer.\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
"\n"
-"Please plug in and turn on all printers connected to this machine so "
-"that it/they can be auto-detected.\n"
+"Please plug in and turn on all printers connected to this machine so that it/"
+"they can be auto-detected.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" if you do "
-"not want to set up your printer(s) now."
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
"\n"
"Bem-vindo ao Assistente de Configuração da Impressão\n"
"\n"
-"Este assistente irá ajudá-lo a instalar a(s) impressora(s) conectada"
-"(s) a este computador.\n"
+"Este assistente irá ajudá-lo a instalar a(s) impressora(s) conectada(s) a "
+"este computador.\n"
"\n"
-"Por favor conecte e ligue todas as impressoras que tenham haver com "
-"esta máquina para que possam ser auto detectadas.\n"
+"Por favor conecte e ligue todas as impressoras que tenham haver com esta "
+"máquina para que possam ser auto detectadas.\n"
"\n"
-" Clique em \"Seguinte\" quando estiver pronto, ou em \"Cancelar\" se "
-"não quiser configurar agora a(s) sua(s) impressora(s)."
+" Clique em \"Seguinte\" quando estiver pronto, ou em \"Cancelar\" se não "
+"quiser configurar agora a(s) sua(s) impressora(s)."
#: printer/printerdrake.pm:1292
#, c-format
@@ -14045,37 +13147,34 @@ msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
"\n"
-"This wizard will help you to install your printer(s) connected to "
-"this computer or connected directly to the network.\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/"
-"them in on this computer and turn it/them on so that it/they can be "
-"auto-detected. Also your network printer(s) must be connected and "
-"turned on.\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than "
-"the auto-detection of only the printers connected to this machine. "
-"So turn off the auto-detection of network printers when you do not "
-"need it.\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you do not need it.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" if you do "
-"not want to set up your printer(s) now."
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
"\n"
"Bem-vindo ao Assistente de Configuração da Impressão\n"
"\n"
-"Esta assistente vai ajudar-lo a instalar a(s) impressora(s) ligada"
-"(s) a este computador ou directamente à rede.\n"
+"Esta assistente vai ajudar-lo a instalar a(s) impressora(s) ligada(s) a este "
+"computador ou directamente à rede.\n"
"\n"
-"Se tem impressora(s) ligada(s) a esta máquina, por favor conecte-a"
-"(s) a este computadore ligue-a(s) para que possam ser auto "
-"detectadas. Também a sua rede de impressoras tem de ser conectada e "
-"ligada.\n"
-"Note que auto detectar impressoras na rede leva mais tempo que a "
-"auto detecção de apenas impressoras conectadas nesta máquina. Então "
-"desligue a auto detecção da rede de impressoras se não precisa.\n"
-" Clique em \"Seguinte\" quando estiver pronto, ou em \"Cancelar\" se "
-"não quiser configurar agora a(s) sua(s) impressora(s)."
+"Se tem impressora(s) ligada(s) a esta máquina, por favor conecte-a(s) a este "
+"computadore ligue-a(s) para que possam ser auto detectadas. Também a sua "
+"rede de impressoras tem de ser conectada e ligada.\n"
+"Note que auto detectar impressoras na rede leva mais tempo que a auto "
+"detecção de apenas impressoras conectadas nesta máquina. Então desligue a "
+"auto detecção da rede de impressoras se não precisa.\n"
+" Clique em \"Seguinte\" quando estiver pronto, ou em \"Cancelar\" se não "
+"quiser configurar agora a(s) sua(s) impressora(s)."
#: printer/printerdrake.pm:1301
#, c-format
@@ -14083,27 +13182,26 @@ msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
"\n"
-"This wizard will help you to install your printer(s) connected to "
-"this computer.\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/"
-"them in on this computer and turn it/them on so that it/they can be "
-"auto-detected.\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" if you do "
-"not want to set up your printer(s) now."
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
"\n"
"Bem-vindo ao Assistente de Configuração de Impressão\n"
"\n"
-"Este assistente irá ajudá-lo a instalar a(s) impressora(s) ligada(s) "
-"a este computador.\n"
+"Este assistente irá ajudá-lo a instalar a(s) impressora(s) ligada(s) a este "
+"computador.\n"
"\n"
-"Se tem alguma impressora conectada a esta máquina, por favor ligue-a "
-"a este computador de maneira a que possa ser auto detectada.\n"
+"Se tem alguma impressora conectada a esta máquina, por favor ligue-a a este "
+"computador de maneira a que possa ser auto detectada.\n"
"\n"
-" Clique em \"Seguinte\" quando estiver pronto, ou em \"Cancelar\" se "
-"não quiser configurar agora a(s) sua(s) impressora(s)."
+" Clique em \"Seguinte\" quando estiver pronto, ou em \"Cancelar\" se não "
+"quiser configurar agora a(s) sua(s) impressora(s)."
#: printer/printerdrake.pm:1352
#, c-format
@@ -14119,8 +13217,7 @@ msgstr "Auto-detectar as impressoras ligadas directamente à rede local"
#, c-format
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-"Auto-detectar impressoras ligadas a uma máquina a correr Microsoft "
-"Windows"
+"Auto-detectar impressoras ligadas a uma máquina a correr Microsoft Windows"
#: printer/printerdrake.pm:1361
#, c-format
@@ -14133,32 +13230,31 @@ msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
"\n"
-"You can print using the \"Print\" command of your application "
-"(usually in the \"File\" menu).\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
"\n"
-"If you want to add, remove, or rename a printer, or if you want to "
-"change the default option settings (paper input tray, printout "
-"quality, ...), select \"Printer\" in the \"Hardware\" section of the "
-"%s Control Center."
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the %s Control Center."
msgstr ""
"\n"
"Parabéns, a sua impressora encontra-se instalada e configurada!\n"
"\n"
-"Pode imprimir usando o comando \"Imprimir\" da sua aplicação "
-"(geralmente no menu \"Ficheiro\").\n"
+"Pode imprimir usando o comando \"Imprimir\" da sua aplicação (geralmente no "
+"menu \"Ficheiro\").\n"
"\n"
-"Se deseja adicionar, remover, ou mudar o nome de uma impressora, ou "
-"se deseja mudar a opção da configuração predefinida (fonte de papel, "
-"qualidade de impressão, ...), escolha \"Impressora\" na secção "
-"\"Hardware\" do Centro de Controlo %s."
+"Se deseja adicionar, remover, ou mudar o nome de uma impressora, ou se "
+"deseja mudar a opção da configuração predefinida (fonte de papel, qualidade "
+"de impressão, ...), escolha \"Impressora\" na secção \"Hardware\" do Centro "
+"de Controlo %s."
#: printer/printerdrake.pm:1417 printer/printerdrake.pm:1641
#: printer/printerdrake.pm:1704 printer/printerdrake.pm:1796
#: printer/printerdrake.pm:1934 printer/printerdrake.pm:2010
#: printer/printerdrake.pm:2177 printer/printerdrake.pm:2268
#: printer/printerdrake.pm:2277 printer/printerdrake.pm:2286
-#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2495
-#: printer/printerdrake.pm:2610
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2496
+#: printer/printerdrake.pm:2633
#, c-format
msgid "Could not install the %s packages!"
msgstr "Não não foi possível instalar os pacotes %s !"
@@ -14218,16 +13314,16 @@ msgstr "Impressora local"
#: printer/printerdrake.pm:1551
#, c-format
msgid ""
-"No local printer found! To manually install a printer enter a device "
-"name/file name in the input line (Parallel Ports: /dev/lp0, /dev/"
-"lp1, ..., equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/"
-"lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
"Nenhuma impressora local encontrada ! Para instalar manualmente uma "
-"impressora escreva um nome de dispositivo/ficheiro na linha de "
-"entrada (Cabo Paralelo : /dev/lp0, /dev/lp1, ..., equivalente a "
-"LPT1:, LPT2:, ..., Primeira impressora USB : /dev/usb/lp0, segunda "
-"impressora USB : /dev/usb/lp1, ...)."
+"impressora escreva um nome de dispositivo/ficheiro na linha de entrada (Cabo "
+"Paralelo : /dev/lp0, /dev/lp1, ..., equivalente a LPT1:, LPT2:, ..., "
+"Primeira impressora USB : /dev/usb/lp0, segunda impressora USB : /dev/usb/"
+"lp1, ...)."
#: printer/printerdrake.pm:1555
#, c-format
@@ -14257,57 +13353,54 @@ msgstr "A impressora seguinte foi detectada automaticamente. "
#: printer/printerdrake.pm:1580
#, c-format
msgid ""
-"If it is not the one you want to configure, enter a device name/file "
-"name in the input line"
+"If it is not the one you want to configure, enter a device name/file name in "
+"the input line"
msgstr ""
-"Se não é a que deseja configurar, escreva um nome de dispositivo/"
-"ficheiro na linha de entrada"
+"Se não é a que deseja configurar, escreva um nome de dispositivo/ficheiro na "
+"linha de entrada"
#: printer/printerdrake.pm:1581
#, c-format
msgid ""
-"Alternatively, you can specify a device name/file name in the input "
-"line"
+"Alternatively, you can specify a device name/file name in the input line"
msgstr ""
-"Alternativamente, pode especificar um nome de dispositivo/ficheiro "
-"na linha de entrada"
+"Alternativamente, pode especificar um nome de dispositivo/ficheiro na linha "
+"de entrada"
#: printer/printerdrake.pm:1582 printer/printerdrake.pm:1591
#, c-format
msgid "Here is a list of all auto-detected printers. "
-msgstr ""
-"Aqui está a lista de todas as impressoras detectadas "
-"automaticamente. "
+msgstr "Aqui está a lista de todas as impressoras detectadas automaticamente. "
#: printer/printerdrake.pm:1584
#, c-format
msgid ""
-"Please choose the printer you want to set up or enter a device name/"
-"file name in the input line"
+"Please choose the printer you want to set up or enter a device name/file "
+"name in the input line"
msgstr ""
-"Por favor escolha a impressora que deseja configurar ou escreva um "
-"nome de dispositivo/ficheiro na linha de entrada"
+"Por favor escolha a impressora que deseja configurar ou escreva um nome de "
+"dispositivo/ficheiro na linha de entrada"
#: printer/printerdrake.pm:1585
#, c-format
msgid ""
-"Please choose the printer to which the print jobs should go or enter "
-"a device name/file name in the input line"
+"Please choose the printer to which the print jobs should go or enter a "
+"device name/file name in the input line"
msgstr ""
"Por favor escolha a impressora para a qual os trabalhos de impressão "
-"deveriam ser enviados.ou escreva um nome de dispositivo/ficheiro na "
-"linha de entrada"
+"deveriam ser enviados.ou escreva um nome de dispositivo/ficheiro na linha de "
+"entrada"
#: printer/printerdrake.pm:1589
#, c-format
msgid ""
-"The configuration of the printer will work fully automatically. If "
-"your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
+"The configuration of the printer will work fully automatically. If your "
+"printer was not correctly detected or if you prefer a customized printer "
+"configuration, turn on \"Manual configuration\"."
msgstr ""
-"A configuração da impressora vai ser inteiramente automática. Se a "
-"sua impressora não foi correctamente detectada ou se prefere "
-"personalizar a configuração, carregue em \"Configuração Manual\"."
+"A configuração da impressora vai ser inteiramente automática. Se a sua "
+"impressora não foi correctamente detectada ou se prefere personalizar a "
+"configuração, carregue em \"Configuração Manual\"."
#: printer/printerdrake.pm:1590
#, c-format
@@ -14317,31 +13410,31 @@ msgstr "Actualmente, não há nenhuma alternativa disponivel possível"
#: printer/printerdrake.pm:1593
#, c-format
msgid ""
-"Please choose the printer you want to set up. The configuration of "
-"the printer will work fully automatically. If your printer was not "
-"correctly detected or if you prefer a customized printer "
-"configuration, turn on \"Manual configuration\"."
+"Please choose the printer you want to set up. The configuration of the "
+"printer will work fully automatically. If your printer was not correctly "
+"detected or if you prefer a customized printer configuration, turn on "
+"\"Manual configuration\"."
msgstr ""
-"Por favor escolha a impressora que deseja configurar. A configuração "
-"da impressora vai ser inteiramente automática. Se a sua impressora "
-"não foi correctamente detectada ou se prefere personalizar a "
-"configuração, ligue a \"Configuração Manual\"."
+"Por favor escolha a impressora que deseja configurar. A configuração da "
+"impressora vai ser inteiramente automática. Se a sua impressora não foi "
+"correctamente detectada ou se prefere personalizar a configuração, ligue a "
+"\"Configuração Manual\"."
#: printer/printerdrake.pm:1594
#, 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 "
-"devem ir."
+"Por favor escolha a impressora para a qual os trabalhos de impressão devem "
+"ir."
#: printer/printerdrake.pm:1596
#, c-format
msgid ""
-"Please choose the port that your printer is connected to or enter a "
-"device name/file name in the input line"
+"Please choose the port that your printer is connected to or enter a device "
+"name/file name in the input line"
msgstr ""
-"Por favor escolha a ficha em que a sua impressora está ligada ou "
-"escreva um nome de dispositivo/ficheiro na linha de entrada"
+"Por favor escolha a ficha em que a sua impressora está ligada ou escreva um "
+"nome de dispositivo/ficheiro na linha de entrada"
#: printer/printerdrake.pm:1597
#, c-format
@@ -14351,13 +13444,12 @@ msgstr "Por favor escolha a ficha em que a sua impressora está ligada."
#: printer/printerdrake.pm:1599
#, c-format
msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, "
-"LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/"
-"lp1, ...)."
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-" (Cabo Paralelo : /dev/lp0, /dev/lp1, ..., equivalente a LPT1:, "
-"LPT2:, ..., Primeira impressora USB : /dev/usb/lp0, segunda "
-"impressora USB : /dev/usb/lp1, ...)."
+" (Cabo Paralelo : /dev/lp0, /dev/lp1, ..., equivalente a LPT1:, LPT2:, ..., "
+"Primeira impressora USB : /dev/usb/lp0, segunda impressora USB : /dev/usb/"
+"lp1, ...)."
#: printer/printerdrake.pm:1603
#, c-format
@@ -14381,11 +13473,11 @@ msgstr "Opções da impressora lpd Remota"
#: printer/printerdrake.pm:1680
#, c-format
msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the "
-"printer server and the printer name on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
-"Para usar uma fila de impressão lpd remota, precisa indicar o nome "
-"do servidor de impressão e o nome da impressora naquele servidor."
+"Para usar uma fila de impressão lpd remota, precisa indicar o nome do "
+"servidor de impressão e o nome da impressora naquele servidor."
#: printer/printerdrake.pm:1681
#, c-format
@@ -14408,10 +13500,10 @@ msgid "Remote printer name missing!"
msgstr "Falta o nome da impressora remota!"
#: printer/printerdrake.pm:1719 printer/printerdrake.pm:2195
-#: printer/printerdrake.pm:2318 standalone/drakTermServ:467
-#: standalone/drakTermServ:796 standalone/drakTermServ:812
-#: standalone/drakTermServ:1641 standalone/drakTermServ:1650
-#: standalone/drakTermServ:1664 standalone/drakbackup:511
+#: printer/printerdrake.pm:2318 standalone/drakTermServ:475
+#: standalone/drakTermServ:807 standalone/drakTermServ:823
+#: standalone/drakTermServ:1653 standalone/drakTermServ:1662
+#: standalone/drakTermServ:1676 standalone/drakbackup:511
#: standalone/drakbackup:617 standalone/drakbackup:652
#: standalone/drakbackup:753 standalone/draknfs:203
#: standalone/draksambashare:627 standalone/draksambashare:794
@@ -14449,28 +13541,26 @@ msgstr "Opções de Impressão SMB (Windows 9x/NT)"
#: printer/printerdrake.pm:1860
#, c-format
msgid ""
-"To print to a SMB printer, you need to provide the SMB host name "
-"(Note! It may be different from its TCP/IP hostname!) and possibly "
-"the IP address of the print server, as well as the share name for "
-"the printer you wish to access and any applicable user name, "
-"password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
-"Para imprimir numa impressora SMB, precisa indicar o nome do "
-"endereço SMB (Nota! Pode ser diferente do endereço TCP/IP!) e "
-"possivelmente o endereço IP do servidor de impressão, assim como "
-"nome de partilha para a impressora que deseja aceder e qualquer "
-"informação aplicável sobre nome de utilizador, senha e grupo de "
-"trabalho."
+"Para imprimir numa impressora SMB, precisa indicar o nome do endereço SMB "
+"(Nota! Pode ser diferente do endereço TCP/IP!) e possivelmente o endereço IP "
+"do servidor de impressão, assim como nome de partilha para a impressora que "
+"deseja aceder e qualquer informação aplicável sobre nome de utilizador, "
+"senha e grupo de trabalho."
#: printer/printerdrake.pm:1861
#, c-format
msgid ""
-" If the desired printer was auto-detected, simply choose it from the "
-"list and then add user name, password, and/or workgroup if needed."
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
msgstr ""
-" Se a impressora desejada foi auto-detectada, pegue-a simplesmente "
-"na lista e então adicione um nome de utilizador, uma senha e um "
-"grupo de trabalho se necessário."
+" Se a impressora desejada foi auto-detectada, pegue-a simplesmente na lista "
+"e então adicione um nome de utilizador, uma senha e um grupo de trabalho se "
+"necessário."
#: printer/printerdrake.pm:1863
#, c-format
@@ -14515,74 +13605,70 @@ msgstr "ALERTA DE SEGURANÇA!"
#: printer/printerdrake.pm:1891
#, c-format
msgid ""
-"You are about to set up printing to a Windows account with password. "
-"Due to a fault in the architecture of the Samba client software the "
-"password is put in clear text into the command line of the Samba "
-"client used to transmit the print job to the Windows server. So it "
-"is possible for every user on this machine to display the password "
-"on the screen by issuing commands as \"ps auxwww\".\n"
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
"\n"
-"We recommend to make use of one of the following alternatives (in "
-"all cases you have to make sure that only machines from your local "
-"network have access to your Windows server, for example by means of "
-"a firewall):\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" "
-"account or a special account dedicated for printing. Do not remove "
-"the password protection from a personal account or the administrator "
-"account.\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
"\n"
-"Set up your Windows server to make the printer available under the "
-"LPD protocol. Then set up printing from this machine with the \"%s\" "
-"connection type in Printerdrake.\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
"\n"
msgstr ""
-"Está prestes a configurar a impressão para uma conta Windows com "
-"senha. Devido a uma falha na arquitectura do programa cliente Samba "
-"a senha é indicada em texto claro na linha de comandos do cliente "
-"Samba usado para transmitir o trabalho de impressão para ao servidor "
-"Windows. Então é possível para cada utilizador nesta máquina ver a "
-"senha com um comando do tipo \"ps auxwww\".\n"
+"Está prestes a configurar a impressão para uma conta Windows com senha. "
+"Devido a uma falha na arquitectura do programa cliente Samba a senha é "
+"indicada em texto claro na linha de comandos do cliente Samba usado para "
+"transmitir o trabalho de impressão para ao servidor Windows. Então é "
+"possível para cada utilizador nesta máquina ver a senha com um comando do "
+"tipo \"ps auxwww\".\n"
"\n"
-"Recomendamos uma das seguintes alternativas (em todos os casos tem "
-"de ter a certeza que só as maquinas da sua rede local se podem ligar "
-"ao servidor Windows, por exemplo por meio de uma firewall):\n"
+"Recomendamos uma das seguintes alternativas (em todos os casos tem de ter a "
+"certeza que só as maquinas da sua rede local se podem ligar ao servidor "
+"Windows, por exemplo por meio de uma firewall):\n"
"\n"
-"Use uma conta sem senha no servidor Windows, como a conta \"GUEST"
-"\"ou uma conta especial só para impressão. Não retire a protecção da "
-"senha de uma conta pessoal ou da conta de administrador.\n"
+"Use uma conta sem senha no servidor Windows, como a conta \"GUEST\"ou uma "
+"conta especial só para impressão. Não retire a protecção da senha de uma "
+"conta pessoal ou da conta de administrador.\n"
"\n"
-"Configure o servidor Windows para colocar a impressora disponível "
-"sob o protocolo LPD. A seguir configure a impressão nesta maquina "
-"com a ligação tipo \"%s\" no Printerdrake.\n"
+"Configure o servidor Windows para colocar a impressora disponível sob o "
+"protocolo LPD. A seguir configure a impressão nesta maquina com a ligação "
+"tipo \"%s\" no Printerdrake.\n"
"\n"
#: printer/printerdrake.pm:1901
#, c-format
msgid ""
-"Set up your Windows server to make the printer available under the "
-"IPP protocol and set up printing from this machine with the \"%s\" "
-"connection type in Printerdrake.\n"
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
"\n"
msgstr ""
-"Configure o servidor Windows para colocar a impressora disponível "
-"sob o protocolo IPP e configure a impressão a partir desta máquina "
-"com a ligação do tipo \"%s\" no Printerdrake.\n"
+"Configure o servidor Windows para colocar a impressora disponível sob o "
+"protocolo IPP e configure a impressão a partir desta máquina com a ligação "
+"do tipo \"%s\" no Printerdrake.\n"
#: printer/printerdrake.pm:1904
#, c-format
msgid ""
-"Connect your printer to a Linux server and let your Windows machine"
-"(s) connect to it as a client.\n"
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
"\n"
-"Do you really want to continue setting up this printer as you are "
-"doing now?"
+"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-"Ligue a sua impressora a um servidor Linux e deixe as suas maquinas "
-"Windows ligarem-se a este como clientes.\n"
+"Ligue a sua impressora a um servidor Linux e deixe as suas maquinas Windows "
+"ligarem-se a este como clientes.\n"
"\n"
-"Deseja mesmo continuar a configurar esta impressora como está a "
-"fazer agora?"
+"Deseja mesmo continuar a configurar esta impressora como está a fazer agora?"
#: printer/printerdrake.pm:1983
#, c-format
@@ -14592,16 +13678,15 @@ msgstr "Opções de Impressão NetWare"
#: printer/printerdrake.pm:1984
#, c-format
msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print "
-"server name (Note! it may be different from its TCP/IP hostname!) as "
-"well as the print queue name for the printer you wish to access and "
-"any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
-"Para imprimir numa impressora NetWare, precisa indicar o nome do "
-"servidor de impressão NetWare (Nota: ele pode ser diferente do "
-"servidor TCP/IP!) como também o nome da fila de impressão para a "
-"impressora que deseja aceder e qualquer nome de utilizador e senha "
-"aplicável."
+"Para imprimir numa impressora NetWare, precisa indicar o nome do servidor de "
+"impressão NetWare (Nota: ele pode ser diferente do servidor TCP/IP!) como "
+"também o nome da fila de impressão para a impressora que deseja aceder e "
+"qualquer nome de utilizador e senha aplicável."
#: printer/printerdrake.pm:1985
#, c-format
@@ -14641,27 +13726,25 @@ msgstr "Opções do TCP/Socket da Impressora"
#: printer/printerdrake.pm:2124
#, c-format
msgid ""
-"Choose one of the auto-detected printers from the list or enter the "
-"hostname or IP and the optional port number (default is 9100) in the "
-"input fields."
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) in the input fields."
msgstr ""
-"Escolha uma das impressoras auto-detectadas na lista ou escreva o "
-"nome de máquina ou o IP e o número da porta opcional (9100 é a "
-"predefinida) nos campos de entrada."
+"Escolha uma das impressoras auto-detectadas na lista ou escreva o nome de "
+"máquina ou o IP e o número da porta opcional (9100 é a predefinida) nos "
+"campos de entrada."
#: printer/printerdrake.pm:2125
#, c-format
msgid ""
-"To print to a TCP or socket printer, you need to provide the host "
-"name or IP of the printer and optionally the port number (default is "
-"9100). On HP JetDirect servers the port number is usually 9100, on "
-"other servers it can vary. See the manual of your hardware."
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). On HP "
+"JetDirect servers the port number is usually 9100, on other servers it can "
+"vary. See the manual of your hardware."
msgstr ""
-"Para imprimir numa impressora TCP ou 'socket', precisa indicar o "
-"nome do servidor ou o IP da impressora e o número da porta "
-"(opcional). Nos servidores HP JetDirect a porta é normalemente 9100, "
-"nos outros servidores pode ser diferente. Leia o manual do seu "
-"hardware."
+"Para imprimir numa impressora TCP ou 'socket', precisa indicar o nome do "
+"servidor ou o IP da impressora e o número da porta (opcional). Nos "
+"servidores HP JetDirect a porta é normalemente 9100, nos outros servidores "
+"pode ser diferente. Leia o manual do seu hardware."
#: printer/printerdrake.pm:2129
#, c-format
@@ -14686,13 +13769,13 @@ msgstr "Dispositivo de Impressão URI"
#: printer/printerdrake.pm:2225
#, c-format
msgid ""
-"You can specify directly the URI to access the printer. The URI must "
-"fulfill either the CUPS or the Foomatic specifications. Note that "
-"not all URI types are supported by all the spoolers."
+"You can specify directly the URI to access the printer. The URI must fulfill "
+"either the CUPS or the Foomatic specifications. Note that not all URI types "
+"are supported by all the spoolers."
msgstr ""
-"Pode indicar directamente a URI para aceder à impressora. A URI deve "
-"ser conforme às especificações CUPS ou Foomatic. Note que todos os "
-"tipos de URI são suportados por todos as filas de impressão."
+"Pode indicar directamente a URI para aceder à impressora. A URI deve ser "
+"conforme às especificações CUPS ou Foomatic. Note que todos os tipos de URI "
+"são suportados por todos as filas de impressão."
#: printer/printerdrake.pm:2249
#, c-format
@@ -14707,8 +13790,8 @@ msgstr "Envia o trabalho para o comando"
#: printer/printerdrake.pm:2355
#, c-format
msgid ""
-"Here you can specify any arbitrary command line into which the job "
-"should be piped instead of being sent directly to a printer."
+"Here you can specify any arbitrary command line into which the job should be "
+"piped instead of being sent directly to a printer."
msgstr ""
"Aqui pode especificar qualquer linha de comando arbitrária na qual o "
"trabalho deve ser canalizado em vez de enviar directamente para uma "
@@ -14748,8 +13831,7 @@ msgstr "através da rede"
#, c-format
msgid "This type of connection is currently not fully supported by HPLIP."
msgstr ""
-"Este tipo de conexão actualmente não é totalmente suportado pelo "
-"HPLIP."
+"Este tipo de conexão actualmente não é totalmente suportado pelo HPLIP."
#: printer/printerdrake.pm:2409
#, c-format
@@ -14759,11 +13841,10 @@ msgstr "Pode ter um suporte completo para o seu dispositivo se o ligar "
#: printer/printerdrake.pm:2415
#, c-format
msgid ""
-"You can now set up your device with HPLIP anyway (works in many "
-"cases), "
+"You can now set up your device with HPLIP anyway (works in many cases), "
msgstr ""
-"Pode agora configurar o seu dispositivo com o HPLIP (funciona na "
-"maioria dos casos), "
+"Pode agora configurar o seu dispositivo com o HPLIP (funciona na maioria dos "
+"casos), "
#: printer/printerdrake.pm:2416
#, c-format
@@ -14779,17 +13860,16 @@ msgstr "ou"
#, c-format
msgid "cancel the setup (for example to reconnect your device)."
msgstr ""
-"cancelar a configuração (p. ex. para voltar a ligar o seu "
-"dispositivo)."
+"cancelar a configuração (p. ex. para voltar a ligar o seu dispositivo)."
#: printer/printerdrake.pm:2419
#, c-format
msgid ""
-"You can always revise your choice by clicking your printer's entry "
-"in the main window, "
+"You can always revise your choice by clicking your printer's entry in the "
+"main window, "
msgstr ""
-"Pode sempre mudar a sua escolha carregando na linha da impressora na "
-"janela principal, "
+"Pode sempre mudar a sua escolha carregando na linha da impressora na janela "
+"principal, "
#: printer/printerdrake.pm:2420
#, c-format
@@ -14809,8 +13889,8 @@ msgstr "Editar"
msgid "and choosing \"%s\"."
msgstr "e escolhendo \"%s\"."
-#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5311
-#: printer/printerdrake.pm:5371
+#: printer/printerdrake.pm:2421 printer/printerdrake.pm:5334
+#: printer/printerdrake.pm:5394
#, c-format
msgid "Printer connection type"
msgstr "Tipo de conexão da impressora"
@@ -14820,133 +13900,141 @@ msgstr "Tipo de conexão da impressora"
msgid "What do you want to do?"
msgstr "O que deseja fazer?"
-#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2424 printer/printerdrake.pm:2428
#, c-format
msgid "Set up with HPLIP"
msgstr "Configurar com HPLIP"
-#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2425 printer/printerdrake.pm:2427
+#: printer/printerdrake.pm:2430
#, c-format
msgid "Set up without HPLIP"
msgstr "Configurar sem HPLIP"
-#: printer/printerdrake.pm:2426
-#, c-format
-msgid "Cancel setup"
-msgstr "Cancelar a configuração"
-
-#: printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2461
#, c-format
msgid ""
-"On many HP printers there are special functions available, "
-"maintenance (ink level checking, nozzle cleaning. head "
-"alignment, ...) on all not too old inkjets, scanning on multi-"
-"function devices, and memory card access on printers with card "
-"readers. "
+"On many HP printers there are special functions available, maintenance (ink "
+"level checking, nozzle cleaning. head alignment, ...) on all not too old "
+"inkjets, scanning on multi-function devices, and memory card access on "
+"printers with card readers. "
msgstr ""
"Em muitas impressoras HP há algumas funções especiais disponíveis, a "
-"manutenção (nível de tinta, limpeza, alinhamento da cabeça, ...) em "
-"todos os inkjets não muito antigos, pesquisa em dispositivos multi-"
-"funções, e cartões de memória em impressoras com leitores de cartões."
+"manutenção (nível de tinta, limpeza, alinhamento da cabeça, ...) em todos os "
+"inkjets não muito antigos, pesquisa em dispositivos multi-funções, e cartões "
+"de memória em impressoras com leitores de cartões."
-#: printer/printerdrake.pm:2462
+#: printer/printerdrake.pm:2463
#, c-format
msgid ""
-"To access these extra functions on HP printers they must be set up "
-"with HPLIP (HP Linux Imaging and Printing). "
+"To access these extra functions on HP printers they must be set up with "
+"HPLIP (HP Linux Imaging and Printing). "
msgstr ""
-"Para aceder a estas funções extra na sua impressora HP, deve ser "
-"configurada com HPLIP (HP Linux Imaging and Printing)."
+"Para aceder a estas funções extra na sua impressora HP, deve ser configurada "
+"com HPLIP (HP Linux Imaging and Printing)."
-#: printer/printerdrake.pm:2464
+#: printer/printerdrake.pm:2465
#, c-format
msgid "Do you want to use HPLIP (choose \"No\" for non-HP printers)? "
msgstr "Deseja utilizar HPLIP (escolha \"Nenhum\" para impressoras não-HP)? "
-#: printer/printerdrake.pm:2490
+#: printer/printerdrake.pm:2491
#, c-format
msgid "Installing %s package..."
msgstr "A instalar o pacote %s..."
-#: printer/printerdrake.pm:2490 printer/printerdrake.pm:2496
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2491 printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2525
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2497
+#: printer/printerdrake.pm:2498
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Impressão apenas será possível em %s."
-#: printer/printerdrake.pm:2512
+#: printer/printerdrake.pm:2513
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
-"Não foi possível remover o seu antigo ficheiro de configuração HPOJ %"
-"s para a sua %s! "
+"Não foi possível remover o seu antigo ficheiro de configuração HPOJ %s para "
+"a sua %s! "
-#: printer/printerdrake.pm:2514
+#: printer/printerdrake.pm:2515
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Por favor remova o ficheiro manualmente e reinicie o HPOJ."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2525
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Verificar o dispositivo e configurar %s..."
-#: printer/printerdrake.pm:2544
+#: printer/printerdrake.pm:2557
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Que impressora deseja configurar com o HPLIP?"
-#: printer/printerdrake.pm:2599
+#: printer/printerdrake.pm:2576
+#, c-format
+msgid "HPLIP was not able to communicate with the chosen printer!"
+msgstr ""
+
+#: printer/printerdrake.pm:2577 printer/printerdrake.pm:2584
+#, fuzzy, c-format
+msgid "Setting up the printer without HPLIP..."
+msgstr "Configurar sem HPLIP"
+
+#: printer/printerdrake.pm:2583
+#, c-format
+msgid ""
+"HPLIP did not find any local printers (Parallel, USB) which it supports!"
+msgstr ""
+
+#: printer/printerdrake.pm:2622
#, c-format
msgid "Installing SANE packages..."
msgstr "A instalar os pacotes SANE..."
-#: printer/printerdrake.pm:2612
+#: printer/printerdrake.pm:2635
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Não será possivel digitalizar em %s."
-#: printer/printerdrake.pm:2627
+#: printer/printerdrake.pm:2650
#, c-format
msgid "Using and Maintaining your %s"
msgstr "A Usar e a Gerir a sua %s"
-#: printer/printerdrake.pm:2641
+#: printer/printerdrake.pm:2664
#, c-format
msgid "Configuring device..."
msgstr "Dispositivo de configuração..."
-#: printer/printerdrake.pm:2678
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "A tornar disponivel a porta de impressão para CUPS..."
-#: printer/printerdrake.pm:2688 printer/printerdrake.pm:2962
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:2711 printer/printerdrake.pm:2985
+#: printer/printerdrake.pm:3138
#, c-format
msgid "Reading printer database..."
msgstr "A ler base de dados das impressoras..."
-#: printer/printerdrake.pm:2920
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Escreva o Nome da Impressora e os Comentarios"
-#: printer/printerdrake.pm:2924 printer/printerdrake.pm:4183
+#: printer/printerdrake.pm:2947 printer/printerdrake.pm:4206
#, c-format
-msgid ""
-"Name of printer should contain only letters, numbers and the "
-"underscore"
+msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-"O nome da impressora deve apenas conter letras, números e traços "
-"baixos"
+"O nome da impressora deve apenas conter letras, números e traços baixos"
-#: printer/printerdrake.pm:2930 printer/printerdrake.pm:4188
+#: printer/printerdrake.pm:2953 printer/printerdrake.pm:4211
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -14955,382 +14043,367 @@ msgstr ""
"A impressora \"%s\" já existe,\n"
"deseja realmente sobrepor a sua configuração?"
-#: printer/printerdrake.pm:2937
+#: printer/printerdrake.pm:2960
#, c-format
msgid ""
-"The printer name \"%s\" has more than 12 characters which can make "
-"the printer unaccessible from Windows clients. Do you really want to "
-"use this name?"
+"The printer name \"%s\" has more than 12 characters which can make the "
+"printer unaccessible from Windows clients. Do you really want to use this "
+"name?"
msgstr ""
-"A impressora chamada \"%s! tem mais de 12 caracteres o que pode pôr "
-"a impressora inacessível para clientes Windows. Quer realmente usar "
-"este nome?"
+"A impressora chamada \"%s! tem mais de 12 caracteres o que pode pôr a "
+"impressora inacessível para clientes Windows. Quer realmente usar este nome?"
-#: printer/printerdrake.pm:2946
+#: printer/printerdrake.pm:2969
#, c-format
msgid ""
-"Every printer needs a name (for example \"printer\"). The "
-"Description and Location fields do not need to be filled in. They "
-"are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-"Toda a impressora precisa de um nome (por exemplo \"impressora\"). "
-"Os campos de Descrição e Localização não são obrigatórios. São só "
-"comentarios para os utilizadores."
+"Toda a impressora precisa de um nome (por exemplo \"impressora\"). Os campos "
+"de Descrição e Localização não são obrigatórios. São só comentarios para os "
+"utilizadores."
-#: printer/printerdrake.pm:2947
+#: printer/printerdrake.pm:2970
#, c-format
msgid "Name of printer"
msgstr "Nome da impressora"
-#: printer/printerdrake.pm:2948 standalone/drakconnect:592
+#: printer/printerdrake.pm:2971 standalone/drakconnect:592
#: standalone/harddrake2:39 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Description"
msgstr "Descrição"
-#: printer/printerdrake.pm:2949 standalone/printerdrake:224
+#: printer/printerdrake.pm:2972 standalone/printerdrake:224
#: standalone/printerdrake:231
#, c-format
msgid "Location"
msgstr "Localização"
-#: printer/printerdrake.pm:2967
+#: printer/printerdrake.pm:2990
#, c-format
msgid "Preparing printer database..."
msgstr "A preparar a base de dados das impressoras..."
-#: printer/printerdrake.pm:3093
+#: printer/printerdrake.pm:3116
#, c-format
msgid "Your printer model"
msgstr "O seu modelo de impressora"
-#: printer/printerdrake.pm:3094
+#: printer/printerdrake.pm:3117
#, c-format
msgid ""
-"Printerdrake has compared the model name resulting from the printer "
-"auto-detection with the models listed in its printer database to "
-"find the best match. This choice can be wrong, especially when your "
-"printer is not listed at all in the database. So check whether the "
-"choice is correct and click \"The model is correct\" if so and if "
-"not, click \"Select model manually\" so that you can choose your "
-"printer model manually on the next screen.\n"
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
"\n"
"For your printer Printerdrake has found:\n"
"\n"
"%s"
msgstr ""
-"O Printerdrake comparou o nome do modelo auto-detectado com os "
-"modelos na sua base de dados para encontrar a melhor escolha. O "
-"resultado pode ser errado, sobretudo se a sua impressora não existe "
-"na base de dados. Portanto verifique se a escolha foi correcta e "
-"clique em\"O modelo está correcto\" se sim, se não, clique em "
-"\"Escolher o modelo manualmente\" para que possa escolher o modelo "
-"desejado manualmente no próximo ecrã.\n"
+"O Printerdrake comparou o nome do modelo auto-detectado com os modelos na "
+"sua base de dados para encontrar a melhor escolha. O resultado pode ser "
+"errado, sobretudo se a sua impressora não existe na base de dados. Portanto "
+"verifique se a escolha foi correcta e clique em\"O modelo está correcto\" se "
+"sim, se não, clique em \"Escolher o modelo manualmente\" para que possa "
+"escolher o modelo desejado manualmente no próximo ecrã.\n"
"\n"
"Para a sua impressora o Printerdrake encontrou:\n"
"\n"
"%s"
-#: printer/printerdrake.pm:3099 printer/printerdrake.pm:3102
+#: printer/printerdrake.pm:3122 printer/printerdrake.pm:3125
#, c-format
msgid "The model is correct"
msgstr "O modelo está correcto"
-#: printer/printerdrake.pm:3100 printer/printerdrake.pm:3101
-#: printer/printerdrake.pm:3104
+#: printer/printerdrake.pm:3123 printer/printerdrake.pm:3124
+#: printer/printerdrake.pm:3127
#, c-format
msgid "Select model manually"
msgstr "Escolha o modelo manualmente"
-#: printer/printerdrake.pm:3128
+#: printer/printerdrake.pm:3151
#, c-format
msgid ""
"\n"
"\n"
-"Please check whether Printerdrake did the auto-detection of your "
-"printer model correctly. Find the correct model in the list when a "
-"wrong model or \"Raw printer\" is highlighted."
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Find the correct model in the list when a wrong model or "
+"\"Raw printer\" is highlighted."
msgstr ""
"\n"
"\n"
-"Por favor verifique se o Printerdrake fez a auto detecção do modelo "
-"da sua impressora correctamente. Procure o modelo correcto na lista "
-"quando um modelo errado ou a \"Impressão directa\" é indicado."
+"Por favor verifique se o Printerdrake fez a auto detecção do modelo da sua "
+"impressora correctamente. Procure o modelo correcto na lista quando um "
+"modelo errado ou a \"Impressão directa\" é indicado."
-#: printer/printerdrake.pm:3147
+#: printer/printerdrake.pm:3170
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Instalar um ficheiro PPD fornecido pelo fabricante"
-#: printer/printerdrake.pm:3179
+#: printer/printerdrake.pm:3202
#, c-format
msgid ""
-"Every PostScript printer is delivered with a PPD file which "
-"describes the printer's options and features."
+"Every PostScript printer is delivered with a PPD file which describes the "
+"printer's options and features."
msgstr ""
-"Todas as impressoras PostScript são entregues com um ficheiro PPD "
-"que descreve as características e as opções da impressora."
+"Todas as impressoras PostScript são entregues com um ficheiro PPD que "
+"descreve as características e as opções da impressora."
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3203
#, c-format
msgid ""
-"This file is usually somewhere on the CD with the Windows and Mac "
-"drivers delivered with the printer."
+"This file is usually somewhere on the CD with the Windows and Mac drivers "
+"delivered with the printer."
msgstr ""
-"Este ficheiro usualmente encontra-se no CD que contém os "
-"controladores para Windows e Mac que acompanha a impressora."
+"Este ficheiro usualmente encontra-se no CD que contém os controladores para "
+"Windows e Mac que acompanha a impressora."
-#: printer/printerdrake.pm:3181
+#: printer/printerdrake.pm:3204
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Pode encontrar os ficheiros PPD nos sítios web dos fabricantes."
-#: printer/printerdrake.pm:3182
+#: printer/printerdrake.pm:3205
#, c-format
msgid ""
-"If you have Windows installed on your machine, you can find the PPD "
-"file on your Windows partition, too."
+"If you have Windows installed on your machine, you can find the PPD file on "
+"your Windows partition, too."
msgstr ""
-"Se tem o Windows instalado na sua máquina, pode igualmente encontrar "
-"o ficheiro PPD na sua partição Windows."
+"Se tem o Windows instalado na sua máquina, pode igualmente encontrar o "
+"ficheiro PPD na sua partição Windows."
-#: printer/printerdrake.pm:3183
+#: printer/printerdrake.pm:3206
#, c-format
msgid ""
-"Installing the printer's PPD file and using it when setting up the "
-"printer makes all options of the printer available which are "
-"provided by the printer's hardware"
+"Installing the printer's PPD file and using it when setting up the printer "
+"makes all options of the printer available which are provided by the "
+"printer's hardware"
msgstr ""
-"Ao instalar o ficheiro PPD da impressora e usando-o quando "
-"configurar a impressora torna todas as opções da impressora "
-"disponiveis que são providenciads pelo hardware da impressora"
+"Ao instalar o ficheiro PPD da impressora e usando-o quando configurar a "
+"impressora torna todas as opções da impressora disponiveis que são "
+"providenciads pelo hardware da impressora"
-#: printer/printerdrake.pm:3184
+#: printer/printerdrake.pm:3207
#, c-format
msgid ""
-"Here you can choose the PPD file to be installed on your machine, it "
-"will then be used for the setup of your printer."
+"Here you can choose the PPD file to be installed on your machine, it will "
+"then be used for the setup of your printer."
msgstr ""
-"Aqui pode escolher o ficheiro PPD a ser instalado na sua máquina, "
-"será então usado para configurar a sua impressora."
+"Aqui pode escolher o ficheiro PPD a ser instalado na sua máquina, será então "
+"usado para configurar a sua impressora."
-#: printer/printerdrake.pm:3186
+#: printer/printerdrake.pm:3209
#, c-format
msgid "Install PPD file from"
msgstr "Instalar ficheiro PPD a partir de"
-#: printer/printerdrake.pm:3189 printer/printerdrake.pm:3197
+#: printer/printerdrake.pm:3212 printer/printerdrake.pm:3220
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Disquete"
-#: printer/printerdrake.pm:3190 printer/printerdrake.pm:3199
+#: printer/printerdrake.pm:3213 printer/printerdrake.pm:3222
#: standalone/scannerdrake:184 standalone/scannerdrake:194
#: standalone/scannerdrake:243 standalone/scannerdrake:252
#, c-format
msgid "Other place"
msgstr "Outro local"
-#: printer/printerdrake.pm:3205
+#: printer/printerdrake.pm:3228
#, c-format
msgid "Select PPD file"
msgstr "Seleccione ficheiro PPD"
-#: printer/printerdrake.pm:3209
+#: printer/printerdrake.pm:3232
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr "O ficheiro PPD %s não existe ou está ilegível!"
-#: printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3238
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "O ficheiro PPD %s não está de acordo com as especificações PPD!"
-#: printer/printerdrake.pm:3226
+#: printer/printerdrake.pm:3249
#, c-format
msgid "Installing PPD file..."
msgstr "A instalar o ficheiro PPD..."
-#: printer/printerdrake.pm:3345
+#: printer/printerdrake.pm:3368
#, c-format
msgid "OKI winprinter configuration"
msgstr "Configuração da OKI winprinter"
-#: printer/printerdrake.pm:3346
+#: printer/printerdrake.pm:3369
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work "
-"only when connected to the first parallel port. When your printer is "
-"connected to another port or to a print server box please connect "
-"the printer to the first parallel port before you print a test page. "
-"Otherwise the printer will not work. Your connection type setting "
-"will be ignored by the driver."
-msgstr ""
-"Está a configurar uma impressora OKI laser winimpressora. Estas "
-"impressoras\n"
-"usam um protocolo de impressão muito especial e só podem funcionar "
-"ligadas à primeira porta paralela. Quando a sua impressora está "
-"ligada a outra porta ou a um servidor de impressão, por favor "
-"conecte a impressora à primeira porta paralela antes do imprimir uma "
-"página teste.Senão a impressora não irá funcionar. A sua definição "
-"do tipo de conexão será ignorado pelo controlador."
-
-#: printer/printerdrake.pm:3371 printer/printerdrake.pm:3401
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
+msgstr ""
+"Está a configurar uma impressora OKI laser winimpressora. Estas impressoras\n"
+"usam um protocolo de impressão muito especial e só podem funcionar ligadas à "
+"primeira porta paralela. Quando a sua impressora está ligada a outra porta "
+"ou a um servidor de impressão, por favor conecte a impressora à primeira "
+"porta paralela antes do imprimir uma página teste.Senão a impressora não irá "
+"funcionar. A sua definição do tipo de conexão será ignorado pelo controlador."
+
+#: printer/printerdrake.pm:3394 printer/printerdrake.pm:3424
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Configuração das Lexmark a jacto de tinta"
-#: printer/printerdrake.pm:3372
+#: printer/printerdrake.pm:3395
#, c-format
msgid ""
-"The inkjet printer drivers provided by Lexmark only support local "
-"printers, no printers on remote machines or print server boxes. "
-"Please connect your printer to a local port or configure it on the "
-"machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-"Os controladores das impressoras a jacto de tinta fornecidos pela "
-"Lexmark apenas suportam impressoras locais, não impressoras em "
-"máquinas remotas ou num servidor de impressão. Por favor ligue a sua "
-"impressora localmente ou configure-a na máquina à qual se encontra "
-"ligada."
+"Os controladores das impressoras a jacto de tinta fornecidos pela Lexmark "
+"apenas suportam impressoras locais, não impressoras em máquinas remotas ou "
+"num servidor de impressão. Por favor ligue a sua impressora localmente ou "
+"configure-a na máquina à qual se encontra ligada."
-#: printer/printerdrake.pm:3402
+#: printer/printerdrake.pm:3425
#, c-format
msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, "
-"you need the inkjet printer drivers provided by Lexmark (http://www."
-"lexmark.com/). Click on the \"Drivers\" link. Then choose your model "
-"and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical "
-"installation. You do not need to do this configuration by the "
-"graphical frontends. Cancel directly after the license agreement. "
-"Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
"adjust the head alignment settings with this program."
msgstr ""
-"Para poder imprimir com a sua Lexmark a jacto de tinta e esta "
-"configuração, precisa dos controladores fornecidos pela Lexmark "
-"(http://www.lexmark.com/). Clique na hiper-ligação \"Controladores"
-"\". A seguir escolha o seu modelo e depois \"Linux\" como sistema "
-"operativo. Os controladores vêm como pacotes RPM ou scripts Shell "
-"com instalação gráfica interactiva. Não precisa fazer esta "
-"configuração pelos interfaces gráficos. Após o acordo de licença, "
-"cancele directamente. A seguir imprima os alinhamentos dos "
-"cabeçalhos das páginas de controlo com o \"lexmarkmaintain\" e "
-"configure as definições de alinhamento do cabeçalho da página com "
-"este programa."
+"Para poder imprimir com a sua Lexmark a jacto de tinta e esta configuração, "
+"precisa dos controladores fornecidos pela Lexmark (http://www.lexmark.com/). "
+"Clique na hiper-ligação \"Controladores\". A seguir escolha o seu modelo e "
+"depois \"Linux\" como sistema operativo. Os controladores vêm como pacotes "
+"RPM ou scripts Shell com instalação gráfica interactiva. Não precisa fazer "
+"esta configuração pelos interfaces gráficos. Após o acordo de licença, "
+"cancele directamente. A seguir imprima os alinhamentos dos cabeçalhos das "
+"páginas de controlo com o \"lexmarkmaintain\" e configure as definições de "
+"alinhamento do cabeçalho da página com este programa."
-#: printer/printerdrake.pm:3412
+#: printer/printerdrake.pm:3435
#, c-format
msgid "Lexmark X125 configuration"
msgstr "Configuração da Lexmark X125"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3436
#, c-format
msgid ""
-"The driver for this printer only supports printers locally connected "
-"via USB, no printers on remote machines or print server boxes. "
-"Please connect your printer to a local USB port or configure it on "
-"the machine where it is connected to."
+"The driver for this printer only supports printers locally connected via "
+"USB, no printers on remote machines or print server boxes. Please connect "
+"your printer to a local USB port or configure it on the machine where it is "
+"connected to."
msgstr ""
-"O controlador desta impressora apenas suporta impressoras locais "
-"conectadas via USB, não suporta impressoras em máquina remotas nem "
-"servidores de impressão. Por favor ligue a sua impressora a uma "
-"porta USB local ou configure-a na máquina à qual está ligada."
+"O controlador desta impressora apenas suporta impressoras locais conectadas "
+"via USB, não suporta impressoras em máquina remotas nem servidores de "
+"impressão. Por favor ligue a sua impressora a uma porta USB local ou "
+"configure-a na máquina à qual está ligada."
-#: printer/printerdrake.pm:3435
+#: printer/printerdrake.pm:3458
#, c-format
msgid "Samsung ML/QL-85G configuration"
msgstr "Configuração do Samsung ML/QL-85G"
-#: printer/printerdrake.pm:3436 printer/printerdrake.pm:3463
+#: printer/printerdrake.pm:3459 printer/printerdrake.pm:3486
#, c-format
msgid ""
-"The driver for this printer only supports printers locally connected "
-"on the first parallel port, no printers on remote machines or print "
-"server boxes or on other parallel ports. Please connect your printer "
-"to the first parallel port or configure it on the machine where it "
-"is connected to."
+"The driver for this printer only supports printers locally connected on the "
+"first parallel port, no printers on remote machines or print server boxes or "
+"on other parallel ports. Please connect your printer to the first parallel "
+"port or configure it on the machine where it is connected to."
msgstr ""
-"O controlador para esta impressora apenas suporta impressoras "
-"conectadas localmente na primeira porta paralela, nenhumas "
-"impressores em máquinas remotas ou caixas de servidores de impressão "
-"ou em qualquer outra porta paralela. Por favor conecte a sua "
-"impressora na primeira porta paralela ou configure-a na máquina onde "
-"está ligada."
+"O controlador para esta impressora apenas suporta impressoras conectadas "
+"localmente na primeira porta paralela, nenhumas impressores em máquinas "
+"remotas ou caixas de servidores de impressão ou em qualquer outra porta "
+"paralela. Por favor conecte a sua impressora na primeira porta paralela ou "
+"configure-a na máquina onde está ligada."
-#: printer/printerdrake.pm:3462
+#: printer/printerdrake.pm:3485
#, c-format
msgid "Canon LBP-460/660 configuration"
msgstr "Configuração da Canon LBP-460/660"
-#: printer/printerdrake.pm:3489
+#: printer/printerdrake.pm:3512
#, c-format
msgid "Canon LBP-810/1120 (CAPT) configuration"
msgstr "Configuração da Canon LBP-810/1120 (CAPT)"
-#: printer/printerdrake.pm:3490
+#: printer/printerdrake.pm:3513
#, c-format
msgid ""
-"The driver for this printer only supports printers locally connected "
-"via USB, no printers on remote machines or print server boxes or on "
-"the parallel port. Please connect your printer to the USB or "
-"configure it on the machine where it is directly connected to."
+"The driver for this printer only supports printers locally connected via "
+"USB, no printers on remote machines or print server boxes or on the parallel "
+"port. Please connect your printer to the USB or configure it on the machine "
+"where it is directly connected to."
msgstr ""
-"O controlador desta impressora apenas suporta impressoras locais "
-"ligadas via USB, sem impressoras em máquinas remotas ou sem "
-"servidores de impressão ou na porta paralela. Por favor ligue a sua "
-"impressora a uma porta USB ou configure-a na máquina onde está "
-"directamente ligada."
+"O controlador desta impressora apenas suporta impressoras locais ligadas via "
+"USB, sem impressoras em máquinas remotas ou sem servidores de impressão ou "
+"na porta paralela. Por favor ligue a sua impressora a uma porta USB ou "
+"configure-a na máquina onde está directamente ligada."
-#: printer/printerdrake.pm:3497
+#: printer/printerdrake.pm:3520
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Transferência do firmware para HP LaserJet 1000"
-#: printer/printerdrake.pm:3647
+#: printer/printerdrake.pm:3670
#, c-format
msgid ""
"Printer default settings\n"
"\n"
-"You should make sure that the page size and the ink type/printing "
-"mode (if available) and also the hardware configuration of laser "
-"printers (memory, duplex unit, extra trays) are set correctly. Note "
-"that with a very high printout quality/resolution printing can get "
-"substantially slower."
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
"Configuração predefinida da Impressora\n"
"\n"
-"Deve assegurar-se que o tamanho do papel e o tipo de tinta/impressão "
-"(se disponíveis) e também a configuração do hardware das impressoras "
-"laser (memória, opções) estão configurados correctamente. Note que "
-"com uma impressão muito alta de qualidade/resolução, imprimir pode "
-"tornar-se bastante lento."
+"Deve assegurar-se que o tamanho do papel e o tipo de tinta/impressão (se "
+"disponíveis) e também a configuração do hardware das impressoras laser "
+"(memória, opções) estão configurados correctamente. Note que com uma "
+"impressão muito alta de qualidade/resolução, imprimir pode tornar-se "
+"bastante lento."
-#: printer/printerdrake.pm:3772
+#: printer/printerdrake.pm:3795
#, c-format
msgid "Printer default settings"
msgstr "Parâmetros predefinidos da impressora"
-#: printer/printerdrake.pm:3779
+#: printer/printerdrake.pm:3802
#, c-format
msgid "Option %s must be an integer number!"
msgstr "A opção %s deve ser um numero inteiro!"
-#: printer/printerdrake.pm:3783
+#: printer/printerdrake.pm:3806
#, c-format
msgid "Option %s must be a number!"
msgstr "A opção %s deve ser um número!"
-#: printer/printerdrake.pm:3787
+#: printer/printerdrake.pm:3810
#, c-format
msgid "Option %s out of range!"
msgstr "A opção %s está fora de alcance!"
-#: printer/printerdrake.pm:3839
+#: printer/printerdrake.pm:3862
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -15339,66 +14412,65 @@ msgstr ""
"Deseja definir esta impressora (\"%s\")\n"
"como impressora padrão?"
-#: printer/printerdrake.pm:3855
+#: printer/printerdrake.pm:3878
#, c-format
msgid "Test pages"
msgstr "Páginas de teste"
-#: printer/printerdrake.pm:3856
+#: printer/printerdrake.pm:3879
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed "
-"and on laser printers with too low memory it can even not come out. "
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
"Por favor escolha as paginas de teste que deseja imprimir.\n"
"Nota : a pagina de fotos pode tomar bastante tempo a imprimir e as "
-"impressoras laser com pouca memória podem até nem conseguir "
-"imprimir. Na maioria dos casos é suficiente imprimir a página de "
-"teste padrão."
+"impressoras laser com pouca memória podem até nem conseguir imprimir. Na "
+"maioria dos casos é suficiente imprimir a página de teste padrão."
-#: printer/printerdrake.pm:3860
+#: printer/printerdrake.pm:3883
#, c-format
msgid "No test pages"
msgstr "Sem páginas teste"
-#: printer/printerdrake.pm:3861
+#: printer/printerdrake.pm:3884
#, c-format
msgid "Print"
msgstr "Imprimir"
-#: printer/printerdrake.pm:3886
+#: printer/printerdrake.pm:3909
#, c-format
msgid "Standard test page"
msgstr "Página de teste padrão"
-#: printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3912
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Página de teste alternativa (Letter)"
-#: printer/printerdrake.pm:3892
+#: printer/printerdrake.pm:3915
#, c-format
msgid "Alternative test page (A4)"
msgstr "Página de teste alternativa (A4)"
-#: printer/printerdrake.pm:3894
+#: printer/printerdrake.pm:3917
#, c-format
msgid "Photo test page"
msgstr "Página de teste com fotos"
-#: printer/printerdrake.pm:3907
+#: printer/printerdrake.pm:3930
#, c-format
msgid "Printing test page(s)..."
msgstr "A imprimir página(s) teste..."
-#: printer/printerdrake.pm:3927
+#: printer/printerdrake.pm:3950
#, c-format
msgid "Skipping photo test page."
msgstr "Saltar a página de teste com fotos"
-#: printer/printerdrake.pm:3944
+#: printer/printerdrake.pm:3967
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -15413,7 +14485,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3948
+#: printer/printerdrake.pm:3971
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -15422,348 +14494,333 @@ msgstr ""
"A(s) página(s) foram enviada(s) para a impressora.\n"
"Pode demorar algum tempo antes da impressão começar.\n"
-#: printer/printerdrake.pm:3958
+#: printer/printerdrake.pm:3981
#, c-format
msgid "Did it work properly?"
msgstr "Funcionou correctamente?"
-#: printer/printerdrake.pm:3982
+#: printer/printerdrake.pm:4005
#, c-format
msgid "Raw printer"
msgstr "Impressora directa"
-#: printer/printerdrake.pm:4004
+#: printer/printerdrake.pm:4027
#, c-format
msgid ""
-"To print a file from the command line (terminal window) you can "
-"either use the command \"%s <file>\" or a graphical printing tool: "
-"\"xpp <file>\" or \"kprinter <file>\". The graphical tools allow you "
-"to choose the printer and to modify the option settings easily.\n"
+"To print a file from the command line (terminal window) you can either use "
+"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
+"to modify the option settings easily.\n"
msgstr ""
-"Para imprimir um ficheiro a partir da linha de comando (janela de "
-"sessão) pode usar o comando \"%s <ficheiro> ou uma ferramenta de "
-"impressão gráfica: \"xpp <ficheiro>\". A ferramenta gráfica permite-"
-"lhe escolher mais facilmente a impressora a usar e as opções de "
-"configuração.\n"
+"Para imprimir um ficheiro a partir da linha de comando (janela de sessão) "
+"pode usar o comando \"%s <ficheiro> ou uma ferramenta de impressão gráfica: "
+"\"xpp <ficheiro>\". A ferramenta gráfica permite-lhe escolher mais "
+"facilmente a impressora a usar e as opções de configuração.\n"
-#: printer/printerdrake.pm:4006
+#: printer/printerdrake.pm:4029
#, c-format
msgid ""
-"These commands you can also use in the \"Printing command\" field of "
-"the printing dialogs of many applications, but here do not supply "
-"the file name because the file to print is provided by the "
-"application.\n"
+"These commands you can also use in the \"Printing command\" field of the "
+"printing dialogs of many applications, but here do not supply the file name "
+"because the file to print is provided by the application.\n"
msgstr ""
"Estes comandos também pode usar no campo \"Comando de impressão\" "
-"dosdiálogos de impressão de muitas aplicações, mas não ponha aqui o "
-"nome do ficheiro porque o ficheiro a imprimir é providenciado pela "
-"aplicação.\n"
+"dosdiálogos de impressão de muitas aplicações, mas não ponha aqui o nome do "
+"ficheiro porque o ficheiro a imprimir é providenciado pela aplicação.\n"
-#: printer/printerdrake.pm:4009 printer/printerdrake.pm:4026
-#: printer/printerdrake.pm:4036
+#: printer/printerdrake.pm:4032 printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4059
#, c-format
msgid ""
"\n"
"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the "
-"command line, e. g. \"%s <file>\". "
+"particular printing job. Simply add the desired settings to the command "
+"line, e. g. \"%s <file>\". "
msgstr ""
"\n"
-"O comando \"%s\" também permite modificar a opção de para uma tarefa "
-"de impressão particular. Basta adicionar os parâmetros desejados na "
-"linha de comando, ex. \"%s <ficheiro>\". "
+"O comando \"%s\" também permite modificar a opção de para uma tarefa de "
+"impressão particular. Basta adicionar os parâmetros desejados na linha de "
+"comando, ex. \"%s <ficheiro>\". "
-#: printer/printerdrake.pm:4012 printer/printerdrake.pm:4052
+#: printer/printerdrake.pm:4035 printer/printerdrake.pm:4075
#, c-format
msgid ""
-"To know about the options available for the current printer read "
-"either the list shown below or click on the \"Print option list\" "
-"button.%s%s%s\n"
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s%s%s\n"
"\n"
msgstr ""
-"Para saber acerca das opções disponíveis para a impressora actual, "
-"leia a lista abaixo ou clique no botão \"Imprimir a lista das opções"
-"\".%s%s%s\n"
+"Para saber acerca das opções disponíveis para a impressora actual, leia a "
+"lista abaixo ou clique no botão \"Imprimir a lista das opções\".%s%s%s\n"
-#: printer/printerdrake.pm:4016
+#: printer/printerdrake.pm:4039
#, c-format
msgid ""
-"Here is a list of the available printing options for the current "
-"printer:\n"
+"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-"Aqui tem uma lista das opções disponíveis para a impressora "
-"actual :\n"
+"Aqui tem uma lista das opções disponíveis para a impressora actual :\n"
"\n"
-#: printer/printerdrake.pm:4021 printer/printerdrake.pm:4031
+#: printer/printerdrake.pm:4044 printer/printerdrake.pm:4054
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the "
-"command \"%s <file>\".\n"
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\".\n"
msgstr ""
-"Para imprimir um ficheiro a partir da linha de comando (janela de "
-"sessão) use o comando \"%s <ficheiro>\".\n"
+"Para imprimir um ficheiro a partir da linha de comando (janela de sessão) "
+"use o comando \"%s <ficheiro>\".\n"
-#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4033
-#: printer/printerdrake.pm:4043
+#: printer/printerdrake.pm:4046 printer/printerdrake.pm:4056
+#: printer/printerdrake.pm:4066
#, c-format
msgid ""
-"This command you can also use in the \"Printing command\" field of "
-"the printing dialogs of many applications. But here do not supply "
-"the file name because the file to print is provided by the "
-"application.\n"
+"This command you can also use in the \"Printing command\" field of the "
+"printing dialogs of many applications. But here do not supply the file name "
+"because the file to print is provided by the application.\n"
msgstr ""
-"Este comando também pode usar no campo \"Comando de impressão\" dos "
-"dialogos de impressão de muitas aplicações. Mas aqui não forneça o "
-"nome ficheiro porque o ficheiro a imprimir é provienciado pela "
-"aplicação.\n"
+"Este comando também pode usar no campo \"Comando de impressão\" dos dialogos "
+"de impressão de muitas aplicações. Mas aqui não forneça o nome ficheiro "
+"porque o ficheiro a imprimir é provienciado pela aplicação.\n"
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4038
+#: printer/printerdrake.pm:4051 printer/printerdrake.pm:4061
#, c-format
msgid ""
-"To get a list of the options available for the current printer click "
-"on the \"Print option list\" button."
+"To get a list of the options available for the current printer click on the "
+"\"Print option list\" button."
msgstr ""
-"Para obter uma lista das opções disponíveis para a impressora actual "
-"clique no botão \"Imprimir a lista das opções\"."
+"Para obter uma lista das opções disponíveis para a impressora actual clique "
+"no botão \"Imprimir a lista das opções\"."
-#: printer/printerdrake.pm:4041
+#: printer/printerdrake.pm:4064
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the "
-"command \"%s <file>\" or \"%s <file>\".\n"
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\" or \"%s <file>\".\n"
msgstr ""
-"Para imprimir um ficheiro a partir da linha de comando (janela de "
-"terminal) use o comando \"%s <ficheiro>\" ou \"%s <ficheiro>\".\n"
+"Para imprimir um ficheiro a partir da linha de comando (janela de terminal) "
+"use o comando \"%s <ficheiro>\" ou \"%s <ficheiro>\".\n"
-#: printer/printerdrake.pm:4045
+#: printer/printerdrake.pm:4068
#, c-format
msgid ""
-"You can also use the graphical interface \"xpdq\" for setting "
-"options and handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button"
-"\", an icon on the desktop, labeled with \"STOP Printer!\", which "
-"stops all print jobs immediately when you click it. This is for "
-"example useful for paper jams.\n"
+"You can also use the graphical interface \"xpdq\" for setting options and "
+"handling printing jobs.\n"
+"If you are using KDE as desktop environment you have a \"panic button\", an "
+"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
+"jobs immediately when you click it. This is for example useful for paper "
+"jams.\n"
msgstr ""
-"Pode também usar o interface gráfico \"xpdq\" para definir as opções "
-"e gerir as tarefas de impressão.\n"
-"Se estiver a usar o KDE como ambiente de trabalho, tem um \"botão de "
-"pânico\", um ícone no ecrâ, chamado \"PARAR Impressora\", que pára "
-"todas as tarefas de impressão imediatamente quando clica nele. Isto "
-"é por exemplo útil no caso de faltar o papel.\n"
+"Pode também usar o interface gráfico \"xpdq\" para definir as opções e gerir "
+"as tarefas de impressão.\n"
+"Se estiver a usar o KDE como ambiente de trabalho, tem um \"botão de pânico"
+"\", um ícone no ecrâ, chamado \"PARAR Impressora\", que pára todas as "
+"tarefas de impressão imediatamente quando clica nele. Isto é por exemplo "
+"útil no caso de faltar o papel.\n"
-#: printer/printerdrake.pm:4049
+#: printer/printerdrake.pm:4072
#, c-format
msgid ""
"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option "
-"settings for a particular printing job. Simply add the desired "
-"settings to the command line, e. g. \"%s <file>\".\n"
+"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
+"a particular printing job. Simply add the desired settings to the command "
+"line, e. g. \"%s <file>\".\n"
msgstr ""
"\n"
-"Os comandos \"%s\" e \"%s\" também permitem mudar a configuração de "
-"uma tarefa de impressão particular. Basta adicionar os parâmetros "
-"desejados na linha de comando, ex. \"%s <ficheiro>\".\n"
+"Os comandos \"%s\" e \"%s\" também permitem mudar a configuração de uma "
+"tarefa de impressão particular. Basta adicionar os parâmetros desejados na "
+"linha de comando, ex. \"%s <ficheiro>\".\n"
-#: printer/printerdrake.pm:4058
+#: printer/printerdrake.pm:4081
#, c-format
msgid "Using/Maintaining the printer \"%s\""
msgstr "Usar/Gerir a impressora \"%s\""
-#: printer/printerdrake.pm:4059
+#: printer/printerdrake.pm:4082
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "A imprimir na impressora \"%s\""
-#: printer/printerdrake.pm:4065
+#: printer/printerdrake.pm:4088
#, c-format
msgid "Print option list"
msgstr "Lista das opções da impressora"
-#: printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:4092
#, c-format
msgid "Printing option list..."
msgstr "Lista das opções da impressora..."
-#: printer/printerdrake.pm:4087
+#: printer/printerdrake.pm:4110
#, c-format
msgid ""
-"Your %s is set up with HP's HPLIP driver software. This way many "
-"special features of your printer are supported.\n"
+"Your %s is set up with HP's HPLIP driver software. This way many special "
+"features of your printer are supported.\n"
"\n"
msgstr ""
-"A sua %s está configurada com o controlador de software HPLIP da HP. "
-"Assim muitas opções especiais da sua impressora são suportadas.\n"
+"A sua %s está configurada com o controlador de software HPLIP da HP. Assim "
+"muitas opções especiais da sua impressora são suportadas.\n"
"\n"
-#: printer/printerdrake.pm:4090
+#: printer/printerdrake.pm:4113
#, c-format
msgid ""
-"The scanner in your printer can be used with the usual SANE "
-"software, for example Kooka or XSane (Both in the Multimedia/"
-"Graphics menu). "
+"The scanner in your printer can be used with the usual SANE software, for "
+"example Kooka or XSane (Both in the Multimedia/Graphics menu). "
msgstr ""
-"O scanner na sua impressora pode ser usado com o usual software "
-"SANE, por exemplo o Kooka ou o XSane (Ambos no menu Multimédia/"
-"Gráficos)"
+"O scanner na sua impressora pode ser usado com o usual software SANE, por "
+"exemplo o Kooka ou o XSane (Ambos no menu Multimédia/Gráficos)"
-#: printer/printerdrake.pm:4091
+#: printer/printerdrake.pm:4114
#, c-format
msgid ""
-"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) "
-"to share your scanner on the network.\n"
+"Run Scannerdrake (Hardware/Scanner in Mandriva Linux Control Center) to "
+"share your scanner on the network.\n"
"\n"
msgstr ""
-"Execute o Scannerdrake (no Mandriva Linux Control em Hardware/"
-"Scanner) para partilhar o seu scanner na rede.\n"
+"Execute o Scannerdrake (no Mandriva Linux Control em Hardware/Scanner) para "
+"partilhar o seu scanner na rede.\n"
"\n"
-#: printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4118
#, c-format
msgid ""
-"The memory card readers in your printer can be accessed like a usual "
-"USB mass storage device. "
+"The memory card readers in your printer can be accessed like a usual USB "
+"mass storage device. "
msgstr ""
-"Os leitores de cartões de memória da sua impressora podem ser "
-"acedidos como um normal dispositivo de armazenamento USB. "
+"Os leitores de cartões de memória da sua impressora podem ser acedidos como "
+"um normal dispositivo de armazenamento USB. "
-#: printer/printerdrake.pm:4096
+#: printer/printerdrake.pm:4119
#, c-format
msgid ""
-"After inserting a card a hard disk icon to access the card should "
-"appear on your desktop.\n"
+"After inserting a card a hard disk icon to access the card should appear on "
+"your desktop.\n"
"\n"
msgstr ""
-"A seguir a ter inserido um cartão, um ícone do disco rígido para "
-"aceder o cartão deverá aparecer nos seu ecrâ.\n"
+"A seguir a ter inserido um cartão, um ícone do disco rígido para aceder o "
+"cartão deverá aparecer nos seu ecrâ.\n"
"\n"
-#: printer/printerdrake.pm:4098
+#: printer/printerdrake.pm:4121
#, c-format
msgid ""
-"The memory card readers in your printer can be accessed using HP's "
-"Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) "
-"clicking the \"Access Photo Cards...\" button on the \"Functions\" "
-"tab. "
+"The memory card readers in your printer can be accessed using HP's Printer "
+"Toolbox (Menu: System/Monitoring/HP Printer Toolbox) clicking the \"Access "
+"Photo Cards...\" button on the \"Functions\" tab. "
msgstr ""
-"Os leitores de cartões de memória da sua impressora podem ser "
-"acedidos usando a Ferramenta de Impressão HP (Menu: Sistema/"
-"Monitorização/ Ferramenta de Impressão HP) ao clicar no botão "
-"\"Aceder Cartões de Fotografia...\" na parte das \"Funções\". "
+"Os leitores de cartões de memória da sua impressora podem ser acedidos "
+"usando a Ferramenta de Impressão HP (Menu: Sistema/Monitorização/ Ferramenta "
+"de Impressão HP) ao clicar no botão \"Aceder Cartões de Fotografia...\" na "
+"parte das \"Funções\". "
-#: printer/printerdrake.pm:4099
+#: printer/printerdrake.pm:4122
#, c-format
msgid ""
-"Note that this is very slow, reading the pictures from the camera or "
-"a USB card reader is usually faster.\n"
+"Note that this is very slow, reading the pictures from the camera or a USB "
+"card reader is usually faster.\n"
"\n"
msgstr ""
-"Note que isto é muito lento, a leitura das imagens a partir da "
-"câmara ou um leitor de cartões USB é normalmente mais rápido.\n"
+"Note que isto é muito lento, a leitura das imagens a partir da câmara ou um "
+"leitor de cartões USB é normalmente mais rápido.\n"
"\n"
-#: printer/printerdrake.pm:4102
+#: printer/printerdrake.pm:4125
#, c-format
msgid ""
-"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) "
-"offers a lot of status monitoring and maintenance functions for your "
-"%s:\n"
+"HP's Printer Toolbox (Menu: System/Monitoring/HP Printer Toolbox) offers a "
+"lot of status monitoring and maintenance functions for your %s:\n"
"\n"
msgstr ""
-"A Ferramenta de Impressão HP (Menu: Sistema/Monitorização/Ferramenta "
-"de Impressão HP) oferece muitos estados de monitorização e funções "
-"de manutenção para a sua %s:\n"
+"A Ferramenta de Impressão HP (Menu: Sistema/Monitorização/Ferramenta de "
+"Impressão HP) oferece muitos estados de monitorização e funções de "
+"manutenção para a sua %s:\n"
"\n"
-#: printer/printerdrake.pm:4103
+#: printer/printerdrake.pm:4126
#, c-format
msgid " - Ink level/status info\n"
msgstr " - nível de tinta/informação do estado\n"
-#: printer/printerdrake.pm:4104
+#: printer/printerdrake.pm:4127
#, c-format
msgid " - Ink nozzle cleaning\n"
msgstr " - limpeza do bocal de tinta\n"
-#: printer/printerdrake.pm:4105
+#: printer/printerdrake.pm:4128
#, c-format
msgid " - Print head alignment\n"
msgstr " - Alinhamento da cabeça de impressão\n"
-#: printer/printerdrake.pm:4106
+#: printer/printerdrake.pm:4129
#, c-format
msgid " - Color calibration\n"
msgstr " - Calibração da cor\n"
-#: printer/printerdrake.pm:4147 printer/printerdrake.pm:4174
-#: printer/printerdrake.pm:4209
+#: printer/printerdrake.pm:4170 printer/printerdrake.pm:4197
+#: printer/printerdrake.pm:4232
#, c-format
msgid "Transfer printer configuration"
msgstr "Transferir a configuração da impressora"
-#: printer/printerdrake.pm:4148
+#: printer/printerdrake.pm:4171
#, c-format
msgid ""
-"You can copy the printer configuration which you have done for the "
-"spooler %s to %s, your current spooler. All the configuration data "
-"(printer name, description, location, connection type, and default "
-"option settings) is overtaken, but jobs will not be transferred.\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-"Pode copiar a configuração de impressora que fez para a fila %s para "
-"%s, a sua fila actual. Todos os dados de configuração (nome da "
-"impressora, descrição, localização, tipo de ligação, e configuração "
-"predefinida) são tomados, mas a tarefas em fila não serão "
-"transferidas.\n"
+"Pode copiar a configuração de impressora que fez para a fila %s para %s, a "
+"sua fila actual. Todos os dados de configuração (nome da impressora, "
+"descrição, localização, tipo de ligação, e configuração predefinida) são "
+"tomados, mas a tarefas em fila não serão transferidas.\n"
"Nem todas as tarefas podem ser transferidas pelas seguintes razões:\n"
-#: printer/printerdrake.pm:4151
+#: printer/printerdrake.pm:4174
#, c-format
msgid ""
-"CUPS does not support printers on Novell servers or printers sending "
-"the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-"CUPS não suporta as impressoras em servidores Novell ou impressoras "
-"a enviar os dados para um comando livremente-escrito.\n"
+"CUPS não suporta as impressoras em servidores Novell ou impressoras a enviar "
+"os dados para um comando livremente-escrito.\n"
-#: printer/printerdrake.pm:4153
+#: printer/printerdrake.pm:4176
#, c-format
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/"
-"TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-"PDQ só suporta impressoras locais, impressoras LPD remotas, e "
-"impressoras TCP/Socket.\n"
+"PDQ só suporta impressoras locais, impressoras LPD remotas, e impressoras "
+"TCP/Socket.\n"
-#: printer/printerdrake.pm:4155
+#: printer/printerdrake.pm:4178
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD e LPRng não suportam impressoras IPP.\n"
-#: printer/printerdrake.pm:4157
+#: printer/printerdrake.pm:4180
#, c-format
msgid ""
-"In addition, queues not created with this program or \"foomatic-"
-"configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-"Em adição, filas não criadas com este programa ou com definições "
-"\"foomatic-configure\" não podem ser transferidas."
+"Em adição, filas não criadas com este programa ou com definições \"foomatic-"
+"configure\" não podem ser transferidas."
-#: printer/printerdrake.pm:4158
+#: printer/printerdrake.pm:4181
#, c-format
msgid ""
"\n"
-"Also printers configured with the PPD files provided by their "
-"manufacturers or with native CUPS drivers cannot be transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
"\n"
-"Também as impressoras configuradas com ficheiros PPD fornecidos "
-"pelos fabricantes ou com controladores CUPS nativos não podem ser "
-"transferidas."
+"Também as impressoras configuradas com ficheiros PPD fornecidos pelos "
+"fabricantes ou com controladores CUPS nativos não podem ser transferidas."
-#: printer/printerdrake.pm:4159
+#: printer/printerdrake.pm:4182
#, c-format
msgid ""
"\n"
@@ -15774,17 +14831,17 @@ msgstr ""
"Marque as impressoras que deseja transferir e clique em \n"
"\"Transferir\"."
-#: printer/printerdrake.pm:4162
+#: printer/printerdrake.pm:4185
#, c-format
msgid "Do not transfer printers"
msgstr "Não transferir impressoras"
-#: printer/printerdrake.pm:4163 printer/printerdrake.pm:4179
+#: printer/printerdrake.pm:4186 printer/printerdrake.pm:4202
#, c-format
msgid "Transfer"
msgstr "Transferir"
-#: printer/printerdrake.pm:4175
+#: printer/printerdrake.pm:4198
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -15795,389 +14852,381 @@ msgstr ""
"Clique \"Transferir\" para a sobrescrever.\n"
"Também pode escrever um novo nome ou saltar esta impressora."
-#: printer/printerdrake.pm:4196
+#: printer/printerdrake.pm:4219
#, c-format
msgid "New printer name"
msgstr "Novo nome de impressora"
-#: printer/printerdrake.pm:4199
+#: printer/printerdrake.pm:4222
#, c-format
msgid "Transferring %s..."
msgstr "A transferir %s ..."
-#: printer/printerdrake.pm:4210
+#: printer/printerdrake.pm:4233
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"), Should it "
-"be also the default printer under the new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-"Acabou de transferir a sua anterior impressora padrão (\"%s\"). Deve "
-"ser esta também a impressora padrão no novo sistema de impressão %s?"
+"Acabou de transferir a sua anterior impressora padrão (\"%s\"). Deve ser "
+"esta também a impressora padrão no novo sistema de impressão %s?"
-#: printer/printerdrake.pm:4220
+#: printer/printerdrake.pm:4243
#, c-format
msgid "Refreshing printer data..."
msgstr "A refrescar os dados da impressora..."
-#: printer/printerdrake.pm:4230
+#: printer/printerdrake.pm:4253
#, c-format
msgid "Starting network..."
msgstr "A iniciar a rede..."
-#: printer/printerdrake.pm:4273 printer/printerdrake.pm:4277
-#: printer/printerdrake.pm:4279
+#: printer/printerdrake.pm:4296 printer/printerdrake.pm:4300
+#: printer/printerdrake.pm:4302
#, c-format
msgid "Configure the network now"
msgstr "Configurar a rede agora"
-#: printer/printerdrake.pm:4274
+#: printer/printerdrake.pm:4297
#, c-format
msgid "Network functionality not configured"
msgstr "Funcionalidade da rede não configurada"
-#: printer/printerdrake.pm:4275
+#: printer/printerdrake.pm:4298
#, c-format
msgid ""
-"You are going to configure a remote printer. This needs working "
-"network access, but your network is not configured yet. If you go on "
-"without network configuration, you will not be able to use the "
-"printer which you are configuring now. How do you want to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-"Vai configurar uma impressora remota. Isto precisa de um acesso à "
-"rede funcional, mas a sua rede ainda não está configurada. Se vai "
-"continuar sem a configuração da rede, não irá ser capaz de usar a "
-"impressora que está agora a configurar. Como quer proceder?"
+"Vai configurar uma impressora remota. Isto precisa de um acesso à rede "
+"funcional, mas a sua rede ainda não está configurada. Se vai continuar sem a "
+"configuração da rede, não irá ser capaz de usar a impressora que está agora "
+"a configurar. Como quer proceder?"
-#: printer/printerdrake.pm:4278
+#: printer/printerdrake.pm:4301
#, c-format
msgid "Go on without configuring the network"
msgstr "Continuar sem configurar a rede"
-#: printer/printerdrake.pm:4309
+#: printer/printerdrake.pm:4332
#, c-format
msgid ""
-"The network configuration done during the installation cannot be "
-"started now. Please check whether the network is accessible after "
-"booting your system and correct the configuration using the %s "
-"Control Center, section \"Network & Internet\"/\"Connection\", and "
-"afterwards set up the printer, also using the %s Control Center, "
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network is accessible after booting your "
+"system and correct the configuration using the %s Control Center, section "
+"\"Network & Internet\"/\"Connection\", and afterwards set up the printer, "
+"also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr ""
-"A configuração de rede efectuada durante a instalação não pode ser "
-"iniciada agora. Por favor verifique se a rede está acessível depois "
-"de arrancar o sistema e corriga a configuração através do Centro de "
-"Controlo %s, na secção \"Rede e Internet\"/\"Conexão\", e depois "
-"configure a impressora, também com o Centro de Controlo %s, na "
-"secção \"Hardware\"/\"Impressora\""
+"A configuração de rede efectuada durante a instalação não pode ser iniciada "
+"agora. Por favor verifique se a rede está acessível depois de arrancar o "
+"sistema e corriga a configuração através do Centro de Controlo %s, na secção "
+"\"Rede e Internet\"/\"Conexão\", e depois configure a impressora, também com "
+"o Centro de Controlo %s, na secção \"Hardware\"/\"Impressora\""
-#: printer/printerdrake.pm:4310
+#: printer/printerdrake.pm:4333
#, c-format
msgid ""
-"The network access was not running and could not be started. Please "
-"check your configuration and your hardware. Then try to configure "
-"your remote printer again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-"O acesso à rede não estava a correr e não pôde ser iniciado. Por "
-"favor verifique a sua configuração e o seu hardware. Tente então "
-"configurar a sua impressora remota novamente."
+"O acesso à rede não estava a correr e não pôde ser iniciado. Por favor "
+"verifique a sua configuração e o seu hardware. Tente então configurar a sua "
+"impressora remota novamente."
-#: printer/printerdrake.pm:4320
+#: printer/printerdrake.pm:4343
#, c-format
msgid "Restarting printing system..."
msgstr "A reiniciar o sistema de impressão..."
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "high"
msgstr "alto"
-#: printer/printerdrake.pm:4351
+#: printer/printerdrake.pm:4374
#, c-format
msgid "paranoid"
msgstr "paranóico"
-#: printer/printerdrake.pm:4353
+#: printer/printerdrake.pm:4376
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "A instalar um sistema de impressão no nível de segurança %s"
-#: printer/printerdrake.pm:4354
+#: printer/printerdrake.pm:4377
#, c-format
msgid ""
-"You are about to install the printing system %s on a system running "
-"in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process) which waits "
-"for print jobs and handles them. This daemon is also accessible by "
-"remote machines through the network and so it is a possible point "
-"for attacks. Therefore only a few selected daemons are started by "
-"default in this security level.\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessible by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
+"security level.\n"
"\n"
"Do you really want to configure printing on this machine?"
msgstr ""
-"Esta prestes a instalar o sistema de impressão %s num sistema a "
-"correr no nível de segurança %s.\n"
-"Este sistema de impressão corre um servidor (processo em 2º plano) "
-"que espera tarefas de impressão e trata destas. Este servidor é "
-"também acessível por máquinas remotas através da rede e então é um "
-"possível ponto para ataques. Então apenas uns quantos servidores "
-"seleccionados são iniciados por omissão neste nível de segurança.\n"
+"Esta prestes a instalar o sistema de impressão %s num sistema a correr no "
+"nível de segurança %s.\n"
+"Este sistema de impressão corre um servidor (processo em 2º plano) que "
+"espera tarefas de impressão e trata destas. Este servidor é também acessível "
+"por máquinas remotas através da rede e então é um possível ponto para "
+"ataques. Então apenas uns quantos servidores seleccionados são iniciados por "
+"omissão neste nível de segurança.\n"
"\n"
"Deseja realmente configurar a impressão nesta máquina?"
-#: printer/printerdrake.pm:4390
+#: printer/printerdrake.pm:4413
#, c-format
msgid "Starting the printing system at boot time"
msgstr "A iniciar o sistema de impressão no arranque"
-#: printer/printerdrake.pm:4391
+#: printer/printerdrake.pm:4414
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically when the "
-"machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off by "
-"changing to a higher security level, because the printing system is "
-"a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing system "
-"turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-"O sistema de impressão (%s) não vai ser iniciado automáticamente "
-"quando a máquina arranca.\n"
+"O sistema de impressão (%s) não vai ser iniciado automáticamente quando a "
+"máquina arranca.\n"
"\n"
-"É possível que o arranque automático tenha sido desactivado ao mudar "
-"para um nível de segurança superior, pois o sistema de impressão é "
-"uma ponto potencial para ataques.\n"
+"É possível que o arranque automático tenha sido desactivado ao mudar para um "
+"nível de segurança superior, pois o sistema de impressão é uma ponto "
+"potencial para ataques.\n"
"\n"
-"Deseja ter um arranque automático do sistema de impressão activado "
-"novamente?"
+"Deseja ter um arranque automático do sistema de impressão activado novamente?"
-#: printer/printerdrake.pm:4414
+#: printer/printerdrake.pm:4437
#, c-format
msgid "Checking installed software..."
msgstr "A verificar o software instalado..."
-#: printer/printerdrake.pm:4420
+#: printer/printerdrake.pm:4443
#, c-format
msgid "Removing %s..."
msgstr "A remover %s ..."
-#: printer/printerdrake.pm:4424
+#: printer/printerdrake.pm:4447
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Não foi possível remover o sistema de impressão %s !"
-#: printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4471
#, c-format
msgid "Installing %s..."
msgstr "A instalar %s ..."
-#: printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4475
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Não conseguiiu instalar o sistema de impressão %s !"
-#: printer/printerdrake.pm:4520
+#: printer/printerdrake.pm:4543
#, c-format
msgid ""
-"In this mode there is no local printing system, all printing "
-"requests go directly to the server specified below. Note that it is "
-"not possible to define local print queues then and if the specified "
-"server is down it cannot be printed at all from this machine."
+"In this mode there is no local printing system, all printing requests go "
+"directly to the server specified below. Note that it is not possible to "
+"define local print queues then and if the specified server is down it cannot "
+"be printed at all from this machine."
msgstr ""
"Neste modo não há um sistema local de impressão, todos os pedidos de "
-"impressão vão directamente para o servidor especificado em baixo. "
-"Note que não é possível definir filas de impressão locais, então se "
-"o servidor especificado estiver em baixo não pode nada impresso a "
-"partir desta máquina."
+"impressão vão directamente para o servidor especificado em baixo. Note que "
+"não é possível definir filas de impressão locais, então se o servidor "
+"especificado estiver em baixo não pode nada impresso a partir desta máquina."
-#: printer/printerdrake.pm:4522
+#: printer/printerdrake.pm:4545
#, c-format
msgid ""
-"Enter the host name or IP of your CUPS server and click OK if you "
-"want to use this mode, click \"Quit\" otherwise."
+"Enter the host name or IP of your CUPS server and click OK if you want to "
+"use this mode, click \"Quit\" otherwise."
msgstr ""
-"Se quiser usar este modulo indique o nome do endereço ou IP do seu "
-"servidor CUPS e clique em OK, senão clique em \"Sair\"."
+"Se quiser usar este modulo indique o nome do endereço ou IP do seu servidor "
+"CUPS e clique em OK, senão clique em \"Sair\"."
-#: printer/printerdrake.pm:4536
+#: printer/printerdrake.pm:4559
#, c-format
msgid "Name or IP of remote server:"
msgstr "Nome ou IP do servidor remoto:"
-#: printer/printerdrake.pm:4556
+#: printer/printerdrake.pm:4579
#, c-format
msgid "Setting Default Printer..."
msgstr "A definir a impressora padrão..."
-#: printer/printerdrake.pm:4576
+#: printer/printerdrake.pm:4599
#, c-format
msgid "Local CUPS printing system or remote CUPS server?"
msgstr "Sistema de impressão local CUPS ou servidor remoto CUPS?"
-#: printer/printerdrake.pm:4577
+#: printer/printerdrake.pm:4600
#, c-format
msgid "The CUPS printing system can be used in two ways: "
msgstr "O sistema de impressão CUPS pode ser usado de duas maneiras:"
-#: printer/printerdrake.pm:4579
+#: printer/printerdrake.pm:4602
#, c-format
msgid "1. The CUPS printing system can run locally. "
msgstr "1. O sistema de impressão CUPS pode ser executado localmente. "
-#: printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4603
#, c-format
msgid ""
-"Then locally connected printers can be used and remote printers on "
-"other CUPS servers in the same network are automatically discovered. "
+"Then locally connected printers can be used and remote printers on other "
+"CUPS servers in the same network are automatically discovered. "
msgstr ""
-"Então as impressoras conectadas localmente podem ser usadas e as "
-"impressoras remotas noutros servidores CUPS na mesma rede são "
-"automáticamente descobertas. "
+"Então as impressoras conectadas localmente podem ser usadas e as impressoras "
+"remotas noutros servidores CUPS na mesma rede são automáticamente "
+"descobertas. "
-#: printer/printerdrake.pm:4581
+#: printer/printerdrake.pm:4604
#, c-format
msgid ""
-"Disadvantage of this approach is, that more resources on the local "
-"machine are needed: Additional software packages need to be "
-"installed, the CUPS daemon has to run in the background and needs "
-"some memory, and the IPP port (port 631) is opened. "
+"Disadvantage of this approach is, that more resources on the local machine "
+"are needed: Additional software packages need to be installed, the CUPS "
+"daemon has to run in the background and needs some memory, and the IPP port "
+"(port 631) is opened. "
msgstr ""
-"A desvantagem desta abordagem +e, que mais recursos na máquina local "
-"são precisos: É necessário que seja instalado pacotes adicionais de "
-"software, o servidor CUPS tem que ser executado em 2º plano e é "
-"necessária mais memória, e a porta IPP (porta 631) é aberta. "
+"A desvantagem desta abordagem +e, que mais recursos na máquina local são "
+"precisos: É necessário que seja instalado pacotes adicionais de software, o "
+"servidor CUPS tem que ser executado em 2º plano e é necessária mais memória, "
+"e a porta IPP (porta 631) é aberta. "
-#: printer/printerdrake.pm:4583
+#: printer/printerdrake.pm:4606
#, c-format
-msgid ""
-"2. All printing requests are immediately sent to a remote CUPS "
-"server. "
+msgid "2. All printing requests are immediately sent to a remote CUPS server. "
msgstr ""
-"2. Todos os pedidos de impressão são imediatamente enviados para um "
-"servidor CUPS remoto. "
+"2. Todos os pedidos de impressão são imediatamente enviados para um servidor "
+"CUPS remoto. "
-#: printer/printerdrake.pm:4584
+#: printer/printerdrake.pm:4607
#, c-format
msgid ""
-"Here local resource occupation is reduced to a minimum. No CUPS "
-"daemon is started or port opened, no software infrastructure for "
-"setting up local print queues is installed, so less memory and disk "
-"space is used. "
+"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
+"started or port opened, no software infrastructure for setting up local "
+"print queues is installed, so less memory and disk space is used. "
msgstr ""
-"Aqui a ocupação dos recursos locais é reduzida ao m+inimo, Nenhum "
-"servidor CUPS é iniciado ou porta aberta, nenhuma infraestrutura de "
-"software para definir as filas de impressão local é necessária, "
-"então menos memória e espaço em disco é usado. "
+"Aqui a ocupação dos recursos locais é reduzida ao m+inimo, Nenhum servidor "
+"CUPS é iniciado ou porta aberta, nenhuma infraestrutura de software para "
+"definir as filas de impressão local é necessária, então menos memória e "
+"espaço em disco é usado. "
-#: printer/printerdrake.pm:4585
+#: printer/printerdrake.pm:4608
#, c-format
msgid ""
-"Disadvantage is that it is not possible to define local printers "
-"then and if the specified server is down it cannot be printed at all "
-"from this machine. "
+"Disadvantage is that it is not possible to define local printers then and if "
+"the specified server is down it cannot be printed at all from this machine. "
msgstr ""
-"A desvantagem é que não é possível definir impressoras locais, então "
-"e se o servidor especificado estiver em baixo não pode ser nada "
-"imprimido a partir desta máquina."
+"A desvantagem é que não é possível definir impressoras locais, então e se o "
+"servidor especificado estiver em baixo não pode ser nada imprimido a partir "
+"desta máquina."
-#: printer/printerdrake.pm:4587
+#: printer/printerdrake.pm:4610
#, c-format
msgid "How should CUPS be set up on your machine?"
msgstr "Como deve o CUPS ser definido na sua máquina?"
-#: printer/printerdrake.pm:4591 printer/printerdrake.pm:4606
-#: printer/printerdrake.pm:4610 printer/printerdrake.pm:4616
+#: printer/printerdrake.pm:4614 printer/printerdrake.pm:4629
+#: printer/printerdrake.pm:4633 printer/printerdrake.pm:4639
#, c-format
msgid "Remote server, specify Name or IP here:"
msgstr "Servidor remoto, especifique aqui o Nome ou o IP:"
-#: printer/printerdrake.pm:4605
+#: printer/printerdrake.pm:4628
#, c-format
msgid "Local CUPS printing system"
msgstr "Sistema de impressão local CUPS"
-#: printer/printerdrake.pm:4644
+#: printer/printerdrake.pm:4667
#, c-format
msgid "Select Printer Spooler"
msgstr "Seleccionar Fila da Impressora"
-#: printer/printerdrake.pm:4645
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Que sistema de impressão (spooler) deseja usar?"
-#: printer/printerdrake.pm:4694
+#: printer/printerdrake.pm:4717
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Falha ao configurar a impressora \"%s\"!"
-#: printer/printerdrake.pm:4709
+#: printer/printerdrake.pm:4732
#, c-format
msgid "Installing Foomatic..."
msgstr "A instalar Foomatic..."
-#: printer/printerdrake.pm:4715
+#: printer/printerdrake.pm:4738
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr "Não foi possível instalar %s pacotes, %s não pode ser iniciado!"
-#: printer/printerdrake.pm:4910
+#: printer/printerdrake.pm:4933
#, c-format
msgid ""
-"The following printers are configured. Double-click on a printer to "
-"change its settings; to make it the default printer; or to view "
-"information about it. "
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it. "
msgstr ""
-"As seguintes impressoras encontram-se configuradas. Faça duplo "
-"clique numa impressora para alterar a sua configuração; para a "
-"definir como impressora padrão; ou para ver informações sobre esta."
+"As seguintes impressoras encontram-se configuradas. Faça duplo clique numa "
+"impressora para alterar a sua configuração; para a definir como impressora "
+"padrão; ou para ver informações sobre esta."
-#: printer/printerdrake.pm:4940
+#: printer/printerdrake.pm:4963
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Mostrar todas as impressoras CUPS remotas disponíveis"
-#: printer/printerdrake.pm:4941
+#: printer/printerdrake.pm:4964
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-"Refrescar a lista das impressoras (para mostrar todas as impressoras "
-"CUPS remotas disponíveis)"
+"Refrescar a lista das impressoras (para mostrar todas as impressoras CUPS "
+"remotas disponíveis)"
-#: printer/printerdrake.pm:4952
+#: printer/printerdrake.pm:4975
#, c-format
msgid "CUPS configuration"
msgstr "Configuração CUPS"
-#: printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:4996
#, c-format
msgid "Change the printing system"
msgstr "Mudar de sistema de impressão"
-#: printer/printerdrake.pm:4982
+#: printer/printerdrake.pm:5005
#, c-format
msgid "Normal Mode"
msgstr "Modo Normal"
-#: printer/printerdrake.pm:4983
+#: printer/printerdrake.pm:5006
#, c-format
msgid "Expert Mode"
msgstr "Modo de Perito"
-#: printer/printerdrake.pm:5261 printer/printerdrake.pm:5317
-#: printer/printerdrake.pm:5403 printer/printerdrake.pm:5412
+#: printer/printerdrake.pm:5284 printer/printerdrake.pm:5340
+#: printer/printerdrake.pm:5426 printer/printerdrake.pm:5435
#, c-format
msgid "Printer options"
msgstr "Opções da impressora"
-#: printer/printerdrake.pm:5297
+#: printer/printerdrake.pm:5320
#, c-format
msgid "Modify printer configuration"
msgstr "Mudar a configuração da impressora"
-#: printer/printerdrake.pm:5299
+#: printer/printerdrake.pm:5322
#, c-format
msgid ""
"Printer %s%s\n"
@@ -16186,99 +15235,99 @@ msgstr ""
"Impressora %s%s\n"
"O que deseja modificar nesta impressora?"
-#: printer/printerdrake.pm:5304
+#: printer/printerdrake.pm:5327
#, c-format
msgid "This printer is disabled"
msgstr "Esta impressora está desactivada"
-#: printer/printerdrake.pm:5306
+#: printer/printerdrake.pm:5329
#, c-format
msgid "Do it!"
msgstr "Fazer!"
-#: printer/printerdrake.pm:5312 printer/printerdrake.pm:5377
+#: printer/printerdrake.pm:5335 printer/printerdrake.pm:5400
#, c-format
msgid "Printer name, description, location"
msgstr "Nome da Impressora, descrição, localização"
-#: printer/printerdrake.pm:5314 printer/printerdrake.pm:5396
+#: printer/printerdrake.pm:5337 printer/printerdrake.pm:5419
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Fabricante da impressora, modelo, controlador"
-#: printer/printerdrake.pm:5315 printer/printerdrake.pm:5397
+#: printer/printerdrake.pm:5338 printer/printerdrake.pm:5420
#, c-format
msgid "Printer manufacturer, model"
msgstr "Fabricante da impressora, modelo"
-#: printer/printerdrake.pm:5319 printer/printerdrake.pm:5407
+#: printer/printerdrake.pm:5342 printer/printerdrake.pm:5430
#, c-format
msgid "Set this printer as the default"
msgstr "Definir esta impressora como predefinida"
-#: printer/printerdrake.pm:5324 printer/printerdrake.pm:5413
-#: printer/printerdrake.pm:5415 printer/printerdrake.pm:5424
+#: printer/printerdrake.pm:5347 printer/printerdrake.pm:5436
+#: printer/printerdrake.pm:5438 printer/printerdrake.pm:5447
#, c-format
msgid "Enable Printer"
msgstr "Activar Impressora"
-#: printer/printerdrake.pm:5327 printer/printerdrake.pm:5418
-#: printer/printerdrake.pm:5419 printer/printerdrake.pm:5421
+#: printer/printerdrake.pm:5350 printer/printerdrake.pm:5441
+#: printer/printerdrake.pm:5442 printer/printerdrake.pm:5444
#, c-format
msgid "Disable Printer"
msgstr "Desactivar Impressora"
-#: printer/printerdrake.pm:5331 printer/printerdrake.pm:5425
+#: printer/printerdrake.pm:5354 printer/printerdrake.pm:5448
#, c-format
msgid "Printer communication error handling"
msgstr "Gestão de erros de comunicação de impressoras"
-#: printer/printerdrake.pm:5332 printer/printerdrake.pm:5429
+#: printer/printerdrake.pm:5355 printer/printerdrake.pm:5452
#, c-format
msgid "Print test pages"
msgstr "Imprimir páginas teste"
-#: printer/printerdrake.pm:5333 printer/printerdrake.pm:5431
+#: printer/printerdrake.pm:5356 printer/printerdrake.pm:5454
#, c-format
msgid "Learn how to use this printer"
msgstr "Aprenda como usar esta impressora"
-#: printer/printerdrake.pm:5334 printer/printerdrake.pm:5433
+#: printer/printerdrake.pm:5357 printer/printerdrake.pm:5456
#, c-format
msgid "Remove printer"
msgstr "Remover impressora"
-#: printer/printerdrake.pm:5385
+#: printer/printerdrake.pm:5408
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "A remover a impressora antiga \"%s\"..."
-#: printer/printerdrake.pm:5416
+#: printer/printerdrake.pm:5439
#, c-format
msgid "Printer \"%s\" is now enabled."
msgstr "A impressora \"%s\" está agora activada."
-#: printer/printerdrake.pm:5422
+#: printer/printerdrake.pm:5445
#, c-format
msgid "Printer \"%s\" is now disabled."
msgstr "A impressora \"%s\" está agora desactivada."
-#: printer/printerdrake.pm:5464
+#: printer/printerdrake.pm:5487
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Deseja realmente remover a impressora \"%s\"?"
-#: printer/printerdrake.pm:5468
+#: printer/printerdrake.pm:5491
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "A remover a impressora \"%s\"..."
-#: printer/printerdrake.pm:5492
+#: printer/printerdrake.pm:5515
#, c-format
msgid "Default printer"
msgstr "Impressora predefinida"
-#: printer/printerdrake.pm:5493
+#: printer/printerdrake.pm:5516
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "A impressora \"%s\" está agora como a impressora predefinida."
@@ -16307,8 +15356,7 @@ msgstr "Não foi possível criar a ligação /usr/share/sane/%s!"
#, c-format
msgid "Could not copy firmware file %s to /usr/share/sane/firmware!"
msgstr ""
-"Não foi possível copiar o ficheiro firmware %s para /usr/share/sane/"
-"firmware!"
+"Não foi possível copiar o ficheiro firmware %s para /usr/share/sane/firmware!"
#: scanner.pm:121
#, c-format
@@ -16316,27 +15364,25 @@ msgid "Could not set permissions of firmware file %s!"
msgstr "Não é possível definir as permissões do ficheiro firmware %s!"
#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
-#: standalone/scannerdrake:78 standalone/scannerdrake:346
-#: standalone/scannerdrake:382 standalone/scannerdrake:446
-#: standalone/scannerdrake:490 standalone/scannerdrake:494
-#: standalone/scannerdrake:516 standalone/scannerdrake:581
+#: standalone/scannerdrake:78 standalone/scannerdrake:321
+#: standalone/scannerdrake:370 standalone/scannerdrake:463
+#: standalone/scannerdrake:507 standalone/scannerdrake:511
+#: standalone/scannerdrake:533 standalone/scannerdrake:598
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:947
+#: scanner.pm:201 standalone/scannerdrake:964
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
-"Não foi possível instalar os pacotes precisos para partilhar o seu "
-"scanner."
+"Não foi possível instalar os pacotes precisos para partilhar o seu scanner."
#: scanner.pm:202
#, c-format
msgid "Your scanner(s) will not be available for non-root users."
msgstr ""
-"O(s) seu(s) scanner(s) não irão estar disponíveis para utilizadores "
-"não-root."
+"O(s) seu(s) scanner(s) não irão estar disponíveis para utilizadores não-root."
#: security/help.pm:11
#, c-format
@@ -16362,15 +15408,13 @@ msgstr "Permitir/Proíbir auto-autenticação."
#: security/help.pm:21
#, c-format
msgid ""
-"If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to "
-"exist.\n"
+"If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist.\n"
"\n"
"If set to NONE, no issues are allowed.\n"
"\n"
"Else only /etc/issue is allowed."
msgstr ""
-"Se definido para \"TODOS\" e /etc/issue e /etc/issue.net podem "
-"existir.\n"
+"Se definido para \"TODOS\" e /etc/issue e /etc/issue.net podem existir.\n"
"\n"
"Se definido para NENHUM, nenhuma edição é permitida\n"
"\n"
@@ -16394,11 +15438,11 @@ msgstr "Permitir/Proíbir autenticação root directa."
#: security/help.pm:33
#, c-format
msgid ""
-"Allow/Forbid the list of users on the system on display managers "
-"(kdm and gdm)."
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
msgstr ""
-"Permitir/Proíbir a lista dos utilizadores do sistema nos gestores de "
-"ecrã (kdm e gdm)."
+"Permitir/Proíbir a lista dos utilizadores do sistema nos gestores de ecrã "
+"(kdm e gdm)."
#: security/help.pm:35
#, c-format
@@ -16447,27 +15491,27 @@ msgstr ""
msgid ""
"Authorize:\n"
"\n"
-"- all services controlled by tcp_wrappers (see hosts.deny(5) man "
-"page) if set to \"ALL\",\n"
+"- all services controlled by tcp_wrappers (see hosts.deny(5) man page) if "
+"set to \"ALL\",\n"
"\n"
"- only local ones if set to \"LOCAL\"\n"
"\n"
"- none if set to \"NONE\".\n"
"\n"
-"To authorize the services you need, use /etc/hosts.allow (see hosts."
-"allow(5))."
+"To authorize the services you need, use /etc/hosts.allow (see hosts.allow"
+"(5))."
msgstr ""
"Autoriza:\n"
"\n"
-"- todos os serviços controlados por tcp_wrappers (veja a página do "
-"manual hosts.deny(5)) se definido para \"TODOS\",\n"
+"- todos os serviços controlados por tcp_wrappers (veja a página do manual "
+"hosts.deny(5)) se definido para \"TODOS\",\n"
"\n"
"- só os locais se definido para \"LOCAL\"\n"
"\n"
"- nenhum se definido para \"NENHUM\".\n"
"\n"
-"Para autorizar os serviços que precisa, use /etc/hosts.allow (veja "
-"hosts.allow(5))."
+"Para autorizar os serviços que precisa, use /etc/hosts.allow (veja hosts."
+"allow(5))."
#: security/help.pm:63
#, c-format
@@ -16477,10 +15521,8 @@ msgid ""
"symlink /etc/security/msec/server to point to\n"
"/etc/security/msec/server.<SERVER_LEVEL>.\n"
"\n"
-"The /etc/security/msec/server is used by chkconfig --add to decide "
-"to\n"
-"add a service if it is present in the file during the installation "
-"of\n"
+"The /etc/security/msec/server is used by chkconfig --add to decide to\n"
+"add a service if it is present in the file during the installation of\n"
"packages."
msgstr ""
"Se SERVER_LEVEL (ou SECURE_LEVEL ausente)\n"
@@ -16488,8 +15530,7 @@ msgstr ""
"ligação simbólica /etc/security/msec/server para\n"
"/etc/security/msec/server.<SERVER_LEVEL>.\n"
"\n"
-"O /etc/security/msec/server é usado por chkconfig --add para "
-"decidir\n"
+"O /etc/security/msec/server é usado por chkconfig --add para decidir\n"
"adicionar um serviço se este está presente no ficheiro durante\n"
"a instalação dos pacotes."
@@ -16498,8 +15539,7 @@ msgstr ""
msgid ""
"Enable/Disable crontab and at for users.\n"
"\n"
-"Put allowed users in /etc/cron.allow and /etc/at.allow (see man at"
-"(1)\n"
+"Put allowed users in /etc/cron.allow and /etc/at.allow (see man at(1)\n"
"and crontab(1))."
msgstr ""
"Activar/Desactivar crontab e at para os utilizadores.\n"
@@ -16549,11 +15589,10 @@ msgstr "Activar/Desactivar verificação msec horária."
#: security/help.pm:90
#, c-format
msgid ""
-" Enabling su only from members of the wheel group or allow su from "
-"any user."
+" Enabling su only from members of the wheel group or allow su from any user."
msgstr ""
-"Activar su apenas para membros do grupo wheel ou permitir su a "
-"partir de qualquer utilizador."
+"Activar su apenas para membros do grupo wheel ou permitir su a partir de "
+"qualquer utilizador."
#: security/help.pm:92
#, c-format
@@ -16577,37 +15616,32 @@ msgstr "Activar/Desactivar sulogin(8) em nível de utilizador único."
#: security/help.pm:100
#, c-format
-msgid ""
-"Add the name as an exception to the handling of password aging by "
-"msec."
+msgid "Add the name as an exception to the handling of password aging by msec."
msgstr ""
-"Adiciona o nome como uma excepção na gestão do envelhecimento da "
-"senha por msec."
+"Adiciona o nome como uma excepção na gestão do envelhecimento da senha por "
+"msec."
#: security/help.pm:102
#, c-format
-msgid ""
-"Set password aging to \"max\" days and delay to change to \"inactive"
-"\"."
+msgid "Set password aging to \"max\" days and delay to change to \"inactive\"."
msgstr ""
-"Define o envelhecimento da senha para \"max\" dias e retarda a "
-"mudança para \"inactive\"."
+"Define o envelhecimento da senha para \"max\" dias e retarda a mudança para "
+"\"inactive\"."
#: security/help.pm:104
#, c-format
msgid "Set the password history length to prevent password reuse."
msgstr ""
-"Define o tamanho do histórico da senha para evitar a reutilização "
-"das senhas."
+"Define o tamanho do histórico da senha para evitar a reutilização das senhas."
#: security/help.pm:106
#, c-format
msgid ""
-"Set the password minimum length and minimum number of digit and "
-"minimum number of capitalized letters."
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
msgstr ""
-"Define o comprimento mínimo da senha assim como o número mínimo de "
-"dígitos e de letras Maiúsculas."
+"Define o comprimento mínimo da senha assim como o número mínimo de dígitos e "
+"de letras Maiúsculas."
#: security/help.pm:108
#, c-format
@@ -16642,29 +15676,26 @@ msgstr ""
#, c-format
msgid "if set to yes, check permissions of files in the users' home."
msgstr ""
-"se definido para sim, verifica as permissões dos ficheiros da pasta "
-"home do utilizador."
+"se definido para sim, verifica as permissões dos ficheiros da pasta home do "
+"utilizador."
#: security/help.pm:118
#, c-format
msgid "if set to yes, check if the network devices are in promiscuous mode."
msgstr ""
-"se definido para sim, verifica se os dispositivos de rede estão em "
-"modo promíscuo."
+"se definido para sim, verifica se os dispositivos de rede estão em modo "
+"promíscuo."
#: security/help.pm:119
#, c-format
msgid "if set to yes, run the daily security checks."
msgstr ""
-"se definido para sim, executa diáriamente as verificações de "
-"segurança."
+"se definido para sim, executa diáriamente as verificações de segurança."
#: security/help.pm:120
#, c-format
msgid "if set to yes, check additions/removals of sgid files."
-msgstr ""
-"se definido para sim, verifica as adições/remoções dos ficheiros "
-"sgid."
+msgstr "se definido para sim, verifica as adições/remoções dos ficheiros sgid."
#: security/help.pm:121
#, c-format
@@ -16680,8 +15711,7 @@ msgstr "se definido para sim, verifica o checksum dos ficheiros suid/sgid."
#, c-format
msgid "if set to yes, check additions/removals of suid root files."
msgstr ""
-"se definido para sim, verifica as adições/remoções dos ficheiros "
-"suid root."
+"se definido para sim, verifica as adições/remoções dos ficheiros suid root."
#: security/help.pm:124
#, c-format
@@ -16692,8 +15722,7 @@ msgstr "se definido para sim, comunica acerca de ficheiros sem proprietário."
#, c-format
msgid "if set to yes, check files/directories writable by everybody."
msgstr ""
-"se definido para sim, verifica os ficheiros/directórios graváveis "
-"para todos."
+"se definido para sim, verifica os ficheiros/directórios graváveis para todos."
#: security/help.pm:126
#, c-format
@@ -16703,18 +15732,16 @@ msgstr "se definido para sim, executa os testes chkrootkit."
#: security/help.pm:127
#, c-format
msgid ""
-"if set, send the mail report to this email address else send it to "
-"root."
+"if set, send the mail report to this email address else send it to root."
msgstr ""
-"se definido, envia o relatório para este endereço de correio, caso "
-"contrário envia para root."
+"se definido, envia o relatório para este endereço de correio, caso contrário "
+"envia para root."
#: security/help.pm:128
#, c-format
msgid "if set to yes, report check result by mail."
msgstr ""
-"se definido para sim, comunica por e-mail os resultados das "
-"verificações."
+"se definido para sim, comunica por e-mail os resultados das verificações."
#: security/help.pm:129
#, c-format
@@ -16730,22 +15757,20 @@ msgstr "se definido para sim, executa alguns testes na base de dados rpm."
#, c-format
msgid "if set to yes, report check result to syslog."
msgstr ""
-"se definido para sim, comunica para syslog os resultados das "
-"verificações."
+"se definido para sim, comunica para syslog os resultados das verificações."
#: security/help.pm:132
#, c-format
msgid "if set to yes, reports check result to tty."
msgstr ""
-"se definido para sim, comunica para tty os resultados das "
-"verificações."
+"se definido para sim, comunica para tty os resultados das verificações."
#: security/help.pm:134
#, c-format
msgid "Set shell commands history size. A value of -1 means unlimited."
msgstr ""
-"Define o tamanho do histórico da Linha de Comandos (shell). O valor -"
-"1 significa ilimitado."
+"Define o tamanho do histórico da Linha de Comandos (shell). O valor -1 "
+"significa ilimitado."
#: security/help.pm:136
#, c-format
@@ -16868,8 +15893,7 @@ msgstr "Activar verificação horaria da segurança msec"
#, c-format
msgid "Enable su only from the wheel group members or for any user"
msgstr ""
-"Activar su apenas para membros do grupo wheel ou para qualquer "
-"utilizador"
+"Activar su apenas para membros do grupo wheel ou para qualquer utilizador"
#: security/l10n.pm:33
#, c-format
@@ -16998,12 +16022,10 @@ msgstr "Não enviar e-mails quando não é necessário"
#: security/l10n.pm:58
#, c-format
-msgid ""
-"If set, send the mail report to this email address else send it to "
-"root"
+msgid "If set, send the mail report to this email address else send it to root"
msgstr ""
-"Se definido, envia o relatório para este endereço de correio senão "
-"envia-o para o root"
+"Se definido, envia o relatório para este endereço de correio senão envia-o "
+"para o root"
#: security/l10n.pm:59
#, c-format
@@ -17053,68 +16075,65 @@ msgstr "Paranoico"
#: security/level.pm:41
#, c-format
msgid ""
-"This level is to be used with care. It makes your system more easy "
-"to use,\n"
-"but very sensitive. It must not be used for a machine connected to "
-"others\n"
+"This level is to be used with care. It makes your system more easy to use,\n"
+"but very sensitive. It must not be used for a machine connected to others\n"
"or to the Internet. There is no password access."
msgstr ""
-"Este nível é para ser usado com cuidado. Torna seu sistema mais "
-"fácil \n"
+"Este nível é para ser usado com cuidado. Torna seu sistema mais fácil \n"
"de usar, mas muito sensível Não deve ser usado para uma máquina \n"
"conectada a outras ou à Internet. Não existe acesso por senha."
#: security/level.pm:44
#, c-format
msgid ""
-"Passwords are now enabled, but use as a networked computer is still "
-"not recommended."
+"Passwords are now enabled, but use as a networked computer is still not "
+"recommended."
msgstr ""
-"As senhas agora estão activas, mas o uso como computador de rede "
-"ainda não é recomendado."
+"As senhas agora estão activas, mas o uso como computador de rede ainda não é "
+"recomendado."
#: security/level.pm:45
#, c-format
msgid ""
-"This is the standard security recommended for a computer that will "
-"be used to connect to the Internet as a client."
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
msgstr ""
-"Esta é a segurança padrão recomendada para um computador que será "
-"usado para se conectar à Internet como cliente."
+"Esta é a segurança padrão recomendada para um computador que será usado para "
+"se conectar à Internet como cliente."
#: security/level.pm:46
#, c-format
msgid ""
-"There are already some restrictions, and more automatic checks are "
-"run every night."
+"There are already some restrictions, and more automatic checks are run every "
+"night."
msgstr ""
-"Já há algumas restrições, e mais controlos automáticos são "
-"executados todas as noites."
+"Já há algumas restrições, e mais controlos automáticos são executados todas "
+"as noites."
#: security/level.pm:47
#, c-format
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
-"The security is now high enough to use the system as a server which "
-"can accept\n"
-"connections from many clients. Note: if your machine is only a "
-"client on the Internet, you should choose a lower level."
+"The security is now high enough to use the system as a server which can "
+"accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should choose a lower level."
msgstr ""
-"Com este nível de segurança, o uso deste sistema como servidor "
-"tornou-se possível. A segurança é agora suficientemente alta para "
-"usar o sistema como um servidor\n"
-"que pode aceitar conexões de muitos clientes. Nota: se a sua máquina "
-"é apenas um cliente na Internet, deve escolher um nível mais baixo."
+"Com este nível de segurança, o uso deste sistema como servidor tornou-se "
+"possível. A segurança é agora suficientemente alta para usar o sistema como "
+"um servidor\n"
+"que pode aceitar conexões de muitos clientes. Nota: se a sua máquina é "
+"apenas um cliente na Internet, deve escolher um nível mais baixo."
#: security/level.pm:50
#, c-format
msgid ""
-"This is similar to the previous level, but the system is entirely "
-"closed and security features are at their maximum."
+"This is similar to the previous level, but the system is entirely closed and "
+"security features are at their maximum."
msgstr ""
-"Este é similar ao nível anterior, mas o sistema está completamente "
-"fechado e as características de segurança estão no máximo."
+"Este é similar ao nível anterior, mas o sistema está completamente fechado e "
+"as características de segurança estão no máximo."
#: security/level.pm:55
#, c-format
@@ -17139,11 +16158,10 @@ msgstr "Use libsafe para servidores"
#: security/level.pm:64
#, c-format
msgid ""
-"A library which defends against buffer overflow and format string "
-"attacks."
+"A library which defends against buffer overflow and format string attacks."
msgstr ""
-"Uma livraria que protege contra ataques tipo 'buffer overflow' e "
-"'format string'"
+"Uma livraria que protege contra ataques tipo 'buffer overflow' e 'format "
+"string'"
#: security/level.pm:65
#, c-format
@@ -17163,55 +16181,44 @@ msgstr "Anacron é um programador de comandos periódicos."
#: services.pm:21
#, c-format
msgid ""
-"apmd is used for monitoring battery status and logging it via "
-"syslog.\n"
-"It can also be used for shutting down the machine when the battery "
-"is low."
+"apmd is used for monitoring battery status and logging it via syslog.\n"
+"It can also be used for shutting down the machine when the battery is low."
msgstr ""
"O apmd é usado para monitorizar o estado da bateria e registá-lo via "
"syslog.\n"
-"Também pode ser usado para desligar a máquina quando a bateria está "
-"fraca."
+"Também pode ser usado para desligar a máquina quando a bateria está fraca."
#: services.pm:23
#, c-format
msgid ""
-"Runs commands scheduled by the at command at the time specified "
-"when\n"
-"at was run, and runs batch commands when the load average is low "
-"enough."
+"Runs commands scheduled by the at command at the time specified when\n"
+"at was run, and runs batch commands when the load average is low enough."
msgstr ""
-"Executa comandos programados pelo comando at na hora especificada "
-"quando\n"
-"o at foi executado, e executa comandos batch quando a média de "
-"carregamento\n"
+"Executa comandos programados pelo comando at na hora especificada quando\n"
+"o at foi executado, e executa comandos batch quando a média de carregamento\n"
"da memória estiver suficientemente baixo."
#: services.pm:25
#, c-format
msgid ""
"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to "
-"the basic\n"
-"UNIX cron, including better security and more powerful configuration "
-"options."
-msgstr ""
-"cron é um programa UNIX padrão que executa programas especificados "
-"pelo\n"
-"utilizador em horas marcadas. vixie cron adiciona várias "
-"características ao\n"
+"at periodic scheduled times. vixie cron adds a number of features to the "
+"basic\n"
+"UNIX cron, including better security and more powerful configuration options."
+msgstr ""
+"cron é um programa UNIX padrão que executa programas especificados pelo\n"
+"utilizador em horas marcadas. vixie cron adiciona várias características ao\n"
"UNIX cron básico, incluindo melhor segurança e melhores opções de "
"configuração."
#: services.pm:28
#, c-format
msgid ""
-"FAM is a file monitoring daemon. It is used to get reports when "
-"files change.\n"
+"FAM is a file monitoring daemon. It is used to get reports when files "
+"change.\n"
"It is used by GNOME and KDE"
msgstr ""
-"O FAM é um servidor de monitorização de ficheiros. É usado para "
-"obter\n"
+"O FAM é um servidor de monitorização de ficheiros. É usado para obter\n"
"relatórios quando os ficheiros são alterados.\n"
"É usado pelo GNOME e pelo KDE"
@@ -17223,10 +16230,8 @@ msgid ""
"operations,\n"
"and includes support for pop-up menus on the console."
msgstr ""
-"O GPM adiciona suporte do rato a aplicações Linux em modo de texto "
-"tais\n"
-"como o Midnight Commander. Permite também operações de cortar-e-"
-"colar\n"
+"O GPM adiciona suporte do rato a aplicações Linux em modo de texto tais\n"
+"como o Midnight Commander. Permite também operações de cortar-e-colar\n"
"com o rato e inclui suporte para menus pop-up na consola."
#: services.pm:33
@@ -17241,11 +16246,9 @@ msgstr ""
#: services.pm:35
#, c-format
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files "
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
-"O apache é um servidor Web mundial. É usado para servir ficheiros "
-"HTML e CGI."
+"O apache é um servidor Web mundial. É usado para servir ficheiros HTML e CGI."
#: services.pm:36
#, c-format
@@ -17253,16 +16256,14 @@ msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling "
-"inetd disables\n"
+"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
+"disables\n"
"all of the services it is responsible for."
msgstr ""
"O serviço internet superserver (normalmente chamado inetd) inicia\n"
"uma variedade de outros serviços Internet conforme necessário. É\n"
-"responsável pela inicialização de vários serviços, incluindo telnet, "
-"ftp,\n"
-"rsh e rlogin. Desactivando o inetd, desactiva todos os serviços "
-"pelos\n"
+"responsável pela inicialização de vários serviços, incluindo telnet, ftp,\n"
+"rsh e rlogin. Desactivando o inetd, desactiva todos os serviços pelos\n"
"quais é responsável."
#: services.pm:40
@@ -17278,14 +16279,12 @@ msgstr ""
#, c-format
msgid ""
"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig "
-"utility.\n"
+"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
"You should leave this enabled for most machines."
msgstr ""
"Este pacote carrega o mapa de teclado seleccionado como definido\n"
"em /etc/sysconfig/keyboard. Isto pode ser seleccionado usando o\n"
-"utilitário kbdconfig. Deve deixar isto activado para a maioria da "
-"máquinas."
+"utilitário kbdconfig. Deve deixar isto activado para a maioria da máquinas."
#: services.pm:45
#, c-format
@@ -17327,18 +16326,17 @@ msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-"O Linux Virtual Server, é usado para criar um servidor de alta "
-"performance\n"
+"O Linux Virtual Server, é usado para criar um servidor de alta performance\n"
"e de grande disponibilidade."
#: services.pm:54
#, c-format
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve "
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
-"O conhecido (BIND) é um Domain Name Server (DNS) que é usado para "
-"resolver nomes de endereços para endereços IP."
+"O conhecido (BIND) é um Domain Name Server (DNS) que é usado para resolver "
+"nomes de endereços para endereços IP."
#: services.pm:55
#, c-format
@@ -17355,21 +16353,18 @@ msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
msgstr ""
-"Activa/Desactiva todos os interfaces de rede configurados para "
-"iniciar\n"
+"Activa/Desactiva todos os interfaces de rede configurados para iniciar\n"
"no arranque."
#: services.pm:59
#, c-format
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured "
-"via the\n"
+"This service provides NFS server functionality, which is configured via the\n"
"/etc/exports file."
msgstr ""
"O NFS é um protocolo popular para partilha de ficheiros através de\n"
-"redes TCP/IP. Este serviço oferece a funcionalidade do servidor "
-"NFS,\n"
+"redes TCP/IP. Este serviço oferece a funcionalidade do servidor NFS,\n"
"que é configurado através do ficheiro /etc/exports."
#: services.pm:62
@@ -17378,10 +16373,8 @@ msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
msgstr ""
-"O NFS é um protocolo popular para partilha de ficheiros através de "
-"redes\n"
-"TCP/IP. Este serviço oferece a funcionalidade de bloquear ficheiros "
-"NFS."
+"O NFS é um protocolo popular para partilha de ficheiros através de redes\n"
+"TCP/IP. Este serviço oferece a funcionalidade de bloquear ficheiros NFS."
#: services.pm:64
#, c-format
@@ -17401,13 +16394,12 @@ msgstr "Suporta o OKI 4w e winprinters compatíveis."
#, c-format
msgid ""
"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It will not get started unless configured so it "
-"is safe to have\n"
+"modems in laptops. It will not get started unless configured so it is safe "
+"to have\n"
"it installed on machines that do not need it."
msgstr ""
"O suporte PCMCIA é normalmente usado para suportar coisas como\n"
-"ethernet ou modems nos portáteis. Não será iniciado a não ser que "
-"seja\n"
+"ethernet ou modems nos portáteis. Não será iniciado a não ser que seja\n"
"configurado de modo que seja seguro tê-lo instalado em máquinas que\n"
"não precisem dele."
@@ -17417,24 +16409,20 @@ msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
"machines\n"
-"which act as servers for protocols which make use of the RPC "
-"mechanism."
+"which act as servers for protocols which make use of the RPC mechanism."
msgstr ""
-"O portmapper gere conexões RPC, que são usadas por protocolos tais "
-"como\n"
-"NFS ou NIS. O servidor portmap tem que estar a correr nas máquinas "
-"que\n"
-"actuam como servidores para protocolos que façam uso do mecanismo "
-"RPC."
+"O portmapper gere conexões RPC, que são usadas por protocolos tais como\n"
+"NFS ou NIS. O servidor portmap tem que estar a correr nas máquinas que\n"
+"actuam como servidores para protocolos que façam uso do mecanismo RPC."
#: services.pm:73
#, c-format
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves "
-"mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
-"O postfix é um Agente de Transporte de Correio Electrónico, que é o "
-"programa que move o correio de uma máquina para outra."
+"O postfix é um Agente de Transporte de Correio Electrónico, que é o programa "
+"que move o correio de uma máquina para outra."
#: services.pm:74
#, c-format
@@ -17449,26 +16437,21 @@ msgstr ""
#, c-format
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle or DVD "
-"players"
+"partitions), for the use of applications such as Oracle or DVD players"
msgstr ""
"Atribui dispositivos 'raw' para bloquear dispositivos (tais como as "
"partições\n"
-"do disco rígido), para o uso de aplicações como o Oracle ou leitores "
-"DVD"
+"do disco rígido), para o uso de aplicações como o Oracle ou leitores DVD"
#: services.pm:78
#, c-format
msgid ""
"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more "
-"complex\n"
+"the RIP protocol. While RIP is widely used on small networks, more complex\n"
"routing protocols are needed for complex networks."
msgstr ""
-"O servidor encaminhado (routed) permite a actualização automática "
-"da\n"
-"tabela IP Router através do protocolo RIP. Enquanto o RIP é "
-"largamente\n"
+"O servidor encaminhado (routed) permite a actualização automática da\n"
+"tabela IP Router através do protocolo RIP. Enquanto o RIP é largamente\n"
"usado em pequenas redes, os protocolos routing mais complexos são\n"
"necessários para redes mais complexas."
@@ -17487,8 +16470,7 @@ msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
msgstr ""
-"O protocolo rusers permite que os utilizadores de uma rede "
-"identifiquem\n"
+"O protocolo rusers permite que os utilizadores de uma rede identifiquem\n"
"quem está registado (ligado) noutras máquinas que respondam."
#: services.pm:85
@@ -17512,10 +16494,9 @@ msgid ""
"Syslog is the facility by which many daemons use to log messages\n"
"to various system log files. It is a good idea to always run syslog."
msgstr ""
-"Syslog é a capacidade que muitos servidores usam para registar "
-"mensagens\n"
-"para vários ficheiros de registo do sistema. É boa ideia correr "
-"sempre o syslog."
+"Syslog é a capacidade que muitos servidores usam para registar mensagens\n"
+"para vários ficheiros de registo do sistema. É boa ideia correr sempre o "
+"syslog."
#: services.pm:90
#, c-format
@@ -17531,8 +16512,8 @@ msgstr "Inicia o Servidor X Font (essencial para o Xorg funcionar)"
#, c-format
msgid "Choose which services should be automatically started at boot time"
msgstr ""
-"Escolha que serviços devem ser inicializados automaticamente na "
-"altura do arranque"
+"Escolha que serviços devem ser inicializados automaticamente na altura do "
+"arranque"
#: services.pm:127 standalone/draksambashare:111
#, c-format
@@ -17756,21 +16737,20 @@ msgstr "Estação de Trabalho Office"
#: share/compssUsers.pl:28
#, c-format
msgid ""
-"Office programs: wordprocessors (OpenOffice.org Writer, Kword), "
-"spreadsheets (OpenOffice.org Calc, Kspread), PDF viewers, etc"
+"Office programs: wordprocessors (OpenOffice.org Writer, Kword), spreadsheets "
+"(OpenOffice.org Calc, Kspread), PDF viewers, etc"
msgstr ""
-"Programas Office: processadores de texto (OpenOffice.org Writer, "
-"Kword), folhas de cálculo (OpenOffice.org Calc, Kspread), "
-"visualizadores PDF, etc"
+"Programas Office: processadores de texto (OpenOffice.org Writer, Kword), "
+"folhas de cálculo (OpenOffice.org Calc, Kspread), visualizadores PDF, etc"
#: share/compssUsers.pl:29
#, c-format
msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets "
-"(kspread, gnumeric), pdf viewers, etc"
+"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
+"gnumeric), pdf viewers, etc"
msgstr ""
-"Programas office: processadores de texto (kword, abiword), folhas de "
-"cálculo (kspread, gnumeric), visualizadores pdf, etc"
+"Programas office: processadores de texto (kword, abiword), folhas de cálculo "
+"(kspread, gnumeric), visualizadores pdf, etc"
#: share/compssUsers.pl:34
#, c-format
@@ -17800,11 +16780,11 @@ msgstr "Estação de Internet"
#: share/compssUsers.pl:45
#, c-format
msgid ""
-"Set of tools to read and send mail and news (mutt, tin..) and to "
-"browse the Web"
+"Set of tools to read and send mail and news (mutt, tin..) and to browse the "
+"Web"
msgstr ""
-"Conjunto de ferramentas para ler e enviar correio electrónico e news "
-"(pine, mutt, tin...) e para navegar na Web"
+"Conjunto de ferramentas para ler e enviar correio electrónico e news (pine, "
+"mutt, tin...) e para navegar na Web"
#: share/compssUsers.pl:50
#, c-format
@@ -17835,8 +16815,7 @@ msgstr "Ferramentas de Consola"
#, c-format
msgid "Editors, shells, file tools, terminals"
msgstr ""
-"Editores, Linha de Comandos (shell), ferramentas de ficheiros, "
-"terminais"
+"Editores, Linha de Comandos (shell), ferramentas de ficheiros, terminais"
#: share/compssUsers.pl:66 share/compssUsers.pl:170
#, c-format
@@ -17986,11 +16965,11 @@ msgstr "Estação de Trabalho KDE"
#: share/compssUsers.pl:148
#, c-format
msgid ""
-"The K Desktop Environment, the basic graphical environment with a "
-"collection of accompanying tools"
+"The K Desktop Environment, the basic graphical environment with a collection "
+"of accompanying tools"
msgstr ""
-"O Ecrâ de Trabalho K (KDE), o ambiente gráfico básico com uma "
-"colecção de ferramentas"
+"O Ecrâ de Trabalho K (KDE), o ambiente gráfico básico com uma colecção de "
+"ferramentas"
#: share/compssUsers.pl:152
#, c-format
@@ -18000,11 +16979,11 @@ msgstr "Estação de Trabalho Gnome"
#: share/compssUsers.pl:153
#, c-format
msgid ""
-"A graphical environment with user-friendly set of applications and "
-"desktop tools"
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
msgstr ""
-"Um ambiente gráfico com um conjunto de aplicações amigáveis e "
-"ferramentas de ecrâ"
+"Um ambiente gráfico com um conjunto de aplicações amigáveis e ferramentas de "
+"ecrâ"
#: share/compssUsers.pl:156
#, c-format
@@ -18050,8 +17029,7 @@ msgstr "Utilidades da Rede/Monitarização"
#, c-format
msgid "Monitoring tools, processes accounting, tcpdump, nmap, ..."
msgstr ""
-"Ferramentas de monitorização, contagem de processos, tcpdump, "
-"nmap, ..."
+"Ferramentas de monitorização, contagem de processos, tcpdump, nmap, ..."
#: share/compssUsers.pl:201
#, c-format
@@ -18066,10 +17044,8 @@ msgstr "Assistentes para configurar o servidor"
#: standalone.pm:23
#, c-format
msgid ""
-"This program is free software; you can redistribute it and/or "
-"modify\n"
-"it under the terms of the GNU General Public License as published "
-"by\n"
+"This program is free software; you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
"the Free Software Foundation; either version 2, or (at your option)\n"
"any later version.\n"
"\n"
@@ -18080,11 +17056,9 @@ msgid ""
"\n"
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
-"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-"
-"1307, USA.\n"
+"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
msgstr ""
-"Este programa é de software livre; pode redistribuir-lo e/ou "
-"modifica-lo\n"
+"Este programa é de software livre; pode redistribuir-lo e/ou modifica-lo\n"
"nos termos da licença GNU GPL como publicado pela Fundação de\n"
"Software Livre, seja na versão 2, ou (à sua escolha) em qualquer\n"
"versão anterior.\n"
@@ -18107,8 +17081,8 @@ msgid ""
"--default : save default directories.\n"
"--debug : show all debug messages.\n"
"--show-conf : list of files or directories to backup.\n"
-"--config-info : explain configuration file options (for non-"
-"X users).\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
"--daemon : use daemon configuration. \n"
"--help : show this message.\n"
"--version : show version number.\n"
@@ -18118,10 +17092,9 @@ msgstr ""
"\n"
"--default : grava os directórios predefinidos.\n"
"--debug : mostra todas as mensagens erro.\n"
-"--show-conf : lista de ficheiros ou directórios para "
-"bachup.\n"
-"--config-info : explica as opções dos ficheiros de "
-"configuração (para utilizadores sem X).\n"
+"--show-conf : lista de ficheiros ou directórios para bachup.\n"
+"--config-info : explica as opções dos ficheiros de configuração "
+"(para utilizadores sem X).\n"
"--daemon : usa a configuração do servidor.\n"
"--help : mostra esta mensagem.\n"
"--version : mostra o numero da versão.\n"
@@ -18155,10 +17128,8 @@ msgstr ""
"\n"
"OPÇOES:\n"
" --help - mostra esta mensagem de ajuda.\n"
-" --report - o programa deve ser um das ferramentas "
-"Mandriva Linux\n"
-" --incident - o programa deve ser um das ferramentas "
-"Mandriva Linux"
+" --report - o programa deve ser um das ferramentas Mandriva Linux\n"
+" --incident - o programa deve ser um das ferramentas Mandriva Linux"
#: standalone.pm:65
#, c-format
@@ -18200,13 +17171,10 @@ msgstr ""
"OPÇÕES:\n"
"--windows_import : importa a partir de todas as partições windows "
"disponiveis.\n"
-"--xls_fonts : mostra todas os tipos de letra que já existem a partir "
-"do xls\n"
-"--install : aceita qualquer ficheiro de tipo de letra ou "
-"directoria.\n"
+"--xls_fonts : mostra todas os tipos de letra que já existem a partir do xls\n"
+"--install : aceita qualquer ficheiro de tipo de letra ou directoria.\n"
"--uninstall : desinstala qualquer tipo de letra ou directoria.\n"
-"--replace : substitui todos os tipos de letra que já "
-"existam.\n"
+"--replace : substitui todos os tipos de letra que já existam.\n"
"--application : 0 nenhuma aplicação.\n"
" : 1 todas as aplicações disponíveis suportadas.\n"
" : nome_da_aplicação como so para staroffice \n"
@@ -18221,14 +17189,13 @@ msgid ""
"--disable : disable MTS\n"
"--start : start MTS\n"
"--stop : stop MTS\n"
-"--adduser : add an existing system user to MTS (requires "
-"username)\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
"--deluser : delete an existing system user from MTS (requires "
"username)\n"
-"--addclient : add a client machine to MTS (requires MAC "
-"address, IP, nbi image name)\n"
-"--delclient : delete a client machine from MTS (requires MAC "
-"address, IP, nbi image name)"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
msgstr ""
"[OPÇÕES]...\n"
"Configurador do Servidor de Terminais Mandriva Linux\n"
@@ -18236,14 +17203,14 @@ msgstr ""
"--disable : desactiva o MTS\n"
"--start : inicia o MTS\n"
"--stop : pára o MTS\n"
-"--adduser : adiciona um utilizador do sistema ao MTS (requer "
-"nome do utilizador)\n"
-"--deluser : apaga um utilizador do sistema do MTS (requer "
-"nome do utilizador)\n"
-"--addclient : adiciona uma máquina cliente ao MTS (requer "
-"endereços MAC, IP, e o nome de imagem nbi)\n"
-"--delclient : apaga uma máquina cliente do MTS (requer "
-"endereços MAC, IP, e o nome de imagem nbi)"
+"--adduser : adiciona um utilizador do sistema ao MTS (requer nome do "
+"utilizador)\n"
+"--deluser : apaga um utilizador do sistema do MTS (requer nome do "
+"utilizador)\n"
+"--addclient : adiciona uma máquina cliente ao MTS (requer endereços "
+"MAC, IP, e o nome de imagem nbi)\n"
+"--delclient : apaga uma máquina cliente do MTS (requer endereços MAC, "
+"IP, e o nome de imagem nbi)"
#: standalone.pm:98
#, c-format
@@ -18254,8 +17221,7 @@ msgstr "[teclado]"
#, c-format
msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
msgstr ""
-"[--file=meuficheiro] [--word=minhapalavra] [--explain=regexp] [--"
-"alert]"
+"[--file=meuficheiro] [--word=minhapalavra] [--explain=regexp] [--alert]"
#: standalone.pm:100
#, c-format
@@ -18289,22 +17255,21 @@ msgstr " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
#, c-format
msgid ""
"[OPTION]...\n"
-" --no-confirmation do not ask first confirmation question in "
-"Mandriva Update mode\n"
+" --no-confirmation do not ask first confirmation question in Mandriva "
+"Update mode\n"
" --no-verify-rpm do not verify packages signatures\n"
" --changelog-first display changelog before filelist in the "
"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files "
-"found"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
msgstr ""
"[OPÇÃO]...\n"
-" --no-confirmation não pede a primeira confirmação em modo "
-"Mandriva Update\n"
+" --no-confirmation não pede a primeira confirmação em modo Mandriva "
+"Update\n"
" --no-verify-rpm não verifica as assinaturas dos pacotes\n"
-" --changelog-first mostra o registo de mudanças antes da lista "
-"dos ficheiros na janela de descrições\n"
-" --merge-all-rpmnew propõe fundir todos os ficheiros .rpmnew/."
-"rpmsave encontrados"
+" --changelog-first mostra o registo de mudanças antes da lista dos "
+"ficheiros na janela de descrições\n"
+" --merge-all-rpmnew propõe fundir todos os ficheiros .rpmnew/.rpmsave "
+"encontrados"
#: standalone.pm:115
#, c-format
@@ -18330,12 +17295,12 @@ msgstr ""
#, c-format
msgid ""
"\n"
-"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] "
-"[--testing] [-v|--version] "
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
msgstr ""
"\n"
-"Uso: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
-"testing] [-v|--version] "
+"Uso: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--testing] "
+"[-v|--version] "
#: standalone/XFdrake:59
#, c-format
@@ -18352,130 +17317,129 @@ msgstr "Por favor saia (log out) e depois use Ctrl-Alt-BackSpace"
msgid "You need to log out and back in again for changes to take effect"
msgstr "Precisa sair e voltar para que as mudanças tenham efeito"
-#: standalone/drakTermServ:105 standalone/drakTermServ:111
+#: standalone/drakTermServ:112 standalone/drakTermServ:118
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s requer um nome de utilizador...\n"
-#: standalone/drakTermServ:122
+#: standalone/drakTermServ:129
#, c-format
msgid ""
-"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for "
-"THIN_CLIENT, 0/1 for Local Config...\n"
+"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
+"0/1 for Local Config...\n"
msgstr ""
-"%s: %s requer nome de endereço, endereço MAC, IP, nbi-image, 0/1 "
-"para THIN_CLIENT, 0/1 para a Configuração Local...\n"
+"%s: %s requer nome de endereço, endereço MAC, IP, nbi-image, 0/1 para "
+"THIN_CLIENT, 0/1 para a Configuração Local...\n"
-#: standalone/drakTermServ:128
+#: standalone/drakTermServ:135
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s requer nome de endereço...\n"
-#: standalone/drakTermServ:138
+#: standalone/drakTermServ:144
#, c-format
msgid "Host name for client"
msgstr "Nome de endereço para o cliente"
-#: standalone/drakTermServ:139
+#: standalone/drakTermServ:145
#, c-format
msgid "MAC address should be in the format 00:11:22:33:44:55"
msgstr "O endereço MAC deve estar no formato 00:11:22:33:44:55"
-#: standalone/drakTermServ:140
+#: standalone/drakTermServ:146
#, c-format
msgid "IP address to be assigned to client"
msgstr "O endereço IP a ser atribuído ao cliente"
-#: standalone/drakTermServ:141
+#: standalone/drakTermServ:147
#, c-format
msgid "Kernel/network adapter image to use to boot client"
msgstr "Adaptador de imagem kdernel/rede para usar para arrancar o cliente"
-#: standalone/drakTermServ:142
+#: standalone/drakTermServ:148
#, c-format
msgid "Create masking files to allow configuration tools to run on client"
msgstr ""
-"Criar ficheiros mascarados para permitir que as ferramentas de "
-"configuração sejam executadas no cliente"
+"Criar ficheiros mascarados para permitir que as ferramentas de configuração "
+"sejam executadas no cliente"
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:149
#, c-format
msgid "Applications will run on server machine"
msgstr "As aplicações irão correr na máquina do servidor"
-#: standalone/drakTermServ:226 standalone/drakTermServ:229
+#: standalone/drakTermServ:234 standalone/drakTermServ:237
#, c-format
msgid "Terminal Server Configuration"
msgstr "Configuração do Servidor de Terminal"
-#: standalone/drakTermServ:235
+#: standalone/drakTermServ:243
#, c-format
msgid "dhcpd Config"
msgstr "Configuração dhcpd"
-#: standalone/drakTermServ:239
+#: standalone/drakTermServ:247
#, c-format
msgid "Enable Server"
msgstr "Activar Servidor"
-#: standalone/drakTermServ:245
+#: standalone/drakTermServ:253
#, c-format
msgid "Disable Server"
msgstr "Desactivar Servidor"
-#: standalone/drakTermServ:251
+#: standalone/drakTermServ:259
#, c-format
msgid "Start Server"
msgstr "Iniciar Servidor"
-#: standalone/drakTermServ:257
+#: standalone/drakTermServ:265
#, c-format
msgid "Stop Server"
msgstr "Parar Servidor"
-#: standalone/drakTermServ:266
+#: standalone/drakTermServ:274
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Disquete/ISO Etherboot"
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:278
#, c-format
msgid "Net Boot Images"
msgstr "Imagens de Arranque da Rede"
-#: standalone/drakTermServ:277
+#: standalone/drakTermServ:285
#, c-format
msgid "Add/Del Users"
msgstr "Adicionar/Remover Utilizadores"
-#: standalone/drakTermServ:281
+#: standalone/drakTermServ:289
#, c-format
msgid "Add/Del Clients"
msgstr "Adicionar/Remover Clientes"
-#: standalone/drakTermServ:289
+#: standalone/drakTermServ:297
#, c-format
msgid "Images"
msgstr "Imagens"
-#: standalone/drakTermServ:290
+#: standalone/drakTermServ:298
#, c-format
msgid "Clients/Users"
msgstr "Clientes/Utilizadores"
-#: standalone/drakTermServ:308 standalone/drakbug:47
+#: standalone/drakTermServ:316 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Assistente da Primeira Vez"
-#: standalone/drakTermServ:346 standalone/drakTermServ:347
+#: standalone/drakTermServ:354 standalone/drakTermServ:355
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-"%s definido como dm, a adicionar utilizador gdm a /etc/passwd$$CLIENT"
-"$$"
+"%s definido como dm, a adicionar utilizador gdm a /etc/passwd$$CLIENT$$"
-#: standalone/drakTermServ:353
+#: standalone/drakTermServ:361
#, c-format
msgid ""
"\n"
@@ -18491,8 +17455,7 @@ msgid ""
"server. \n"
" c) Start the "
"server. \n"
-" d) Synchronize the shadow files so that all users, including "
-"root, \n"
+" d) Synchronize the shadow files so that all users, including root, \n"
" are added to the shadow$$CLIENT$$ "
"file. \n"
" e) Ask you to make a boot floppy.\n"
@@ -18516,68 +17479,67 @@ msgstr ""
" sejam adicionados ao ficheiro shadow$$CLIENT$"
"$. \n"
" e) Pedir-lhe que faça uma disquete de arranque.\n"
-" f) Se forem clientes 'magros', pergunta-lhe se quer reiniciar o "
-"KDM.\n"
+" f) Se forem clientes 'magros', pergunta-lhe se quer reiniciar o KDM.\n"
-#: standalone/drakTermServ:399
+#: standalone/drakTermServ:407
#, c-format
msgid "Cancel Wizard"
msgstr "Cancelar Assistente"
-#: standalone/drakTermServ:414
+#: standalone/drakTermServ:422
#, c-format
msgid "Please save dhcpd config!"
msgstr "Pff guarde a configuração do dhcpd!"
-#: standalone/drakTermServ:442
+#: standalone/drakTermServ:450
#, c-format
msgid "Use thin clients."
msgstr "Use Clientes 'Magros'"
-#: standalone/drakTermServ:444
+#: standalone/drakTermServ:452
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Sincronizar as preferências do teclado do cliente X com o servidor."
-#: standalone/drakTermServ:446
+#: standalone/drakTermServ:454
#, c-format
msgid ""
-"Please select default client type (Fat is the default type if 'Use "
-"thin' is unchecked).\n"
-" 'Thin' clients run everything off the server's CPU/RAM, using "
-"the client display.\n"
+"Please select default client type (Fat is the default type if 'Use thin' is "
+"unchecked).\n"
+" 'Thin' clients run everything off the server's CPU/RAM, using the client "
+"display.\n"
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
"Por favor seleccione o tipo de cliente predefinido (Gordo é o tipo "
"prédefinido se\n"
"'Usar magro' estiver desmarcado).\n"
-" Clientes 'magros' correm tudo a partir do CPU/RAM do servidor, "
-"usando o display do cliente.\n"
-" Clientes 'gordos' usam o seu próprio CPU/RAM mas o sistema de "
-"ficheiros do servidor."
+" Clientes 'magros' correm tudo a partir do CPU/RAM do servidor, usando o "
+"display do cliente.\n"
+" Clientes 'gordos' usam o seu próprio CPU/RAM mas o sistema de ficheiros "
+"do servidor."
-#: standalone/drakTermServ:466
+#: standalone/drakTermServ:474
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "A criar novas imagens de arranque para todos os kernels"
-#: standalone/drakTermServ:467 standalone/drakTermServ:796
-#: standalone/drakTermServ:812
+#: standalone/drakTermServ:475 standalone/drakTermServ:807
+#: standalone/drakTermServ:823
#, c-format
msgid "This will take a few minutes."
msgstr "Isto irá levar alguns minutos."
-#: standalone/drakTermServ:473 standalone/drakTermServ:513
+#: standalone/drakTermServ:481 standalone/drakTermServ:521
#, c-format
msgid "Done!"
msgstr "Pronto!"
-#: standalone/drakTermServ:484 standalone/drakTermServ:883
+#: standalone/drakTermServ:492 standalone/drakTermServ:894
#, c-format
msgid "%s failed"
msgstr "%s falhado"
-#: standalone/drakTermServ:493
+#: standalone/drakTermServ:501
#, c-format
msgid ""
"Not enough space to create\n"
@@ -18588,168 +17550,162 @@ msgstr ""
"NBIs em %s.\n"
"Necessário: %d MB, Livre: %d MB"
-#: standalone/drakTermServ:499
+#: standalone/drakTermServ:507
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"A sincronizar a lista de utilizadores do servidor com a do cliente, "
"incluindo o root."
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:527
#, c-format
msgid ""
-"In order to enable changes made for thin clients, the display "
-"manager must be restarted. Restart now?"
+"In order to enable changes made for thin clients, the display manager must "
+"be restarted. Restart now?"
msgstr ""
-"Para activar as alterações feitas para os clientes magros, o gestor "
-"de ecrâtem que ser reiniciado. Reiniciar agora?"
+"Para activar as alterações feitas para os clientes magros, o gestor de "
+"ecrâtem que ser reiniciado. Reiniciar agora?"
-#: standalone/drakTermServ:554
+#: standalone/drakTermServ:564
#, c-format
msgid "Terminal Server Overview"
msgstr "Apresentação do Servidor de Terminal"
-#: standalone/drakTermServ:555
+#: standalone/drakTermServ:565
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
-" \tTo boot a kernel via etherboot, a special kernel/initrd "
-"image must be created.\n"
-" \tmkinitrd-net does much of this work and drakTermServ is "
-"just a graphical \n"
-" \tinterface to help manage/customize these images. To create "
-"the file \n"
-" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in "
-"as an include in \n"
-" \tdhcpd.conf, you should create the etherboot images for at "
-"least one full kernel."
+" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
+"be created.\n"
+" \tmkinitrd-net does much of this work and %s is just a graphical \n"
+" \tinterface to help manage/customize these images. To create the "
+"file \n"
+" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
+"include in \n"
+" \tdhcpd.conf, you should create the etherboot images for at least "
+"one full kernel."
msgstr ""
" - Criar Imagens de Arranque Etherboot:\n"
-" \tPara arrancar um kernel via etherboot, uma imagem kernel/"
-"initrd especial deve ser criada.\n"
-" \tmkinitrd-net faz a maior parte do trabalho e o "
-"drakTermServ é só o interface \n"
-" \tgráfico para ajudar a gerir/personalizar essas imagens. "
-"Para criar o ficheiro \n"
-" \t/etc/dhcpd.conf.etherboot-pcimap.include que é metido como "
-"um include em \n"
-" \tdhcpd.conf, deve criar as imagens de arranque Etherboot "
-"para pelo menos \n"
+" \tPara arrancar um kernel via etherboot, uma imagem kernel/initrd "
+"especial deve ser criada.\n"
+" \tmkinitrd-net faz a maior parte do trabalho e o %s é só o "
+"interface \n"
+" \tgráfico para ajudar a gerir/personalizar essas imagens. Para criar "
+"o ficheiro \n"
+" \t/etc/dhcpd.conf.etherboot-pcimap.include que é metido como um "
+"include em \n"
+" \tdhcpd.conf, deve criar as imagens de arranque Etherboot para pelo "
+"menos \n"
" \tum kernel completo."
-#: standalone/drakTermServ:561
+#: standalone/drakTermServ:571
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
" \tTo net boot clients, each client needs a dhcpd.conf entry, "
"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ "
-"helps create/remove \n"
+" \taddress and net boot images to the machine. %s helps create/"
+"remove \n"
" \tthese entries.\n"
"\t\t\t\n"
-" \t(PCI cards may omit the image - etherboot will request the "
-"correct image. \n"
-"\t\t\tYou should also consider that when etherboot looks for the "
-"images, it expects \n"
-"\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
-"nbi).\n"
+" \t(PCI cards may omit the image - etherboot will request the correct "
+"image. \n"
+"\t\t\tYou should also consider that when etherboot looks for the images, it "
+"expects \n"
+"\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
"\t\t\t \n"
-" \tA typical dhcpd.conf stanza to support a diskless client "
-"looks like:"
+" \tA typical dhcpd.conf stanza to support a diskless client looks "
+"like:"
msgstr ""
" - Gestão de /etc/dhcpd.conf:\n"
-" \t\tPara os clientes que arrancam na rede, cada um precisa "
-"duma entrada em dhcpd.conf, \n"
+" \t\tPara os clientes que arrancam na rede, cada um precisa duma "
+"entrada em dhcpd.conf, \n"
" \t\ta atribuir o endereço IP e a imagem de arranque rede da "
"máquina.\n"
-" \t\tO drakTermServ ajuda a criar/apagar estas entradas.\n"
+" \t\tO %s ajuda a criar/apagar estas entradas.\n"
"\t\t\t\n"
-" \t\t(as placas PCI podem omitir a imagem - o Etherboot irá "
-"pedir a imagem correcta.\n"
-" \t\tDeve também lembrar-se que quando o Etherboot procura "
-"imagens, espera\n"
-" \t\tpor nomes como boot-3c59x.nbi, em vez de boot-"
-"3c59x.2.4.19-16mdk.nbi).\n"
+" \t\t(as placas PCI podem omitir a imagem - o Etherboot irá pedir a "
+"imagem correcta.\n"
+" \t\tDeve também lembrar-se que quando o Etherboot procura imagens, "
+"espera\n"
+" \t\tpor nomes como boot-3c59x.nbi, em vez de boot-3c59x.2.4.19-16mdk."
+"nbi).\n"
"\t\t\t \n"
-" \t\tUma entrada típica no dhcpd.conf para aceitar um cliente "
-"sem disco, parece-se com:"
+" \t\tUma entrada típica no dhcpd.conf para aceitar um cliente sem "
+"disco, parece-se com:"
-#: standalone/drakTermServ:579
-#, c-format
+#: standalone/drakTermServ:589
+#, fuzzy, c-format
msgid ""
-" While you can use a pool of IP addresses, rather than setup "
-"a specific entry for\n"
-" a client machine, using a fixed address scheme facilitates "
-"using the functionality\n"
-" of client-specific configuration files that ClusterNFS "
-"provides.\n"
+" While you can use a pool of IP addresses, rather than setup a "
+"specific entry for\n"
+" a client machine, using a fixed address scheme facilitates using the "
+"functionality\n"
+" of client-specific configuration files that %s provides.\n"
"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. "
-"Clients can either be 'thin'\n"
-" or 'fat'. Thin clients run most software on the server via "
-"XDMCP, while fat clients run \n"
-" most software on the client machine. A special inittab, %s "
-"is\n"
-" written for thin clients. System config files xdm-config, "
-"kdmrc, and gdm.conf are \n"
-" modified if thin clients are used, to enable XDMCP. Since "
-"there are security issues in \n"
-" using XDMCP, hosts.deny and hosts.allow are modified to "
-"limit access to the local\n"
-" subnet.\n"
+" Note: The '#type' entry is only used by %s. Clients can either be "
+"'thin'\n"
+" or 'fat'. Thin clients run most software on the server via XDMCP, "
+"while fat clients run \n"
+" most software on the client machine. A special inittab, \n"
+" %s is written for thin clients. \n"
+" System config files xdm-config, kdmrc, and gdm.conf are modified if "
+"thin clients are \n"
+" used, to enable XDMCP. Since there are security issues in using "
+"XDMCP, hosts.deny and \n"
+" hosts.allow are modified to limit access to the local subnet.\n"
"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by "
-"drakTermServ. Clients can either \n"
-" be 'true' or 'false'. 'true' enables root login at the "
-"client machine and allows local \n"
-" hardware configuration of sound, mouse, and X, using the "
-"'drak' tools. This is enabled \n"
-" by creating separate config files associated with the "
-"client's IP address and creating \n"
-" read/write mount points to allow the client to alter the "
-"file. Once you are satisfied \n"
-" with the configuration, you can remove root login privileges "
-"from the client.\n"
+" Note: The '#hdw_config' entry is also only used by %s. Clients can "
+"either \n"
+" be 'true' or 'false'. 'true' enables root login at the client "
+"machine and allows local \n"
+" hardware configuration of sound, mouse, and X, using the 'drak' "
+"tools. This is enabled \n"
+" by creating separate config files associated with the client's IP "
+"address and creating \n"
+" read/write mount points to allow the client to alter the file. Once "
+"you are satisfied \n"
+" with the configuration, you can remove root login privileges from "
+"the client.\n"
"\t\t\t\n"
-" Note: You must stop/start the server after adding or "
-"changing clients."
-msgstr ""
-"\t\t\tMesmo que possa usar uma zona de endereços IP, em vez de "
-"configurar uma entrada\n"
-"\t\t\tespecifica para uma maquina cliente, usando esquena de "
-"endereço fixo facilita usando\n"
-"\t\t\tfuncionalidade de configuração específica por cliente que o "
-"ClusterNFS fornece.\n"
+" Note: You must stop/start the server after adding or changing "
+"clients."
+msgstr ""
+"\t\t\tMesmo que possa usar uma zona de endereços IP, em vez de configurar "
+"uma entrada\n"
+"\t\t\tespecifica para uma maquina cliente, usando esquena de endereço fixo "
+"facilita usando\n"
+"\t\t\tfuncionalidade de configuração específica por cliente que o %s "
+"fornece.\n"
"\t\t\t\n"
-"\t\t\tNota: A entrada \"#type\" é apenas usada por drakTermServ. Os "
-"clientes podem ser 'thin'\n"
-"\t\t\tou 'fat'. Os clientes 'thin' correm a maioria do software no "
-"servidor por XDMCP, enquanto os\n"
-"\t\t\tclientes Fat correm a maior parte do software na maquina "
-"cliente. Um inittab especial,\n"
+"\t\t\tNota: A entrada \"#type\" é apenas usada por %s. Os clientes podem ser "
+"'thin'\n"
+"\t\t\tou 'fat'. Os clientes 'thin' correm a maioria do software no servidor "
+"por XDMCP, enquanto os\n"
+"\t\t\tclientes Fat correm a maior parte do software na maquina cliente. Um "
+"inittab especial,\n"
"\t\t\t%s é\n"
-"\t\t\tcriado para os clientes 'thin'. Os ficheiros de configuração "
-"do sistema xdm-config, kdmrc, e gdm.conf\n"
-"\t\t\tsão modificados se são usados clientes magros, para activar o "
-"XDMCP. Como há problemas de\n"
-"\t\t\tsegurança no uso de XDMCP, hosts.deny e hosts.allow são "
-"modificados para limitar\n"
+"\t\t\tcriado para os clientes 'thin'. Os ficheiros de configuração do "
+"sistema xdm-config, kdmrc, e gdm.conf\n"
+"\t\t\tsão modificados se são usados clientes magros, para activar o XDMCP. "
+"Como há problemas de\n"
+"\t\t\tsegurança no uso de XDMCP, hosts.deny e hosts.allow são modificados "
+"para limitar\n"
"\t\t\to acesso à subrede local.\n"
"\t\t\t\n"
-"\t\t\tNota: É preciso reiniciar o servidor depois de adicionar ou "
-"mudar os clientes."
+"\t\t\tNota: É preciso reiniciar o servidor depois de adicionar ou mudar os "
+"clientes."
-#: standalone/drakTermServ:599
+#: standalone/drakTermServ:609
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to "
-"diskless clients. drakTermServ\n"
-" \tsets up the correct entry to allow anonymous access to the "
-"root filesystem from\n"
+" \t%s allows export of the root filesystem to diskless clients. %s\n"
+" \tsets up the correct entry to allow anonymous access to the root "
+"filesystem from\n"
" \tdiskless clients.\n"
"\n"
-" \tA typical exports entry for clusternfs is:\n"
+" \tA typical exports entry for %s is:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
@@ -18757,99 +17713,98 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
" - Gestão de /etc/exports:\n"
-" \t\tClusternfs permite exportar o sistema de ficheiros root "
-"para clientes sem disco.\n"
-" \t\tO drakTermServ configura a entrada correcta para "
-"permitir um acesso anonimo ao \n"
+" \t\t%s permite exportar o sistema de ficheiros root para clientes "
+"sem disco.\n"
+" \t\tO %s configura a entrada correcta para permitir um acesso "
+"anonimo ao \n"
" \t\tsistema de ficheiros root dos clientes sem disco.\n"
"\n"
-" \t\tUma entrada de exportação típica para ClusterNFS é:\n"
+" \t\tUma entrada de exportação típica para %s é:\n"
" \t\t\n"
" \t/\t\t\t\t\t(ro,all_squash)\n"
" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
"\t\t\t\n"
"\t\t\tCom SUBNET/MASK definidos a partir da sua rede."
-#: standalone/drakTermServ:611
-#, c-format
+#: standalone/drakTermServ:621
+#, fuzzy, c-format
msgid ""
" - Maintain %s:\n"
-" \tFor users to be able to log into the system from a "
-"diskless client, their entry in\n"
-" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
-" \thelps in this respect by adding or removing system users "
-"from this file."
+" \tFor users to be able to log into the system from a diskless "
+"client, their entry in\n"
+" \t/etc/shadow needs to be duplicated in %s. \n"
+" \t%s helps in this respect by adding or removing system users from "
+"this \n"
+" \tfile."
msgstr ""
" - Gestão de %s:\n"
-" \t\tPara que os utilizadores se possam ligar ao sistema a "
-"partir dum cliente sem disco, a sua \n"
-" \t\tentrada em /etc/shadow precisa ser duplicada em %s. "
-"drakTermServ\n"
-" \t\tajuda nisto ao adicionar ou remover utilizadores do "
-"sistema a partir deste ficheiro."
+" \t\tPara que os utilizadores se possam ligar ao sistema a partir dum "
+"cliente sem disco, a sua \n"
+" \t\tentrada em /etc/shadow precisa ser duplicada em %s. %s\n"
+" \t\tajuda nisto ao adicionar ou remover utilizadores do sistema a "
+"partir deste ficheiro."
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:626
#, c-format
msgid ""
" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own "
-"unique configuration files\n"
-" \ton the root filesystem of the server. By allowing local "
-"client hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+" \tThrough %s, each diskless client can have its own unique "
+"configuration files\n"
+" \ton the root filesystem of the server. By allowing local client "
+"hardware configuration, \n"
+" \t%s will help create these files."
msgstr ""
" - Ficheiro %s por cliente:\n"
-" \t\tPelos ClusterNFS, cada cliente sem disco pode ter o seu "
-"único ficheiro de configuração do X \n"
+" \t\tPelos %s, cada cliente sem disco pode ter o seu único ficheiro "
+"de configuração do X \n"
" \t\tno sistema de ficheiros root do servidor. Ao permitir a "
"configuração do hardware do cliente local,\n"
-"drakTermServ irá ajudar a criar \n"
-" \t\to drakTermServ irá ajudar a cria estes ficheiros."
+" \t\to %s irá ajudar a cria estes ficheiros."
-#: standalone/drakTermServ:620
+#: standalone/drakTermServ:631
#, c-format
msgid ""
" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own "
-"unique configuration files\n"
-" \ton the root filesystem of the server. By allowing local "
-"client hardware configuration, \n"
-" \tclients can customize files such as /etc/modules.conf, /"
-"etc/sysconfig/mouse, \n"
+" \tThrough %s, each diskless client can have its own unique "
+"configuration files\n"
+" \ton the root filesystem of the server. By allowing local client "
+"hardware configuration, \n"
+" \tclients can customize files such as /etc/modules.conf, /etc/"
+"sysconfig/mouse, \n"
" \t/etc/sysconfig/keyboard on a per-client basis.\n"
"\n"
-" Note: Enabling local client hardware configuration does "
-"enable root login to the terminal \n"
-" server on each client machine that has this feature "
-"enabled. Local configuration can be\n"
-" turned back off, retaining the configuration files, once the "
-"client machine is configured."
+" Note: Enabling local client hardware configuration does enable root "
+"login to the terminal \n"
+" server on each client machine that has this feature enabled. Local "
+"configuration can be\n"
+" turned back off, retaining the configuration files, once the client "
+"machine is configured."
msgstr ""
" - Ficheiros de configuração sistema por cliente:\n"
-" \tPelos clusternfs, cada cliente sem disco pode ter o seu "
-"único ficheiros de configuração \n"
+" \tPelos %s, cada cliente sem disco pode ter o seu único ficheiros de "
+"configuração \n"
" \tno sistema de ficheiros root do servidor. Ao permitir a "
"configuração do hardware,\n"
-" \tdo cliente local, os clientes podem personalizar ficheiros "
-"tais como /etc/modules.conf, /etc/sysconfig/mouse, \n"
-" \t/etc/sysconfig/mouse, /etc/sysconfig/keyboard numa base "
-"por cliente.\n"
+" \tdo cliente local, os clientes podem personalizar ficheiros tais "
+"como /etc/modules.conf, /etc/sysconfig/mouse, \n"
+" \t/etc/sysconfig/mouse, /etc/sysconfig/keyboard numa base por "
+"cliente.\n"
"\n"
" Nota: Permitir a configuração local do hardware, activa a "
"autenticação root no servidor de terminal\n"
-" em cada máquina cliente que tem esta opção activada. A "
-"configuração local pode ser,\n"
-" desactivada, retendo os ficheiros de configuração, assim que "
-"o cliente esteja configurado."
+" em cada máquina cliente que tem esta opção activada. A configuração "
+"local pode ser,\n"
+" desactivada, retendo os ficheiros de configuração, assim que o "
+"cliente esteja configurado."
-#: standalone/drakTermServ:629
+#: standalone/drakTermServ:640
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
-" \tdrakTermServ will configure this file to work in "
-"conjunction with the images created\n"
-" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to "
-"serve up the boot image to \n"
+" \t%s will configure this file to work in conjunction with the images "
+"created\n"
+" \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
+"the boot image to \n"
" \teach diskless client.\n"
"\n"
" \tA typical TFTP configuration file looks like:\n"
@@ -18865,19 +17820,18 @@ msgid ""
" server_args = -s /var/lib/tftpboot\n"
" \t}\n"
" \t\t\n"
-" \tThe changes here from the default installation are "
-"changing the disable flag to\n"
-" \t'no' and changing the directory path to /var/lib/tftpboot, "
-"where mkinitrd-net\n"
+" \tThe changes here from the default installation are changing the "
+"disable flag to\n"
+" \t'no' and changing the directory path to /var/lib/tftpboot, where "
+"mkinitrd-net\n"
" \tputs its images."
msgstr ""
" - /etc/xinetd.d/tftp:\n"
-" \t\to drakTermServ irá configurar este ficheiro para "
-"trabalhar em conjunto com\n"
-" \t\tas imagens criadas por mkinitrd-net, e entradas em /etc/"
-"dhcpd.conf, para servir\n"
-" \t\tacima da imagem de arranque para cada cliente sem "
-"disco.\n"
+" \t\to %s irá configurar este ficheiro para trabalhar em conjunto "
+"com\n"
+" \t\tas imagens criadas por mkinitrd-net, e entradas em /etc/dhcpd."
+"conf, para servir\n"
+" \t\tacima da imagem de arranque para cada cliente sem disco.\n"
"\n"
" \t\tUm ficheiro típico de configuração TFTP:\n"
" \t\t\n"
@@ -18892,19 +17846,17 @@ msgstr ""
" server_args = -s /var/lib/tftpboot\n"
" \t}\n"
" \t\t\n"
-" \t\tAs mudanças feitas aqui para com a instalação inicial "
-"são a activação do serviço \n"
-" \t\te o caminho para /var/lib/tftpboot, onde mkinitrd-net "
-"mete as imagens."
+" \t\tAs mudanças feitas aqui para com a instalação inicial são a "
+"activação do serviço \n"
+" \t\te o caminho para /var/lib/tftpboot, onde mkinitrd-net mete as "
+"imagens."
-#: standalone/drakTermServ:650
-#, c-format
+#: standalone/drakTermServ:661
msgid ""
" - Create etherboot floppies/CDs:\n"
-" \tThe diskless client machines need either ROM images on the "
-"NIC, or a boot floppy\n"
-" \tor CD to initiate the boot sequence. drakTermServ will "
-"help generate these\n"
+" \tThe diskless client machines need either ROM images on the NIC, or "
+"a boot floppy\n"
+" \tor CD to initiate the boot sequence. %s will help generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
" \tA basic example of creating a boot floppy for a 3Com 3c509 "
@@ -18913,80 +17865,79 @@ msgid ""
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
msgstr ""
" - Criar CDs/disquetes etherboot:\n"
-" \tAs máquinas cliente sem disco precisam de imagens ROM no "
-"NIC, uma disquete\n"
-" \tde arranque, ou um CD para inicializar a sequência de "
-"arranque. O drakTermServ\n"
-" \tirá ajudar a gerar estas imagens, baseado no NIC da "
-"máquina cliente.\n"
+" \tAs máquinas cliente sem disco precisam de imagens ROM no NIC, uma "
+"disquete\n"
+" \tde arranque, ou um CD para inicializar a sequência de arranque. O %"
+"s\n"
+" \tirá ajudar a gerar estas imagens, baseado no NIC da máquina "
+"cliente.\n"
" \t\t\n"
-" \tUm exemplo de criação de disquete de arranque para um 3Com "
-"3c509\n"
+" \tUm exemplo de criação de disquete de arranque para um 3Com 3c509\n"
"manualmente:\n"
" \t\t\n"
" \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
-#: standalone/drakTermServ:683
+#: standalone/drakTermServ:694
#, c-format
msgid "Boot Floppy"
msgstr "Disquete de Arranque"
-#: standalone/drakTermServ:685
+#: standalone/drakTermServ:696
#, c-format
msgid "Boot ISO"
msgstr "ISO de Arranque"
-#: standalone/drakTermServ:687
+#: standalone/drakTermServ:698
#, c-format
msgid "PXE Image"
msgstr "Imagem PXE"
-#: standalone/drakTermServ:748
+#: standalone/drakTermServ:759
#, c-format
msgid "Default kernel version"
msgstr "Versão predefinida do kernel"
-#: standalone/drakTermServ:753
+#: standalone/drakTermServ:764
#, c-format
msgid "Create PXE images"
msgstr "Criar imagens PXE"
-#: standalone/drakTermServ:754
+#: standalone/drakTermServ:765
#, c-format
msgid "Use Unionfs (TS2)"
msgstr "Usar Unionfs (TS2)"
-#: standalone/drakTermServ:784
+#: standalone/drakTermServ:795
#, c-format
msgid "Install i586 kernel for older clients"
msgstr "Instalar kernel i586 para clientes antigos"
-#: standalone/drakTermServ:794
+#: standalone/drakTermServ:805
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Compilar todo o kernel -->"
-#: standalone/drakTermServ:801
+#: standalone/drakTermServ:812
#, c-format
msgid "No kernel selected!"
msgstr "Nenhum kernel seleccionado !"
-#: standalone/drakTermServ:804
+#: standalone/drakTermServ:815
#, c-format
msgid "Build Single NIC -->"
msgstr "Compilar um só NIC -->"
-#: standalone/drakTermServ:808 standalone/drakTermServ:1631
+#: standalone/drakTermServ:819 standalone/drakTermServ:1643
#, c-format
msgid "No NIC selected!"
msgstr "Nenhum NIC seleccionado!"
-#: standalone/drakTermServ:811
+#: standalone/drakTermServ:822
#, c-format
msgid "Build All Kernels -->"
msgstr "Compilar Todos os Kernels -->"
-#: standalone/drakTermServ:824
+#: standalone/drakTermServ:835
#, c-format
msgid ""
"Custom\n"
@@ -18995,27 +17946,27 @@ msgstr ""
"Argumentos\n"
"kernel personalizados"
-#: standalone/drakTermServ:829
+#: standalone/drakTermServ:840
#, c-format
msgid "<-- Delete"
msgstr "<-- Apagar"
-#: standalone/drakTermServ:834
+#: standalone/drakTermServ:845
#, c-format
msgid "No image selected!"
msgstr "Nenhuma imagem seleccionada!"
-#: standalone/drakTermServ:837
+#: standalone/drakTermServ:848
#, c-format
msgid "Delete All NBIs"
msgstr "Apagar todos os NBIs"
-#: standalone/drakTermServ:914
+#: standalone/drakTermServ:925
#, c-format
msgid "Building images for kernel:"
msgstr "A compilar imagens para o kernel:"
-#: standalone/drakTermServ:1038
+#: standalone/drakTermServ:1050
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -19027,27 +17978,27 @@ msgstr ""
"Apague/re-adicione o utilizador para o Servidor de Terminais\n"
"para permitir a autenticação."
-#: standalone/drakTermServ:1043
+#: standalone/drakTermServ:1055
#, c-format
msgid "Add User -->"
msgstr "Adicionar utilizador -->"
-#: standalone/drakTermServ:1049
+#: standalone/drakTermServ:1061
#, c-format
msgid "<-- Del User"
msgstr "<-- Apagar Utilizador"
-#: standalone/drakTermServ:1085
+#: standalone/drakTermServ:1097
#, c-format
msgid "type: %s"
msgstr "tipo: %s"
-#: standalone/drakTermServ:1089
+#: standalone/drakTermServ:1101
#, c-format
msgid "local config: %s"
msgstr "configuração local: %s"
-#: standalone/drakTermServ:1124
+#: standalone/drakTermServ:1136
#, c-format
msgid ""
"Allow local hardware\n"
@@ -19056,22 +18007,22 @@ msgstr ""
"Permitir a configuração\n"
"local do hardware."
-#: standalone/drakTermServ:1134
+#: standalone/drakTermServ:1146
#, c-format
msgid "No net boot images created!"
msgstr "Nenhuma imagem de arranque na rede criada!"
-#: standalone/drakTermServ:1153
+#: standalone/drakTermServ:1165
#, c-format
msgid "Thin Client"
msgstr "Cliente 'Thin'"
-#: standalone/drakTermServ:1157
+#: standalone/drakTermServ:1169
#, c-format
msgid "Allow Thin Clients"
msgstr "Permitir Clientes 'Thin'"
-#: standalone/drakTermServ:1158
+#: standalone/drakTermServ:1170
#, c-format
msgid ""
"Sync client X keyboard\n"
@@ -19080,135 +18031,133 @@ msgstr ""
"Sincronizar as definições\n"
" do teclado do cliente X com o servidor."
-#: standalone/drakTermServ:1159
+#: standalone/drakTermServ:1171
#, c-format
msgid "Add Client -->"
msgstr "Adicionar Cliente -->"
-#: standalone/drakTermServ:1169
+#: standalone/drakTermServ:1181
#, c-format
msgid "Unknown MAC address format"
msgstr "Formato de endereço MAC desconhecido"
-#: standalone/drakTermServ:1183
+#: standalone/drakTermServ:1195
#, c-format
msgid "type: fat"
msgstr "tipo: fat"
-#: standalone/drakTermServ:1184
+#: standalone/drakTermServ:1196
#, c-format
msgid "type: thin"
msgstr "tipo: 'thin'"
-#: standalone/drakTermServ:1191
+#: standalone/drakTermServ:1203
#, c-format
msgid "local config: false"
msgstr "configuração local: falso"
-#: standalone/drakTermServ:1192
+#: standalone/drakTermServ:1204
#, c-format
msgid "local config: true"
msgstr "configuração local: verdadeiro"
-#: standalone/drakTermServ:1200
+#: standalone/drakTermServ:1212
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Editar Cliente"
-#: standalone/drakTermServ:1225
+#: standalone/drakTermServ:1237
#, c-format
msgid "Disable Local Config"
msgstr "Desactivar Configuração Local"
-#: standalone/drakTermServ:1232
+#: standalone/drakTermServ:1244
#, c-format
msgid "Delete Client"
msgstr "Apagar Cliente"
-#: standalone/drakTermServ:1255
+#: standalone/drakTermServ:1267
#, c-format
msgid ""
-"Need to restart the Display Manager for full changes to take "
-"effect. \n"
+"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-"É preciso reiniciar o Gestor de Sessões para tomar em conta as "
-"mudanças. \n"
+"É preciso reiniciar o Gestor de Sessões para tomar em conta as mudanças. \n"
"(service dm restart - na linha de comando)"
-#: standalone/drakTermServ:1300
+#: standalone/drakTermServ:1313
#, c-format
msgid "Thin clients will not work with autologin. Disable autologin?"
msgstr ""
-"Os clientes 'thin' não irão funcionar com a auto-autenticação. "
-"Desactivar a auto-autenticação?"
+"Os clientes 'thin' não irão funcionar com a auto-autenticação. Desactivar a "
+"auto-autenticação?"
-#: standalone/drakTermServ:1316
+#: standalone/drakTermServ:1328
#, c-format
msgid "All clients will use %s"
msgstr "Todos os clientes irão usar %s"
-#: standalone/drakTermServ:1350
+#: standalone/drakTermServ:1362
#, c-format
msgid "Subnet:"
msgstr "Subnet:"
-#: standalone/drakTermServ:1357
+#: standalone/drakTermServ:1369
#, c-format
msgid "Netmask:"
msgstr "Netmask:"
-#: standalone/drakTermServ:1364
+#: standalone/drakTermServ:1376
#, c-format
msgid "Routers:"
msgstr "Routers:"
-#: standalone/drakTermServ:1371
+#: standalone/drakTermServ:1383
#, c-format
msgid "Subnet Mask:"
msgstr "Máscara de Subnet"
-#: standalone/drakTermServ:1378
+#: standalone/drakTermServ:1390
#, c-format
msgid "Broadcast Address:"
msgstr "Endereço de Transmissão:"
-#: standalone/drakTermServ:1385
+#: standalone/drakTermServ:1397
#, c-format
msgid "Domain Name:"
msgstr "Nome do domínio:"
-#: standalone/drakTermServ:1393
+#: standalone/drakTermServ:1405
#, c-format
msgid "Name Servers:"
msgstr "Servidores de Nomes:"
-#: standalone/drakTermServ:1404
+#: standalone/drakTermServ:1416
#, c-format
msgid "IP Range Start:"
msgstr "Inicio da extensão IP:"
-#: standalone/drakTermServ:1405
+#: standalone/drakTermServ:1417
#, c-format
msgid "IP Range End:"
msgstr "Fim da extensão IP:"
-#: standalone/drakTermServ:1447
+#: standalone/drakTermServ:1459
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr "Anexar TS Includes à Configuração Existente"
-#: standalone/drakTermServ:1449
+#: standalone/drakTermServ:1461
#, c-format
msgid "Write Config"
msgstr "Escrever Configuração"
-#: standalone/drakTermServ:1465
+#: standalone/drakTermServ:1477
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Configuração do Servidor dhcpd"
-#: standalone/drakTermServ:1466
+#: standalone/drakTermServ:1478
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -19219,7 +18168,7 @@ msgstr ""
"do seu sistema actual.\n"
"Pode modifica-los conforme necessário."
-#: standalone/drakTermServ:1469
+#: standalone/drakTermServ:1481
#, c-format
msgid ""
"Dynamic IP Address Pool\n"
@@ -19228,102 +18177,101 @@ msgstr ""
"Grupo de Endereços IP Dinâmicos\n"
"(necessário para clientes PXE):"
-#: standalone/drakTermServ:1622
+#: standalone/drakTermServ:1634
#, c-format
msgid "Write to %s failed!"
msgstr "Não é possível escrever em %s!"
-#: standalone/drakTermServ:1635
+#: standalone/drakTermServ:1647
#, c-format
msgid "Please insert floppy disk:"
msgstr "Por favor insira uma disquete:"
-#: standalone/drakTermServ:1639
+#: standalone/drakTermServ:1651
#, c-format
msgid "Could not access the floppy!"
msgstr "Não consegui aceder à disquete !"
-#: standalone/drakTermServ:1641
+#: standalone/drakTermServ:1653
#, c-format
msgid "Floppy can be removed now"
msgstr "A disquete pode ser removida agora"
-#: standalone/drakTermServ:1644
+#: standalone/drakTermServ:1656
#, c-format
msgid "No floppy drive available!"
msgstr "Nenhum controlador de disquete disponível!"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1662
#, c-format
msgid "PXE image is %s/%s"
msgstr "A imagem PXE é %s/%s"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1664
#, c-format
msgid "Error writing %s/%s"
msgstr "Erro ao escrever %s/%s"
-#: standalone/drakTermServ:1664
+#: standalone/drakTermServ:1676
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "A imagem ISO Etherboot é %s"
-#: standalone/drakTermServ:1668
+#: standalone/drakTermServ:1680
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Algo correu mal! - Os mkisofs estão instalados?"
-#: standalone/drakTermServ:1688
+#: standalone/drakTermServ:1700
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "É preciso criar primeiro /etc/dhcpd.conf"
-#: standalone/drakTermServ:1847
+#: standalone/drakTermServ:1867
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "má passwd %s no Servidor de Terminal - reescrever...\n"
-#: standalone/drakTermServ:1860
+#: standalone/drakTermServ:1880
#, c-format
msgid "%s is not a user..\n"
msgstr "%s não é um utilizador..\n"
-#: standalone/drakTermServ:1861
+#: standalone/drakTermServ:1881
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s é já um utilizador do Servidor de Terminal\n"
-#: standalone/drakTermServ:1863
+#: standalone/drakTermServ:1883
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "A adição de %s ao Servidor de Terminal falhou!\n"
-#: standalone/drakTermServ:1865
+#: standalone/drakTermServ:1885
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s foi adicionado ao Servidor de Terminal\n"
-#: standalone/drakTermServ:1882
+#: standalone/drakTermServ:1903
#, c-format
msgid "Deleted %s...\n"
msgstr "%s apagado...\n"
-#: standalone/drakTermServ:1884 standalone/drakTermServ:1957
+#: standalone/drakTermServ:1905 standalone/drakTermServ:1978
#, c-format
msgid "%s not found...\n"
msgstr "%s não encontrado...\n"
-#: standalone/drakTermServ:1985
+#: standalone/drakTermServ:2006
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-"/etc/hosts.allow e /etc/hosts.deny já estão configurados - não "
-"alterados"
+"/etc/hosts.allow e /etc/hosts.deny já estão configurados - não alterados"
-#: standalone/drakTermServ:2125
+#: standalone/drakTermServ:2158
#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr "A configuração mudou - reiniciar clusternfs/dhcpd?"
+msgid "Configuration changed - restart %s/dhcpd?"
+msgstr "A configuração mudou - reiniciar %s/dhcpd?"
#: standalone/drakautoinst:38 standalone/drakhosts:123
#: standalone/drakhosts:129 standalone/draknfs:84 standalone/draknfs:105
@@ -19348,16 +18296,15 @@ msgstr "Auto Instalar Configurador"
#: standalone/drakautoinst:42
#, c-format
msgid ""
-"You are about to configure an Auto Install floppy. This feature is "
-"somewhat dangerous and must be used circumspectly.\n"
+"You are about to configure an Auto Install floppy. This feature is somewhat "
+"dangerous and must be used circumspectly.\n"
"\n"
-"With that feature, you will be able to replay the installation "
-"you've performed on this computer, being interactively prompted for "
-"some steps, in order to change their values.\n"
+"With that feature, you will be able to replay the installation you've "
+"performed on this computer, being interactively prompted for some steps, in "
+"order to change their values.\n"
"\n"
-"For maximum safety, the partitioning and formatting will never be "
-"performed automatically, whatever you chose during the install of "
-"this computer.\n"
+"For maximum safety, the partitioning and formatting will never be performed "
+"automatically, whatever you chose during the install of this computer.\n"
"\n"
"Press ok to continue."
msgstr ""
@@ -19365,13 +18312,13 @@ msgstr ""
"caracteristica é de alguma maneira perigosa e deve ser usada "
"circunspectamente.\n"
"\n"
-"Com esta caracteristica, irá poder repetir a instalação que fez "
-"neste computador, sendo-lhe perguntado por alguns passos, para que "
-"possa mudar os seus valores.\n"
+"Com esta caracteristica, irá poder repetir a instalação que fez neste "
+"computador, sendo-lhe perguntado por alguns passos, para que possa mudar os "
+"seus valores.\n"
"\n"
-"Para uma segurança máxima, o particionamento e a formatação nunca "
-"serão executadas automáticamente, seja qualfor a escolha durante a "
-"instalaçao neste computador.\n"
+"Para uma segurança máxima, o particionamento e a formatação nunca serão "
+"executadas automáticamente, seja qualfor a escolha durante a instalaçao "
+"neste computador.\n"
"\n"
"Prima ok para continuar."
@@ -19393,11 +18340,11 @@ msgstr "Passos de Configuração Automáticos"
#: standalone/drakautoinst:65
#, c-format
msgid ""
-"Please choose for each step whether it will replay like your "
-"install, or it will be manual"
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
msgstr ""
-"Por favor escolha para cada passo se irá repetir como na instalação, "
-"ou se será manual"
+"Por favor escolha para cada passo se irá repetir como na instalação, ou se "
+"será manual"
#: standalone/drakautoinst:77 standalone/drakautoinst:78
#: standalone/drakautoinst:92
@@ -19409,8 +18356,8 @@ msgstr "A criar disquete de auto-instalação"
#, c-format
msgid "Insert another blank floppy in drive %s (for drivers disk)"
msgstr ""
-"Insira outra disquete vazia no dispositivo %s (para os controladores "
-"do disco)"
+"Insira outra disquete vazia no dispositivo %s (para os controladores do "
+"disco)"
#: standalone/drakautoinst:91
#, c-format
@@ -19423,14 +18370,12 @@ msgid ""
"\n"
"Welcome.\n"
"\n"
-"The parameters of the auto-install are available in the sections on "
-"the left"
+"The parameters of the auto-install are available in the sections on the left"
msgstr ""
"\n"
"Bem-vindo.\n"
"\n"
-"Os parametros da auto-instalação estão disponíveis nas secções à "
-"esquerda"
+"Os parametros da auto-instalação estão disponíveis nas secções à esquerda"
#: standalone/drakautoinst:251
#, c-format
@@ -19459,11 +18404,11 @@ msgstr "Remover o ultimo item"
#: standalone/drakbackup:156
#, c-format
msgid ""
-"Expect is an extension to the TCL scripting language that allows "
-"interactive sessions without user intervention."
+"Expect is an extension to the TCL scripting language that allows interactive "
+"sessions without user intervention."
msgstr ""
-"Expect é uma extensão par a linguagem de scripts TCL que permite "
-"sessões interactivas sem intervenção do utilizador."
+"Expect é uma extensão par a linguagem de scripts TCL que permite sessões "
+"interactivas sem intervenção do utilizador."
#: standalone/drakbackup:157
#, c-format
@@ -19473,26 +18418,26 @@ msgstr "Grava a senha para este sistema na configuração do drakbackup."
#: standalone/drakbackup:158
#, c-format
msgid ""
-"For a multisession CD, only the first session will erase the cdrw. "
-"Otherwise the cdrw is erased before each backup."
+"For a multisession CD, only the first session will erase the cdrw. Otherwise "
+"the cdrw is erased before each backup."
msgstr ""
-"Para um CD multisessão, apenas a primeira sessão irá apagar o cdrw. "
-"Em contrário o cdrw é apagado antes de cada salvaguarda."
+"Para um CD multisessão, apenas a primeira sessão irá apagar o cdrw. Em "
+"contrário o cdrw é apagado antes de cada salvaguarda."
#: standalone/drakbackup:159
#, c-format
msgid ""
-"This option will save files that have changed. Exact behavior "
-"depends on whether incremental or differential mode is used."
+"This option will save files that have changed. Exact behavior depends on "
+"whether incremental or differential mode is used."
msgstr ""
-"Esta opção irá gravar ficheiros que foram alterados. O comportamento "
-"exacto depende se é usado o modo incremental ou diferencial."
+"Esta opção irá gravar ficheiros que foram alterados. O comportamento exacto "
+"depende se é usado o modo incremental ou diferencial."
#: standalone/drakbackup:160
#, c-format
msgid ""
-"Incremental backups only save files that have changed or are new "
-"since the last backup."
+"Incremental backups only save files that have changed or are new since the "
+"last backup."
msgstr ""
"As salvaguardas por incrementação só gravam ficheiros que mudaram ou são "
"novos desde a última salvaguarda."
@@ -19500,8 +18445,8 @@ msgstr ""
#: standalone/drakbackup:161
#, c-format
msgid ""
-"Differential backups only save files that have changed or are new "
-"since the original 'base' backup."
+"Differential backups only save files that have changed or are new since the "
+"original 'base' backup."
msgstr ""
"As salvaguardas diferenciais apenas gravam ficheiros que tenham sido "
"modificados ou são novos desde a salvaguarda original 'base'."
@@ -19509,82 +18454,79 @@ msgstr ""
#: standalone/drakbackup:162
#, c-format
msgid ""
-"Star should be selected if you want to backup EA or ACLs, otherwise "
-"choose tar"
-msgstr ""
-"Deve escolher star se deseja salvaguardar EA ou ACLs, senão escolha "
+"Star should be selected if you want to backup EA or ACLs, otherwise choose "
"tar"
+msgstr ""
+"Deve escolher star se deseja salvaguardar EA ou ACLs, senão escolha tar"
#: standalone/drakbackup:163
#, c-format
msgid ""
-"This should be a local user or email address that you want the "
-"backup results sent to. You will need to define a functioning mail "
-"server. Multiple users can be in a comma seperated list"
+"This should be a local user or email address that you want the backup "
+"results sent to. You will need to define a functioning mail server. Multiple "
+"users can be in a comma seperated list"
msgstr ""
-"Isto devia ser um utilizador local ou um endereço de correio para "
-"onde possa enviar os resultados da salvaguarda. Irá precisar de "
-"definir um servidor de correio funcional. Podem existir vários "
-"utilizadores separados por virgulas."
+"Isto devia ser um utilizador local ou um endereço de correio para onde possa "
+"enviar os resultados da salvaguarda. Irá precisar de definir um servidor de "
+"correio funcional. Podem existir vários utilizadores separados por virgulas."
#: standalone/drakbackup:164
#, c-format
msgid ""
-"This should be the return address that you want the backup results "
-"sent from. Default is drakbackup."
+"This should be the return address that you want the backup results sent "
+"from. Default is drakbackup."
msgstr ""
-"Este deve ser o endereço de retorno para onde deseja que os "
-"resultados de salvaguarda sejam enviados. Por omissão é drakbackup."
+"Este deve ser o endereço de retorno para onde deseja que os resultados de "
+"salvaguarda sejam enviados. Por omissão é drakbackup."
#: standalone/drakbackup:165
#, c-format
msgid ""
-"Files or wildcards listed in a .backupignore file at the top of a "
-"directory tree will not be backed up."
+"Files or wildcards listed in a .backupignore file at the top of a directory "
+"tree will not be backed up."
msgstr ""
-"Os ficheiros ou asteriscos listados num ficheiro .backupignore no "
-"topo de uma árvore de directórios não serão salvaguardados."
+"Os ficheiros ou asteriscos listados num ficheiro .backupignore no topo de "
+"uma árvore de directórios não serão salvaguardados."
#: standalone/drakbackup:166
#, c-format
msgid ""
-"For backups to other media, files are still created on the hard "
-"drive, then moved to the other media. Enabling this option will "
-"remove the hard drive tar files after the backup."
+"For backups to other media, files are still created on the hard drive, then "
+"moved to the other media. Enabling this option will remove the hard drive "
+"tar files after the backup."
msgstr ""
-"Para salvaguardar para outra média, os ficheiros serão na mesma "
-"criados no disco, e só depois são movidos para a outra média. Se "
-"activar esta opção os ficheiros tar no disco irão ser removidos a "
-"seguir à salvaguarda."
+"Para salvaguardar para outra média, os ficheiros serão na mesma criados no "
+"disco, e só depois são movidos para a outra média. Se activar esta opção os "
+"ficheiros tar no disco irão ser removidos a seguir à salvaguarda."
#: standalone/drakbackup:167
#, c-format
msgid ""
-"Selecting this option allows you to view the raw output from the "
-"restore process, after a file restore."
+"Selecting this option allows you to view the raw output from the restore "
+"process, after a file restore."
msgstr ""
-"Ao escolher esta opção irá poder ver todos os detalhes do do "
-"processo de restauração, após a restauração de um ficheiro."
+"Ao escolher esta opção irá poder ver todos os detalhes do do processo de "
+"restauração, após a restauração de um ficheiro."
#: standalone/drakbackup:168
#, c-format
msgid ""
-"Some protocols, like rsync, may be configured at the server end. "
-"Rather than using a directory path, you would use the 'module' name "
-"for the service path."
+"Some protocols, like rsync, may be configured at the server end. Rather "
+"than using a directory path, you would use the 'module' name for the service "
+"path."
msgstr ""
-"Alguns protocolos, como rsync, podem ser configurados na parte do "
-"servidor. Em vez de usar uma localização de directório, usaria o "
-"nome do 'módulo' para a localização do serviço."
+"Alguns protocolos, como rsync, podem ser configurados na parte do servidor. "
+"Em vez de usar uma localização de directório, usaria o nome do 'módulo' para "
+"a localização do serviço."
#: standalone/drakbackup:169
#, c-format
msgid ""
-"Custom allows you to specify your own day and time. The other "
-"options use run-parts in /etc/crontab."
+"Custom allows you to specify your own day and time. The other options use "
+"run-parts in /etc/crontab."
msgstr ""
-"Personalizar permite-lhe indicar o seu próprio dia e hora. As "
-"outras opções usam partes executáveis em /etc/crontab."
+"Personalizar permite-lhe indicar o seu próprio dia e hora. As outras opções "
+"usam partes executáveis em /etc/crontab."
#: standalone/drakbackup:343
#, c-format
@@ -19609,11 +18551,11 @@ msgstr "\"%s\" não é um e-mail válido nem um utilizador local existente!"
#: standalone/drakbackup:480 standalone/logdrake:444
#, c-format
msgid ""
-"\"%s\" is a local user, but you did not select a local smtp, so you "
-"must use a complete email address!"
+"\"%s\" is a local user, but you did not select a local smtp, so you must use "
+"a complete email address!"
msgstr ""
-"\"%s\" é um utilizador local, mas não seleccionou um smtp local, "
-"então deve usar um endereço de correio completo!"
+"\"%s\" é um utilizador local, mas não seleccionou um smtp local, então deve "
+"usar um endereço de correio completo!"
#: standalone/drakbackup:490
#, c-format
@@ -19818,21 +18760,20 @@ msgstr ""
#, c-format
msgid ""
"\n"
-" FTP connection problem: It was not possible to send your backup "
-"files by FTP.\n"
+" FTP connection problem: It was not possible to send your backup files by "
+"FTP.\n"
msgstr ""
"\n"
-"Problema na conexão FTP : Não foi possível enviar o seus ficheiros "
-"de salvaguarda por FTP.\n"
+"Problema na conexão FTP : Não foi possível enviar o seus ficheiros de "
+"salvaguarda por FTP.\n"
#: standalone/drakbackup:1104
#, c-format
msgid ""
-"Error during sending file via FTP. Please correct your FTP "
-"configuration."
+"Error during sending file via FTP. Please correct your FTP configuration."
msgstr ""
-"Erro ao enviar os ficheiros por FTP. Por favor corrija a sua "
-"configuração FTP."
+"Erro ao enviar os ficheiros por FTP. Por favor corrija a sua configuração "
+"FTP."
#: standalone/drakbackup:1106
#, c-format
@@ -19891,8 +18832,8 @@ msgstr "Salvaguarde os seus ficheiros de Sistema. (directório /etc)"
#, c-format
msgid "Use Incremental/Differential Backups (do not replace old backups)"
msgstr ""
-"Usar Salvaguardas Incrementais/Diferenciais (não substitui "
-"salvaguardas antigas)"
+"Usar Salvaguardas Incrementais/Diferenciais (não substitui salvaguardas "
+"antigas)"
#: standalone/drakbackup:1411 standalone/drakbackup:1474
#: standalone/drakbackup:1540
@@ -19915,8 +18856,7 @@ msgstr "Não incluir ficheiros críticos (senhas, grupos, fstab)"
#, c-format
msgid "Please check all users that you want to include in your backup."
msgstr ""
-"Por favor marque todos os utilizadores que deseja ter na sua "
-"salvaguarda."
+"Por favor marque todos os utilizadores que deseja ter na sua salvaguarda."
#: standalone/drakbackup:1471
#, c-format
@@ -20316,11 +19256,9 @@ msgstr "Assegure-se que o servidor cron está incluído nos seus serviços."
#: standalone/drakbackup:2228
#, c-format
msgid ""
-"If your machine is not on all the time, you might want to install "
-"anacron."
+"If your machine is not on all the time, you might want to install anacron."
msgstr ""
-"Se a sua máquina não está sempre ligada, pode querer instalar o "
-"anacron."
+"Se a sua máquina não está sempre ligada, pode querer instalar o anacron."
#: standalone/drakbackup:2304
#, c-format
@@ -20356,8 +19294,7 @@ msgstr "Servidor SMTP para correio electrónico:"
#, c-format
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-"Apagar ficheiros tar no disco rígido após salvaguardar para outra "
-"média."
+"Apagar ficheiros tar no disco rígido após salvaguardar para outra média."
#: standalone/drakbackup:2332
#, c-format
@@ -20742,12 +19679,10 @@ msgstr "OK para restaurar os outros ficheiros."
#: standalone/drakbackup:3067
#, c-format
-msgid ""
-"User list to restore (only the most recent date per user is "
-"important)"
+msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-"Lista dos utilizadores a restaurar (apenas os dados mais recentes "
-"por utilizador são importantes)"
+"Lista dos utilizadores a restaurar (apenas os dados mais recentes por "
+"utilizador são importantes)"
#: standalone/drakbackup:3132
#, c-format
@@ -20820,8 +19755,8 @@ msgstr "Remover directórios do utilizador antes de restaurar."
#, c-format
msgid "Filename text substring to search for (empty string matches all):"
msgstr ""
-"String do texto do nome do ficheiro a procurar por (string vazia "
-"combina com tudo):"
+"String do texto do nome do ficheiro a procurar por (string vazia combina com "
+"tudo):"
#: standalone/drakbackup:3336
#, c-format
@@ -21169,13 +20104,12 @@ msgstr "Silencioso"
#: standalone/drakboot:134
#, c-format
msgid ""
-"Your system bootloader is not in framebuffer mode. To activate "
-"graphical boot, select a graphic video mode from the bootloader "
-"configuration tool."
+"Your system bootloader is not in framebuffer mode. To activate graphical "
+"boot, select a graphic video mode from the bootloader configuration tool."
msgstr ""
-"O seu gestor de arranque não se encontra no modo framebuffer. Para "
-"activar o arranque gráfico, seleccione o modo de vídeo gráfico a "
-"partir do utilitário de configuração do gestor de arranque."
+"O seu gestor de arranque não se encontra no modo framebuffer. Para activar o "
+"arranque gráfico, seleccione o modo de vídeo gráfico a partir do utilitário "
+"de configuração do gestor de arranque."
#: standalone/drakboot:135
#, c-format
@@ -21249,12 +20183,12 @@ msgstr "Execute o Ambiente Gráfico quando o seu sistema inicia"
#: standalone/drakboot:272
#, c-format
msgid ""
-"Please choose a video mode, it will be applied to each of the boot "
-"entries selected below.\n"
+"Please choose a video mode, it will be applied to each of the boot entries "
+"selected below.\n"
"Be sure your video card supports the mode you choose."
msgstr ""
-"Por favor escolha o modo vídeo, será aplicado para cada uma das "
-"entradas de arranque,\n"
+"Por favor escolha o modo vídeo, será aplicado para cada uma das entradas de "
+"arranque,\n"
"escolhidas em baixo.\n"
"Certifique-se que a sua placa de vídeo suporta o modo escolhido."
@@ -21361,18 +20295,16 @@ msgstr "Kernel:"
#, c-format
msgid ""
"To submit a bug report, click on the report button. \n"
-"This will open a web browser window on %s where you'll find a form "
-"to fill in. The information displayed above will be transferred to "
-"that server. \n"
-"Things useful to include in your report are the output of lspci, "
-"kernel version, and /proc/cpuinfo."
+"This will open a web browser window on %s where you'll find a form to fill "
+"in. The information displayed above will be transferred to that server. \n"
+"Things useful to include in your report are the output of lspci, kernel "
+"version, and /proc/cpuinfo."
msgstr ""
"Para enviar o relatorio de um erro, clique no botão comunicar.\n"
-"Isto irá abrir uma janela do navegador web em %s onde irá encontrar "
-"um formulario para preencher. A informação mostrada em cima irá\n"
-"ser transferida para esse servidor. Convém ter no seu relatório "
-"coisascomo os resultador do lspci, a versão do kernel, e o /proc/"
-"cpuinfo."
+"Isto irá abrir uma janela do navegador web em %s onde irá encontrar um "
+"formulario para preencher. A informação mostrada em cima irá\n"
+"ser transferida para esse servidor. Convém ter no seu relatório coisascomo "
+"os resultador do lspci, a versão do kernel, e o /proc/cpuinfo."
#: standalone/drakbug:107
#, c-format
@@ -21632,11 +20564,11 @@ msgstr "Posição no bus"
#: standalone/drakconnect:700 standalone/drakgw:311
#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system. Please "
-"run the hardware configuration tool."
+"No ethernet network adapter has been detected on your system. Please run the "
+"hardware configuration tool."
msgstr ""
-"Nenhum adaptador de rede ethernet foi detectado no seu sistema. Por "
-"favor execute a ferramenta de configuração de hardware."
+"Nenhum adaptador de rede ethernet foi detectado no seu sistema. Por favor "
+"execute a ferramenta de configuração de hardware."
#: standalone/drakconnect:709
#, c-format
@@ -21662,8 +20594,7 @@ msgstr ""
#: standalone/drakconnect:746
#, c-format
msgid ""
-"Congratulations, the \"%s\" network interface has been successfully "
-"deleted"
+"Congratulations, the \"%s\" network interface has been successfully deleted"
msgstr "Parabéns, o interface de rede \"%s\" foi apagado com sucesso"
#: standalone/drakconnect:761
@@ -21749,12 +20680,11 @@ msgstr "Iniciado no arranque"
#, c-format
msgid ""
"This interface has not been configured yet.\n"
-"Run the \"Add an interface\" assistant from the Mandriva Linux "
-"Control Center"
+"Run the \"Add an interface\" assistant from the Mandriva Linux Control Center"
msgstr ""
"Este interface ainda não foi configurado.\n"
-"Execute o assistente \"Adicionar um interface\" do Centro de "
-"Controlo Mandriva Linux"
+"Execute o assistente \"Adicionar um interface\" do Centro de Controlo "
+"Mandriva Linux"
#: standalone/drakconnect:975 standalone/net_applet:51
#, c-format
@@ -21830,13 +20760,11 @@ msgstr "A escolher um gestor de ecrã"
#, c-format
msgid ""
"X11 Display Manager allows you to graphically log\n"
-"into your system with the X Window System running and supports "
-"running\n"
+"into your system with the X Window System running and supports running\n"
"several different X sessions on your local machine at the same time."
msgstr ""
"O Gestor de Ecrã X11 permite-lhe ligar-se graficamente\n"
-"ao seu sistema com o sistema X Window lançado e suporta executar "
-"várias\n"
+"ao seu sistema com o sistema X Window lançado e suporta executar várias\n"
"sessoes X diferentes na sua máquina local ao mesmo tempo."
#: standalone/drakedm:72
@@ -21847,11 +20775,11 @@ msgstr "A alteração foi feita, deseja reiniciar o serviço dm ?"
#: standalone/drakedm:73
#, c-format
msgid ""
-"You are going to close all running programs and lose your current "
-"session. Are you really sure that you want to restart the dm service?"
+"You are going to close all running programs and lose your current session. "
+"Are you really sure that you want to restart the dm service?"
msgstr ""
-"Irá fechar todos os programas activos e perder a sua sessão actual. "
-"Tem certeza que quer reiniciar o serviço dm ?"
+"Irá fechar todos os programas activos e perder a sua sessão actual. Tem "
+"certeza que quer reiniciar o serviço dm ?"
#: standalone/drakfont:182
#, c-format
@@ -21884,8 +20812,7 @@ msgstr "pronto"
#, c-format
msgid "Could not find any font in your mounted partitions"
msgstr ""
-"Não foi possível encontrar nenhum tipo de letra nas suas partições "
-"montadas"
+"Não foi possível encontrar nenhum tipo de letra nas suas partições montadas"
#: standalone/drakfont:257
#, c-format
@@ -21960,17 +20887,17 @@ msgstr "reiniciar xfs"
#: standalone/drakfont:429
#, c-format
msgid ""
-"Before installing any fonts, be sure that you have the right to use "
-"and install them on your system.\n"
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
"\n"
-"You can install the fonts the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
+"You can install the fonts the normal way. In rare cases, bogus fonts may "
+"hang up your X Server."
msgstr ""
-"Antes de instalar qualquer tipo de letra, certifique-se que tem o "
-"direito de uso e instalar estes tipos de letra no seu sistema.\n"
+"Antes de instalar qualquer tipo de letra, certifique-se que tem o direito de "
+"uso e instalar estes tipos de letra no seu sistema.\n"
"\n"
-"Pode instalar os tipos de letra de uma maneira normal. Em raros "
-"casos tipos de letra falsos podem bloquear o servidor do X."
+"Pode instalar os tipos de letra de uma maneira normal. Em raros casos tipos "
+"de letra falsos podem bloquear o servidor do X."
#: standalone/drakfont:473 standalone/drakfont:482
#, c-format
@@ -22027,12 +20954,9 @@ msgstr ""
#: standalone/drakfont:522
#, c-format
msgid ""
-"This program is free software; you can redistribute it and/or "
-"modify\n"
-" it under the terms of the GNU General Public License as published "
-"by\n"
-" the Free Software Foundation; either version 2, or (at your "
-"option)\n"
+"This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
" any later version.\n"
"\n"
"\n"
@@ -22044,13 +20968,11 @@ msgid ""
"\n"
" You should have received a copy of the GNU General Public License\n"
" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-"
-"1307, USA."
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-" Este programa é software livre; pode redistribui-lo e/ou modificá-"
-"lo sob os\n"
-" termos da licença GNU GPL como publicada pela Fundação Free "
-"Sofware;\n"
+" Este programa é software livre; pode redistribui-lo e/ou modificá-lo sob "
+"os\n"
+" termos da licença GNU GPL como publicada pela Fundação Free Sofware;\n"
" seja na versão 2 ou (como optar) qualquer versão posterior.\n"
"\n"
"\n"
@@ -22085,18 +21007,16 @@ msgstr ""
"\n"
" - pfm2afm: \n"
"\t por Ken Borgendale:\n"
-"\t Converte um ficheiro .pfm Windows para um ficheiro .afm (Adobe "
-"Font Metrics)\n"
+"\t Converte um ficheiro .pfm Windows para um ficheiro .afm (Adobe Font "
+"Metrics)\n"
"\n"
" - type1inst:\n"
"\t por James Macnicol: \n"
"\t o type1inst gera ficheiros fonts.dir fonts.scale & Fontmap.\n"
"\n"
" - ttf2pt1: \n"
-"\t por Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey "
-"Babkin \n"
-" Converte ficheiros de tipos de letra ttf para afm e "
-"pfb\n"
+"\t por Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
+" Converte ficheiros de tipos de letra ttf para afm e pfb\n"
#: standalone/drakfont:557
#, c-format
@@ -22221,26 +21141,25 @@ msgstr "Partilha da Conexão Internet"
#: standalone/drakgw:79
#, c-format
msgid ""
-"You are about to configure your computer to share its Internet "
-"connection.\n"
-"With that feature, other computers on your local network will be "
-"able to use this computer's Internet connection.\n"
+"You are about to configure your computer to share its Internet connection.\n"
+"With that feature, other computers on your local network will be able to use "
+"this computer's Internet connection.\n"
"\n"
-"Make sure you have configured your Network/Internet access using "
-"drakconnect before going any further.\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area "
-"Network (LAN)."
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
msgstr ""
"Está prestes a configurar o seu computador para partilhar a Conexão "
"Internet.\n"
-"Com esta característica, outros computadores na sua rede local "
-"poderão usar a conexão internet deste computador.\n"
+"Com esta característica, outros computadores na sua rede local poderão usar "
+"a conexão internet deste computador.\n"
"\n"
-"Certifique-se que já configurou o seu acesso Rede/Internet com "
-"drakconnect antes de proseguir. \n"
-"Nota: precisa de um Adaptador de Rede dedicado para configurar uma "
-"Rede de Área Local (LAN)."
+"Certifique-se que já configurou o seu acesso Rede/Internet com drakconnect "
+"antes de proseguir. \n"
+"Nota: precisa de um Adaptador de Rede dedicado para configurar uma Rede de "
+"Área Local (LAN)."
#: standalone/drakgw:95
#, c-format
@@ -22286,17 +21205,16 @@ msgstr ""
"\n"
"%s\n"
"\n"
-"Está-se prestes a configurar a sua Rede de Área Local com esse "
-"adaptador."
+"Está-se prestes a configurar a sua Rede de Área Local com esse adaptador."
#: standalone/drakgw:156
#, c-format
msgid ""
-"Please choose what network adapter will be connected to your Local "
-"Area Network."
+"Please choose what network adapter will be connected to your Local Area "
+"Network."
msgstr ""
-"Por favor escolha que adaptador de rede estará ligado a sua Rede de "
-"Área Local."
+"Por favor escolha que adaptador de rede estará ligado a sua Rede de Área "
+"Local."
#: standalone/drakgw:177
#, c-format
@@ -22317,8 +21235,8 @@ msgstr "O nome interno do domínio"
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
-"Potencial conflito de endereços LAN encontrado na configuração "
-"actual de %s!\n"
+"Potencial conflito de endereços LAN encontrado na configuração actual de %"
+"s!\n"
#: standalone/drakgw:204
#, c-format
@@ -22340,15 +21258,12 @@ msgstr "O IP do Servidor DNS"
msgid ""
"DHCP Server Configuration.\n"
"\n"
-"Here you can select different options for the DHCP server "
-"configuration.\n"
-"If you do not know the meaning of an option, simply leave it as it "
-"is."
+"Here you can select different options for the DHCP server configuration.\n"
+"If you do not know the meaning of an option, simply leave it as it is."
msgstr ""
"Configuração do Servidor DHCP.\n"
"\n"
-"Aqui pode escolher as diferentes opções para a configuração do "
-"servidor\n"
+"Aqui pode escolher as diferentes opções para a configuração do servidor\n"
"DHCP. Se desconhecer o significado de uma opção, deixe-a como está."
#: standalone/drakgw:243
@@ -22425,15 +21340,14 @@ msgstr "A Partilha da Conexão Internet está agora desactivada."
#, c-format
msgid ""
"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your "
-"Local Area Network, using automatic network configuration (DHCP) "
-"and\n"
+"You may now share Internet connection with other computers on your Local "
+"Area Network, using automatic network configuration (DHCP) and\n"
" a Transparent Proxy Cache server (SQUID)."
msgstr ""
"Foi tudo configurado.\n"
-"Pode agora partilhar a sua Conexão Internet com outros computadores "
-"na sua Rede Local, usando a configuração de rede automática (DHCP).e "
-"um servidor Transparente Proxy Cache (SQUID)."
+"Pode agora partilhar a sua Conexão Internet com outros computadores na sua "
+"Rede Local, usando a configuração de rede automática (DHCP).e um servidor "
+"Transparente Proxy Cache (SQUID)."
#: standalone/drakgw:363
#, c-format
@@ -22448,11 +21362,11 @@ msgstr "Configuração firewall detectada!"
#: standalone/drakgw:378
#, c-format
msgid ""
-"Warning! An existing firewalling configuration has been detected. "
-"You may need some manual fixes after installation."
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fixes after installation."
msgstr ""
-"Aviso! Uma configuração firewall existente foi detectada. Pode "
-"precisar de algumas correcções manuais a seguir à instalação."
+"Aviso! Uma configuração firewall existente foi detectada. Pode precisar de "
+"algumas correcções manuais a seguir à instalação."
#: standalone/drakgw:383
#, c-format
@@ -22469,8 +21383,8 @@ msgstr "A configurar firewall..."
msgid ""
" drakhelp 0.1\n"
"Copyright (C) 2003-2005 Mandriva.\n"
-"This is free software and may be redistributed under the terms of "
-"the GNU GPL.\n"
+"This is free software and may be redistributed under the terms of the GNU "
+"GPL.\n"
"\n"
"Usage: \n"
msgstr ""
@@ -22488,11 +21402,10 @@ msgstr " --help - mostra esta ajuda \n"
#: standalone/drakhelp:23
#, c-format
msgid ""
-" --id <id_label> - load the html help page which refers to "
-"id_label\n"
+" --id <id_label> - load the html help page which refers to id_label\n"
msgstr ""
-" --id <id_label> - carrega a página html de ajuda que se "
-"refere a id_label\n"
+" --id <id_label> - carrega a página html de ajuda que se refere a "
+"id_label\n"
#: standalone/drakhelp:24
#, c-format
@@ -22500,8 +21413,8 @@ msgid ""
" --doc <link> - link to another web page ( for WM welcome "
"frontend)\n"
msgstr ""
-" --doc <link> - liga a outra página web (para o interface "
-"bem-vindo WM)\n"
+" --doc <link> - liga a outra página web (para o interface bem-vindo "
+"WM)\n"
#: standalone/drakhelp:51
#, c-format
@@ -22703,52 +21616,51 @@ msgstr "Deve ser um directório."
#: standalone/draknfs:136
#, c-format
msgid ""
-"<span weight=\"bold\">NFS clients</span> may be specified in a "
-"number of ways:\n"
+"<span weight=\"bold\">NFS clients</span> may be specified in a number of "
+"ways:\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">single host:</span> a host either by "
-"an abbreviated name recognized be the resolver, fully qualified "
-"domain name, or an IP address\n"
+"<span foreground=\"royalblue3\">single host:</span> a host either by an "
+"abbreviated name recognized be the resolver, fully qualified domain name, or "
+"an IP address\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">netgroups:</span> NIS netgroups may "
-"be given as @group.\n"
+"<span foreground=\"royalblue3\">netgroups:</span> NIS netgroups may be given "
+"as @group.\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">wildcards:</span> machine names may "
-"contain the wildcard characters * and ?. For instance: *.cs.foo.edu "
-"matches all hosts in the domain cs.foo.edu.\n"
+"<span foreground=\"royalblue3\">wildcards:</span> machine names may contain "
+"the wildcard characters * and ?. For instance: *.cs.foo.edu matches all "
+"hosts in the domain cs.foo.edu.\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">IP networks:</span> you can also "
-"export directories to all hosts on an IP (sub-)network "
-"simultaneously. for example, either `/255.255.252.0' or `/22' "
-"appended to the network base address result.\n"
+"<span foreground=\"royalblue3\">IP networks:</span> you can also export "
+"directories to all hosts on an IP (sub-)network simultaneously. for example, "
+"either `/255.255.252.0' or `/22' appended to the network base address "
+"result.\n"
msgstr ""
-"<span weight=\"bold\">Clientes NFS</span> podem ser indicados "
-"através de várias maneiras:\n"
+"<span weight=\"bold\">Clientes NFS</span> podem ser indicados através de "
+"várias maneiras:\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">endereço único:</span> um endereço "
-"por um nome abreviado reconhecido pelo protocolo que faz a "
-"resolução, um nome de domínio totalmente qualificado, ou um endereço "
-"IP\n"
+"<span foreground=\"royalblue3\">endereço único:</span> um endereço por um "
+"nome abreviado reconhecido pelo protocolo que faz a resolução, um nome de "
+"domínio totalmente qualificado, ou um endereço IP\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">grupos de rede:</span> os grupos de "
-"rede NIS podem ser dados como @grupo.\n"
+"<span foreground=\"royalblue3\">grupos de rede:</span> os grupos de rede NIS "
+"podem ser dados como @grupo.\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">asteriscos:</span> os nomes de "
-"máquinas podem conter os caracteres * e ?. Por exemplo: *.cs.foo.edu "
-"corresponde a todos os endereços do domínio cs.foo.edu.\n"
+"<span foreground=\"royalblue3\">asteriscos:</span> os nomes de máquinas "
+"podem conter os caracteres * e ?. Por exemplo: *.cs.foo.edu corresponde a "
+"todos os endereços do domínio cs.foo.edu.\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">redes IP:</span> pode também "
-"exportar directórios para todos os endereços simultâneamente num IP "
-"de (sub-)rede. Por exemplo, `/255.255.252.0' ou `/22' junto ao "
-"resultado do endereço base da rede.\n"
+"<span foreground=\"royalblue3\">redes IP:</span> pode também exportar "
+"directórios para todos os endereços simultâneamente num IP de (sub-)rede. "
+"Por exemplo, `/255.255.252.0' ou `/22' junto ao resultado do endereço base "
+"da rede.\n"
#: standalone/draknfs:151
#, c-format
@@ -22756,44 +21668,42 @@ msgid ""
"<span weight=\"bold\">User ID options</span>\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">map root user as anonymous:</span> "
-"map requests from uid/gid 0 to the anonymous uid/gid (root_squash).\n"
+"<span foreground=\"royalblue3\">map root user as anonymous:</span> map "
+"requests from uid/gid 0 to the anonymous uid/gid (root_squash).\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">allow real remote root access:</"
-"span> turn off root squashing. This option is mainly useful for "
-"diskless clients (no_root_squash).\n"
+"<span foreground=\"royalblue3\">allow real remote root access:</span> turn "
+"off root squashing. This option is mainly useful for diskless clients "
+"(no_root_squash).\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">map all users to anonymous user:</"
-"span> map all uids and gids to the anonymous user (all_squash). "
-"Useful for NFS-exported public FTP directories, news spool "
-"directories, etc. The opposite option is no user UID mapping "
-"(no_all_squash), which is the default setting.\n"
+"<span foreground=\"royalblue3\">map all users to anonymous user:</span> map "
+"all uids and gids to the anonymous user (all_squash). Useful for NFS-"
+"exported public FTP directories, news spool directories, etc. The opposite "
+"option is no user UID mapping (no_all_squash), which is the default "
+"setting.\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">anonuid and anongid:</span> "
-"explicitly set the uid and gid of the anonymous account.\n"
+"<span foreground=\"royalblue3\">anonuid and anongid:</span> explicitly set "
+"the uid and gid of the anonymous account.\n"
msgstr ""
"<span weight=\"bold\">Opções ID Utilizador</span>\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">traçar utilizador root como anónimo:"
-"</span> pedidos de traçamento do uid/gid 0 para o uid/gid anónimo "
-"(root_squash).\n"
+"<span foreground=\"royalblue3\">traçar utilizador root como anónimo:</span> "
+"pedidos de traçamento do uid/gid 0 para o uid/gid anónimo (root_squash).\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">permitir acesso root remoto real:</"
-"span> desligar o esmagamento root. Esta opção é muito útil para "
-"clientes sem disco (no_root_squash).\n"
+"<span foreground=\"royalblue3\">permitir acesso root remoto real:</span> "
+"desligar o esmagamento root. Esta opção é muito útil para clientes sem disco "
+"(no_root_squash).\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">traçar todos os utilizadoresspara "
-"utilizador anónimo:</span> traçar todos os uids e gids para "
-"utilizador anónimo (all_squash). Útil para directórios FTP públicos "
-"exportados-NFS, directórios de notícias em fila, etc. A opção oposta "
-"é nenhum traçamento UID de utilizador (no_all_squash), que é a opção "
-"predefinida.\n"
+"<span foreground=\"royalblue3\">traçar todos os utilizadoresspara utilizador "
+"anónimo:</span> traçar todos os uids e gids para utilizador anónimo "
+"(all_squash). Útil para directórios FTP públicos exportados-NFS, directórios "
+"de notícias em fila, etc. A opção oposta é nenhum traçamento UID de "
+"utilizador (no_all_squash), que é a opção predefinida.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">anonuid e anongid:</span> definir "
@@ -22823,38 +21733,37 @@ msgstr "<span weight=\"bold\">Opções Avançadas</span>"
#, c-format
msgid ""
"<span foreground=\"royalblue3\">%s:</span> this option requires that "
-"requests originate on an internet port less than IPPORT_RESERVED "
-"(1024). This option is on by default."
+"requests originate on an internet port less than IPPORT_RESERVED (1024). "
+"This option is on by default."
msgstr ""
-"<span foreground=\"royalblue3\">%s:</span> esta opção pede os "
-"pedidos originados numa porta internet menor que uma IPPORT_RESERVED "
-"(1024). Esta opção está activada por omissão."
+"<span foreground=\"royalblue3\">%s:</span> esta opção pede os pedidos "
+"originados numa porta internet menor que uma IPPORT_RESERVED (1024). Esta "
+"opção está activada por omissão."
#: standalone/draknfs:173
#, c-format
msgid ""
-"<span foreground=\"royalblue3\">%s:</span> allow either only read or "
-"both read and write requests on this NFS volume. The default is to "
-"disallow any request which changes the filesystem. This can also be "
-"made explicit by using this option."
+"<span foreground=\"royalblue3\">%s:</span> allow either only read or both "
+"read and write requests on this NFS volume. The default is to disallow any "
+"request which changes the filesystem. This can also be made explicit by "
+"using this option."
msgstr ""
-"<span foreground=\"royalblue3\">%s:</span> permite pedidos de apenas-"
-"leitura ou leitura e escrita neste volume NFS. O valor predefinido é "
-"para não permitir qualquer pedido que mude o sistema de ficheiros. "
-"Isto pode também ser feito explicitamente ao usar esta opção."
+"<span foreground=\"royalblue3\">%s:</span> permite pedidos de apenas-leitura "
+"ou leitura e escrita neste volume NFS. O valor predefinido é para não "
+"permitir qualquer pedido que mude o sistema de ficheiros. Isto pode também "
+"ser feito explicitamente ao usar esta opção."
#: standalone/draknfs:174
#, c-format
msgid ""
-"<span foreground=\"royalblue3\">%s:</span> disallows the NFS server "
-"to violate the NFS protocol and to reply to requests before any "
-"changes made by these requests have been committed to stable storage "
-"(e.g. disc drive)."
+"<span foreground=\"royalblue3\">%s:</span> disallows the NFS server to "
+"violate the NFS protocol and to reply to requests before any changes made by "
+"these requests have been committed to stable storage (e.g. disc drive)."
msgstr ""
-"<span foreground=\"royalblue3\">%s:</span> não permite ao servidor "
-"NFS violar o protocolo NFS e responder aos pedidos antes que "
-"qualquer alteração tenha sido feita por estes pedidos para "
-"estabelecer o armazenamento (p.ex. disco)"
+"<span foreground=\"royalblue3\">%s:</span> não permite ao servidor NFS "
+"violar o protocolo NFS e responder aos pedidos antes que qualquer alteração "
+"tenha sido feita por estes pedidos para estabelecer o armazenamento (p.ex. "
+"disco)"
#: standalone/draknfs:306
#, c-format
@@ -22957,8 +21866,7 @@ msgstr "Por favor indique um directório para partilhar."
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
-"Por favor indique o botão de modificação para definir o acesso "
-"correcto."
+"Por favor indique o botão de modificação para definir o acesso correcto."
#: standalone/draknfs:600
#, c-format
@@ -23034,15 +21942,14 @@ msgstr "Editar regra actual"
#: standalone/drakperm:106
#, c-format
msgid ""
-"Here you can see files to use in order to fix permissions, owners, "
-"and groups via msec.\n"
-"You can also edit your own rules which will owerwrite the default "
-"rules."
+"Here you can see files to use in order to fix permissions, owners, and "
+"groups via msec.\n"
+"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-"Aqui pode ver ficheiros para usar para corrigir as permissões, "
-"donos, e grupos via msec.\n"
-"Pode também editar as suas próprias regras que irão sobrepor as "
-"regras predefinidas."
+"Aqui pode ver ficheiros para usar para corrigir as permissões, donos, e "
+"grupos via msec.\n"
+"Pode também editar as suas próprias regras que irão sobrepor as regras "
+"predefinidas."
#: standalone/drakperm:109
#, c-format
@@ -23153,8 +22060,7 @@ msgid ""
" only owner of directory or file in this directory can delete it"
msgstr ""
"Usado para directório:\n"
-" apenas o dono do directório ou do ficheiro neste directório pode "
-"apagar"
+" apenas o dono do directório ou do ficheiro neste directório pode apagar"
#: standalone/drakperm:273
#, c-format
@@ -23440,8 +22346,7 @@ msgstr ""
"Lançamento: %s\n"
"Autor: Antoine Ginies\n"
"\n"
-"Esta é uma simples ferramenta para fácilmente gerir a configuração "
-"Samba."
+"Esta é uma simples ferramenta para fácilmente gerir a configuração Samba."
#: standalone/draksambashare:186
#, c-format
@@ -23467,8 +22372,7 @@ msgstr "Adicionar partilha Samba"
#, c-format
msgid "Goal of this wizard is to easily create a new Samba share."
msgstr ""
-"O objectivo deste assistente é fácilmente criar uma nova partilha "
-"Samba."
+"O objectivo deste assistente é fácilmente criar uma nova partilha Samba."
#: standalone/draksambashare:377
#, c-format
@@ -23489,18 +22393,17 @@ msgstr "Localização:"
#: standalone/draksambashare:384
#, c-format
msgid ""
-"Share with the same name already exist or share name empty, please "
-"choose another name."
+"Share with the same name already exist or share name empty, please choose "
+"another name."
msgstr ""
-"Partilha com o mesmo nome já existente ou nome de partilha vazio, "
-"por favor escolhe outro nome."
+"Partilha com o mesmo nome já existente ou nome de partilha vazio, por favor "
+"escolhe outro nome."
#: standalone/draksambashare:388 standalone/draksambashare:394
#, c-format
msgid "Can't create the directory, please enter a correct path."
msgstr ""
-"Não é possível criar o directório, por favor indique a localização "
-"correcta."
+"Não é possível criar o directório, por favor indique a localização correcta."
#: standalone/draksambashare:391 standalone/draksambashare:627
#: standalone/draksambashare:794
@@ -23511,11 +22414,11 @@ msgstr "Por favor indique um Comentário para esta partilha."
#: standalone/draksambashare:422
#, c-format
msgid ""
-"The wizard successfully added the Samba share. Now just double click "
-"on it in treeview to modify it"
+"The wizard successfully added the Samba share. Now just double click on it "
+"in treeview to modify it"
msgstr ""
-"O assistente adicionou com sucesso a partilha Samba. Agora apenas "
-"faça duplo clique na partilha na vista em árvore para a modificar"
+"O assistente adicionou com sucesso a partilha Samba. Agora apenas faça duplo "
+"clique na partilha na vista em árvore para a modificar"
#: standalone/draksambashare:437
#, c-format
@@ -23535,11 +22438,10 @@ msgstr "Adicionar Partilha de Impressora Especial"
#: standalone/draksambashare:445
#, c-format
msgid ""
-"Goal of this wizard is to easily create a new special printer Samba "
-"share."
+"Goal of this wizard is to easily create a new special printer Samba share."
msgstr ""
-"O objectivo deste assistente é fácilmente criar uma nova partilha "
-"Samba de impressoras."
+"O objectivo deste assistente é fácilmente criar uma nova partilha Samba de "
+"impressoras."
#: standalone/draksambashare:453
#, c-format
@@ -23560,8 +22462,8 @@ msgstr "O assistente adicionou com sucesso a partilha de impressora Samba"
#, c-format
msgid "Please add or select a Samba printer share to be able to modify it."
msgstr ""
-"Por favor adicione ou seleccione uma partilha Samba de impressoras "
-"para a poder modificar."
+"Por favor adicione ou seleccione uma partilha Samba de impressoras para a "
+"poder modificar."
#: standalone/draksambashare:587
#, c-format
@@ -23637,8 +22539,7 @@ msgstr "Entrada DrakSamba"
#, c-format
msgid "Please add or select a Samba share to be able to modify it."
msgstr ""
-"Por favor adicione ou seleccione uma partilha Samba para a poder "
-"modificar."
+"Por favor adicione ou seleccione uma partilha Samba para a poder modificar."
#: standalone/draksambashare:723
#, c-format
@@ -23673,11 +22574,10 @@ msgstr "Público:"
#: standalone/draksambashare:800
#, c-format
msgid ""
-"Create mask, create mode and directory mask should be numeric. ie: "
-"0755."
+"Create mask, create mode and directory mask should be numeric. ie: 0755."
msgstr ""
-"A máscara, o modo criar e a máscara do directório deve ser numérica. "
-"ie: 0755."
+"A máscara, o modo criar e a máscara do directório deve ser numérica. ie: "
+"0755."
#: standalone/draksambashare:807
#, c-format
@@ -23805,35 +22705,34 @@ msgstr "Ignorar"
#: standalone/draksec:103
#, c-format
msgid ""
-"Here, you can setup the security level and administrator of your "
-"machine.\n"
+"Here, you can setup the security level and administrator of your machine.\n"
"\n"
"\n"
-"The '<span weight=\"bold\">Security Administrator</span>' is the one "
-"who will receive security alerts if the\n"
-"'<span weight=\"bold\">Security Alerts</span>' option is set. It can "
-"be a username or an email.\n"
+"The '<span weight=\"bold\">Security Administrator</span>' is the one who "
+"will receive security alerts if the\n"
+"'<span weight=\"bold\">Security Alerts</span>' option is set. It can be a "
+"username or an email.\n"
"\n"
"\n"
-"The '<span weight=\"bold\">Security Level</span>' menu allows you to "
-"select one of the six preconfigured security levels\n"
-"provided with msec. These levels range from '<span weight=\"bold"
-"\">poor</span>' security and ease of use, to\n"
-"'<span weight=\"bold\">paranoid</span>' config, suitable for very "
-"sensitive server applications:\n"
+"The '<span weight=\"bold\">Security Level</span>' menu allows you to select "
+"one of the six preconfigured security levels\n"
+"provided with msec. These levels range from '<span weight=\"bold\">poor</"
+"span>' security and ease of use, to\n"
+"'<span weight=\"bold\">paranoid</span>' config, suitable for very sensitive "
+"server applications:\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">Poor</span>: This is a totally "
-"unsafe but very\n"
+"<span foreground=\"royalblue3\">Poor</span>: This is a totally unsafe but "
+"very\n"
"easy to use security level. It should only be used for machines not "
"connected to\n"
"any network and that are not accessible to everybody.\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">Standard</span>: This is the "
-"standard security\n"
-"recommended for a computer that will be used to connect to the "
-"Internet as a\n"
+"<span foreground=\"royalblue3\">Standard</span>: This is the standard "
+"security\n"
+"recommended for a computer that will be used to connect to the Internet as "
+"a\n"
"client.\n"
"\n"
"\n"
@@ -23841,70 +22740,62 @@ msgid ""
"restrictions, and more automatic checks are run every night.\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">Higher</span>: The security is now "
-"high enough\n"
+"<span foreground=\"royalblue3\">Higher</span>: The security is now high "
+"enough\n"
"to use the system as a server which can accept connections from many "
"clients. If\n"
-"your machine is only a client on the Internet, you should choose a "
-"lower level.\n"
+"your machine is only a client on the Internet, you should choose a lower "
+"level.\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">Paranoid</span>: This is similar to "
-"the previous\n"
-"level, but the system is entirely closed and security features are "
-"at their\n"
+"<span foreground=\"royalblue3\">Paranoid</span>: This is similar to the "
+"previous\n"
+"level, but the system is entirely closed and security features are at their\n"
"maximum"
msgstr ""
"Aqui, pode configurar o nível de segurança e o administrador da sua "
"máquina.\n"
"\n"
"\n"
-"O <span weight=\"bold\">Administrador de Segurança </span> é aquele "
-"que irá receber os alertas de segurança\n"
-"se a opção '<span weight=\"bold\">Alerta de Segurança</span>' é "
-"definida. Pode ser um nome\n"
+"O <span weight=\"bold\">Administrador de Segurança </span> é aquele que irá "
+"receber os alertas de segurança\n"
+"se a opção '<span weight=\"bold\">Alerta de Segurança</span>' é definida. "
+"Pode ser um nome\n"
"de utilizador ou um endereço de correio electrónico.\n"
"\n"
"\n"
"O menu '<span weight=\"bold\">Nível de Segurança</span>' permite-lhe "
"escolher um dos seis níveis de segurança\n"
-"pré-configurados fornecidos com o msec. Esta extensão de níveis vão "
-"desde\n"
+"pré-configurados fornecidos com o msec. Esta extensão de níveis vão desde\n"
"segurança '<span weight=\"bold\">pobre</span>' e de fácil uso, até à "
"configuração '<span weight=\"bold\">paranoica</span>'\n"
"apropriada a aplicações se servidor de grande sensibilidade:\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">Pobre</span>: Este é um nível de "
-"segurança completamente inseguro\n"
-"mas de fácil uso. Deve ser apenas usado por máquinas não conectadas "
-"a\n"
+"<span foreground=\"royalblue3\">Pobre</span>: Este é um nível de segurança "
+"completamente inseguro\n"
+"mas de fácil uso. Deve ser apenas usado por máquinas não conectadas a\n"
"qualquer rede e que não estejam acessíveis a toda a gente.\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">Padrão</span>: Este é o nível de "
-"segurança padrão recomendado\n"
-"para um computador que seja usado para conectar à internet como "
-"cliente\n"
+"<span foreground=\"royalblue3\">Padrão</span>: Este é o nível de segurança "
+"padrão recomendado\n"
+"para um computador que seja usado para conectar à internet como cliente\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">Alta</span>: Há já algumas "
-"restrições,\n"
+"<span foreground=\"royalblue3\">Alta</span>: Há já algumas restrições,\n"
"e mais verificações automáticas são executadas todas as noites.\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">Superior</span>: A segurança é "
-"agora\n"
+"<span foreground=\"royalblue3\">Superior</span>: A segurança é agora\n"
"suficiente para o uso\n"
-"do sistema como um servidor que pode aceitar conexões de vários "
-"clientes.\n"
-"Se a sua máquina é apenas um cliente na Internet, deve escolher um "
-"nível\n"
+"do sistema como um servidor que pode aceitar conexões de vários clientes.\n"
+"Se a sua máquina é apenas um cliente na Internet, deve escolher um nível\n"
"mais baixo.\n"
"\n"
"\n"
-"<span foreground=\"royalblue3\">Paranoica</span>: Este é similar ao "
-"nível anterior, mas o sistema\n"
+"<span foreground=\"royalblue3\">Paranoica</span>: Este é similar ao nível "
+"anterior, mas o sistema\n"
"é inteiramente fechado e as opções de segurança estão ao seu máximo."
#: standalone/draksec:156 standalone/harddrake2:208
@@ -23970,8 +22861,8 @@ msgstr "Nenhuma Placa de Som detectada!"
#: standalone/draksound:50
#, c-format
msgid ""
-"No Sound Card has been detected on your machine. Please verify that "
-"a Linux-supported Sound Card is correctly plugged in.\n"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound Card is correctly plugged in.\n"
"\n"
"\n"
"You can visit our hardware database at:\n"
@@ -23979,8 +22870,8 @@ msgid ""
"\n"
"http://www.mandrivalinux.com/en/hardware.php3"
msgstr ""
-"Nenhuma placa de som foi detectada na sua máquina. Por favor "
-"verifique se a placa de som suportada pelo Linux está bem ligada.\n"
+"Nenhuma placa de som foi detectada na sua máquina. Por favor verifique se a "
+"placa de som suportada pelo Linux está bem ligada.\n"
"\n"
"\n"
"Pode visitar a nossa base de dados de hardware em:\n"
@@ -23994,16 +22885,14 @@ msgid ""
"\n"
"\n"
"\n"
-"Note: 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."
+"Note: 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."
msgstr ""
"\n"
"\n"
"\n"
-"Nota: se tem uma placa som ISA PnP, irá ter de usar o programa "
-"alsaconf ou sndconfig. Basta digitar \"alsaconf\" ou \"sndconfig\" "
-"numa consola."
+"Nota: se tem uma placa som ISA PnP, irá ter de usar o programa alsaconf ou "
+"sndconfig. Basta digitar \"alsaconf\" ou \"sndconfig\" numa consola."
#: standalone/draksplash:30
#, c-format
@@ -24204,8 +23093,8 @@ msgstr ""
msgid ""
"We're going to add an UPS device.\n"
"\n"
-"Do you want to autodetect UPS devices connected to this machine or "
-"to manually select them?"
+"Do you want to autodetect UPS devices connected to this machine or to "
+"manually select them?"
msgstr ""
"Vamos adicionar um dispositivo UPS.\n"
"\n"
@@ -24439,30 +23328,23 @@ msgstr "Simples configuração VPN"
msgid ""
"You are about to configure your computer to use a VPN connection.\n"
"\n"
-"With this feature, computers on your local private network and "
-"computers\n"
+"With this feature, computers on your local private network and computers\n"
"on some other remote private networks, can share resources, through\n"
"their respective firewalls, over the Internet, in a secure manner. \n"
"\n"
-"The communication over the Internet is encrypted. The local and "
-"remote\n"
+"The communication over the Internet is encrypted. The local and remote\n"
"computers look as if they were on the same network.\n"
"\n"
"Make sure you have configured your Network/Internet access using\n"
"drakconnect before going any further."
msgstr ""
-"Está prestes a configurar o seu computador para usar uma conexão "
-"VPN.\n"
+"Está prestes a configurar o seu computador para usar uma conexão VPN.\n"
"\n"
-"Com esta opção, computadores na sua rede privada local e "
-"computadores\n"
-"em algumas redes privadas remotas, podem partilhar recursos, através "
-"das\n"
-"suas respectivas firewalls, através da Internet, de uma maneira "
-"segura. \n"
+"Com esta opção, computadores na sua rede privada local e computadores\n"
+"em algumas redes privadas remotas, podem partilhar recursos, através das\n"
+"suas respectivas firewalls, através da Internet, de uma maneira segura. \n"
"\n"
-"A comunicação através da Internet é encriptada. Os computadores "
-"locais\n"
+"A comunicação através da Internet é encriptada. Os computadores locais\n"
"e remotos aparecem como se estivessem na mesma rede.\n"
"\n"
"Certifique-se que configurou o seu acesso à Rede/Internet usando o\n"
@@ -25105,8 +23987,7 @@ msgstr ""
"\n"
"As secções path têm que estar no topo do seu ficheiro racoon.conf.\n"
"\n"
-"Ponha o seu rato sobre a entrada do certificado para obter ajuda "
-"online."
+"Ponha o seu rato sobre a entrada do certificado para obter ajuda online."
#: standalone/drakvpn:732
#, c-format
@@ -25141,8 +24022,7 @@ msgstr ""
"\tExemplo: path include '/etc/racoon'\n"
"\n"
"path pre_shared_key file : especifica um ficheiro contendo\n"
-"uma chave(s) pré-partilhada(s) para vários ID(s). Ver Pre-shared key "
-"File.\n"
+"uma chave(s) pré-partilhada(s) para vários ID(s). Ver Pre-shared key File.\n"
"\tExemplo: path pre_shared_key '/etc/racoon/psk.txt' ;\n"
"\n"
"path certificate path: o racoon(8) irá procurar este directório\n"
@@ -25153,8 +24033,7 @@ msgstr ""
"outros ficheiros de configuração podem ser incluidos.\n"
"\tExemplo: include \"remote.conf\" ;\n"
"\n"
-"Pre-shared key File: O ficheiro de chave pré-partilhada define um "
-"par\n"
+"Pre-shared key File: O ficheiro de chave pré-partilhada define um par\n"
"do identificador e da chave secreta partilhada que são usados no\n"
"método de autenticação da chave pré-partilhada na fase 1."
@@ -25543,8 +24422,8 @@ msgid ""
" lifetime time 60 sec;\n"
"\tlifetime time 12 hour;\n"
"\n"
-"So, here, the lifetime units are 'min', 'min', 'sec', 'sec', 'sec' "
-"and 'hour'.\n"
+"So, here, the lifetime units are 'min', 'min', 'sec', 'sec', 'sec' and "
+"'hour'.\n"
msgstr ""
"define um tempo-de-vida de um certo tempo que será proposto\n"
"na fase 1 das negociações. Qualquer proposta será aceite, e\n"
@@ -25561,8 +24440,8 @@ msgstr ""
" lifetime time 60 sec;\n"
"\tlifetime time 12 hour;\n"
"\n"
-"Então, aqui, as unidades do tempo de vida são 'min', 'min', 'seg', "
-"'seg', 'seg' e 'hora'.\n"
+"Então, aqui, as unidades do tempo de vida são 'min', 'min', 'seg', 'seg', "
+"'seg' e 'hora'.\n"
#: standalone/drakvpn:1019
#, c-format
@@ -25600,8 +24479,7 @@ msgid ""
msgstr ""
"remoto (endereço | anonimo) [[porta]] { declarações }\n"
"específica os parâmetros para a fase 1 do IKE para cada nó remoto.\n"
-"A porta predefinida é a 500. Se especificado anonimo, as "
-"declarações\n"
+"A porta predefinida é a 500. Se especificado anonimo, as declarações\n"
"aplicam-se a todos os 'peers' que não correspondam a qualquer\n"
"outra directiva remota.\n"
"\n"
@@ -25780,8 +24658,7 @@ msgstr ""
"eles são usados como:\n"
"\tmy_identifier address [address];\n"
"\t\to tipo é o endereço IP. Este é o tipo\n"
-"\t\tpredefinido se não quiser especificar um identificador para "
-"usar.\n"
+"\t\tpredefinido se não quiser especificar um identificador para usar.\n"
"\tmy_identifier user_fqdn string;\n"
"\t\to tipo é um USER_FQDN (nome do domínio de um utilizador\n"
"\t\tcompletamente qualificado).\n"
@@ -26041,8 +24918,8 @@ msgstr "Nenhuma placa TV detectada!"
#: standalone/drakxtv:151
#, c-format
msgid ""
-"No TV Card has been detected on your machine. Please verify that a "
-"Linux-supported Video/TV Card is correctly plugged in.\n"
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
"\n"
"\n"
"You can visit our hardware database at:\n"
@@ -26050,8 +24927,8 @@ msgid ""
"\n"
"http://www.mandrivalinux.com/en/hardware.php3"
msgstr ""
-"Nenhuma placa TV foi detectada na sua máquina. Por favor verifique "
-"que a placa de Video/TV suportada pelo Linux está bem conectada.\n"
+"Nenhuma placa TV foi detectada na sua máquina. Por favor verifique que a "
+"placa de Video/TV suportada pelo Linux está bem conectada.\n"
"\n"
"\n"
"Pode visitar a nossa base de dados de hardware em :\n"
@@ -26077,11 +24954,9 @@ msgstr "a lista dos controladores alternativos para esta placa de som"
#: standalone/harddrake2:29
#, c-format
msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, "
-"USB, ...)"
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
-"este é o bus físico no qual o disposito está conectado (ex: PCI, "
-"USB, ...)"
+"este é o bus físico no qual o disposito está conectado (ex: PCI, USB, ...)"
#: standalone/harddrake2:31 standalone/harddrake2:146
#, c-format
@@ -26094,19 +24969,17 @@ msgid ""
"- PCI and USB devices: this lists the vendor, device, subvendor and "
"subdevice PCI/USB ids"
msgstr ""
-"- dispositivos PCI e USB : isto lista o vendedor, o dispositivo, "
-"subvendedor e os subdispositivos ids PCI/USB"
+"- dispositivos PCI e USB : isto lista o vendedor, o dispositivo, subvendedor "
+"e os subdispositivos ids PCI/USB"
#: standalone/harddrake2:35
#, c-format
msgid ""
-"- pci devices: this gives the PCI slot, device and function of this "
-"card\n"
+"- pci devices: this gives the PCI slot, device and function of this card\n"
"- eide devices: the device is either a slave or a master device\n"
"- scsi devices: the scsi bus and the scsi device ids"
msgstr ""
-"- dispositivos pci : isto dá o slot PCI, dispositivo e função desta "
-"placa\n"
+"- dispositivos pci : isto dá o slot PCI, dispositivo e função desta placa\n"
"- dispositivos eide : o dispositivo ou é slave ou master\n"
"- dispositivos scsi : o bus scsi o os ids do dispositivo scsi"
@@ -26119,8 +24992,7 @@ msgstr "Capacidade do disco"
#, c-format
msgid "special capacities of the driver (burning ability and or DVD support)"
msgstr ""
-"capacidades especiais do controlador (capacidade de gravar e/ou "
-"suporte DVD)"
+"capacidades especiais do controlador (capacidade de gravar e/ou suporte DVD)"
#: standalone/harddrake2:39
#, c-format
@@ -26313,13 +25185,13 @@ msgstr "Bogomips"
#, c-format
msgid ""
"the GNU/Linux kernel needs to run a calculation loop at boot time to "
-"initialize a timer counter. Its result is stored as bogomips as a "
-"way to \"benchmark\" the cpu."
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
msgstr ""
-"O kernel GNU/Linux precisa de executar um ciclo de cálculos na "
-"altura do arranque para inicializar o contador de tempo. Os seus "
-"resultados são gravados como bogomips como uma maneira de \"benchmark"
-"\" (referência comparativa) do processador (cpu)."
+"O kernel GNU/Linux precisa de executar um ciclo de cálculos na altura do "
+"arranque para inicializar o contador de tempo. Os seus resultados são "
+"gravados como bogomips como uma maneira de \"benchmark\" (referência "
+"comparativa) do processador (cpu)."
#: standalone/harddrake2:67
#, c-format
@@ -26370,13 +25242,13 @@ msgstr "Frequência (MHz)"
#: standalone/harddrake2:73
#, c-format
msgid ""
-"the CPU frequency in MHz (Megahertz which in first approximation may "
-"be coarsely assimilated to number of instructions the cpu is able to "
-"execute per second)"
+"the CPU frequency in MHz (Megahertz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
msgstr ""
-"a frequência do cpu em MHz (Megahertz que na primeira aproximação "
-"pode ser assimilada grosseiramente para o número de instruções que o "
-"cpu é capaz de executar por segundo)"
+"a frequência do cpu em MHz (Megahertz que na primeira aproximação pode ser "
+"assimilada grosseiramente para o número de instruções que o cpu é capaz de "
+"executar por segundo)"
#: standalone/harddrake2:74
#, c-format
@@ -26396,13 +25268,13 @@ msgstr "Erro Fdiv"
#: standalone/harddrake2:76
#, c-format
msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating "
-"point processor which did not achieve the required precision when "
-"performing a Floating point DIVision (FDIV)"
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
msgstr ""
-"Os primeiros chips Intel Pentium fabricados têm um erro no seu "
-"processador 'floating point' que não permite a precisão esperada "
-"quando a executar uma 'Floating point DIVision (FDIV)'"
+"Os primeiros chips Intel Pentium fabricados têm um erro no seu processador "
+"'floating point' que não permite a precisão esperada quando a executar uma "
+"'Floating point DIVision (FDIV)'"
#: standalone/harddrake2:77
#, c-format
@@ -26423,8 +25295,8 @@ msgstr "Se o FPU tem um vector irq"
#, c-format
msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
-"sim significa que o coprocessador aritmético tem um vector de "
-"excepção anexado"
+"sim significa que o coprocessador aritmético tem um vector de excepção "
+"anexado"
#: standalone/harddrake2:79
#, c-format
@@ -26435,8 +25307,8 @@ msgstr "Erro F00f"
#, c-format
msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
-"os primeiros Pentium não eram fiáveis e bloqueavam quando "
-"descodificavam o bytecode F00F"
+"os primeiros Pentium não eram fiáveis e bloqueavam quando descodificavam o "
+"bytecode F00F"
#: standalone/harddrake2:80
#, c-format
@@ -26446,12 +25318,11 @@ msgstr "Erro halt"
#: standalone/harddrake2:81
#, c-format
msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to "
-"operating mode after the \"halt\" instruction is used"
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
msgstr ""
-"Alguns dos primeiros chips i486DX-100 não podem voltar ao modo "
-"operacional de maneira segura depois de ter usado a instrução \"halt"
-"\"."
+"Alguns dos primeiros chips i486DX-100 não podem voltar ao modo operacional "
+"de maneira segura depois de ter usado a instrução \"halt\"."
#: standalone/harddrake2:82
#, c-format
@@ -26511,14 +25382,13 @@ msgstr "Protecção de escrita"
#: standalone/harddrake2:89
#, c-format
msgid ""
-"the WP flag in the CR0 register of the cpu enforce write protection "
-"at the memory page level, thus enabling the processor to prevent "
-"unchecked kernel accesses to user memory (aka this is a bug guard)"
+"the WP flag in the CR0 register of the cpu enforce write protection at the "
+"memory page level, thus enabling the processor to prevent unchecked kernel "
+"accesses to user memory (aka this is a bug guard)"
msgstr ""
-"a bandeira WP no registo CR0 do processador força a protecção de "
-"escrita ao nível da página da memória, permitindo assim o "
-"processador de evitar acessos desmarcados no kernel à memória do "
-"utilizador (é uma protecção contra erros)"
+"a bandeira WP no registo CR0 do processador força a protecção de escrita ao "
+"nível da página da memória, permitindo assim o processador de evitar acessos "
+"desmarcados no kernel à memória do utilizador (é uma protecção contra erros)"
#: standalone/harddrake2:93
#, c-format
@@ -26558,14 +25428,13 @@ msgstr "Número da unidade lógica"
#: standalone/harddrake2:99
#, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are "
-"uniquely identified by a\n"
+"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
+"identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
-"o número SCSI (LUN). Os dispositivos SCSI conectados a um endereço "
-"são únicamente\n"
-"identificados por um número de canal, um id e um número de unidade "
-"lógica"
+"o número SCSI (LUN). Os dispositivos SCSI conectados a um endereço são "
+"únicamente\n"
+"identificados por um número de canal, um id e um número de unidade lógica"
#. -PO: here, "size" is the size of the ram chip (eg: 128Mo, 256Mo, ...)
#: standalone/harddrake2:106
@@ -26621,11 +25490,10 @@ msgstr "Ficheiro de dispositivo"
#: standalone/harddrake2:115
#, c-format
msgid ""
-"the device file used to communicate with the kernel driver for the "
-"mouse"
+"the device file used to communicate with the kernel driver for the mouse"
msgstr ""
-"o ficheiro do dispositivo usado para comunicar com o controlador do "
-"kernel para o rato"
+"o ficheiro do dispositivo usado para comunicar com o controlador do kernel "
+"para o rato"
#: standalone/harddrake2:116
#, c-format
@@ -26772,12 +25640,11 @@ msgstr "Ajuda Harddrake"
#: standalone/harddrake2:216
#, c-format
msgid ""
-"Once you've selected a device, you'll be able to see the device "
-"information in fields displayed on the right frame (\"Information\")"
+"Once you've selected a device, you'll be able to see the device information "
+"in fields displayed on the right frame (\"Information\")"
msgstr ""
-"Assim que tiver escolhido um dispositivo, irá ser capaz de ver a "
-"informação do dispositivo em campos exibidos no frame correcto "
-"(\"Informação\")"
+"Assim que tiver escolhido um dispositivo, irá ser capaz de ver a informação "
+"do dispositivo em campos exibidos no frame correcto (\"Informação\")"
#: standalone/harddrake2:222 standalone/printerdrake:177
#, c-format
@@ -26833,11 +25700,9 @@ msgstr "Executar ferramenta de configuração"
#: standalone/harddrake2:309
#, c-format
msgid ""
-"Click on a device in the left tree in order to display its "
-"information here."
+"Click on a device in the left tree in order to display its information here."
msgstr ""
-"Clique num dispositivo na árvore esquerda para mostrar a sua "
-"informação aqui."
+"Clique num dispositivo na árvore esquerda para mostrar a sua informação aqui."
#: standalone/harddrake2:330 standalone/printerdrake:306
#: standalone/printerdrake:320
@@ -26873,15 +25738,13 @@ msgstr "DVD"
#: standalone/harddrake2:512
#, c-format
msgid ""
-"The following devices needs proprietary drivers or firmwares in "
-"order to operate smoothly. The appropriate packages can be retrieved "
-"from the Mandriva Club. Do you want to subscribe to the Mandriva "
-"Club?"
+"The following devices needs proprietary drivers or firmwares in order to "
+"operate smoothly. The appropriate packages can be retrieved from the "
+"Mandriva Club. Do you want to subscribe to the Mandriva Club?"
msgstr ""
-"Os seguintes dispositivos precisam controladores apropriados ou "
-"firmwares para um bom desempenho. Os pacotes apropriados podem ser "
-"transferidos do Clube Mandriva. Deseja subscrever-se no Clube "
-"Mandriva?"
+"Os seguintes dispositivos precisam controladores apropriados ou firmwares "
+"para um bom desempenho. Os pacotes apropriados podem ser transferidos do "
+"Clube Mandriva. Deseja subscrever-se no Clube Mandriva?"
#: standalone/harddrake2:595 standalone/harddrake2:598
#, c-format
@@ -27141,11 +26004,11 @@ msgstr "Configuração dos serviços"
#: standalone/logdrake:416
#, c-format
msgid ""
-"You will receive an alert if one of the selected services is no "
-"longer running"
+"You will receive an alert if one of the selected services is no longer "
+"running"
msgstr ""
-"Irá receber um alerta se um dos serviços seleccionados já não "
-"estiver a correr"
+"Irá receber um alerta se um dos serviços seleccionados já não estiver a "
+"correr"
#: standalone/logdrake:423
#, c-format
@@ -27466,8 +26329,8 @@ msgstr "Medidas locais"
#: standalone/net_monitor:461
#, c-format
msgid ""
-"Warning, another internet connection has been detected, maybe using "
-"your network"
+"Warning, another internet connection has been detected, maybe using your "
+"network"
msgstr "Aviso, outra conexão Internet foi detectada, talvez a usar a sua rede"
#: standalone/net_monitor:472
@@ -27653,28 +26516,27 @@ msgstr "A abortar o Scannerdrake."
#: standalone/scannerdrake:60
#, c-format
msgid ""
-"Could not install the packages needed to set up a scanner with "
-"Scannerdrake."
+"Could not install the packages needed to set up a scanner with Scannerdrake."
msgstr ""
-"Não foi possível instalar os pacotes necessários para configurar um "
-"scanner com o Scannerdrake."
+"Não foi possível instalar os pacotes necessários para configurar um scanner "
+"com o Scannerdrake."
#: standalone/scannerdrake:61
#, c-format
msgid "Scannerdrake will not be started now."
msgstr "O scannerdrake não irá ser iniciado agora."
-#: standalone/scannerdrake:67 standalone/scannerdrake:491
+#: standalone/scannerdrake:67 standalone/scannerdrake:508
#, c-format
msgid "Searching for configured scanners..."
msgstr "A procurar scanners configurados..."
-#: standalone/scannerdrake:71 standalone/scannerdrake:495
+#: standalone/scannerdrake:71 standalone/scannerdrake:512
#, c-format
msgid "Searching for new scanners..."
msgstr "A procurar novos novos scanners..."
-#: standalone/scannerdrake:79 standalone/scannerdrake:517
+#: standalone/scannerdrake:79 standalone/scannerdrake:534
#, c-format
msgid "Re-generating list of configured scanners..."
msgstr "A regerar a lista de scanners configurados..."
@@ -27693,8 +26555,7 @@ msgstr "%s encontrado em %s, configurar automaticamente?"
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
msgstr ""
-"%s não está na lista na base de dados do scanner, configurar "
-"manualmente?"
+"%s não está na lista na base de dados do scanner, configurar manualmente?"
#: standalone/scannerdrake:131
#, c-format
@@ -27734,11 +26595,11 @@ msgstr "Não instalar o ficheiro firmware"
#: standalone/scannerdrake:175 standalone/scannerdrake:227
#, c-format
msgid ""
-"It is possible that your %s needs its firmware to be uploaded "
-"everytime when it is turned on."
+"It is possible that your %s needs its firmware to be uploaded everytime when "
+"it is turned on."
msgstr ""
-"É possível que o seu %s precise que o seu firmware seja carregado "
-"cada vez que é ligado."
+"É possível que o seu %s precise que o seu firmware seja carregado cada vez "
+"que é ligado."
#: standalone/scannerdrake:176 standalone/scannerdrake:228
#, c-format
@@ -27748,20 +26609,20 @@ msgstr "Se este é o caso, pode fazer com que isto seja feito automáticamente."
#: standalone/scannerdrake:177 standalone/scannerdrake:231
#, c-format
msgid ""
-"To do so, you need to supply the firmware file for your scanner so "
-"that it can be installed."
+"To do so, you need to supply the firmware file for your scanner so that it "
+"can be installed."
msgstr ""
-"Para tal, precisa fornecer o ficheiro firmware do seu scanner para "
-"que possa ser instalado."
+"Para tal, precisa fornecer o ficheiro firmware do seu scanner para que possa "
+"ser instalado."
#: standalone/scannerdrake:178 standalone/scannerdrake:232
#, c-format
msgid ""
-"You find the file on the CD or floppy coming with the scanner, on "
-"the manufacturer's home page, or on your Windows partition."
+"You find the file on the CD or floppy coming with the scanner, on the "
+"manufacturer's home page, or on your Windows partition."
msgstr ""
-"Encontre o ficheiro no CD ou disquete que vem com o scanner, na "
-"página web do fabricante, ou na sua partição Windows."
+"Encontre o ficheiro no CD ou disquete que vem com o scanner, na página web "
+"do fabricante, ou na sua partição Windows."
#: standalone/scannerdrake:180 standalone/scannerdrake:239
#, c-format
@@ -27784,26 +26645,26 @@ msgid ""
"It is possible that your scanners need their firmware to be uploaded "
"everytime when they are turned on."
msgstr ""
-"É possível que os seus scanners precisem que o seu firmware seja "
-"carregado quando estiverem ligados."
+"É possível que os seus scanners precisem que o seu firmware seja carregado "
+"quando estiverem ligados."
#: standalone/scannerdrake:230
#, c-format
msgid ""
-"To do so, you need to supply the firmware files for your scanners so "
-"that it can be installed."
+"To do so, you need to supply the firmware files for your scanners so that it "
+"can be installed."
msgstr ""
-"Para tal, precisar fornecer os ficheiros de firmware para os seus "
-"scanners para que possam ser instalados."
+"Para tal, precisar fornecer os ficheiros de firmware para os seus scanners "
+"para que possam ser instalados."
#: standalone/scannerdrake:233
#, c-format
msgid ""
-"If you have already installed your scanner's firmware you can update "
-"the firmware here by supplying the new firmware file."
+"If you have already installed your scanner's firmware you can update the "
+"firmware here by supplying the new firmware file."
msgstr ""
-"Se já instalou o firmware do seu scanner pode actualizar o firmware "
-"aqui ao fornecer o novo ficheiro de firmware."
+"Se já instalou o firmware do seu scanner pode actualizar o firmware aqui ao "
+"fornecer o novo ficheiro de firmware."
#: standalone/scannerdrake:235
#, c-format
@@ -27834,115 +26695,114 @@ msgstr "O %s não é suportado"
#, c-format
msgid ""
"The %s must be configured by printerdrake.\n"
-"You can launch printerdrake from the %s Control Center in Hardware "
-"section."
+"You can launch printerdrake from the %s Control Center in Hardware section."
msgstr ""
"A %s deve ser configurada pelo printerdrake.\n"
-"Pode executar o printerdrake a partir do %s Centro de Controlo na "
-"secção Hardware."
+"Pode executar o printerdrake a partir do %s Centro de Controlo na secção "
+"Hardware."
+
+#: standalone/scannerdrake:322
+#, c-format
+msgid "Setting up kernel modules..."
+msgstr "A definir os módulos kernel..."
-#: standalone/scannerdrake:308 standalone/scannerdrake:315
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:332 standalone/scannerdrake:339
+#: standalone/scannerdrake:369
#, c-format
msgid "Auto-detect available ports"
msgstr "Auto-detectar portas disponíveis"
-#: standalone/scannerdrake:310 standalone/scannerdrake:356
+#: standalone/scannerdrake:334 standalone/scannerdrake:380
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Por favor escolha o dispositivo onde o seu %s está ligado"
-#: standalone/scannerdrake:311
+#: standalone/scannerdrake:335
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Nota: as portas paralelas não podem ser auto-detectadas)"
-#: standalone/scannerdrake:313 standalone/scannerdrake:358
+#: standalone/scannerdrake:337 standalone/scannerdrake:382
#, c-format
msgid "choose device"
msgstr "escolher dispositivo"
-#: standalone/scannerdrake:347
+#: standalone/scannerdrake:371
#, c-format
msgid "Searching for scanners..."
msgstr "A procurar scanners..."
-#: standalone/scannerdrake:383
-#, c-format
-msgid "Setting up kernel modules..."
-msgstr "A definir os módulos kernel..."
-
-#: standalone/scannerdrake:390 standalone/scannerdrake:397
+#: standalone/scannerdrake:407 standalone/scannerdrake:414
#, c-format
msgid "Attention!"
msgstr "Atenção!"
-#: standalone/scannerdrake:391
+#: standalone/scannerdrake:408
#, c-format
msgid ""
"Your %s cannot be configured fully automatically.\n"
"\n"
-"Manual adjustments are required. Please edit the configuration file /"
-"etc/sane.d/%s.conf. "
+"Manual adjustments are required. Please edit the configuration file /etc/"
+"sane.d/%s.conf. "
msgstr ""
"O seu %s não pode ser configurado automáticamente totalmente.\n"
"\n"
-"Ajustes manuais são necessários. Por favor edite o ficheiro de "
-"configuração /etc/sane.d/%s.conf. "
+"Ajustes manuais são necessários. Por favor edite o ficheiro de configuração /"
+"etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:392 standalone/scannerdrake:401
+#: standalone/scannerdrake:409 standalone/scannerdrake:418
#, c-format
msgid ""
-"More info in the driver's manual page. Run the command \"man sane-%s"
-"\" to read it."
+"More info in the driver's manual page. Run the command \"man sane-%s\" to "
+"read it."
msgstr ""
-"Mais informação na página do manual do controlador. Execute o "
-"comando \"man sane-%s\" para o lêr."
+"Mais informação na página do manual do controlador. Execute o comando \"man "
+"sane-%s\" para o lêr."
-#: standalone/scannerdrake:394 standalone/scannerdrake:403
+#: standalone/scannerdrake:411 standalone/scannerdrake:420
#, c-format
msgid ""
"After that you may scan documents using \"XSane\" or \"Kooka\" from "
"Multimedia/Graphics in the applications menu."
msgstr ""
-"A seguir pode digitalizar documentos usando o \"XSane\" ou o \"Kooka"
-"\" a partir do menu de aplicações Multimédia/Gráficos."
+"A seguir pode digitalizar documentos usando o \"XSane\" ou o \"Kooka\" a "
+"partir do menu de aplicações Multimédia/Gráficos."
-#: standalone/scannerdrake:398
+#: standalone/scannerdrake:415
#, c-format
msgid ""
-"Your %s has been configured, but it is possible that additional "
-"manual adjustments are needed to get it to work. "
+"Your %s has been configured, but it is possible that additional manual "
+"adjustments are needed to get it to work. "
msgstr ""
-"A sua %s foi configurada, mas é possível que sejam necessários "
-"ajustes manuais para a pôr a funcionar. "
+"A sua %s foi configurada, mas é possível que sejam necessários ajustes "
+"manuais para a pôr a funcionar. "
-#: standalone/scannerdrake:399
+#: standalone/scannerdrake:416
#, c-format
msgid ""
-"If it does not appear in the list of configured scanners in the main "
-"window of Scannerdrake or if it does not work correctly, "
+"If it does not appear in the list of configured scanners in the main window "
+"of Scannerdrake or if it does not work correctly, "
msgstr ""
-"Se não aparecer na lista de scanners configurados da janela "
-"principal do Scannerdrake ou se não trabaçhar correctamente, "
+"Se não aparecer na lista de scanners configurados da janela principal do "
+"Scannerdrake ou se não trabaçhar correctamente, "
-#: standalone/scannerdrake:400
+#: standalone/scannerdrake:417
#, c-format
msgid "edit the configuration file /etc/sane.d/%s.conf. "
msgstr "edite o ficheiro de configuração /etc/sane.d/%s.conf. "
-#: standalone/scannerdrake:406
+#: standalone/scannerdrake:423
#, c-format
msgid ""
"Your %s has been configured.\n"
-"You may now scan documents using \"XSane\" or \"Kooka\" from "
-"Multimedia/Graphics in the applications menu."
+"You may now scan documents using \"XSane\" or \"Kooka\" from Multimedia/"
+"Graphics in the applications menu."
msgstr ""
"O seu %s foi configurado.\n"
-"Pode agora digitalizar documentos usando o \"XSane\" ou o \"Kooka\" "
-"a partir do menu de aplicações Multimédia/Gráficos."
+"Pode agora digitalizar documentos usando o \"XSane\" ou o \"Kooka\" a partir "
+"do menu de aplicações Multimédia/Gráficos."
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:448
#, c-format
msgid ""
"The following scanners\n"
@@ -27955,7 +26815,7 @@ msgstr ""
"%s\n"
"estão disponíveis no seu sistema.\n"
-#: standalone/scannerdrake:432
+#: standalone/scannerdrake:449
#, c-format
msgid ""
"The following scanner\n"
@@ -27968,157 +26828,155 @@ msgstr ""
"%s\n"
"está disponível no seu sistema.\n"
-#: standalone/scannerdrake:435 standalone/scannerdrake:438
+#: standalone/scannerdrake:452 standalone/scannerdrake:455
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Não há scanners disponiveis no seu sistema.\n"
-#: standalone/scannerdrake:452
+#: standalone/scannerdrake:469
#, c-format
msgid "Search for new scanners"
msgstr "Procurar por novos scanners"
-#: standalone/scannerdrake:458
+#: standalone/scannerdrake:475
#, c-format
msgid "Add a scanner manually"
msgstr "Adicionar um scanner manualmente"
-#: standalone/scannerdrake:465
+#: standalone/scannerdrake:482
#, c-format
msgid "Install/Update firmware files"
msgstr "Instalar/Actualizar ficheiros firmware"
-#: standalone/scannerdrake:471
+#: standalone/scannerdrake:488
#, c-format
msgid "Scanner sharing"
msgstr "Partilha do Scanner"
-#: standalone/scannerdrake:530 standalone/scannerdrake:695
+#: standalone/scannerdrake:547 standalone/scannerdrake:712
#, c-format
msgid "All remote machines"
msgstr "Todas as máquinas remotas"
-#: standalone/scannerdrake:542 standalone/scannerdrake:845
+#: standalone/scannerdrake:559 standalone/scannerdrake:862
#, c-format
msgid "This machine"
msgstr "Esta máquina"
-#: standalone/scannerdrake:582
+#: standalone/scannerdrake:599
#, c-format
msgid ""
-"Here you can choose whether the scanners connected to this machine "
-"should be accessible by remote machines and by which remote machines."
+"Here you can choose whether the scanners connected to this machine should be "
+"accessible by remote machines and by which remote machines."
msgstr ""
-"Aqui pode escolher se os scanners conectados a esta máquina devem "
-"ser disponibilizados para máquinas remotas e para que máquinas."
+"Aqui pode escolher se os scanners conectados a esta máquina devem ser "
+"disponibilizados para máquinas remotas e para que máquinas."
-#: standalone/scannerdrake:583
+#: standalone/scannerdrake:600
#, c-format
msgid ""
-"You can also decide here whether scanners on remote machines should "
-"be made available on this machine."
+"You can also decide here whether scanners on remote machines should be made "
+"available on this machine."
msgstr ""
-"Também pode decidir aqui se os scanners em máquinas remotas devem "
-"ser disponibilizados nesta máquina."
+"Também pode decidir aqui se os scanners em máquinas remotas devem ser "
+"disponibilizados nesta máquina."
-#: standalone/scannerdrake:586
+#: standalone/scannerdrake:603
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Os scanners nesta máquina estão disponíveis para outros computadores"
-#: standalone/scannerdrake:588
+#: standalone/scannerdrake:605
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "O scanner partilha dois anfitriões: "
-#: standalone/scannerdrake:602
+#: standalone/scannerdrake:619
#, c-format
msgid "Use scanners on remote computers"
msgstr "Use os scanners nos computadores remotos"
-#: standalone/scannerdrake:605
+#: standalone/scannerdrake:622
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Use os scanners nos anfitriões: "
-#: standalone/scannerdrake:632 standalone/scannerdrake:704
-#: standalone/scannerdrake:854
+#: standalone/scannerdrake:649 standalone/scannerdrake:721
+#: standalone/scannerdrake:871
#, c-format
msgid "Sharing of local scanners"
msgstr "Partilhar scanners locais"
-#: standalone/scannerdrake:633
+#: standalone/scannerdrake:650
#, c-format
msgid ""
-"These are the machines on which the locally connected scanner(s) "
-"should be available:"
+"These are the machines on which the locally connected scanner(s) should be "
+"available:"
msgstr ""
"Estas são as máquinas nas quais o(s) scanner(s) locais devem estar "
"disponiveis:"
-#: standalone/scannerdrake:644 standalone/scannerdrake:794
+#: standalone/scannerdrake:661 standalone/scannerdrake:811
#, c-format
msgid "Add host"
msgstr "Adicionar um endereço"
-#: standalone/scannerdrake:650 standalone/scannerdrake:800
+#: standalone/scannerdrake:667 standalone/scannerdrake:817
#, c-format
msgid "Edit selected host"
msgstr "Editar o endereço seleccionado"
-#: standalone/scannerdrake:659 standalone/scannerdrake:809
+#: standalone/scannerdrake:676 standalone/scannerdrake:826
#, c-format
msgid "Remove selected host"
msgstr "Remover o endereço seleccionado"
-#: standalone/scannerdrake:683 standalone/scannerdrake:691
-#: standalone/scannerdrake:696 standalone/scannerdrake:742
-#: standalone/scannerdrake:833 standalone/scannerdrake:841
-#: standalone/scannerdrake:846 standalone/scannerdrake:892
+#: standalone/scannerdrake:700 standalone/scannerdrake:708
+#: standalone/scannerdrake:713 standalone/scannerdrake:759
+#: standalone/scannerdrake:850 standalone/scannerdrake:858
+#: standalone/scannerdrake:863 standalone/scannerdrake:909
#, c-format
msgid "Name/IP address of host:"
msgstr "Nome/Endereço IP do endereço:"
-#: standalone/scannerdrake:705 standalone/scannerdrake:855
+#: standalone/scannerdrake:722 standalone/scannerdrake:872
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-"Escolha o endereço onde os digitalizadores locais devem estar "
-"disponíveis:"
+"Escolha o endereço onde os digitalizadores locais devem estar disponíveis:"
-#: standalone/scannerdrake:716 standalone/scannerdrake:866
+#: standalone/scannerdrake:733 standalone/scannerdrake:883
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Deve indicar o nome de endereço ou um endereço IP.\n"
-#: standalone/scannerdrake:727 standalone/scannerdrake:877
+#: standalone/scannerdrake:744 standalone/scannerdrake:894
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr "Este endereço já está na lista, não pode ser adicionado novamente.\n"
-#: standalone/scannerdrake:782
+#: standalone/scannerdrake:799
#, c-format
msgid "Usage of remote scanners"
msgstr "Uso de scanners remotos"
-#: standalone/scannerdrake:783
+#: standalone/scannerdrake:800
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Estas são as máquinas nas quais os scanners devem ser usados:"
-#: standalone/scannerdrake:940
+#: standalone/scannerdrake:957
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
"\n"
"Do you want to install the saned package?"
msgstr ""
-"saned precisa ser instalado para partilhar o(o) scanner(s) locai"
-"(s).\n"
+"saned precisa ser instalado para partilhar o(o) scanner(s) locai(s).\n"
"\n"
"Deseja instalar o pacote saned?"
-#: standalone/scannerdrake:944 standalone/scannerdrake:948
+#: standalone/scannerdrake:961 standalone/scannerdrake:965
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "O seu scanner não vai estar disponível na rede."
@@ -28302,3 +27160,304 @@ msgstr ""
msgid "Installation failed"
msgstr "Instalação falhada"
+#~ msgid "Cancel setup"
+#~ msgstr "Cancelar a configuração"
+
+#~ msgid ""
+#~ " - Create Etherboot Enabled Boot Images:\n"
+#~ " \tTo boot a kernel via etherboot, a special kernel/initrd image "
+#~ "must be created.\n"
+#~ " \tmkinitrd-net does much of this work and drakTermServ is just a "
+#~ "graphical \n"
+#~ " \tinterface to help manage/customize these images. To create the "
+#~ "file \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as "
+#~ "an include in \n"
+#~ " \tdhcpd.conf, you should create the etherboot images for at least "
+#~ "one full kernel."
+#~ msgstr ""
+#~ " - Criar Imagens de Arranque Etherboot:\n"
+#~ " \tPara arrancar um kernel via etherboot, uma imagem kernel/initrd "
+#~ "especial deve ser criada.\n"
+#~ " \tmkinitrd-net faz a maior parte do trabalho e o drakTermServ é "
+#~ "só o interface \n"
+#~ " \tgráfico para ajudar a gerir/personalizar essas imagens. Para "
+#~ "criar o ficheiro \n"
+#~ " \t/etc/dhcpd.conf.etherboot-pcimap.include que é metido como um "
+#~ "include em \n"
+#~ " \tdhcpd.conf, deve criar as imagens de arranque Etherboot para "
+#~ "pelo menos \n"
+#~ " \tum kernel completo."
+
+#~ msgid ""
+#~ " - Maintain /etc/dhcpd.conf:\n"
+#~ " \tTo net boot clients, each client needs a dhcpd.conf entry, "
+#~ "assigning an IP \n"
+#~ " \taddress and net boot images to the machine. drakTermServ helps "
+#~ "create/remove \n"
+#~ " \tthese entries.\n"
+#~ "\t\t\t\n"
+#~ " \t(PCI cards may omit the image - etherboot will request the "
+#~ "correct image. \n"
+#~ "\t\t\tYou should also consider that when etherboot looks for the images, "
+#~ "it expects \n"
+#~ "\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk."
+#~ "nbi).\n"
+#~ "\t\t\t \n"
+#~ " \tA typical dhcpd.conf stanza to support a diskless client looks "
+#~ "like:"
+#~ msgstr ""
+#~ " - Gestão de /etc/dhcpd.conf:\n"
+#~ " \t\tPara os clientes que arrancam na rede, cada um precisa duma "
+#~ "entrada em dhcpd.conf, \n"
+#~ " \t\ta atribuir o endereço IP e a imagem de arranque rede da "
+#~ "máquina.\n"
+#~ " \t\tO drakTermServ ajuda a criar/apagar estas entradas.\n"
+#~ "\t\t\t\n"
+#~ " \t\t(as placas PCI podem omitir a imagem - o Etherboot irá pedir "
+#~ "a imagem correcta.\n"
+#~ " \t\tDeve também lembrar-se que quando o Etherboot procura "
+#~ "imagens, espera\n"
+#~ " \t\tpor nomes como boot-3c59x.nbi, em vez de boot-3c59x.2.4.19-"
+#~ "16mdk.nbi).\n"
+#~ "\t\t\t \n"
+#~ " \t\tUma entrada típica no dhcpd.conf para aceitar um cliente sem "
+#~ "disco, parece-se com:"
+
+#~ msgid ""
+#~ " While you can use a pool of IP addresses, rather than setup a "
+#~ "specific entry for\n"
+#~ " a client machine, using a fixed address scheme facilitates using "
+#~ "the functionality\n"
+#~ " of client-specific configuration files that ClusterNFS provides.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#type' entry is only used by drakTermServ. Clients "
+#~ "can either be 'thin'\n"
+#~ " or 'fat'. Thin clients run most software on the server via "
+#~ "XDMCP, while fat clients run \n"
+#~ " most software on the client machine. A special inittab, %s is\n"
+#~ " written for thin clients. System config files xdm-config, kdmrc, "
+#~ "and gdm.conf are \n"
+#~ " modified if thin clients are used, to enable XDMCP. Since there "
+#~ "are security issues in \n"
+#~ " using XDMCP, hosts.deny and hosts.allow are modified to limit "
+#~ "access to the local\n"
+#~ " subnet.\n"
+#~ "\t\t\t\n"
+#~ " Note: The '#hdw_config' entry is also only used by drakTermServ. "
+#~ "Clients can either \n"
+#~ " be 'true' or 'false'. 'true' enables root login at the client "
+#~ "machine and allows local \n"
+#~ " hardware configuration of sound, mouse, and X, using the 'drak' "
+#~ "tools. This is enabled \n"
+#~ " by creating separate config files associated with the client's IP "
+#~ "address and creating \n"
+#~ " read/write mount points to allow the client to alter the file. "
+#~ "Once you are satisfied \n"
+#~ " with the configuration, you can remove root login privileges from "
+#~ "the client.\n"
+#~ "\t\t\t\n"
+#~ " Note: You must stop/start the server after adding or changing "
+#~ "clients."
+#~ msgstr ""
+#~ "\t\t\tMesmo que possa usar uma zona de endereços IP, em vez de configurar "
+#~ "uma entrada\n"
+#~ "\t\t\tespecifica para uma maquina cliente, usando esquena de endereço "
+#~ "fixo facilita usando\n"
+#~ "\t\t\tfuncionalidade de configuração específica por cliente que o "
+#~ "ClusterNFS fornece.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tNota: A entrada \"#type\" é apenas usada por drakTermServ. Os "
+#~ "clientes podem ser 'thin'\n"
+#~ "\t\t\tou 'fat'. Os clientes 'thin' correm a maioria do software no "
+#~ "servidor por XDMCP, enquanto os\n"
+#~ "\t\t\tclientes Fat correm a maior parte do software na maquina cliente. "
+#~ "Um inittab especial,\n"
+#~ "\t\t\t%s é\n"
+#~ "\t\t\tcriado para os clientes 'thin'. Os ficheiros de configuração do "
+#~ "sistema xdm-config, kdmrc, e gdm.conf\n"
+#~ "\t\t\tsão modificados se são usados clientes magros, para activar o "
+#~ "XDMCP. Como há problemas de\n"
+#~ "\t\t\tsegurança no uso de XDMCP, hosts.deny e hosts.allow são modificados "
+#~ "para limitar\n"
+#~ "\t\t\to acesso à subrede local.\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tNota: É preciso reiniciar o servidor depois de adicionar ou mudar "
+#~ "os clientes."
+
+#~ msgid ""
+#~ " - Maintain /etc/exports:\n"
+#~ " \tClusternfs allows export of the root filesystem to diskless "
+#~ "clients. drakTermServ\n"
+#~ " \tsets up the correct entry to allow anonymous access to the root "
+#~ "filesystem from\n"
+#~ " \tdiskless clients.\n"
+#~ "\n"
+#~ " \tA typical exports entry for clusternfs is:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ " \tWith SUBNET/MASK being defined for your network."
+#~ msgstr ""
+#~ " - Gestão de /etc/exports:\n"
+#~ " \t\tClusternfs permite exportar o sistema de ficheiros root para "
+#~ "clientes sem disco.\n"
+#~ " \t\tO drakTermServ configura a entrada correcta para permitir um "
+#~ "acesso anonimo ao \n"
+#~ " \t\tsistema de ficheiros root dos clientes sem disco.\n"
+#~ "\n"
+#~ " \t\tUma entrada de exportação típica para ClusterNFS é:\n"
+#~ " \t\t\n"
+#~ " \t/\t\t\t\t\t(ro,all_squash)\n"
+#~ " \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+#~ "\t\t\t\n"
+#~ "\t\t\tCom SUBNET/MASK definidos a partir da sua rede."
+
+#~ msgid ""
+#~ " - Maintain %s:\n"
+#~ " \tFor users to be able to log into the system from a diskless "
+#~ "client, their entry in\n"
+#~ " \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+#~ " \thelps in this respect by adding or removing system users from "
+#~ "this file."
+#~ msgstr ""
+#~ " - Gestão de %s:\n"
+#~ " \t\tPara que os utilizadores se possam ligar ao sistema a partir "
+#~ "dum cliente sem disco, a sua \n"
+#~ " \t\tentrada em /etc/shadow precisa ser duplicada em %s. "
+#~ "drakTermServ\n"
+#~ " \t\tajuda nisto ao adicionar ou remover utilizadores do sistema a "
+#~ "partir deste ficheiro."
+
+#~ msgid ""
+#~ " - Per client %s:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tdrakTermServ will help create these files."
+#~ msgstr ""
+#~ " - Ficheiro %s por cliente:\n"
+#~ " \t\tPelos ClusterNFS, cada cliente sem disco pode ter o seu único "
+#~ "ficheiro de configuração do X \n"
+#~ " \t\tno sistema de ficheiros root do servidor. Ao permitir a "
+#~ "configuração do hardware do cliente local,\n"
+#~ "drakTermServ irá ajudar a criar \n"
+#~ " \t\to drakTermServ irá ajudar a cria estes ficheiros."
+
+#~ msgid ""
+#~ " - Per client system configuration files:\n"
+#~ " \tThrough clusternfs, each diskless client can have its own "
+#~ "unique configuration files\n"
+#~ " \ton the root filesystem of the server. By allowing local client "
+#~ "hardware configuration, \n"
+#~ " \tclients can customize files such as /etc/modules.conf, /etc/"
+#~ "sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/keyboard on a per-client basis.\n"
+#~ "\n"
+#~ " Note: Enabling local client hardware configuration does enable "
+#~ "root login to the terminal \n"
+#~ " server on each client machine that has this feature enabled. "
+#~ "Local configuration can be\n"
+#~ " turned back off, retaining the configuration files, once the "
+#~ "client machine is configured."
+#~ msgstr ""
+#~ " - Ficheiros de configuração sistema por cliente:\n"
+#~ " \tPelos clusternfs, cada cliente sem disco pode ter o seu único "
+#~ "ficheiros de configuração \n"
+#~ " \tno sistema de ficheiros root do servidor. Ao permitir a "
+#~ "configuração do hardware,\n"
+#~ " \tdo cliente local, os clientes podem personalizar ficheiros tais "
+#~ "como /etc/modules.conf, /etc/sysconfig/mouse, \n"
+#~ " \t/etc/sysconfig/mouse, /etc/sysconfig/keyboard numa base por "
+#~ "cliente.\n"
+#~ "\n"
+#~ " Nota: Permitir a configuração local do hardware, activa a "
+#~ "autenticação root no servidor de terminal\n"
+#~ " em cada máquina cliente que tem esta opção activada. A "
+#~ "configuração local pode ser,\n"
+#~ " desactivada, retendo os ficheiros de configuração, assim que o "
+#~ "cliente esteja configurado."
+
+#~ msgid ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \tdrakTermServ will configure this file to work in conjunction "
+#~ "with the images created\n"
+#~ " \tby mkinitrd-net, and the entries in /etc/dhcpd.conf, to serve "
+#~ "up the boot image to \n"
+#~ " \teach diskless client.\n"
+#~ "\n"
+#~ " \tA typical TFTP configuration file looks like:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \tThe changes here from the default installation are changing the "
+#~ "disable flag to\n"
+#~ " \t'no' and changing the directory path to /var/lib/tftpboot, "
+#~ "where mkinitrd-net\n"
+#~ " \tputs its images."
+#~ msgstr ""
+#~ " - /etc/xinetd.d/tftp:\n"
+#~ " \t\to drakTermServ irá configurar este ficheiro para trabalhar em "
+#~ "conjunto com\n"
+#~ " \t\tas imagens criadas por mkinitrd-net, e entradas em /etc/"
+#~ "dhcpd.conf, para servir\n"
+#~ " \t\tacima da imagem de arranque para cada cliente sem disco.\n"
+#~ "\n"
+#~ " \t\tUm ficheiro típico de configuração TFTP:\n"
+#~ " \t\t\n"
+#~ " \tservice tftp\n"
+#~ "\t\t\t{\n"
+#~ " disable = no\n"
+#~ " socket_type = dgram\n"
+#~ " protocol = udp\n"
+#~ " wait = yes\n"
+#~ " user = root\n"
+#~ " server = /usr/sbin/in.tftpd\n"
+#~ " server_args = -s /var/lib/tftpboot\n"
+#~ " \t}\n"
+#~ " \t\t\n"
+#~ " \t\tAs mudanças feitas aqui para com a instalação inicial são a "
+#~ "activação do serviço \n"
+#~ " \t\te o caminho para /var/lib/tftpboot, onde mkinitrd-net mete as "
+#~ "imagens."
+
+#~ msgid ""
+#~ " - Create etherboot floppies/CDs:\n"
+#~ " \tThe diskless client machines need either ROM images on the NIC, "
+#~ "or a boot floppy\n"
+#~ " \tor CD to initiate the boot sequence. drakTermServ will help "
+#~ "generate these\n"
+#~ " \timages, based on the NIC in the client machine.\n"
+#~ " \t\t\n"
+#~ " \tA basic example of creating a boot floppy for a 3Com 3c509 "
+#~ "manually:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+#~ msgstr ""
+#~ " - Criar CDs/disquetes etherboot:\n"
+#~ " \tAs máquinas cliente sem disco precisam de imagens ROM no NIC, "
+#~ "uma disquete\n"
+#~ " \tde arranque, ou um CD para inicializar a sequência de arranque. "
+#~ "O drakTermServ\n"
+#~ " \tirá ajudar a gerar estas imagens, baseado no NIC da máquina "
+#~ "cliente.\n"
+#~ " \t\t\n"
+#~ " \tUm exemplo de criação de disquete de arranque para um 3Com "
+#~ "3c509\n"
+#~ "manualmente:\n"
+#~ " \t\t\n"
+#~ " \tcat /usr/share/etherboot/zdsk/3c509.zdsk > /dev/fd0"
+
+#~ msgid "Configuration changed - restart clusternfs/dhcpd?"
+#~ msgstr "A configuração mudou - reiniciar clusternfs/dhcpd?"
diff --git a/perl-install/share/po/pt_BR.po b/perl-install/share/po/pt_BR.po
index 3ffa688c6..b804b109e 100644
--- a/perl-install/share/po/pt_BR.po
+++ b/perl-install/share/po/pt_BR.po