* @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see * the docs/CREDITS.txt file. * */ class phpbb_text_processing_decode_message_test extends phpbb_test_case { public function setUp() { parent::setUp(); global $phpbb_dispatcher; $phpbb_dispatcher = new phpbb_mock_event_dispatcher(); } /** * @dataProvider get_legacy_tests */ public function test_legacy($original, $expected, $bbcode_uid = '') { $actual = $original; decode_message($actual, $bbcode_uid); $this->assertSame($expected, $actual); } public function get_legacy_tests() { return array( array( "&<>"'", "&<>"'" ), array( ':)', ':)' ), array( 'www.phpbb.com', 'www.phpbb.com' ), array( 'http://www.phpbb.com', 'http://www.phpbb.com' ), array( 'this is just text', 'http://www.phpbb.com' ), array( 'http://www.phpbb.com/some/ ... /shortened', 'http://www.phpbb.com/some/more/link/that/is/shortened' ), /** * Fails as per PHPBB3-8420 * @link http://tracker.phpbb.com/browse/PHPBB3-8420 * array( '[url=http://example.com:2cpxwbdy]:arrow: here[/url:2cpxwbdy]', '[url=http://example.com] :arrow: here[/url]', '2cpxwbdy' ), */ ); } /** * @dataProvider get_text_formatter_tests */ public function test_text_formatter($original, $expected) { $this->get_test_case_helpers()->set_s9e_services(); $actual = $original; decode_message($actual); $this->assertSame($expected, $actual); } public function get_text_formatter_tests() { return array( array( "&<>\"'", "&<>"'" ), array( ':)', ':)' ), array( "a
\nb
", "a\nb" ), /** * @link http://tracker.phpbb.com/browse/PHPBB3-8420 */ array( '[url=http://example.com] :arrow: here[/url]', '[url=http://example.com] :arrow: here[/url]' ), ); } } 72ce131298db33dd70e16b6'/>
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-11-17 21:05:52 +0000
committerOlivier Blin <oblin@mandriva.com>2008-11-17 21:05:52 +0000
commit5466f6f200154b9cf72ce131298db33dd70e16b6 (patch)
treeca64503aad316fbdf3e4bf80ae915edaed21a03b
parent81bfba452a549795faccf2b9cc3bea0a91125097 (diff)
downloaddrakx-net-5466f6f200154b9cf72ce131298db33dd70e16b6.tar
drakx-net-5466f6f200154b9cf72ce131298db33dd70e16b6.tar.gz
drakx-net-5466f6f200154b9cf72ce131298db33dd70e16b6.tar.bz2
drakx-net-5466f6f200154b9cf72ce131298db33dd70e16b6.tar.xz
drakx-net-5466f6f200154b9cf72ce131298db33dd70e16b6.zip
more po update
-rw-r--r--po/af.po461
-rw-r--r--po/am.po461
-rw-r--r--po/ar.po463
-rw-r--r--po/az.po463
-rw-r--r--po/be.po461
-rw-r--r--po/bg.po463
-rw-r--r--po/bn.po461
-rw-r--r--po/br.po468
-rw-r--r--po/bs.po466
-rw-r--r--po/ca.po463
-rw-r--r--po/cs.po468
-rw-r--r--po/cy.po468
-rw-r--r--po/da.po468
-rw-r--r--po/de.po468
-rw-r--r--po/drakx-net.pot410
-rw-r--r--po/el.po466
-rw-r--r--po/eo.po461
-rw-r--r--po/es.po466
-rw-r--r--po/et.po466
-rw-r--r--po/eu.po468
-rw-r--r--po/fa.po461
-rw-r--r--po/fi.po463
-rw-r--r--po/fr.po466
-rw-r--r--po/fur.po461
-rw-r--r--po/ga.po465
-rw-r--r--po/gl.po468
-rw-r--r--po/he.po468
-rw-r--r--po/hi.po463
-rw-r--r--po/hr.po463
-rw-r--r--po/hu.po466
-rw-r--r--po/id.po468
-rw-r--r--po/is.po468
-rw-r--r--po/it.po466
-rw-r--r--po/ja.po466
-rw-r--r--po/ko.po465
-rw-r--r--po/ky.po461
-rw-r--r--po/lt.po463
-rw-r--r--po/ltg.po461
-rw-r--r--po/lv.po463
-rw-r--r--po/mk.po463
-rw-r--r--po/mn.po461
-rw-r--r--po/ms.po465
-rw-r--r--po/mt.po461
-rw-r--r--po/nb.po466
-rw-r--r--po/nl.po466
-rw-r--r--po/nn.po466
-rw-r--r--po/pa_IN.po461
-rw-r--r--po/pl.po466
-rw-r--r--po/pt.po468
-rw-r--r--po/pt_BR.po468
-rw-r--r--po/ro.po466
-rw-r--r--po/ru.po468
-rw-r--r--po/sc.po463
-rw-r--r--po/sk.po463
-rw-r--r--po/sl.po466
-rw-r--r--po/sq.po461
-rw-r--r--po/sr.po463
-rw-r--r--po/sr@Latn.po463
-rw-r--r--po/sv.po468
-rw-r--r--po/ta.po463
-rw-r--r--po/tg.po463
-rw-r--r--po/th.po461
-rw-r--r--po/tl.po461
-rw-r--r--po/tr.po468
-rw-r--r--po/uk.po466
-rw-r--r--po/uz.po463
-rw-r--r--po/uz@cyrillic.po463
-rw-r--r--po/vi.po465
-rw-r--r--po/wa.po466
-rw-r--r--po/zh_CN.po466
-rw-r--r--po/zh_TW.po466
71 files changed, 17045 insertions, 15882 deletions
diff --git a/po/af.po b/po/af.po
index d1e8b7b..717ebba 100644
--- a/po/af.po
+++ b/po/af.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakx-net-af\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+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"
@@ -30,7 +30,7 @@ msgid "Interface"
msgstr "Koppelvlak"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -72,7 +72,8 @@ msgstr "LAN-konfigurasie"
msgid "Configure Local Area Network..."
msgstr "Stel plaaslike netwerk op..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Hulp"
@@ -94,13 +95,13 @@ msgstr "Kanselleer"
msgid "Ok"
msgstr "OK"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -143,7 +144,7 @@ msgid "Adapter %s: %s"
msgstr "Toestel %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Netmasker"
@@ -158,7 +159,7 @@ msgstr "Herlaaiprotokol"
msgid "Started on boot"
msgstr "Gelaai tydens herlaaityd"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "DHCP-kliënt"
@@ -173,7 +174,7 @@ msgstr ""
"Loods die \"Add an interface\"-assistent vanuit die Mandriva Linux Control "
"Center"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, fuzzy, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Verwyder 'n netwerkkoppelvlak"
@@ -319,9 +320,9 @@ msgstr "Die interne domeinnaam"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -333,12 +334,12 @@ msgstr "Die interne domeinnaam"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -557,7 +558,7 @@ msgstr "Deurgang se IP-adres"
msgid "Same IP is already in %s file."
msgstr "%s is alreeds in gebruik\n"
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Rekenaarnaam"
@@ -572,12 +573,12 @@ msgstr "Rekenaarnaam"
msgid "Manage hosts definitions"
msgstr "Kabelkonneksie"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr ""
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -593,7 +594,7 @@ msgstr "Voeg Drukker By"
msgid "Failed to add host."
msgstr ""
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -606,7 +607,7 @@ msgid "Failed to Modify host."
msgstr ""
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -618,8 +619,8 @@ msgid "Failed to remove host."
msgstr ""
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Verlaat"
@@ -631,15 +632,16 @@ msgstr "Laat alle gebruikers toe"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, fuzzy, c-format
msgid "Interactive Firewall"
msgstr "Vuurmuur"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, fuzzy, c-format
msgid "Unable to contact daemon"
msgstr "Kon nie die spieëlwebplek %s kontak nie"
@@ -1093,134 +1095,129 @@ msgstr "Inligting"
msgid "Directory"
msgstr "Gids"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr ""
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""
-#: ../bin/draknfs:356 ../bin/draksambashare:599
+#: ../bin/draknfs:354
#, c-format
-msgid "Advanced options"
+msgid "Advanced"
msgstr ""
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr ""
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Gids:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, fuzzy, c-format
msgid "Host access"
msgstr "Rekenaarnaam"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Toegang verkry :"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr ""
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "Gebruikers Kode:"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr ""
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr ""
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, fuzzy, c-format
msgid "Please specify a directory to share."
msgstr "Voorsien asseblief die inligting vir hierdie draadlose kaart:"
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr ""
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr "Deel Gids"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Algemeen Opsies"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr ""
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr ""
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr ""
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr ""
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr ""
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr ""
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr ""
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr ""
@@ -1588,6 +1585,11 @@ msgstr "Skryfbaar :"
msgid "Browseable:"
msgstr "Blaai"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr ""
+
#: ../bin/draksambashare:601
#, fuzzy, c-format
msgid "Printer access"
@@ -2036,32 +2038,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr ""
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, fuzzy, c-format
msgid "Network is up on interface %s."
msgstr "Netwerkkoppelvlak"
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "IP-adres: %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr "Deurgang: %s"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr ""
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, fuzzy, c-format
msgid "Network is down on interface %s."
msgstr "Netwerkkoppelvlak"
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, fuzzy, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2070,89 +2072,92 @@ msgstr ""
"Hierdie koppelvlak is nog nie opgestel nie.\n"
"Loods die \"%s\"-assistent vanuit die Mandriva Linux Control Center"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Konnekteer %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "Diskonnekteer %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, fuzzy, c-format
msgid "Monitor Network"
msgstr "Herstel Deur Netwerk"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr ""
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, fuzzy, c-format
msgid "Manage VPN connections"
msgstr "Kabelkonneksie"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Konfigureer die Netwerk"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, fuzzy, c-format
msgid "Watched interface"
msgstr "Koppelvlakke"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Gebruik outospeuring"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr ""
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Profille"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, fuzzy, c-format
msgid "VPN connection"
msgstr "LAN-konneksie"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, fuzzy, c-format
msgid "Network connection"
msgstr "Netwerk Opsies:"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr ""
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr ""
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr ""
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, fuzzy, c-format
msgid "Wireless networks"
msgstr "Draadlose konneksie"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Verstellings"
@@ -2335,7 +2340,7 @@ msgid "Unlisted - edit manually"
msgstr ""
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2361,7 +2366,7 @@ msgstr "beperk"
msgid "Link detected on interface %s"
msgstr "(op poort %s bespeur)"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr ""
@@ -2423,25 +2428,25 @@ msgstr ""
msgid "GPRS/Edge/3G"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, fuzzy, c-format
msgid "Unable to open device %s"
msgstr "Kon nie vurk nie: %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, fuzzy, c-format
msgid "Please check that your SIM card is inserted."
msgstr ""
"\n"
" Merk asseblief al die opsies wat u benodig.\n"
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2478,32 +2483,37 @@ msgstr "Pid"
msgid "Ethernet"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, c-format
+msgid "Wired (Ethernet)"
+msgstr ""
+
+#: ../lib/network/connection/ethernet.pm:30
#, fuzzy, c-format
msgid "Virtual interface"
msgstr "Netwerkkoppelvlak"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Selfdoen konfigurasie"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Outomatiese IP (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, fuzzy, c-format
msgid "IP settings"
msgstr "PLL verstelling:"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2514,115 +2524,115 @@ msgstr ""
"Elke item moet as 'n IP-adres in dot-desimalenotasie\n"
"(1.2.3.4) gegee word."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Portaal"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, fuzzy, c-format
msgid "Get DNS servers from DHCP"
msgstr "Die DNS-bediener se IP"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "DNS-bediener 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "DNS-bediener 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "Deursoek domein"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
"Die domein om te deursoek, sal by verstek vanaf die \"fully-qualified host "
"name\" FQHN af kom"
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, fuzzy, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Konneksie tydlimiet (in sekondes)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "DHCP-rekenaarnaam"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-adres moet in 1.2.3.4. formaat wees"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, fuzzy, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Deurgang IP-adres moet in 1.2.3.4. formaat wees"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Pasop: IP-adres %s is alreeds gebruik !"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s is alreeds in gebruik\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Ken rekenaarnaam vanaf DHCP-adres toe."
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "Warm-inprop Netwerk"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
@@ -3032,115 +3042,120 @@ msgstr "Verenigde Arabiese Emirate"
msgid "United Kingdom"
msgstr "Verenigde Koninkryk"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr "Draadloos"
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Draadloos"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr ""
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr ""
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, fuzzy, c-format
msgid "Wireless settings"
msgstr "Draadlose konneksie"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "Bedryfsvlak"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Beheerde"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Meester"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Repeater"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Sekondêre"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Outo"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Netwerknaam (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr ""
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Enkripsie-sleutel"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "Gebruikerskode"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3148,12 +3163,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, fuzzy, c-format
msgid "EAP Password"
msgstr "Wagwoord"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3172,12 +3187,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, fuzzy, c-format
msgid "EAP client certificate"
msgstr "Naam van die sertifikaat"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3186,32 +3201,32 @@ msgid ""
" Note: other related settings are shown on the Advanced page."
msgstr ""
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "Netwerk-ID"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "Bedryfsfrekwensie"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "Sensitiwiteits behoud"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Bitrate (in b/s)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3231,17 +3246,17 @@ msgstr ""
"sal stuur. 'n Waarde gelyk aan die maksimun pakkie grootte sal dit\n"
"de-aktiveer. U kan dit ook stel na Outo, bepaald of af."
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "Fragmentasie"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "iwconfig program se ekstra argumente"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3256,12 +3271,12 @@ msgstr ""
"Raadpleeg die iwconfig(8) man vir ekstra inligting."
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "iwspy program se ekstra argumente"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3280,12 +3295,12 @@ msgstr ""
"\n"
"Raadpleeg die iwpspy(8) vir verdere inligting."
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "iwpriv program se ekstra argumente"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3313,107 +3328,107 @@ msgstr ""
"\n"
"Raadpleeg die iwpriv(8) vir verdere inligting."
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "Protokol"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "Auto Detect"
msgstr "Gebruik outospeuring"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, fuzzy, c-format
msgid "WPA"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "Modus"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "CHAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3421,12 +3436,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3435,12 +3450,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, fuzzy, c-format
msgid "EAP CA certificate"
msgstr "Tipe sertifikaat"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3450,12 +3465,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3465,12 +3480,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3488,26 +3503,26 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr ""
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3516,7 +3531,7 @@ msgstr ""
"Freq moet 'n k, M of G agtervoegsel kry. (byvoorbeeld, \"2.6G\" vir 2.46Ghz "
"frekwensie), of u moet genoeg 0'e (zero's) byvoeg."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3525,17 +3540,17 @@ msgstr ""
"Tempo moet agtervoegsels van k,M, of G kry (byvoorbeeld \"11M\" vir 11M) of "
"voeg genoeg 0'e (zero'z) by."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr ""
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr ""
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr ""
@@ -3609,66 +3624,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "Virtual Circuit ID (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, fuzzy, c-format
msgid "Could not install the packages (%s)!"
msgstr "Installeer pakket %s"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Konfigurasie in aabou..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, fuzzy, c-format
msgid "Network settings"
msgstr "Plaaslike Netwerkadres"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, fuzzy, c-format
msgid "Please enter settings for network"
msgstr "Gedetaileerde inligting"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, fuzzy, c-format
msgid "Connecting..."
msgstr "Konnekteer..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, fuzzy, c-format
msgid "Disconnecting..."
msgstr "Diskonnekteer..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr ""
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr ""
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Inkripsie"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, fuzzy, c-format
msgid "Scanning for networks..."
msgstr "Deursoek die netwerk..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Ontkoppel"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Konnekteer"
@@ -3852,12 +3867,12 @@ msgstr ""
msgid "Device: "
msgstr "Toestel: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Konfigureer"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Herlaai"
@@ -4072,23 +4087,23 @@ msgstr "Installeer stelsel"
msgid "Select a device:"
msgstr ""
-#: ../lib/network/netcenter.pm:36
-#, fuzzy, c-format
-msgid "Network Center"
-msgstr "Netwerk & Internet"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr ""
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, fuzzy, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Herstel Deur Netwerk"
+#: ../lib/network/netcenter.pm:135
+#, fuzzy, c-format
+msgid "Network Center"
+msgstr "Netwerk & Internet"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
diff --git a/po/am.po b/po/am.po
index ac305e1..dd43de6 100644
--- a/po/am.po
+++ b/po/am.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakx-net\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+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"
@@ -24,7 +24,7 @@ msgid "Interface"
msgstr "የተጠቃሚው እይታ"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -66,7 +66,8 @@ msgstr "የቅርብ መረብ ምርጫ"
msgid "Configure Local Area Network..."
msgstr ""
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "እርዳታ"
@@ -88,13 +89,13 @@ msgstr "ተወው"
msgid "Ok"
msgstr "እሺ"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -135,7 +136,7 @@ msgid "Adapter %s: %s"
msgstr ""
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Netmask"
@@ -150,7 +151,7 @@ msgstr ""
msgid "Started on boot"
msgstr "መረጃ በ%s መጠቀሚያ ፕሮግራም ላይ"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr ""
@@ -162,7 +163,7 @@ msgid ""
"Run the \"%s\" assistant from the Mandriva Linux Control Center"
msgstr ""
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, fuzzy, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "የአቢወርድ ቋንቋ፦"
@@ -286,9 +287,9 @@ msgstr "ህገ ወጥ የዶሴ ስም"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -300,12 +301,12 @@ msgstr "ህገ ወጥ የዶሴ ስም"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -512,7 +513,7 @@ msgstr "የGateway IP አድራሻ"
msgid "Same IP is already in %s file."
msgstr "%s አስቀድሞ ጥቅም ላይ ነው\n"
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "የእንግዳ ተቀባይ ስም"
@@ -527,12 +528,12 @@ msgstr "የእንግዳ ተቀባይ ስም"
msgid "Manage hosts definitions"
msgstr "ግንኙነቶችን ይቆጣጠሩ"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr ""
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -548,7 +549,7 @@ msgstr "ማተሚያ ይጨመር"
msgid "Failed to add host."
msgstr ""
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -561,7 +562,7 @@ msgid "Failed to Modify host."
msgstr ""
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -573,8 +574,8 @@ msgid "Failed to remove host."
msgstr ""
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "ውጣ"
@@ -586,15 +587,16 @@ msgstr "ለሁሉም ተጠቃሚዎች ፍቀድ"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, fuzzy, c-format
msgid "Interactive Firewall"
msgstr "የእሳት ግድግዳ"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, fuzzy, c-format
msgid "Unable to contact daemon"
msgstr "ከአንጸባራቂ %s ጋር መገናኘት አልተቻለም"
@@ -1048,134 +1050,129 @@ msgstr "መረጃ"
msgid "Directory"
msgstr "ዶሴ"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr ""
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""
-#: ../bin/draknfs:356 ../bin/draksambashare:599
+#: ../bin/draknfs:354
#, c-format
-msgid "Advanced options"
+msgid "Advanced"
msgstr ""
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr ""
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "ዶሴ:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, fuzzy, c-format
msgid "Host access"
msgstr "የእንግዳ ተቀባይ ስም"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr ""
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr ""
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr ""
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr ""
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr ""
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, c-format
msgid "Please specify a directory to share."
msgstr ""
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr ""
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr ""
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr ""
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr ""
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr ""
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr ""
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr ""
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr ""
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr ""
@@ -1541,6 +1538,11 @@ msgstr "ይጻፍ"
msgid "Browseable:"
msgstr "ቃኝ"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr ""
+
#: ../bin/draksambashare:601
#, c-format
msgid "Printer access"
@@ -1989,121 +1991,124 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr ""
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, fuzzy, c-format
msgid "Network is up on interface %s."
msgstr "የተጠቃሚው እይታ"
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "የIP አድራሻ፦ %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, fuzzy, c-format
msgid "Gateway: %s"
msgstr "ዓይነት፦"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr ""
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, fuzzy, c-format
msgid "Network is down on interface %s."
msgstr "የተጠቃሚው እይታ"
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
"Run the \"%s\" assistant from the Mandriva Linux Control Center"
msgstr ""
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr ""
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, fuzzy, c-format
msgid "Disconnect %s"
msgstr "ግንኙነት አቋርጥ"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, fuzzy, c-format
msgid "Monitor Network"
msgstr "የቀይ ባርኔታ መረብ"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr ""
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, fuzzy, c-format
msgid "Manage VPN connections"
msgstr "ግንኙነቶችን ይቆጣጠሩ"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, fuzzy, c-format
msgid "Configure Network"
msgstr "መልዕክቶችን አሁን አምጣ"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, fuzzy, c-format
msgid "Watched interface"
msgstr "ንድፋዊ እይታ"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "በራስ-ገዝ ፈልጎ አግኝ"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr ""
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, fuzzy, c-format
msgid "Profiles"
msgstr "ወኪሎች"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, fuzzy, c-format
msgid "VPN connection"
msgstr "የቅርብ መረብ ግንኙነት"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, fuzzy, c-format
msgid "Network connection"
msgstr "ምርጫዎችን አስገባ"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr ""
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr ""
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr ""
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, fuzzy, c-format
msgid "Wireless networks"
msgstr "ሽቦ አልባ ግንኙነት"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "ስየማዎች"
@@ -2282,7 +2287,7 @@ msgid "Unlisted - edit manually"
msgstr "ያልተዘረዘሩ - በእጅ ያስተካክሉ"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2308,7 +2313,7 @@ msgstr "ሜክሲኮ"
msgid "Link detected on interface %s"
msgstr "መረጃ በ%s መጠቀሚያ ፕሮግራም ላይ"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr ""
@@ -2370,23 +2375,23 @@ msgstr ""
msgid "GPRS/Edge/3G"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, fuzzy, c-format
msgid "Unable to open device %s"
msgstr "እንደገና የሚሰራ ምንም የለም።"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2423,32 +2428,37 @@ msgstr ""
msgid "Ethernet"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, c-format
+msgid "Wired (Ethernet)"
+msgstr ""
+
+#: ../lib/network/connection/ethernet.pm:30
#, fuzzy, c-format
msgid "Virtual interface"
msgstr "የተጠቃሚው እይታ"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "በእጅ ምርጫ"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, fuzzy, c-format
msgid "IP settings"
msgstr "የPLL ምርጫ"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2456,113 +2466,113 @@ msgid ""
"notation (for example, 1.2.3.4)."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Gateway"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, fuzzy, c-format
msgid "Get DNS servers from DHCP"
msgstr "ቀዳሚ ተጠሪ ይጠቀም"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "DNS ሰርቨር 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "DNS ሰርቨር 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, fuzzy, c-format
msgid "Search domain"
msgstr "የObjectDirectory ዶሜን"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, fuzzy, c-format
msgid "DHCP host name"
msgstr "ህገ ወጥ የዶሴ ስም"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s አስቀድሞ ጥቅም ላይ ነው\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, fuzzy, c-format
msgid "Network Hotplugging"
msgstr "Name=መረብ"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
@@ -2972,115 +2982,120 @@ msgstr "የተባበሩት አረብ ኤምሬትስ"
msgid "United Kingdom"
msgstr "እንግሊዝ"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr ""
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "ሽቦ አልባ ግንኙነት"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr ""
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr ""
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, fuzzy, c-format
msgid "Wireless settings"
msgstr "ሽቦ አልባ ግንኙነት"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, fuzzy, c-format
msgid "Operating Mode"
msgstr "የመሸፈኛ ዘዴ"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr ""
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "ገዢ"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "ደጋሚ"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "ሁለተኛ"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "ራስ-ገዝ"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "የመረብ ስም (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr ""
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "የሚስጢራዊ ግልበጣ ቁልፍ"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "የተጠቃሚ ስም"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3088,12 +3103,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, fuzzy, c-format
msgid "EAP Password"
msgstr "ሚስጢራዊ ቃል"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3112,12 +3127,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "EAP client certificate"
msgstr ""
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3126,32 +3141,32 @@ msgid ""
" Note: other related settings are shown on the Advanced page."
msgstr ""
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "የመረብ መለያ"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr ""
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr ""
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, fuzzy, c-format
msgid "Bitrate (in b/s)"
msgstr "በጥቅም ላይ ያለ"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3165,17 +3180,17 @@ msgid ""
"or off."
msgstr ""
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr ""
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3186,12 +3201,12 @@ msgid ""
msgstr ""
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3203,12 +3218,12 @@ msgid ""
"See iwpspy(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3226,107 +3241,107 @@ msgid ""
"See iwpriv(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "&ፖርት፦"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "Auto Detect"
msgstr "በራስ-ገዝ ፈልጎ አግኝ"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, fuzzy, c-format
msgid "WPA"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "የአሠራሩ ዘዴ"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "CHAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3334,12 +3349,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3348,12 +3363,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid "EAP CA certificate"
msgstr ""
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3363,12 +3378,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3378,12 +3393,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3401,50 +3416,50 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr ""
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, 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)."
msgstr ""
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
"enough '0' (zeroes)."
msgstr ""
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr ""
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr ""
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr ""
@@ -3516,66 +3531,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr ""
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, fuzzy, c-format
msgid "Could not install the packages (%s)!"
msgstr "የ%s ጥቅሎችን መትከል አልተቻለም!"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "አገልግሎቶችን ሰይም"
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, fuzzy, c-format
msgid "Network settings"
msgstr "የቀይ ባርኔታ መረብ"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, fuzzy, c-format
msgid "Please enter settings for network"
msgstr "ዝርዝር መረጃ"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, fuzzy, c-format
msgid "Connecting..."
msgstr "ግንኙነት"
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, fuzzy, c-format
msgid "Disconnecting..."
msgstr "ግንኙነት አቋርጥ..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr ""
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr ""
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "አገለባበጥ"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, fuzzy, c-format
msgid "Scanning for networks..."
msgstr "Name=መረብ"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, fuzzy, c-format
msgid "Disconnect"
msgstr "ግንኙነት አቋርጥ..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "አገናኝ"
@@ -3742,12 +3757,12 @@ msgstr ""
msgid "Device: "
msgstr "መሳሪያ: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "ለውጥ"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "አድስ"
@@ -3961,23 +3976,23 @@ msgstr "ሲስተም ትከል"
msgid "Select a device:"
msgstr ""
-#: ../lib/network/netcenter.pm:36
-#, fuzzy, c-format
-msgid "Network Center"
-msgstr "መረብ እና ኢንተርኔት"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr ""
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, fuzzy, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "የቀይ ባርኔታ መረብ"
+#: ../lib/network/netcenter.pm:135
+#, fuzzy, c-format
+msgid "Network Center"
+msgstr "መረብ እና ኢንተርኔት"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
diff --git a/po/ar.po b/po/ar.po
index f2993f2..f6f800b 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakx-net\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+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"
@@ -31,7 +31,7 @@ msgid "Interface"
msgstr "الواجهة"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -73,7 +73,8 @@ msgstr "تهيئة LAN"
msgid "Configure Local Area Network..."
msgstr "تهيئة الشبكة المحلية..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "مساعدة"
@@ -95,13 +96,13 @@ msgstr "إلغاء"
msgid "Ok"
msgstr "موافق"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -144,7 +145,7 @@ msgid "Adapter %s: %s"
msgstr "المحوّل %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "قناع الشبكة"
@@ -159,7 +160,7 @@ msgstr "بروتوكول الإقلاع"
msgid "Started on boot"
msgstr "يتم تشغيله عند الإقلاع"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "عميل DHCP"
@@ -173,7 +174,7 @@ msgstr ""
"لم تتمّ تهيئة الواجهة بعد.\n"
"قم بتشغيل مساعد \"أضف واجهة\" من مركز تحكّم ماندريبا لينكس"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "إعداد واجهة شبكة جديدة (LAN، ISDN، ADSL، ...)"
@@ -318,9 +319,9 @@ msgstr "اسم النطاق الداخلي"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -332,12 +333,12 @@ msgstr "اسم النطاق الداخلي"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -555,7 +556,7 @@ msgstr "الرجاء إدخال عنوان IP صالح."
msgid "Same IP is already in %s file."
msgstr "%s قيد الاستخدام مسبقاً\n"
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "اسم المضيف"
@@ -570,12 +571,12 @@ msgstr "اسم المضيف"
msgid "Manage hosts definitions"
msgstr "إدارة الاتّصالات"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr ""
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -591,7 +592,7 @@ msgstr "إضافة طابعة"
msgid "Failed to add host."
msgstr ""
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -604,7 +605,7 @@ msgid "Failed to Modify host."
msgstr ""
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -616,8 +617,8 @@ msgid "Failed to remove host."
msgstr ""
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "خروج"
@@ -629,15 +630,16 @@ msgstr "السماح لكل المستخدمين"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, fuzzy, c-format
msgid "Interactive Firewall"
msgstr "جدار ناري"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, fuzzy, c-format
msgid "Unable to contact daemon"
msgstr "تعذر الإتصال بالمرآة %s"
@@ -1092,134 +1094,129 @@ msgstr "معلومات"
msgid "Directory"
msgstr "الدليل"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr ""
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
msgstr "خيارات متقدمة"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr ""
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "الدليل:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, fuzzy, c-format
msgid "Host access"
msgstr "اسم المضيف"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "التّوصّل:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr ""
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr ""
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr ""
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr ""
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, fuzzy, c-format
msgid "Please specify a directory to share."
msgstr "الرجاء إدخال مُعطيات اللاسلكيّة لهذه البطاقة:"
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr ""
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "خيارات عامة"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr ""
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr ""
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr ""
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr ""
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr ""
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr ""
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr ""
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr ""
@@ -1585,6 +1582,11 @@ msgstr "كتابة"
msgid "Browseable:"
msgstr "استعراض"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "خيارات متقدمة"
+
#: ../bin/draksambashare:601
#, fuzzy, c-format
msgid "Printer access"
@@ -2033,32 +2035,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr ""
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, fuzzy, c-format
msgid "Network is up on interface %s."
msgstr "الشّبكة متصلة على الواجهة %s"
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "عنوان IP: %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr "البوابة: %s"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr ""
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, fuzzy, c-format
msgid "Network is down on interface %s."
msgstr "الشّبكة متصلة على الواجهة %s"
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2067,89 +2069,92 @@ msgstr ""
"ليست لديك أية وصلة إنترنت مهيئة.\n"
"شغّل مساعد \"%s\" من مركز تحكم ماندريبا لينكس"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "اتصال بـ%s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "قطع الإتصال بـ %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "مراقبة الشّبكة"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr ""
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, fuzzy, c-format
msgid "Manage VPN connections"
msgstr "إدارة الاتّصالات"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "تهيئة الشبكة"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, fuzzy, c-format
msgid "Watched interface"
msgstr "interfaces"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "تحقق آلي"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr ""
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "لمحات مختصرة"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, fuzzy, c-format
msgid "VPN connection"
msgstr "وصلة LAN"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, fuzzy, c-format
msgid "Network connection"
msgstr "خيارات الشبكة"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr ""
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr ""
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "إطلاق دائما عند البدء"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, fuzzy, c-format
msgid "Wireless networks"
msgstr "اتّصال لاسلكي"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "الإعدادات"
@@ -2336,7 +2341,7 @@ msgid "Unlisted - edit manually"
msgstr "غير مُسرد - عدّل يدويّاً"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2362,7 +2367,7 @@ msgstr "متري"
msgid "Link detected on interface %s"
msgstr "(اكتشاف على المنفذ %s)"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr ""
@@ -2424,25 +2429,25 @@ msgstr ""
msgid "GPRS/Edge/3G"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, fuzzy, c-format
msgid "Unable to open device %s"
msgstr "تعذر تنفيذ: %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, fuzzy, c-format
msgid "Please check that your SIM card is inserted."
msgstr ""
"\n"
"فضلاً قم بالتأشير على الخيارات التي تحتاجها.\n"
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2479,32 +2484,37 @@ msgstr "رمز المهمة"
msgid "Ethernet"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, c-format
+msgid "Wired (Ethernet)"
+msgstr ""
+
+#: ../lib/network/connection/ethernet.pm:30
#, fuzzy, c-format
msgid "Virtual interface"
msgstr "واجهة الشبكة "
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "تهيئة يدوية"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "IP آلي (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, fuzzy, c-format
msgid "IP settings"
msgstr "إعداد PLL:"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2515,113 +2525,113 @@ msgstr ""
"كل مادة يجب إدخالها كعنوان IP بشكل منقوط\n"
"(مثلاً، 1.2.3.4(."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "البوّابة"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, fuzzy, c-format
msgid "Get DNS servers from DHCP"
msgstr "عنوان IP لخادم DNS"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "خادم DNS 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "خادم DNS 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "نطاق البحث"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr "بشكل افتراضي سيتمّ تحديد نطاق البحث من اسم المضيف المهيّء بالكامل"
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, fuzzy, c-format
msgid "DHCP timeout (in seconds)"
msgstr "الوقت الأقصى للاتصال (بالثواني)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "اسم مضيف DHCP"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "عنوان IP يجب أن يكون بنسق 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, fuzzy, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "عنوان البوابات يجب أن تكون على النسق 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "تحذير: عنوان الـ IP %s عادة ما يكون محفوظاً!"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s قيد الاستخدام مسبقاً\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "تعيين اسم المضيف من عنوان DHCP"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "القبْس السريع للشبكة"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
@@ -3031,115 +3041,120 @@ msgstr "الإمارات العربية المتحدة"
msgid "United Kingdom"
msgstr "المملكة المتحدة"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr ""
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "اتّصال لاسلكي"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "استخدام مشغّل ويندوز (مع ndiswrapper("
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr ""
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr ""
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, fuzzy, c-format
msgid "Wireless settings"
msgstr "اتّصال لاسلكي"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "وضعية التّشغيل"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "مُصطنع"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "مُدار"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "رئيسي"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "مُكرّر"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "ثانوي"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "آلي"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "إسم الشّبكة (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr ""
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "مفتاح التشفير"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "اسم الدخول للحساب (اسم المستخدم)"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3147,12 +3162,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, fuzzy, c-format
msgid "EAP Password"
msgstr "كلمة المرور"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3171,12 +3186,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, fuzzy, c-format
msgid "EAP client certificate"
msgstr "اسم الشّهادة"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3185,32 +3200,32 @@ msgid ""
" Note: other related settings are shown on the Advanced page."
msgstr ""
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "رقم مُعرّف الشّبكة"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "تردّد التّشغيل"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "عتبة الحساسية"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "معدّل البث (بِتْ/ث)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3230,17 +3245,17 @@ msgstr ""
"حجم رزمة تُعطّل المخطّط. يمكنك أيضاً تحديد هذا المُعطى بتلقائي،\n"
"ثابت أو معطّل."
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "مستوى التّجزّء"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "المُعطيات الإضافية لأمر iwconfig"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3256,12 +3271,12 @@ msgstr ""
"راجع صفحة الدّليل iwconfig(8) للمزيد من المعلومات."
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "المُعطيات الإضافيّة لأمر iwspy"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3280,12 +3295,12 @@ msgstr ""
"\n"
"رجاع صفحة دليل iwpspy)8( للمزيد من المعلومات."
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "المُعطيات الإضافيّة لأمر iwpriv"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3313,107 +3328,107 @@ msgstr ""
"\n"
"راجع صفحة دليل iwpriv(8) للمزيد من المعلومات."
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "البروتوكول"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "Auto Detect"
msgstr "تحقق آلي"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, fuzzy, c-format
msgid "WPA"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "الوضع"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "CHAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3421,12 +3436,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3435,12 +3450,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, fuzzy, c-format
msgid "EAP CA certificate"
msgstr "نوع الشّهادة"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3450,12 +3465,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3465,12 +3480,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3488,26 +3503,26 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr ""
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3516,7 +3531,7 @@ msgstr ""
"يجب أن يكون للتردّد اللاحقة k، أو M أو G (مثلاً، \"2.46G\" للتردّد 2.46 GHz(، "
"أو إضافة أصفار كافية."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3525,17 +3540,17 @@ msgstr ""
"يجب أن يكون للمعدّل اللاحقة k، أو M أو G (مثلاً، \"11M\" للمعدّل 11M)، أو إضافة "
"أصفار كافية."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr ""
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr ""
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr ""
@@ -3610,66 +3625,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "رقم تعريف الدّارة الوهميّة (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, fuzzy, c-format
msgid "Could not install the packages (%s)!"
msgstr "تعذر تثبيت حزم %s!"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "تهيئة الجهاز..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, fuzzy, c-format
msgid "Network settings"
msgstr "عنوان الشبكة المحلية"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, fuzzy, c-format
msgid "Please enter settings for network"
msgstr "معلومات مفصّلة"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, fuzzy, c-format
msgid "Connecting..."
msgstr "اتصال..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, fuzzy, c-format
msgid "Disconnecting..."
msgstr "قطع الإتصال..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr ""
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr ""
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "التشفير"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, fuzzy, c-format
msgid "Scanning for networks..."
msgstr "جاري مسح الشبكة..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "اقطع الاتصال"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "اتصل"
@@ -3854,12 +3869,12 @@ msgstr ""
msgid "Device: "
msgstr "الجهاز: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "تهيئة"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "إنعاش"
@@ -4073,23 +4088,23 @@ msgstr "تثبيت مشغّل جديد"
msgid "Select a device:"
msgstr ""
-#: ../lib/network/netcenter.pm:36
-#, fuzzy, c-format
-msgid "Network Center"
-msgstr "الشبكة والإنترنت"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr ""
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, fuzzy, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "مراقبة الشّبكة"
+#: ../lib/network/netcenter.pm:135
+#, fuzzy, c-format
+msgid "Network Center"
+msgstr "الشبكة والإنترنت"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
diff --git a/po/az.po b/po/az.po
index a67a714..f96c285 100644
--- a/po/az.po
+++ b/po/az.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakx-net-az\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+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"
@@ -29,7 +29,7 @@ msgid "Interface"
msgstr "Ara üz"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -71,7 +71,8 @@ msgstr "Yerli Şəbəkə (lAN) quraşdırılması"
msgid "Configure Local Area Network..."
msgstr "Yerli Şəbəkəni Quraşdır..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Yardım"
@@ -93,13 +94,13 @@ msgstr "Ləğv Et"
msgid "Ok"
msgstr "Oldu"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -142,7 +143,7 @@ msgid "Adapter %s: %s"
msgstr "%s Adapteri: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Netmask"
@@ -157,7 +158,7 @@ msgstr "Açılış Protokolu"
msgid "Started on boot"
msgstr "Açılışda başladılır"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "DHCP alıcısı"
@@ -171,7 +172,7 @@ msgstr ""
"BU ara üz hələlik quraşdırılmayıb.\n"
"Ana pəncərədə quraşdırma sehirbazını işə salın"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, fuzzy, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Şəbəkə ara üzünü sil"
@@ -318,9 +319,9 @@ msgstr "Daxili domen adı"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -332,12 +333,12 @@ msgstr "Daxili domen adı"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -557,7 +558,7 @@ msgstr "Şəbəkə keçişi IP ünvanı"
msgid "Same IP is already in %s file."
msgstr "%s onsuzda istifadədədir\n"
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Ev sahibi adı"
@@ -572,12 +573,12 @@ msgstr "Ev sahibi adı"
msgid "Manage hosts definitions"
msgstr "Bağlantıları idarə et"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr ""
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -593,7 +594,7 @@ msgstr "Çapçı Əlavə Et"
msgid "Failed to add host."
msgstr ""
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -606,7 +607,7 @@ msgid "Failed to Modify host."
msgstr ""
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -618,8 +619,8 @@ msgid "Failed to remove host."
msgstr ""
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Çıx"
@@ -631,15 +632,16 @@ msgstr "Bütün istifadəçilərə icazə ver"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, fuzzy, c-format
msgid "Interactive Firewall"
msgstr "Atəş Divarı"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, fuzzy, c-format
msgid "Unable to contact daemon"
msgstr "%s əksi ilə rabitə qurula bilmir"
@@ -1095,134 +1097,129 @@ msgstr "Mə'lumat"
msgid "Directory"
msgstr "Qovluq"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr ""
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
msgstr "Ətraflı seçimlər"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr ""
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Qovluq:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, fuzzy, c-format
msgid "Host access"
msgstr "Ev sahibi adı"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "İcazə:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr ""
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr ""
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr ""
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr ""
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, fuzzy, c-format
msgid "Please specify a directory to share."
msgstr "Xahiş edirik, icmal mətnini daxil edin."
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr ""
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Ümumi Qurğular"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr ""
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr ""
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr ""
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr ""
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr ""
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr ""
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr ""
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr ""
@@ -1588,6 +1585,11 @@ msgstr "Yaz"
msgid "Browseable:"
msgstr "Gəz"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Ətraflı seçimlər"
+
#: ../bin/draksambashare:601
#, fuzzy, c-format
msgid "Printer access"
@@ -2036,32 +2038,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr ""
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, fuzzy, c-format
msgid "Network is up on interface %s."
msgstr "Şəbəkə ara üzü"
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "IP ünvanı: %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr "Şəbəkə keçidi: %s"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr ""
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, fuzzy, c-format
msgid "Network is down on interface %s."
msgstr "Şəbəkə ara üzü"
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, fuzzy, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2070,89 +2072,92 @@ msgstr ""
"BU ara üz hələlik quraşdırılmayıb.\n"
"Ana pəncərədə quraşdırma sehirbazını işə salın"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Bağlan %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "%s bağlantısını kəs"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, fuzzy, c-format
msgid "Monitor Network"
msgstr "Şəbəkə Üstündən Geri Yüklə"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr ""
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, fuzzy, c-format
msgid "Manage VPN connections"
msgstr "Bağlantıları idarə et"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Şəbəkəni Quraşdır"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, fuzzy, c-format
msgid "Watched interface"
msgstr "ara üzlər"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Avtomatik təsbit et"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr ""
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Profiller"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, fuzzy, c-format
msgid "VPN connection"
msgstr "LAN bağlantısı"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, fuzzy, c-format
msgid "Network connection"
msgstr "Şəbəkə Seçimləri"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr ""
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr ""
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Həmişə başlanğıcda işə sal"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, fuzzy, c-format
msgid "Wireless networks"
msgstr "Kabelsiz bağlantı"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Qurğular"
@@ -2341,7 +2346,7 @@ msgid "Unlisted - edit manually"
msgstr ""
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2367,7 +2372,7 @@ msgstr "məhdudlaşdır"
msgid "Link detected on interface %s"
msgstr "(%s qapısında tapıldı)"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr ""
@@ -2429,25 +2434,25 @@ msgstr ""
msgid "GPRS/Edge/3G"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, fuzzy, c-format
msgid "Unable to open device %s"
msgstr "Fork edilə bilmir: %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, fuzzy, c-format
msgid "Please check that your SIM card is inserted."
msgstr ""
"\n"
"Xahiş edirik, istədiyiniz bütün seçimləri seçin.\n"
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2484,32 +2489,37 @@ msgstr "PID"
msgid "Ethernet"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, c-format
+msgid "Wired (Ethernet)"
+msgstr ""
+
+#: ../lib/network/connection/ethernet.pm:30
#, fuzzy, c-format
msgid "Virtual interface"
msgstr "Şəbəkə ara üzü"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Əllə quraşdırma"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Avtomatik IP (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, fuzzy, c-format
msgid "IP settings"
msgstr "PLL qurğusu:"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2520,113 +2530,113 @@ msgstr ""
"Hər üzv nöqtəli onluq IP şəklində girilməlidir,\n"
"(misal üçün 1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Şəbəkə Keçidi"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, fuzzy, c-format
msgid "Get DNS servers from DHCP"
msgstr "DNS Verici IP'si"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "DNS vericisi 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "DNS vericisi 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "Axtarış domeni"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, fuzzy, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Bağlantı vaxt dolması (saniyə sonra)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "DHCP qovşaq adı"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP ünvanı 1.2.3.4 şəklində olmalıdır"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, fuzzy, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Şəbəkə keçişi ünvanı 1.2.3.4 şəklində olmalıdır"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Xəbərdarlıq : %s IP ünvanı çox vaxt tutulmuş olur !"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s onsuzda istifadədədir\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "DHCP ünvanı üçün qovşaq adı tə'yin edin"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "Ani Şəbəkə Fəallaşdırılması (Network Hotplugging)"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
@@ -3036,115 +3046,120 @@ msgstr "Birləşmiş Ərəb Əmirlikləri"
msgid "United Kingdom"
msgstr "Birləşmiş Krallıq"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr ""
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Kabelsiz bağlantı"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr ""
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr ""
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, fuzzy, c-format
msgid "Wireless settings"
msgstr "Kabelsiz bağlantı"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "İdrə Modu"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "İdarə edilən"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Əsas"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Təkrarlayıcı"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "İkinci"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Avtomatik"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Şəbəkə adı (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr ""
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Şifrələmə açarı"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "Hesab Girişi (istifadəçi adı)"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3152,12 +3167,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, fuzzy, c-format
msgid "EAP Password"
msgstr "Şifrə"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3176,12 +3191,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "EAP client certificate"
msgstr ""
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3190,32 +3205,32 @@ msgid ""
" Note: other related settings are shown on the Advanced page."
msgstr ""
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "Şəbəkə ID-si"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "İşləmə tezliyi"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "Həssaslıq aralığı"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Vuruş sıxlığı (v/s olaraq)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3229,17 +3244,17 @@ msgid ""
"or off."
msgstr ""
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "Fraqmentasiya"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "iwconfig əmri əlavə arqumentləri"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3250,12 +3265,12 @@ msgid ""
msgstr ""
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "iwspy əmri əlavə arqumentləri"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3267,12 +3282,12 @@ msgid ""
"See iwpspy(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "iwpriv əmri əlavə arqumentləri"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3290,107 +3305,107 @@ msgid ""
"See iwpriv(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "Protokol"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "Auto Detect"
msgstr "Avtomatik təsbit et"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, fuzzy, c-format
msgid "WPA"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "Mod"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "TLS"
msgstr "LSB"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "CHAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3398,12 +3413,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3412,12 +3427,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid "EAP CA certificate"
msgstr ""
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3427,12 +3442,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3442,12 +3457,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3465,26 +3480,26 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr ""
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3493,7 +3508,7 @@ msgstr ""
"Tezliyin yanına k, M ya da G şəkilçisi qoyulmalıdır (misal üçün, 2.46 GHz "
"tezlik üçün \"2.46G\" ), ya da lazım olan qədər '0' (sıfır) əlavə edin."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3502,17 +3517,17 @@ msgstr ""
"Sıxlığın yanına k, M ya da G şəkilçisi qoyulmalıdır (misal üçün, 11M üçün "
"\"11M\" ), ya da lazım olan qədər '0' (sıfır) əlavə edin."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr ""
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr ""
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr ""
@@ -3584,66 +3599,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "Virtual Circuit ID (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, fuzzy, c-format
msgid "Could not install the packages (%s)!"
msgstr "Xorg paketi qurula bilmir: %s"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Quraşdırılır..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, fuzzy, c-format
msgid "Network settings"
msgstr "Yerli Şəbəkə ünvanı"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, fuzzy, c-format
msgid "Please enter settings for network"
msgstr "Ətraflı mə'lumatı"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, fuzzy, c-format
msgid "Connecting..."
msgstr "Bağlan..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, fuzzy, c-format
msgid "Disconnecting..."
msgstr "Bağlantını Kəs..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr ""
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr ""
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Enkripsiya"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, fuzzy, c-format
msgid "Scanning for networks..."
msgstr "Şəbəkə yoxlanır..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Bağlantını kəs"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Bağlan"
@@ -3825,12 +3840,12 @@ msgstr ""
msgid "Device: "
msgstr "Avadanlıq: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Qur"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Yenilə"
@@ -4044,23 +4059,23 @@ msgstr "Sistemin qurulumu"
msgid "Select a device:"
msgstr ""
-#: ../lib/network/netcenter.pm:36
-#, fuzzy, c-format
-msgid "Network Center"
-msgstr "Şəbəkə & İnternet"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr ""
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, fuzzy, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Şəbəkə Üstündən Geri Yüklə"
+#: ../lib/network/netcenter.pm:135
+#, fuzzy, c-format
+msgid "Network Center"
+msgstr "Şəbəkə & İnternet"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
diff --git a/po/be.po b/po/be.po
index dff7d62..3e9facf 100644
--- a/po/be.po
+++ b/po/be.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakx-net VERSION\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+0100\n"
"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be\n"
@@ -24,7 +24,7 @@ msgid "Interface"
msgstr "Інтэрфэйс"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -66,7 +66,8 @@ msgstr "Настройка ISDN"
msgid "Configure Local Area Network..."
msgstr "Настройка сеткі"
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Дапамога"
@@ -88,13 +89,13 @@ msgstr "Адмена"
msgid "Ok"
msgstr "Ок"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -135,7 +136,7 @@ msgid "Adapter %s: %s"
msgstr ""
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Маска сеткі"
@@ -150,7 +151,7 @@ msgstr "Пратакол"
msgid "Started on boot"
msgstr ""
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr ""
@@ -162,7 +163,7 @@ msgid ""
"Run the \"%s\" assistant from the Mandriva Linux Control Center"
msgstr ""
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, fuzzy, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Пазначце сеткавы інтэрфейс"
@@ -288,9 +289,9 @@ msgstr ""
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -302,12 +303,12 @@ msgstr ""
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -518,7 +519,7 @@ msgstr "IP адрас"
msgid "Same IP is already in %s file."
msgstr "%s ужо знойдзены "
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Імя машыны"
@@ -533,12 +534,12 @@ msgstr "Імя машыны"
msgid "Manage hosts definitions"
msgstr ""
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr ""
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -554,7 +555,7 @@ msgstr "Прынтэр"
msgid "Failed to add host."
msgstr ""
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -567,7 +568,7 @@ msgid "Failed to Modify host."
msgstr ""
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -579,8 +580,8 @@ msgid "Failed to remove host."
msgstr ""
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Выхад"
@@ -592,15 +593,16 @@ msgstr "Дадаць карыстальніка"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, fuzzy, c-format
msgid "Interactive Firewall"
msgstr "Знойдзена сістэма сеткавай бяспекі (firewall)!"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, fuzzy, c-format
msgid "Unable to contact daemon"
msgstr "Немагчыма адчыніць файл %s\n"
@@ -1054,134 +1056,129 @@ msgstr "Інфармацыя"
msgid "Directory"
msgstr "Каталёг"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr ""
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""
-#: ../bin/draknfs:356 ../bin/draksambashare:599
+#: ../bin/draknfs:354
#, c-format
-msgid "Advanced options"
+msgid "Advanced"
msgstr ""
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr ""
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Каталёг:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, fuzzy, c-format
msgid "Host access"
msgstr "Імя машыны"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr ""
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr ""
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr ""
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr ""
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr ""
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, fuzzy, c-format
msgid "Please specify a directory to share."
msgstr "Пазначце ня менш адной групы для карыстальніка"
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr ""
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Агульныя парамэтры"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr ""
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr ""
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr ""
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr ""
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr ""
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr ""
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr ""
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr ""
@@ -1547,6 +1544,11 @@ msgstr "Запіс"
msgid "Browseable:"
msgstr "Прагляд"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr ""
+
#: ../bin/draksambashare:601
#, fuzzy, c-format
msgid "Printer access"
@@ -1995,121 +1997,124 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr ""
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, fuzzy, c-format
msgid "Network is up on interface %s."
msgstr "Сеткавы інтэрфейс"
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, fuzzy, c-format
msgid "IP address: %s"
msgstr "IP адрас:"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, fuzzy, c-format
msgid "Gateway: %s"
msgstr "Шлюз:"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr ""
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, fuzzy, c-format
msgid "Network is down on interface %s."
msgstr "Сеткавы інтэрфейс"
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
"Run the \"%s\" assistant from the Mandriva Linux Control Center"
msgstr ""
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, fuzzy, c-format
msgid "Connect %s"
msgstr "Імя злучэння"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr ""
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, fuzzy, c-format
msgid "Monitor Network"
msgstr "Сетка"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr ""
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, fuzzy, c-format
msgid "Manage VPN connections"
msgstr "Размеркаванне"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, fuzzy, c-format
msgid "Configure Network"
msgstr "Настройка сеткі"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, fuzzy, c-format
msgid "Watched interface"
msgstr "Сеткавыя інтэрфэйсы"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, fuzzy, c-format
msgid "Auto-detect"
msgstr "Аўтаматычнае вызначэнне"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr ""
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Профілі"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, fuzzy, c-format
msgid "VPN connection"
msgstr "Дзеяньні"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, fuzzy, c-format
msgid "Network connection"
msgstr "Сетка"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr ""
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr ""
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr ""
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, fuzzy, c-format
msgid "Wireless networks"
msgstr "Канфігурацыя"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Усталёўкі"
@@ -2288,7 +2293,7 @@ msgid "Unlisted - edit manually"
msgstr ""
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2314,7 +2319,7 @@ msgstr "абмежаванне"
msgid "Link detected on interface %s"
msgstr ""
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr ""
@@ -2376,23 +2381,23 @@ msgstr ""
msgid "GPRS/Edge/3G"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, fuzzy, c-format
msgid "Unable to open device %s"
msgstr "Немагчыма адчыніць файл %s\n"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, fuzzy, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Калі ласка, пазначце послядоўны порт, да якога падключана вашая мыш."
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2429,32 +2434,37 @@ msgstr "PID"
msgid "Ethernet"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, c-format
+msgid "Wired (Ethernet)"
+msgstr ""
+
+#: ../lib/network/connection/ethernet.pm:30
#, fuzzy, c-format
msgid "Virtual interface"
msgstr "Сеткавы інтэрфейс"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, fuzzy, c-format
msgid "Manual configuration"
msgstr "Захаваць канфігурацыю меню"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, fuzzy, c-format
msgid "IP settings"
msgstr "Настройкі шрыфтоў"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2465,113 +2475,113 @@ msgstr ""
"Кожны пункт павінен быць запоўнены як IP адрас ў дзесяткова-кропкавай \n"
"натацыі (напрыклад, 1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Шлюз"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, fuzzy, c-format
msgid "Get DNS servers from DHCP"
msgstr "IP сэервера SMB"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, fuzzy, c-format
msgid "DNS server 1"
msgstr "NIS сэервер:"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, fuzzy, c-format
msgid "DNS server 2"
msgstr "NIS сэервер:"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, fuzzy, c-format
msgid "Search domain"
msgstr "Шукаць: "
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, fuzzy, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Настройка далучэння да Інтэрнэту"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, fuzzy, c-format
msgid "DHCP host name"
msgstr "Імя машыны"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP адрас павінен быць у фармаце 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, fuzzy, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "IP адрас павінен быць у фармаце 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, fuzzy, c-format
msgid "%s already in use\n"
msgstr "%s ужо знойдзены "
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, fuzzy, c-format
msgid "Network Hotplugging"
msgstr "Сетка"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
@@ -2981,115 +2991,120 @@ msgstr "Злучаныя Арабскія Эміраты"
msgid "United Kingdom"
msgstr "Злучанае Каралеўства"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr ""
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Канфігурацыя"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr ""
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr ""
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, fuzzy, c-format
msgid "Wireless settings"
msgstr "Канфігурацыя"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, fuzzy, c-format
msgid "Operating Mode"
msgstr "Рэжым злучэння"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr ""
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, fuzzy, c-format
msgid "Managed"
msgstr "Мэнэджэр файлаў"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, fuzzy, c-format
msgid "Master"
msgstr "Прайгравальнік дыскаў"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, fuzzy, c-format
msgid "Repeater"
msgstr "Цыклічна"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Падпарадкаваны"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Аўтаматычна"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr ""
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "Імя для ўваходу (імя карыстальніку)"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3097,12 +3112,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, fuzzy, c-format
msgid "EAP Password"
msgstr "Пароль"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3121,12 +3136,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, fuzzy, c-format
msgid "EAP client certificate"
msgstr "Сэртыфікат"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3135,32 +3150,32 @@ msgid ""
" Note: other related settings are shown on the Advanced page."
msgstr ""
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, fuzzy, c-format
msgid "Network ID"
msgstr "Сетка"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr ""
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr ""
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, fuzzy, c-format
msgid "Bitrate (in b/s)"
msgstr "Бітрэйт: %d kb/s"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3174,17 +3189,17 @@ msgid ""
"or off."
msgstr ""
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, fuzzy, c-format
msgid "Fragmentation"
msgstr "Аўтэнтыфікацыя"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3195,12 +3210,12 @@ msgid ""
msgstr ""
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3212,12 +3227,12 @@ msgid ""
"See iwpspy(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3235,107 +3250,107 @@ msgid ""
"See iwpriv(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "Пратакол"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "Auto Detect"
msgstr "Аўтаматычнае вызначэнне"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, fuzzy, c-format
msgid "WPA"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "Рэжым"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "CHAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3343,12 +3358,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3357,12 +3372,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, fuzzy, c-format
msgid "EAP CA certificate"
msgstr "Сэртыфікат"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3372,12 +3387,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3387,12 +3402,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3410,50 +3425,50 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr ""
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, 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)."
msgstr ""
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
"enough '0' (zeroes)."
msgstr ""
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr ""
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr ""
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr ""
@@ -3525,66 +3540,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr ""
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, fuzzy, c-format
msgid "Could not install the packages (%s)!"
msgstr "Усталяванне пакету %s"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Настройка IDE"
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, fuzzy, c-format
msgid "Network settings"
msgstr "Прагляд лякальнай сеткі"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, fuzzy, c-format
msgid "Please enter settings for network"
msgstr "Інфармацыя аб DMA"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, c-format
msgid "Connecting..."
msgstr "Далучэньне..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, fuzzy, c-format
msgid "Disconnecting..."
msgstr "Настройка IDE"
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr ""
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr ""
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Шыфраваньне"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, fuzzy, c-format
msgid "Scanning for networks..."
msgstr "Пачатковы сектар:"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Адлучаць"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Далучэньне"
@@ -3751,12 +3766,12 @@ msgstr ""
msgid "Device: "
msgstr "Прылада:"
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Настройка"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Аднавіць"
@@ -3970,23 +3985,23 @@ msgstr "Усталяванне сістэмы"
msgid "Select a device:"
msgstr ""
-#: ../lib/network/netcenter.pm:36
-#, fuzzy, c-format
-msgid "Network Center"
-msgstr "Сеткавы інтэрфейс"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr ""
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, fuzzy, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Сетка"
+#: ../lib/network/netcenter.pm:135
+#, fuzzy, c-format
+msgid "Network Center"
+msgstr "Сеткавы інтэрфейс"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
diff --git a/po/bg.po b/po/bg.po
index a906cb2..6f39b42 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakx-net-bg\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+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"
@@ -29,7 +29,7 @@ msgid "Interface"
msgstr "Интерфейс"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -71,7 +71,8 @@ msgstr "Настройка на LAN"
msgid "Configure Local Area Network..."
msgstr "Настойка на локална мрежа ..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Помощ"
@@ -93,13 +94,13 @@ msgstr "Отказ"
msgid "Ok"
msgstr "Ok"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -142,7 +143,7 @@ msgid "Adapter %s: %s"
msgstr "Адаптер %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Мрежова маска"
@@ -157,7 +158,7 @@ msgstr "Стартиращ протокол"
msgid "Started on boot"
msgstr "Пуснат при стартиране"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "DHCP клиент"
@@ -171,7 +172,7 @@ msgstr ""
"Нямате Internet връзка.\n"
"Създайте такава, като цъкнете на 'Настрой'"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Настройване на мрежов интервейс (LAN, ISDN, ADSL, ...)"
@@ -318,9 +319,9 @@ msgstr "Вътрешно име на домейн"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -332,12 +333,12 @@ msgstr "Вътрешно име на домейн"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -551,7 +552,7 @@ msgstr "Моля въведете валиден IP адрес."
msgid "Same IP is already in %s file."
msgstr ""
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Име на хост:"
@@ -566,12 +567,12 @@ msgstr "Име на хост:"
msgid "Manage hosts definitions"
msgstr "Настройка на връзките"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr ""
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -587,7 +588,7 @@ msgstr "Добавяне принтер"
msgid "Failed to add host."
msgstr ""
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -600,7 +601,7 @@ msgid "Failed to Modify host."
msgstr ""
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -612,8 +613,8 @@ msgid "Failed to remove host."
msgstr ""
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Изход"
@@ -625,15 +626,16 @@ msgstr "Позволява на потребители"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, fuzzy, c-format
msgid "Interactive Firewall"
msgstr "Защитна стена"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, fuzzy, c-format
msgid "Unable to contact daemon"
msgstr "Не мога да се свръжа с огледален сървър' %s"
@@ -1087,134 +1089,129 @@ msgstr "Информация"
msgid "Directory"
msgstr "Директория"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr ""
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
msgstr "Допълнителни настройки"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr ""
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Директория:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, fuzzy, c-format
msgid "Host access"
msgstr "Име на хост:"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Достъп:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr ""
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "Номер (UID):"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr ""
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr ""
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, fuzzy, c-format
msgid "Please specify a directory to share."
msgstr "Моля, въведете име на хост или IP."
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr ""
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Общи настройки"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr ""
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr ""
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr ""
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr ""
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr ""
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr ""
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr ""
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr ""
@@ -1580,6 +1577,11 @@ msgstr "Запис"
msgid "Browseable:"
msgstr "Преглед"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Допълнителни настройки"
+
#: ../bin/draksambashare:601
#, fuzzy, c-format
msgid "Printer access"
@@ -2028,32 +2030,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr ""
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, fuzzy, c-format
msgid "Network is up on interface %s."
msgstr "Мрежов интерфейс"
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, fuzzy, c-format
msgid "IP address: %s"
msgstr "Адрес IP:"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, fuzzy, c-format
msgid "Gateway: %s"
msgstr "Gateway:"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr ""
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, fuzzy, c-format
msgid "Network is down on interface %s."
msgstr "Мрежов интерфейс"
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, fuzzy, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2062,89 +2064,92 @@ msgstr ""
"Нямате Internet връзка.\n"
"Създайте такава, като цъкнете на 'Настрой'"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Свързва %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "Разкачва %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, fuzzy, c-format
msgid "Monitor Network"
msgstr "Възстановява през мрежа"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr ""
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, fuzzy, c-format
msgid "Manage VPN connections"
msgstr "Настройка на връзките"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Конфигуриране на мрежа"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, fuzzy, c-format
msgid "Watched interface"
msgstr "Интерфейс"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Автоматично засичане"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr ""
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Профили"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, fuzzy, c-format
msgid "VPN connection"
msgstr "LAN връзка"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, fuzzy, c-format
msgid "Network connection"
msgstr "Мрежови опции"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr ""
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr ""
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Винаги зареждай при стартиране"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, fuzzy, c-format
msgid "Wireless networks"
msgstr "Безжична връзка"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Настройки"
@@ -2325,7 +2330,7 @@ msgid "Unlisted - edit manually"
msgstr ""
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2351,7 +2356,7 @@ msgstr "Метрика"
msgid "Link detected on interface %s"
msgstr "засечен на порт %s"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr ""
@@ -2413,23 +2418,23 @@ msgstr ""
msgid "GPRS/Edge/3G"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, fuzzy, c-format
msgid "Unable to open device %s"
msgstr "Не мога да направя 'fork': %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, fuzzy, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Моля, изберете порт към който свързан принтера ви."
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2466,32 +2471,37 @@ msgstr "Процес"
msgid "Ethernet"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, c-format
+msgid "Wired (Ethernet)"
+msgstr ""
+
+#: ../lib/network/connection/ethernet.pm:30
#, fuzzy, c-format
msgid "Virtual interface"
msgstr "Мрежов интерфейс"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Ръчна настройка"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, fuzzy, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Автоматичен IP адрес"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, fuzzy, c-format
msgid "IP settings"
msgstr "PLL настройки:"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2502,113 +2512,113 @@ msgstr ""
"Всяко устройство трябва да бъде въведено като IP адрес\n"
"с точково-десетично означение (например, 1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Gateway"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, fuzzy, c-format
msgid "Get DNS servers from DHCP"
msgstr "DNS сървър IP"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, fuzzy, c-format
msgid "DNS server 1"
msgstr "DNS сървър"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, fuzzy, c-format
msgid "DNS server 2"
msgstr "DNS сървър"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, fuzzy, c-format
msgid "Search domain"
msgstr "NIS домейн"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, fuzzy, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Timeout на връзката (в сек)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "Име на DHCP хост"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP адресът трябва да бъде във формат 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, fuzzy, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Gateway адреса трябва да бъде във формат 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Получаване на име от DHCP адрес"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "Мрежов Hotplugging"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
@@ -3018,115 +3028,120 @@ msgstr "Обединени Арабски Емирства"
msgid "United Kingdom"
msgstr "Англия"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr ""
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Безжична връзка"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr ""
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr ""
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, fuzzy, c-format
msgid "Wireless settings"
msgstr "Безжична връзка"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, fuzzy, c-format
msgid "Operating Mode"
msgstr "Разширени функиции"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr ""
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Управляем"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Главен"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Повтаряем"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Вторичен"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Автоматично"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr ""
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Ключ за криптиране"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "Име на акаунта (потебителско име)"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3134,12 +3149,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, fuzzy, c-format
msgid "EAP Password"
msgstr "Парола"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3158,12 +3173,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "EAP client certificate"
msgstr ""
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3172,32 +3187,32 @@ msgid ""
" Note: other related settings are shown on the Advanced page."
msgstr ""
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, fuzzy, c-format
msgid "Network ID"
msgstr "Мрежа"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr ""
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr ""
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3211,17 +3226,17 @@ msgid ""
"or off."
msgstr ""
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, fuzzy, c-format
msgid "Fragmentation"
msgstr "Игрална станция"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3232,12 +3247,12 @@ msgid ""
msgstr ""
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3249,12 +3264,12 @@ msgid ""
"See iwpspy(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3272,107 +3287,107 @@ msgid ""
"See iwpriv(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "Протокол"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "Auto Detect"
msgstr "Автоматично засичане"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, fuzzy, c-format
msgid "WPA"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "Режим"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "CHAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3380,12 +3395,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3394,12 +3409,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid "EAP CA certificate"
msgstr ""
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3409,12 +3424,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3424,12 +3439,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3447,50 +3462,50 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr ""
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, 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)."
msgstr ""
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
"enough '0' (zeroes)."
msgstr ""
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr ""
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr ""
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr ""
@@ -3562,66 +3577,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr ""
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, fuzzy, c-format
msgid "Could not install the packages (%s)!"
msgstr "Инсталиране на пакета %s"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Настройка ..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, fuzzy, c-format
msgid "Network settings"
msgstr "Адрес на Локална мрежа"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, fuzzy, c-format
msgid "Please enter settings for network"
msgstr "Подробна информация"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, fuzzy, c-format
msgid "Connecting..."
msgstr "Свързване ..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, fuzzy, c-format
msgid "Disconnecting..."
msgstr "Отвързване ..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr ""
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr ""
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Криптиране"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, fuzzy, c-format
msgid "Scanning for networks..."
msgstr "Стартиране мрежата...."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Разкачване"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Връзка"
@@ -3803,12 +3818,12 @@ msgstr ""
msgid "Device: "
msgstr "Устройство: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Настрока"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Опресни"
@@ -4022,23 +4037,23 @@ msgstr "Инсталиране на системата"
msgid "Select a device:"
msgstr ""
-#: ../lib/network/netcenter.pm:36
-#, fuzzy, c-format
-msgid "Network Center"
-msgstr "Мрежа и Интернет"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr ""
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, fuzzy, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Възстановява през мрежа"
+#: ../lib/network/netcenter.pm:135
+#, fuzzy, c-format
+msgid "Network Center"
+msgstr "Мрежа и Интернет"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
diff --git a/po/bn.po b/po/bn.po
index 08317e8..24fd2e7 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakx-net HEAD\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+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"
@@ -27,7 +27,7 @@ msgid "Interface"
msgstr "ইন্টারফেস"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -69,7 +69,8 @@ msgstr "ল্যান কনফিগারেশন"
msgid "Configure Local Area Network..."
msgstr "স্থানীয় নেটওয়ার্ক কনফিগার করো..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "সাহায্য"
@@ -91,13 +92,13 @@ msgstr "বাতিল"
msgid "Ok"
msgstr "ঠিক আছে"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -140,7 +141,7 @@ msgid "Adapter %s: %s"
msgstr "অ্যাডাপ্টার %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "নেটমাস্ক"
@@ -155,7 +156,7 @@ msgstr "বুট প্রোটোকল"
msgid "Started on boot"
msgstr "বুট হওয়ার সময় সচল হয়"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "DHCP ক্লায়েন্ট"
@@ -169,7 +170,7 @@ msgstr ""
"এই ইন্টারফেস এখনো কন্‌ফিগার করা হয়নি।\n"
"ম্যান্ড্রিব লিনাক্স নিয়ন্ত্রক কেন্দ্র থেকে সহকারী \"ইন্টারফেস যুক্ত করো\" চালান"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "নতুন নেটওয়ার্ক ইন্টারফেস সেট আপ করুন (LAN, ISDN, ADSL, ...)"
@@ -318,9 +319,9 @@ msgstr "অন্তঃস্থ ডোমেইন নাম"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -332,12 +333,12 @@ msgstr "অন্তঃস্থ ডোমেইন নাম"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -556,7 +557,7 @@ msgstr "অনুগ্রহ করে একটি সঠিক IP ঠিক
msgid "Same IP is already in %s file."
msgstr "%s ইতিমধ্যেই ব্যবহৃত হচ্ছে\n"
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "হোস্টের নাম"
@@ -571,12 +572,12 @@ msgstr "হোস্টের নাম"
msgid "Manage hosts definitions"
msgstr "সংযোগ ব্যবস্থাপনা"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr ""
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -592,7 +593,7 @@ msgstr "প্রিন্টার যোগ করো"
msgid "Failed to add host."
msgstr ""
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -605,7 +606,7 @@ msgid "Failed to Modify host."
msgstr ""
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -617,8 +618,8 @@ msgid "Failed to remove host."
msgstr ""
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "বাহির"
@@ -630,15 +631,16 @@ msgstr "সব ব্যবহারকারীদের গ্রহণ কর
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, fuzzy, c-format
msgid "Interactive Firewall"
msgstr "ফায়ারওয়াল"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, fuzzy, c-format
msgid "Unable to contact daemon"
msgstr "%s মিররের সাথে সংযুক্ত হওয়া গেলনা"
@@ -1095,134 +1097,129 @@ msgstr "তথ্য"
msgid "Directory"
msgstr "ডিরেক্টরি"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr ""
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""
-#: ../bin/draknfs:356 ../bin/draksambashare:599
+#: ../bin/draknfs:354
#, c-format
-msgid "Advanced options"
+msgid "Advanced"
msgstr ""
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr ""
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "ডিরেক্টরি:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, fuzzy, c-format
msgid "Host access"
msgstr "হোস্টের নাম"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "ব্যবহার :"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr ""
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr ""
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr ""
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr ""
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, fuzzy, c-format
msgid "Please specify a directory to share."
msgstr "কার্ডের ওয়্যারলেস প্যারামিটার প্রবেশ করান"
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr ""
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "সাধারণ অপশন"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr ""
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr ""
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr ""
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr ""
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr ""
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr ""
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr ""
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr ""
@@ -1589,6 +1586,11 @@ msgstr "লেখো"
msgid "Browseable:"
msgstr "ব্রাউজ"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr ""
+
#: ../bin/draksambashare:601
#, fuzzy, c-format
msgid "Printer access"
@@ -2039,32 +2041,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr ""
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, fuzzy, c-format
msgid "Network is up on interface %s."
msgstr "নেটওয়ার্ট %s ইন্টারফেস এ চালু আছে"
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, fuzzy, c-format
msgid "IP address: %s"
msgstr "আক্রমনকারীর IP অ্যাড্রেস: %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, fuzzy, c-format
msgid "Gateway: %s"
msgstr "গেটওয়ে:"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr ""
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, fuzzy, c-format
msgid "Network is down on interface %s."
msgstr "নেটওয়ার্ট %s ইন্টারফেস এ চালু আছে"
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2073,89 +2075,92 @@ msgstr ""
"আপনার সিস্টেমে কোন ইন্টারনেট সংযোগ কনফিগার করা নেই।\n"
"অনুগ্রহপূর্বক Mandriva Linux নিয়ন্ত্রণকেন্দ্র থেকে \"%s\" চালান।"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "%s সংযুক্ত করো"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "%s বিচ্ছিন্ন করো"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "নেটওয়ার্ক মনিটর"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr ""
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, fuzzy, c-format
msgid "Manage VPN connections"
msgstr "সংযোগ ব্যবস্থাপনা"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "নেটওয়ার্ক কনফিগার"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr "যে সব ইন্টারফেসের উপর নজর রাখা হয়েছে"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "সয়ং-সনাক্ত"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr ""
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "প্রোফাইলসমূহ"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, fuzzy, c-format
msgid "VPN connection"
msgstr "LAN সংযোগ"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, fuzzy, c-format
msgid "Network connection"
msgstr "নেটওয়ার্ক অপশন"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr ""
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr ""
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "সবসময় স্টার্টআপে আরম্ভ করো"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, fuzzy, c-format
msgid "Wireless networks"
msgstr "ওয়্যারলেস সংযোগ"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "সেটিং"
@@ -2343,7 +2348,7 @@ msgid "Unlisted - edit manually"
msgstr "তালিকায় অন্তর্ভুক্ত নেই - নিজে নিজেই সম্পাদন করুন"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2370,7 +2375,7 @@ msgstr "মেট্রিক"
msgid "Link detected on interface %s"
msgstr "(%s পোর্টে সনাক্ত হয়েছে)"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr ""
@@ -2433,25 +2438,25 @@ msgstr ""
msgid "GPRS/Edge/3G"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, fuzzy, c-format
msgid "Unable to open device %s"
msgstr "ফর্ক করতে ব্যর্থ: %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, fuzzy, c-format
msgid "Please check that your SIM card is inserted."
msgstr ""
"\n"
"অনুগ্রহপূর্বক আপনার প্রয়োজনীয় সকল অপশন পরীক্ষা করুন।\n"
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2488,32 +2493,37 @@ msgstr ""
msgid "Ethernet"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, c-format
+msgid "Wired (Ethernet)"
+msgstr ""
+
+#: ../lib/network/connection/ethernet.pm:30
#, fuzzy, c-format
msgid "Virtual interface"
msgstr "নেটওয়ার্ক ইন্টারফেস"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "স্বনির্বাচিত কনফিগারেশন"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "সয়ংক্রিয় IP (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, fuzzy, c-format
msgid "IP settings"
msgstr "PLL সেটিং:"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2524,117 +2534,117 @@ msgstr ""
"প্রত্যেক আইটেম একটি আই-পি অ্যাড্রেস হিসেবে dotted-decimal নোটেশনে দিতে \n"
"হবে (উদাহরণস্বরুপ, 1.2.3.4)"
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "গেটওয়ে"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "DHCP থেকে DNS সার্ভারগুলো দেখাও "
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "DNS সার্ভার ১"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "DNS সার্ভার ২"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "ডোমেইনের খোঁজ"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr "ডিফল্টভাবে ডোমেইন সন্ধান যোগ্যতা-সম্পন্ন হোস্ট-নেম থেকে নির্দিষ্ত হবে"
# sam
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "DHCP টাইমআউট (সেকেন্ডে)"
# সাম
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr "DHCP থেকে YP সার্ভারগুলো দেখাও "
# সাম
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "DHCP থেকে NTPD সার্ভারগুলো দেখাও "
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "DHCP হোস্টের নাম"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP ঠিকানা 1.2.3.4-এর মত হতে হবে"
# সাম
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "নেটমাস্ক 255.255.224.0 এই ফরম্যাটে হতে হবে"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "নির্দেশ : সাধারনত %s IP ঠিকানাগুলি রিজার্ভ থাকে !"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s ইতিমধ্যেই ব্যবহৃত হচ্ছে\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "DHCP ঠিকানা থেকে পাওয়া হোস্টের নাম"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "নেটওয়ার্ক Hotplugging"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
@@ -3044,116 +3054,121 @@ msgstr "সংযুক্ত আরব আমিরাত"
msgid "United Kingdom"
msgstr "যুক্তরাজ্য"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr ""
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "ওয়্যারলেস সংযোগ"
+
# সাম
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "একটি উইন্ডোজ ড্রাইভার ব্যবহার করুন (ndiswrapper এর সাথে)"
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr ""
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr ""
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, fuzzy, c-format
msgid "Wireless settings"
msgstr "ওয়্যারলেস সংযোগ"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "কার্যকারিতার ধরন"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Echo request (ping)"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "ব্যবস্থা হয়েছে"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "মাষ্টার"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "রিপিটার"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "মাধ্যমিক"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "সয়ংক্রিয়"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "নেটওয়ার্কের নাম (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr ""
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "এনক্রিপশন কী"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "একাউন্ট লগইন (ইউজারনেম)"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3161,12 +3176,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, fuzzy, c-format
msgid "EAP Password"
msgstr "পাসওয়ার্ড"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3185,12 +3200,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, fuzzy, c-format
msgid "EAP client certificate"
msgstr "সার্টফাইলের নাম"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3199,34 +3214,34 @@ msgid ""
" Note: other related settings are shown on the Advanced page."
msgstr ""
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "নেটওয়ার্ক ID"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "কার্যকারিতার ফ্রিকুয়েন্সি"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "প্রতিক্রিয়াশীল থ্রেশল্ড"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "বিটরেট (b/s-এ)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
# sam=
# parameter has been translated as প্যারামিটার
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3250,17 +3265,17 @@ msgstr ""
"হয়ে যায়। আপনি এই প্যারামিটারটি স্বয়ংক্রিয়, নির্ধারিত, বা বন্ধও সেট\n"
"করতে পারেন।"
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "ফ্রাগমেন্টেশন"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "Iwকন্‌ফিগ কমান্ড অতিরিক্ত আর্গুমেন্ট"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3277,12 +3292,12 @@ msgstr ""
# -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "Iwস্পাই কমান্ড অতিরিক্ত আর্গুমেন্ট"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, fuzzy, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3297,12 +3312,12 @@ msgstr ""
"তালিকা সেট করা এবং তার প্রতিটির সংযোগ এর মান সংক্রান্ত তথ্য পড়ার জন্য।\n"
"\n"
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "iwpriv কমান্ড অতিরিক্ত আর্গুমেন্ট"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3320,28 +3335,28 @@ msgid ""
"See iwpriv(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "প্রটোকল"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "Auto Detect"
msgstr "সয়ং-সনাক্ত"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, fuzzy, c-format
msgid "WPA"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
@@ -3349,79 +3364,79 @@ msgid ""
msgstr ""
# ##বাতিল
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "মোড"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "CHAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3429,12 +3444,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3443,12 +3458,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, fuzzy, c-format
msgid "EAP CA certificate"
msgstr "সার্টিফিকেটের ধরণ"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3458,12 +3473,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3473,12 +3488,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3496,26 +3511,26 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr ""
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3524,7 +3539,7 @@ msgstr ""
"ফ্রিকোয়েন্সির শেষে k, M বা G থাকতে হবে (উদাহরণস্বরুপ,২.৪৬ গিগাহার্জ ফ্রিকোয়েন্সীর "
"জন্য \"2.46G\"),অথবা অনেকগুলো '0' (শূণ্য) যোগ করুন।"
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3533,17 +3548,17 @@ msgstr ""
"ফ্রিকোয়েন্সির শেষে k, M বা G থাকতে হবে (উদাহরণস্বরুপ,১১M এর জন্য \"11M\"),অথবা "
"অনেকগুলো '0' (শূণ্য) যোগ করুন।"
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr ""
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr ""
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr ""
@@ -3618,68 +3633,68 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "ভার্চুয়াল সার্কিট আই-ডি(VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, fuzzy, c-format
msgid "Could not install the packages (%s)!"
msgstr "%s প্যাকেজগুলি ইনস্টল করা গেলোনা!"
# সাম
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "ডিভাইস কন্‌ফিগার হচ্ছে..."
# ##msgstr "স্থানীয় নেটওয়ার্ক ঠিকানা"
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, fuzzy, c-format
msgid "Network settings"
msgstr "স্থানীয় নেটওয়ার্ক অ্যাড্রেস"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, fuzzy, c-format
msgid "Please enter settings for network"
msgstr "বিস্তারিত তথ্য"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, fuzzy, c-format
msgid "Connecting..."
msgstr "সংযোগ স্থাপন করো..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, fuzzy, c-format
msgid "Disconnecting..."
msgstr "সংযোগ বিচ্ছিন্ন করো..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr ""
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr ""
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "এনক্রিপশন"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, fuzzy, c-format
msgid "Scanning for networks..."
msgstr "নেটওয়ার্ক স্ক্যান করা হচ্ছে..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "সংযোগ বিচ্ছিন্ন করো"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "সংযোগ স্থাপন করো"
@@ -3864,12 +3879,12 @@ msgstr ""
msgid "Device: "
msgstr "ডিভাইস:"
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "কনফিগার"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "রিফ্রেশ"
@@ -4091,23 +4106,23 @@ msgstr "একটি নতুন ড্রাইভার ইনস্টল
msgid "Select a device:"
msgstr ""
-#: ../lib/network/netcenter.pm:36
-#, fuzzy, c-format
-msgid "Network Center"
-msgstr "নেটওয়ার্ক এবং ইন্টারনেট"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr ""
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, fuzzy, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "নেটওয়ার্ক মনিটর"
+#: ../lib/network/netcenter.pm:135
+#, fuzzy, c-format
+msgid "Network Center"
+msgstr "নেটওয়ার্ক এবং ইন্টারনেট"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
diff --git a/po/br.po b/po/br.po
index 5ff749c..4bcf162 100644
--- a/po/br.po
+++ b/po/br.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakx-net 10.2\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+0100\n"
"PO-Revision-Date: 2008-03-17 14:51+0100\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandriva.com>\n"
"Language-Team: Brezhoneg <ofisk@wanadoo.fr>\n"
@@ -26,7 +26,7 @@ msgid "Interface"
msgstr "C'hetal"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -68,7 +68,8 @@ msgstr "Kefluniadur ar rouedad takad lec'hel"
msgid "Configure Local Area Network..."
msgstr "Kefluniañ ar rouedad takad lec'hel ..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Skoazell"
@@ -90,13 +91,13 @@ msgstr "Nullañ"
msgid "Ok"
msgstr "Mat eo"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -137,7 +138,7 @@ msgid "Adapter %s: %s"
msgstr "Kartenn %s : %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Maskl rouedad"
@@ -152,7 +153,7 @@ msgstr "Komenad loc'hañ"
msgid "Started on boot"
msgstr "Loc'het pa vez loc'het an urzhiataer"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "Kliant DHCP"
@@ -164,7 +165,7 @@ msgid ""
"Run the \"%s\" assistant from the Mandriva Linux Control Center"
msgstr ""
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Kefluniañ un etrefas rouedad (LAN, ISDN, ADSL, ...)"
@@ -288,9 +289,9 @@ msgstr "Anv diabarzh an domani"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -302,12 +303,12 @@ msgstr "Anv diabarzh an domani"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -518,7 +519,7 @@ msgstr "Roit ur chomlec'h IP mat mar plij."
msgid "Same IP is already in %s file."
msgstr "An IP-mañ zo er restr %s c'hoazh."
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Anv an ostiz"
@@ -533,12 +534,12 @@ msgstr "Lesanvioù an ostiz"
msgid "Manage hosts definitions"
msgstr "Merañ liketennoù ostiz"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr "Cheñchañ ur vouetadur"
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -554,7 +555,7 @@ msgstr "Ouzhpennañ ur vouetadur"
msgid "Failed to add host."
msgstr "Fazi en ur ouzhpennañ an ostiz."
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -567,7 +568,7 @@ msgid "Failed to Modify host."
msgstr "Fazi en ur cheñch an ostiz."
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -579,8 +580,8 @@ msgid "Failed to remove host."
msgstr "Fazi en ur lemel an ostiz."
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Kuitaat"
@@ -592,15 +593,16 @@ msgstr "Chomlec'hioù aotreet"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, c-format
msgid "Interactive Firewall"
msgstr "Moger tan bev"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, c-format
msgid "Unable to contact daemon"
msgstr "N'hellan ket kevreañ ouzh an diaoul"
@@ -1055,134 +1057,129 @@ msgstr "Titouroù"
msgid "Directory"
msgstr "Renkell"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr "Bouetadur NFS"
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
-msgstr "Dibaboù barek"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
+msgstr "Dibarzhoù barek"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr "Renkell NFS"
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Renkell :"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, fuzzy, c-format
msgid "Host access"
msgstr "Anv an ostiz"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr ""
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr ""
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "ID an arveriad :"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr ""
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr ""
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, c-format
msgid "Please specify a directory to share."
msgstr "Dibabit ur renkell da ranañ mar plij."
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr "N'hell ket bet krouet ar renkell-mañ."
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr "Lodenniñ ar renkell"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Dibarzhoù hollek"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr "Dibarzhoù diouzoc'h"
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr "Roit ur renkell da ranañ mar plij."
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr "Merañ ar rannoù NFS"
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, fuzzy, c-format
msgid "Starting the NFS-server"
msgstr "Oc'h adloc'hañ/adkargañ ar servijer NFS ..."
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr ""
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr "Fazi en ur ouzhpennañ ar rennad NFS."
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr "Fazi en ur cheñch ar rennad NFS."
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr "Fazi en ur lemel ar rennad NFS."
@@ -1550,6 +1547,11 @@ msgstr "Skrivabl :"
msgid "Browseable:"
msgstr ""
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Dibaboù barek"
+
#: ../bin/draksambashare:601
#, fuzzy, c-format
msgid "Printer access"
@@ -1998,121 +2000,124 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr ""
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, c-format
msgid "Network is up on interface %s."
msgstr "Bev eo ar rouedad war an etrefas %s."
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "Chomlec'h IP : %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr "Treuzell : %s"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr ""
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, c-format
msgid "Network is down on interface %s."
msgstr "Marv eo ar rouedad war an etrefas %s."
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
"Run the \"%s\" assistant from the Mandriva Linux Control Center"
msgstr ""
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Kevreañ %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "Digevreañ %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "Diwall ar rouedad"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr "Merañ ar rouedadoù hep neud"
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, c-format
msgid "Manage VPN connections"
msgstr "Meran ar c'hevreadennoù VPN"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Kefluniañ ar rouedad"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr "Etrefasoù sellet"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Dinoiñ dre ardivink"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr "Etrefasoù bev"
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Profiloù"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, c-format
msgid "VPN connection"
msgstr "Kevreadenn VPN"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, c-format
msgid "Network connection"
msgstr "Kevreadenn rouedad"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr ""
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr "Moger tan bev ent emgefreek"
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Loc'hañ atav pa loc'her ar reizhiad"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, c-format
msgid "Wireless networks"
msgstr "Rouedadoù hep neud"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Dibarzhoù"
@@ -2295,7 +2300,7 @@ msgid "Unlisted - edit manually"
msgstr "N'eo ket er roll - aozañ anezhan gant an dorn"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2321,7 +2326,7 @@ msgstr "Metrik"
msgid "Link detected on interface %s"
msgstr "Liamm detektet war an etrefas %s"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr "Liamm kollet war an etrefas %s"
@@ -2383,23 +2388,23 @@ msgstr ""
msgid "GPRS/Edge/3G"
msgstr "GPRS/Edge/3G"
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr "Kod PIN"
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, c-format
msgid "Unable to open device %s"
msgstr "N'hell ket bet digoret an drobarzhell %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Gwiriit eo enlakaet ho kartenn SIM, mar plij."
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2436,32 +2441,37 @@ msgstr "PID"
msgid "Ethernet"
msgstr "Ethernet"
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, fuzzy, c-format
+msgid "Wired (Ethernet)"
+msgstr "Ethernet"
+
+#: ../lib/network/connection/ethernet.pm:30
#, fuzzy, c-format
msgid "Virtual interface"
msgstr "Etrefas rouedad"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Kefluniadur-dorn"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "IP emgefreek (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, c-format
msgid "IP settings"
msgstr "Kefluniadur IP"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2472,113 +2482,113 @@ msgstr ""
"Pep mellad a zlefe bezañ skrivet evel ur chomlec'h IP e stumm\n"
"sifroù dekvel pikoù etrezo (da skouer 1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Treuzell"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "Adtapout ar servijerien DNS eus DHCP"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "Servijer DNS 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "Servijer DNS 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "Domani glask"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Amzer-hont DHCP (eil)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr "Adtapout ar servijerien YP eus DHCP"
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "Adtapout ar servijerien NTPD eus DHCP"
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "Anv ostiz DHCP"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "Er furmad 1.2.3.4 e tlefe bezañ ar chomlec'h IP"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Er furmad 255.255.224.0 e tlefe bezañ ar maskl rouedad"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Diwallit : strizh eo ar chomlec'h IP %s boazamant !"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "implijet eo %s c'hoazh\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Adtapout an anv ostiz eus ar chomlec'h DHCP"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr "Bevaat an hent-riboul IPv6 dre IPv4"
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr "O c'houlenn ur chomlec'h rouedad war etrefas %s (komenad %s) ..."
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr "Tapet eo bet ur chomlec'h rouedad war etrefas %s (komenad %s)"
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr "Ne oa ket tu tapout ur chomlec'h rouedad war etrefas %s (komenad %s)"
@@ -2988,115 +2998,120 @@ msgstr "Stadoù-Unanet Arabeg"
msgid "United Kingdom"
msgstr "Rouantelezh Unanet"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr "Hep neud"
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Hep neud"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Implijit ur sturier Windows (gant ndiswrapper)"
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr "WEP digor"
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr "WEP serr"
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr ""
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr ""
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, c-format
msgid "Wireless settings"
msgstr "Kefluniadur ar rouedad hep neud"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "Mod labour"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Meret"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Mestr"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Adkaser"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Eil derez"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Emgefreek"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Anv ar rouedad (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr "Mod enrinegadur"
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Alc'hwez enrinegadur"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "Kont (anv an arveriad)"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3104,12 +3119,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, fuzzy, c-format
msgid "EAP Password"
msgstr "Tremenger"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3128,12 +3143,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, fuzzy, c-format
msgid "EAP client certificate"
msgstr "Anv an testeni"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3142,32 +3157,32 @@ msgid ""
" Note: other related settings are shown on the Advanced page."
msgstr ""
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "Niv ar rouedad"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "Frekañs labour"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr ""
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Feur (bit/e)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3181,17 +3196,17 @@ msgid ""
"or off."
msgstr ""
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr ""
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "arventennoù ouzhpenn an urzhiad iwconfig"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3202,12 +3217,12 @@ msgid ""
msgstr ""
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "arventennoù ouzhpenn an urzhiad iwspy"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3219,12 +3234,12 @@ msgid ""
"See iwpspy(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "arventennoù ouzhpenn an urzhiad iwpriv"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3242,107 +3257,107 @@ msgid ""
"See iwpriv(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "Komenad"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "Auto Detect"
msgstr "Dinoiñ dre ardivink"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, fuzzy, c-format
msgid "WPA"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "Mod"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "CHAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3350,12 +3365,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3364,12 +3379,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, fuzzy, c-format
msgid "EAP CA certificate"
msgstr "Testeni"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3379,12 +3394,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3394,12 +3409,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3417,50 +3432,50 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr ""
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, 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)."
msgstr ""
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
"enough '0' (zeroes)."
msgstr ""
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr "Aotreañ ar c'hevreadennoù baleantour"
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr ""
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr ""
@@ -3532,66 +3547,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "ID al liamm galloudel (VPI) :"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, c-format
msgid "Could not install the packages (%s)!"
msgstr "Ne m'eus ket staliañ ar pakadoù (%s) !"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "O kefluniañ an drobarzhell ..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, fuzzy, c-format
msgid "Network settings"
msgstr "Dibarzhoù ar rouedad"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, c-format
msgid "Please enter settings for network"
msgstr "Roit dibarzhoù evit ar rouedad mar plij"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, c-format
msgid "Connecting..."
msgstr "O kevreañ ..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, c-format
msgid "Disconnecting..."
msgstr "O tigevreañ ..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr "SSID"
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr "Nerzh an arhent"
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Enrinegadur"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, c-format
msgid "Scanning for networks..."
msgstr "O klask ar rouedadoù ..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Digevreañ"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Kevreañ"
@@ -3758,12 +3773,12 @@ msgstr "Cheñchet e oa an anv ostiz da « %s »"
msgid "Device: "
msgstr "Trobarzhell : "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Kefluniañ"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Adtresañ"
@@ -3977,23 +3992,23 @@ msgstr "Staliañ ur sturier nevez"
msgid "Select a device:"
msgstr "Dibabit un drobarzhell :"
-#: ../lib/network/netcenter.pm:36
-#, c-format
-msgid "Network Center"
-msgstr "Kreizenn ren rouedad"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr "Dibabit ho rouedad mar plij :"
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, fuzzy, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Diwall ar rouedad"
+#: ../lib/network/netcenter.pm:135
+#, c-format
+msgid "Network Center"
+msgstr "Kreizenn ren rouedad"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
@@ -4914,6 +4929,9 @@ msgstr "Mod"
msgid "Use specific UDP port"
msgstr "Implijit ur porzh UDP ispisial"
+#~ msgid "Draknfs entry"
+#~ msgstr "Bouetadur NFS"
+
#~ msgid "DrakVPN"
#~ msgstr "DrakVPN"
diff --git a/po/bs.po b/po/bs.po
index e802ec6..b0394d2 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: bs\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+0100\n"
"PO-Revision-Date: 2006-09-13 19:15+0200\n"
"Last-Translator: Vedran Ljubovic <vljubovic@smartnet.ba>\n"
"Language-Team: Bosnian <lokal@linux.org.ba>\n"
@@ -29,7 +29,7 @@ msgid "Interface"
msgstr "Interfejs"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -71,7 +71,8 @@ msgstr "Podešavanje LANa"
msgid "Configure Local Area Network..."
msgstr "Podesi Lokalnu mrežu..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Pomoć"
@@ -93,13 +94,13 @@ msgstr "Odustani"
msgid "Ok"
msgstr "U redu"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -142,7 +143,7 @@ msgid "Adapter %s: %s"
msgstr "Adapter %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Netmask"
@@ -157,7 +158,7 @@ msgstr "Boot protokol"
msgid "Started on boot"
msgstr "Pokrenut na bootu"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "DHCP klijent"
@@ -171,7 +172,7 @@ msgstr ""
"Interfejs još nije podešen.\n"
"Pokrenite asistent \"Dodaj interfejs\" iz Mandriva Linux Kontrolnog centra"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Podesite novi mrežni interfejs (LAN, ISDN, ADSL, ...)"
@@ -318,9 +319,9 @@ msgstr "Interno domensko ime"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -332,12 +333,12 @@ msgstr "Interno domensko ime"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -557,7 +558,7 @@ msgstr "Molim unesite ispravnu IP adresu."
msgid "Same IP is already in %s file."
msgstr "Ista IP adresa je već u %s datoteci."
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Ime računara"
@@ -572,12 +573,12 @@ msgstr "Aliasi imena"
msgid "Manage hosts definitions"
msgstr "Upravljajte definicijama hosts"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr "Izmijeni stavku"
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -593,7 +594,7 @@ msgstr "Dodaj stavku"
msgid "Failed to add host."
msgstr "Nisam uspio dodati host."
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -606,7 +607,7 @@ msgid "Failed to Modify host."
msgstr "Nisam uspio izmijeniti host."
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -618,8 +619,8 @@ msgid "Failed to remove host."
msgstr "Nisam uspio obrisati host."
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Izlaz"
@@ -631,15 +632,16 @@ msgstr "Dozvoljene adrese"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, c-format
msgid "Interactive Firewall"
msgstr "Interaktivni firewall"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, c-format
msgid "Unable to contact daemon"
msgstr "Ne mogu pristupiti demonu"
@@ -1149,134 +1151,129 @@ msgstr "Informacije"
msgid "Directory"
msgstr "Direktorij"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr "Draknfs unos"
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr "Molim dodajte NFS resurs kako biste ga mogli mijenjati."
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
msgstr "Napredne opcije"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr "NFS direktorij"
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Direktorij:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, c-format
msgid "Host access"
msgstr "Host access"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Pristup:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr "Mapiranje korisničkog IDa"
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "ID korisnika:"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr "ID anonimnog korisnika:"
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr "ID anonimne grupe:"
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, c-format
msgid "Please specify a directory to share."
msgstr "Molim unesite direktorij koji dijelite."
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr "Ne mogu napraviti direktorij."
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr "Morate navesti hosts pristup."
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr "Dijeli direktorij"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr "Hosts Wildcard"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Opšte opcije"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr "Vlastite opcije"
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr "Molim unesite direktorij koji dijelite."
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr "Molim koristite dugme za izmjenu da podesite prava pristupa."
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr "Upravljaj NFS dijeljenim resursima"
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, fuzzy, c-format
msgid "Starting the NFS-server"
msgstr "Restartujem NFS server..."
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr "DrakNFS upravljanje NFS dijeljenim resursima"
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr "Nisam uspio dodati NFS resurs."
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr "Nisam uspio izmijeniti NFS resurs."
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr "Nisam uspio ukloniti NFS resurs."
@@ -1648,6 +1645,11 @@ msgstr "Može se pisati:"
msgid "Browseable:"
msgstr "Može se pretražiti:"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Napredne opcije"
+
#: ../bin/draksambashare:601
#, c-format
msgid "Printer access"
@@ -2100,32 +2102,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr "DrakSamba upravljanje Samba dijeljenim resursima"
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, c-format
msgid "Network is up on interface %s."
msgstr "Mreža je pokrenuta na interfejsu %s."
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "IP adresa: %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr "Gateway: %s"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr "Spojen na %s (nivo linka: %d %%)"
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, c-format
msgid "Network is down on interface %s."
msgstr "Mreža je prekinuta na interfejsu %s."
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2134,89 +2136,92 @@ msgstr ""
"Niste podesili nijednu Internet konekciju.\n"
"Pokrenite asistent \"%s\" iz Mandriva Linux Kontrolnog centra"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Spoji se na %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "Prekini vezu na %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "Nadgledaj mrežu"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr "Wireless mreže"
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, c-format
msgid "Manage VPN connections"
msgstr "VPN konekcije"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Podesi mrežu"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr "Nadzirani interfejs"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Auto prepoznavanje"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr "Aktivni interfejsi"
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Profili"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, c-format
msgid "VPN connection"
msgstr "VPN veza"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, c-format
msgid "Network connection"
msgstr "Mrežna konekcija"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr ""
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr "Automatski režim interaktivnog firewalla"
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Uvijek pokreni na startu"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, c-format
msgid "Wireless networks"
msgstr "Bežične mreže"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Podešavanja"
@@ -2404,7 +2409,7 @@ msgid "Unlisted - edit manually"
msgstr "Nije na spisku - ručno izmijenite"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2430,7 +2435,7 @@ msgstr "Metrika"
msgid "Link detected on interface %s"
msgstr "Link detektovan na interfejsu %s"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr "Link izgubljen na interfejsu %s"
@@ -2492,23 +2497,23 @@ msgstr ""
msgid "GPRS/Edge/3G"
msgstr "GPRS/Edge/3G"
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr "PIN broj"
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, c-format
msgid "Unable to open device %s"
msgstr "Ne mogu otvoriti uređaj %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Molim provjerite da li je vaša SIM kartica uključena."
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2547,33 +2552,38 @@ msgstr "PID"
msgid "Ethernet"
msgstr "Ethernet"
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, fuzzy, c-format
+msgid "Wired (Ethernet)"
+msgstr "Ethernet"
+
+#: ../lib/network/connection/ethernet.pm:30
#, fuzzy, c-format
msgid "Virtual interface"
msgstr "Mrežni interface"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
"Ne mogu pronaći mrežni interfejs za izabrani uređaj (koristi se drajver %s)."
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Ručno podešavanje"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Automatska IP (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, c-format
msgid "IP settings"
msgstr "IP postavke"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2584,114 +2594,114 @@ msgstr ""
"Svaka stavka bi trebala biti unesena kao IP adresa u decimalnoj notaciji\n"
"razdvojenoj tačkama (npr. 1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Gateway"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "Preuzmi DNS servere od DHCPa"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "DNS server 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "DNS server 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "Domene za pretragu"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
"Podrazumijeva se domena za pretragu koja je dio kvalifikovanog imena računara"
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Čekanje na DHCP (u sekundama)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr "Preuzmi YP servere od DHCPa"
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "Preuzmi NTPD servere od DHCPa"
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "DHCP ime računara"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr "Nemoj koristiti Zeroconf (169.254.0.0 mreža)"
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa treba biti u formatu 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Netmaska treba biti u formatu 255.255.224.0"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Upozorenje: IP adresa %s je obično rezervisana!"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s je već u upotrebi\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Odredi ime računara iz DHCP adrese"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "Network Hotplugging"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr "Uključi IPv6 na IPv4 tunel"
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr "Detektovan je link na interfejsu %s"
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr "Zahtijevam mrežnu adresu na interfejsu %s (protokol %s)..."
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr "Dobio mrežnu adresu na interfejsu %s (protokol %s)"
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr "Nisam uspio dobiti adresu na interfejsu %s (protokol %s)"
@@ -3101,42 +3111,47 @@ msgstr "Ujedinjeni Arapski Emirati"
msgid "United Kingdom"
msgstr "Ujedinjeno Kraljevstvo"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr "Bežična veza"
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Bežična veza"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Koristi Windows drajver (putem ndiswrappera)"
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr "Open WEP"
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr "Restricted WEP"
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, fuzzy, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr "WPA Pre-Shared Key"
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr ""
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
@@ -3145,73 +3160,73 @@ msgstr ""
"Vaša wireless kartica je isključena, molimo najprije aktivirajte wireless "
"prekidač (RF kill switch)."
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, c-format
msgid "Wireless settings"
msgstr "Postavke bežične veze"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "Režim rada"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Managed"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Master"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Repeater"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Sekundarni"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Auto"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Ime mreže (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr "Režim šifrovanja"
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Ključ enkripcije"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "Korisničko ime"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3219,12 +3234,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, fuzzy, c-format
msgid "EAP Password"
msgstr "Šifra"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3243,12 +3258,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, fuzzy, c-format
msgid "EAP client certificate"
msgstr "Naziv certifikata"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3257,32 +3272,32 @@ msgid ""
" Note: other related settings are shown on the Advanced page."
msgstr ""
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "ID mreže"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "Frekvencija"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "Prag osjetljivosti"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Brzina veze (u b/s)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3306,17 +3321,17 @@ msgstr ""
"procedura\n"
"je isključena. Takođe možete podesiti ovaj parametar na auto, fixed ili off."
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "Fragmentacija"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "Dodatni parametri naredbe iwconfig"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3332,12 +3347,12 @@ msgstr ""
"Pogledajte man stranicu iwconfig(8) za dodatne informacije."
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "Dodatni parametri naredbe iwspy"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3356,12 +3371,12 @@ msgstr ""
"\n"
"Pogledajte man stranicu iwspy(8) za više informacija."
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "Dodatni parametri naredbe iwpriv"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3391,107 +3406,107 @@ msgstr ""
"\n"
"Pogledajte man stranicu iwpriv(8) za daljnje informacije."
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "Protokol"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "Auto Detect"
msgstr "Auto prepoznavanje"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, fuzzy, c-format
msgid "WPA"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "Mode"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "CHAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3499,12 +3514,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3513,12 +3528,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, fuzzy, c-format
msgid "EAP CA certificate"
msgstr "Certifikat"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3528,12 +3543,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3543,12 +3558,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3566,26 +3581,26 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr "Potreban je ključ za šifrovanje."
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3594,7 +3609,7 @@ msgstr ""
"Frekvencija bi trebala imati završetak k, M ili G (na primjer, \"2.46G\" za "
"frekvenciju 2.46 GHz) ili dodajte odgovarajući broj nula (0)."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3603,17 +3618,17 @@ msgstr ""
"Brzina bi trebala imati završetak k, M ili G (na primjer, \"11M\" za 11M) "
"ili dodajte odgovarajući broj nula (0)."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr "Dozvoli promjenu access pointa"
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr "Pridružen na bežičnu mrežu \"%s\" na interfejsu %s"
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr "Izgubljena veza sa bežičnom mrežom na interfejsu %s"
@@ -3689,66 +3704,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "Virtual Circuit ID (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, c-format
msgid "Could not install the packages (%s)!"
msgstr "Ne mogu instalirati pakete (%s)!"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "Podešavam uređaj..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, fuzzy, c-format
msgid "Network settings"
msgstr "Podešavanje pristupa mreži"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, c-format
msgid "Please enter settings for network"
msgstr "Molim unesite postavke za mrežu"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, c-format
msgid "Connecting..."
msgstr "Spajam se..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, c-format
msgid "Disconnecting..."
msgstr "Prekinidam vezu..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr "SSID"
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr "Jačina signala"
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Enkripcija"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, c-format
msgid "Scanning for networks..."
msgstr "Tražim dostupne mreže..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Prekini vezu"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Spoji se"
@@ -3936,12 +3951,12 @@ msgstr "Ime računara promijenjeno u \"%s\""
msgid "Device: "
msgstr "Uređaj: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Podesi"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Osvježi"
@@ -4162,23 +4177,23 @@ msgstr "Instaliraj novi drajver"
msgid "Select a device:"
msgstr "Izaberite uređaj:"
-#: ../lib/network/netcenter.pm:36
-#, fuzzy, c-format
-msgid "Network Center"
-msgstr "Mreža i Internet"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr "Molim izaberite vašu mrežu:"
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, fuzzy, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Nadgledaj mrežu"
+#: ../lib/network/netcenter.pm:135
+#, fuzzy, c-format
+msgid "Network Center"
+msgstr "Mreža i Internet"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
@@ -5131,6 +5146,9 @@ msgstr "Mode"
msgid "Use specific UDP port"
msgstr "Koristi navedeni UDP port"
+#~ msgid "Draknfs entry"
+#~ msgstr "Draknfs unos"
+
#~ msgid "DrakVPN"
#~ msgstr "DrakVPN"
diff --git a/po/ca.po b/po/ca.po
index 94bf1f2..1935c86 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ca\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+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"
@@ -28,7 +28,7 @@ msgid "Interface"
msgstr "Interfície"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -71,7 +71,8 @@ msgid "Configure Local Area Network..."
msgstr "Configura la xarxa d'àrea local..."
#
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Ajuda"
@@ -93,13 +94,13 @@ msgstr "Cancel·la"
msgid "Ok"
msgstr "D'acord"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -142,7 +143,7 @@ msgid "Adapter %s: %s"
msgstr "Adaptador %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Submàscara de xarxa"
@@ -157,7 +158,7 @@ msgstr "Protocol d'arrencada"
msgid "Started on boot"
msgstr "Iniciat en l'arrencada"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "Client DHCP"
@@ -172,7 +173,7 @@ msgstr ""
"Executeu l'auxiliar \"Afegeix una interfície\" del Centre de Control de "
"Mandriva Linux"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Estableix una nova interfície de xarxa (LAN, XDSI, ADSL, ...)"
@@ -320,9 +321,9 @@ msgstr "Nom intern de domini"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -334,12 +335,12 @@ msgstr "Nom intern de domini"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -566,7 +567,7 @@ msgstr "Si us plau introduïu una adreça IP vàlida."
msgid "Same IP is already in %s file."
msgstr "%s ja és en ús\n"
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Nom de l'ordinador"
@@ -581,12 +582,12 @@ msgstr "Nom de l'ordinador"
msgid "Manage hosts definitions"
msgstr "Gestiona les definicions d'hostes"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr ""
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -603,7 +604,7 @@ msgid "Failed to add host."
msgstr ""
#
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -617,7 +618,7 @@ msgstr ""
#
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -629,8 +630,8 @@ msgid "Failed to remove host."
msgstr ""
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Surt"
@@ -642,15 +643,16 @@ msgstr "Adreces permeses"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, c-format
msgid "Interactive Firewall"
msgstr "Tallafocs interactiu"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, fuzzy, c-format
msgid "Unable to contact daemon"
msgstr "No es pot contactar amb la rèplica: %s"
@@ -1109,134 +1111,129 @@ msgstr "Informació"
msgid "Directory"
msgstr "Directori"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr ""
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
msgstr "Opcions avançades"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr "Directori NFS"
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Directori:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, fuzzy, c-format
msgid "Host access"
msgstr "Nom de l'ordinador"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Accés:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr ""
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "ID d'usuari:"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr ""
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr ""
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, fuzzy, c-format
msgid "Please specify a directory to share."
msgstr "Si us plau introduïu un directori a compartir."
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr "No s'ha pogut crear aquest directori."
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr "Comparteix el directori"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Opcions generals"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr "Opcions a mida"
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr "Si us plau introduïu un directori a compartir."
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr "Gestiona compartits NFS"
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr ""
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr ""
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr ""
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr ""
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr ""
@@ -1608,6 +1605,11 @@ msgstr "Escrivible :"
msgid "Browseable:"
msgstr "Accedible :"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Opcions avançades"
+
#: ../bin/draksambashare:601
#, fuzzy, c-format
msgid "Printer access"
@@ -2057,32 +2059,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr ""
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, fuzzy, c-format
msgid "Network is up on interface %s."
msgstr "La xarxa està activa a la interfície %s"
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, fuzzy, c-format
msgid "IP address: %s"
msgstr "Adreça IP:"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, fuzzy, c-format
msgid "Gateway: %s"
msgstr "Passarel·la:"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr ""
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, fuzzy, c-format
msgid "Network is down on interface %s."
msgstr "La xarxa està activa a la interfície %s"
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2091,91 +2093,94 @@ msgstr ""
"Aquesta interfície encara no s'ha configurat.\n"
"Executeu l'auxiliar \"%s\" del Centre de Control de Mandriva Linux"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Connecta %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "Desconnecta %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "Monitoritza la xarxa"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr ""
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, fuzzy, c-format
msgid "Manage VPN connections"
msgstr "Gestiona connexions"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Configura la xarxa"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr ""
#
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Detecció automàtica"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr ""
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Perfils"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, fuzzy, c-format
msgid "VPN connection"
msgstr "Connexió LAN"
#
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, fuzzy, c-format
msgid "Network connection"
msgstr "Opcions de xarxa"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr ""
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr ""
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Executa sempre al inici"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, fuzzy, c-format
msgid "Wireless networks"
msgstr "Connexió sense fils"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Paràmetres"
@@ -2364,7 +2369,7 @@ msgid "Unlisted - edit manually"
msgstr ""
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2390,7 +2395,7 @@ msgstr "Mètrica"
msgid "Link detected on interface %s"
msgstr "(detectat al port %s)"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr ""
@@ -2452,25 +2457,25 @@ msgstr ""
msgid "GPRS/Edge/3G"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, fuzzy, c-format
msgid "Unable to open device %s"
msgstr "No es pot bifurcar: %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, fuzzy, c-format
msgid "Please check that your SIM card is inserted."
msgstr ""
"\n"
"Si us plau, marqueu totes les opcions que us calguin.\n"
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2507,34 +2512,39 @@ msgstr "PID"
msgid "Ethernet"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, c-format
+msgid "Wired (Ethernet)"
+msgstr ""
+
+#: ../lib/network/connection/ethernet.pm:30
#, fuzzy, c-format
msgid "Virtual interface"
msgstr "Interfície de la xarxa"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
#
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Configuració manual"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "IP automàtica (BOOTP/DHCP)"
#
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, fuzzy, c-format
msgid "IP settings"
msgstr "Configuració del PLL:"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2545,115 +2555,115 @@ msgstr ""
"S'ha d'introduir cada element com una adreça IP en notació decimal amb\n"
"punts (per exemple, 1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Passarel·la"
#
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "Obté els servidors DNS per DHCP"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "Servidor DNS 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "Servidor DNS 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "Domini de cerca"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, fuzzy, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Temps màxim per connectar (en seg)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "Obté els servidors NTPD per DHCP"
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "Nom DHCP de l'ordinador"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "L'adreça IP ha d'estar en format 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "La màscara de xarxa hauria d'estar en el format 255.255.224.0"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Atenció: l'adreça IP %s està reservada, normalment!"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s ja és en ús\n"
#
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Assigna un nom d'ordinador a partir de l'adreça DHCP"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "\"Hotplugging\" de xarxa"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
@@ -3070,116 +3080,121 @@ msgstr "Unió dels Emirats Àrabs"
msgid "United Kingdom"
msgstr "Regne Unit"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr "Wireless"
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Wireless"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Usa un controlador de Windows(amb ndiswrapper)"
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr ""
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr ""
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, fuzzy, c-format
msgid "Wireless settings"
msgstr "Connexió sense fils"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "Mode de funcionament"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Gestionat"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Mestre"
#
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Repetidor"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Secundari"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Automàtic"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Nom de la xarxa (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr "Mode de xifrat"
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Clau de xifratge"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "Entrada del compte (nom d'usuari)"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3187,12 +3202,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, fuzzy, c-format
msgid "EAP Password"
msgstr "Contrasenya"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3211,12 +3226,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, fuzzy, c-format
msgid "EAP client certificate"
msgstr "Nom del certificat"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3226,32 +3241,32 @@ msgid ""
msgstr ""
#
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "ID de xarxa"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "Freqüència de funcionament"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr ""
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Taxa de bits (en b/s)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3265,17 +3280,17 @@ msgid ""
"or off."
msgstr ""
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "Fragmentació"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "Arguments extra per a lwconfig"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3286,12 +3301,12 @@ msgid ""
msgstr ""
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "Arguments extra per a lwspy"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3303,12 +3318,12 @@ msgid ""
"See iwpspy(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "Arguments extra per a lwpriv"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3326,108 +3341,108 @@ msgid ""
"See iwpriv(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "Protocol"
#
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "Auto Detect"
msgstr "Detecció automàtica"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, fuzzy, c-format
msgid "WPA"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "Mode"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "CHAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3435,12 +3450,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3449,12 +3464,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, fuzzy, c-format
msgid "EAP CA certificate"
msgstr "Nom del certificat"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3464,12 +3479,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3479,12 +3494,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3502,26 +3517,26 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr ""
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3530,7 +3545,7 @@ msgstr ""
"La freqüència ha de tenir el sufix k, M o G (per exemple, \"2,46G\" per a la "
"freqüència de 2,46 GHz), or afegir prou '0' (zeros)."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3539,17 +3554,17 @@ msgstr ""
"La velocitat ha de tenir el sufix k, M o G (per exemple, \"11M\" per a 11M), "
"o afegir prou '0' (zeros)."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr ""
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr ""
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr ""
@@ -3626,67 +3641,67 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "ID de circuit virtual (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, c-format
msgid "Could not install the packages (%s)!"
msgstr "No s'han pogut instal·lar els paquets (%s)!"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "S'està configurant..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, fuzzy, c-format
msgid "Network settings"
msgstr "Paràmetres de la xarxa local"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, fuzzy, c-format
msgid "Please enter settings for network"
msgstr "Si us plau introduïu un directori a compartir."
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, fuzzy, c-format
msgid "Connecting..."
msgstr "Connecta..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, fuzzy, c-format
msgid "Disconnecting..."
msgstr "Desconnecta..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr "SSID"
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr "Potència del senyal:"
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Xifrat"
#
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, fuzzy, c-format
msgid "Scanning for networks..."
msgstr "S'està escanejant la xarxa..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Desconnecta"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Connecta"
@@ -3876,12 +3891,12 @@ msgstr ""
msgid "Device: "
msgstr "Dispositiu: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Configura"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Refresca"
@@ -4098,23 +4113,23 @@ msgstr "Instal·la un nou controlador"
msgid "Select a device:"
msgstr "Escolliu un dispositiu:"
-#: ../lib/network/netcenter.pm:36
-#, fuzzy, c-format
-msgid "Network Center"
-msgstr "Xarxa i Internet"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr ""
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, fuzzy, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Monitoritza la xarxa"
+#: ../lib/network/netcenter.pm:135
+#, fuzzy, c-format
+msgid "Network Center"
+msgstr "Xarxa i Internet"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
diff --git a/po/cs.po b/po/cs.po
index 76b7f7e..6ab1d3a 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: cs\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+0100\n"
"PO-Revision-Date: 2008-09-21 22:38+0200\n"
"Last-Translator: Michal Bukovjan <bukm@centrum.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -30,7 +30,7 @@ msgid "Interface"
msgstr "Rozhraní"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -72,7 +72,8 @@ msgstr "Nastavení LAN"
msgid "Configure Local Area Network..."
msgstr "Nastavit lokální síť..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Nápověda"
@@ -94,13 +95,13 @@ msgstr "Zrušit"
msgid "Ok"
msgstr "Ok"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -143,7 +144,7 @@ msgid "Adapter %s: %s"
msgstr "Adaptér %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Maska sítě"
@@ -158,7 +159,7 @@ msgstr "Protokol o spuštění"
msgid "Started on boot"
msgstr "Spustit při startu"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "DHCP klient"
@@ -172,7 +173,7 @@ msgstr ""
"Toto rozhraní ještě nebylo nastaveno.\n"
"Spusťte průvodce \"%s\" z Ovládacího centra Mandriva Linux"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Nastavit nové síťové rozhraní (LAN, ISDN, ADSL, ...)"
@@ -319,9 +320,9 @@ msgstr "Interní doménové jméno"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -333,12 +334,12 @@ msgstr "Interní doménové jméno"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -557,7 +558,7 @@ msgstr "Zadejte prosím platnou IP adresu."
msgid "Same IP is already in %s file."
msgstr "Stejná adresa je již v souboru %s přítomna."
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Název počítače"
@@ -572,12 +573,12 @@ msgstr "Přezdívky počítače"
msgid "Manage hosts definitions"
msgstr "Správa adres a jmen počítačů"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr "Upravit záznam"
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -593,7 +594,7 @@ msgstr "Přidat záznam"
msgid "Failed to add host."
msgstr "Přidání počítače selhalo."
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -606,7 +607,7 @@ msgid "Failed to Modify host."
msgstr "Úprava počítače selhala."
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -618,8 +619,8 @@ msgid "Failed to remove host."
msgstr "Odstranění počítače selhalo."
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Konec"
@@ -631,15 +632,16 @@ msgstr "Povolené adresy"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, c-format
msgid "Interactive Firewall"
msgstr "Interaktivní firewall"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, c-format
msgid "Unable to contact daemon"
msgstr "Nelze kontaktovat démona"
@@ -1153,134 +1155,129 @@ msgstr "Informace"
msgid "Directory"
msgstr "Adresář"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr "Položka Draknfs"
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr "Přidejte prosím sdílení NFS, pak je můžete upravit."
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
-msgstr "Pokročilé volby"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
+msgstr "Rozšířené volby"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr "Adresář NFS"
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Adresář:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, c-format
msgid "Host access"
msgstr "Přístup k počítači"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Přístup:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr "Mapování uživatelského ID"
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "ID uživatele:"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr "ID anonymního uživatele:"
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr "ID anonymní skupiny:"
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, c-format
msgid "Please specify a directory to share."
msgstr "Zadejte prosím adresář ke sdílení."
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr "Tento adresář nelze vytvořit."
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr "Musíte zadat přístup k počítačům."
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr "Sdílet adresář"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr "Divoká karta počítačů"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Obecné volby"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr "Vlastní volby"
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr "Zadejte prosím adresář ke sdílení."
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr "Použijte prosím tlačítko Změnit pro nastavení správného přístupu."
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr "Správa sdílení NFS"
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr "Spouštím NFS server"
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr "DrakNFS správa NFS sdílení"
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr "Nepovedlo se přidat NFS sdílení."
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr "Nepovedlo se upravit NFS sdílení."
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr "Nepovedlo se odstranit NFS sdílení."
@@ -1653,6 +1650,11 @@ msgstr "Zapisovatelné:"
msgid "Browseable:"
msgstr "Lze prohlížet:"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Pokročilé volby"
+
#: ../bin/draksambashare:601
#, c-format
msgid "Printer access"
@@ -2133,32 +2135,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr "DrakSamba spravuje sdílení Samba"
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, c-format
msgid "Network is up on interface %s."
msgstr "Síť běží na rozhraní %s."
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "IP adresa: %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr "Brána: %s"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr "Připojeno na %s (úroveň spojení: %d %%)"
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, c-format
msgid "Network is down on interface %s."
msgstr "Síť na rozhraní %s je zastavena."
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2167,89 +2169,92 @@ msgstr ""
"Nemáte nastaveno žádné připojení k internetu.\n"
"Spusťte průvodce \"%s\" z Ovládacího centra Mandriva Linux"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Připojit %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "Odpojit %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "Sledovat síť"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr "Spravovat bezdrátové sítě"
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, c-format
msgid "Manage VPN connections"
msgstr "Správa VPN připojení"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Nastavit síť"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr "Sledované rozhraní"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Autodetekce"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr "Aktivní rozhraní"
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Profily"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, c-format
msgid "VPN connection"
msgstr "VPN připojení"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, c-format
msgid "Network connection"
msgstr "Síťové spojení"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr "Více sítí"
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr "Automatický režim interaktivního firewallu"
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Vždy spouštět při startu"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, c-format
msgid "Wireless networks"
msgstr "Bezdrátové sítě"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Nastavení"
@@ -2438,7 +2443,7 @@ msgid "Unlisted - edit manually"
msgstr "Neuvedeno - upravit ručně"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2464,7 +2469,7 @@ msgstr "Metrika"
msgid "Link detected on interface %s"
msgstr "Zjištěno spojení na rozhraní %s"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr "Ztraceno spojení na rozhraní %s"
@@ -2526,23 +2531,23 @@ msgstr "Nesprávný formát PIN kódu: měly by to být čtyři číslice."
msgid "GPRS/Edge/3G"
msgstr "GPRS/Edge/3G"
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr "PIN kód"
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, c-format
msgid "Unable to open device %s"
msgstr "Nelze otevřít zařízení %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Zkontrolujte prosím, že je vložena SIM karta."
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2581,33 +2586,38 @@ msgstr "PID"
msgid "Ethernet"
msgstr "Ethernet"
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, fuzzy, c-format
+msgid "Wired (Ethernet)"
+msgstr "Ethernet"
+
+#: ../lib/network/connection/ethernet.pm:30
#, c-format
msgid "Virtual interface"
msgstr "Virtuální rozhraní"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
"Pro zvolené zařízení nelze nalézt síťové rozhraní (pomocí ovladače %s)."
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Ruční nastavení"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Automatická IP (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, c-format
msgid "IP settings"
msgstr "Nastavení IP"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2618,113 +2628,113 @@ msgstr ""
"Každá položka musí být zadána jako IP adresa v 'desetinné' formě\n"
"(například 1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Brána(gateway)"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "Získat adresy DNS serverů z DHCP"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "DNS server 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "DNS server 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "Prohledávaná doména"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr "Prohledávaná doména bude nastavena podle názvu počítače"
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Prodleva DHCP (sekundy)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr "Získat adresy YP serverů z DHCP"
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "Získat adresy NTPD serverů z DHCP"
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "Název počítače z DHCP"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr "Nepoužít výchozí nastavení Zeroconf (síť 169.254.0.0)"
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa musí být ve formátu 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Síťová maska by měla být ve formátu 255.255.224.0"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Varování: IP adresa %s je obyčejně rezervována!"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s je již používán\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Přiřadit název počítače ze získané DHCP adresy"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "Rychlé připojení do sítě"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr "Povolit tunel IPv6 na IPv4"
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr "Spojení nalezeno na rozhraní %s"
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr "Požaduji síťovou adresu na rozhraní %s (protokolem %s)..."
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr "Obdržena síťová adresa na rozhraní %s (protokolem %s)"
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr "Nepodařilo se získat síťovou adresu na rozhraní %s (protokolem %s)"
@@ -3134,42 +3144,47 @@ msgstr "Spojené arabské emiráty"
msgid "United Kingdom"
msgstr "Velká Británie"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr "Bezdrátové připojení"
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Bezdrátové připojení"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Použít ovladač z Windows (pomocí ndiswrapper)"
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr "Otevřený WEP"
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr "Omezený WEP"
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr "WPA/WPA2 předsdílený klíč"
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr "WPA/WPA2 Enterprise"
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr "Ovladač z Windows"
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
@@ -3178,73 +3193,73 @@ msgstr ""
"Vaše bezdrátová karta je vypnuta, zapněte prosím nejprve přepínač pro "
"bezdrátové vysílání (přepínač RF kill)."
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, c-format
msgid "Wireless settings"
msgstr "Nastavení bezdrátového připojení"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "Operační režim"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Spravované"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Primární"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Repeater"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Sekundární"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Auto"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Název sítě (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr "Režim šifrování"
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Šifrovací klíč"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr "Vynutit použití tohoto klíče jako ASCII řetězec (např. pro Livebox)"
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, c-format
msgid "EAP Login/Username"
msgstr "Přihlášení EAP/Uživatel"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3255,12 +3270,12 @@ msgstr ""
"text. Potřebujete-li zadat doménu, zkuste netestovanou\n"
"syntaxi DOMÉNA\\uživatel"
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, c-format
msgid "EAP Password"
msgstr "Heslo EAP"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3293,12 +3308,12 @@ msgstr ""
" Režim TLS je zcela založen na certifikátech a může\n"
"ignorovat uživatelské jméno a heslo zde zadané."
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "EAP client certificate"
msgstr "Klientský certifikát EAP"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3312,32 +3327,32 @@ msgstr ""
" Poznámka: další související nastavení jsou k dispozici na\n"
"stránce pro pokročilé."
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "ID sítě"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "Operační frekvence"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "Práh citlivosti"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Bitová rychlost (b/s)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3361,17 +3376,17 @@ msgstr ""
"pevný nebo\n"
"jej vypnout."
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "Fragmentace"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "dodatečné parametry příkazu iwconfig"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3387,12 +3402,12 @@ msgstr ""
"Více informací viz manuálová stránka iwconfig(8)."
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "dodatečné parametry příkazu lwspy"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3411,12 +3426,12 @@ msgstr ""
"\n"
"Více informací viz manuálová stránka iwpspy(8)."
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "dodatečné parametry příkazu lwpriv"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3446,28 +3461,28 @@ msgstr ""
"\n"
"Více informací viz manuálová stránka iwpriv(8)."
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, c-format
msgid "EAP Protocol"
msgstr "Protokol EAP"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "Auto Detect"
msgstr "Autodetekce"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr "WPA2"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA"
msgstr "WPA"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
@@ -3476,67 +3491,67 @@ msgstr ""
"Autodetekce je doporučena, jelikož nejprve zkouší WPA verze 2\n"
"a v případě neúspěchu WPA verze 1"
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, c-format
msgid "EAP Mode"
msgstr "Režim EAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP"
msgstr "PEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr "TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr "MD5"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr "OTP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr "GTC"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr "LEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr "PEAP TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr "TTLS TLS"
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr "EAP správa_klíčů"
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
@@ -3545,12 +3560,12 @@ msgstr ""
"seznam přípustných protokolů pro správu ověřených klíčů.\n"
"možné hodnoty jsou WPA-EAP, IEEE8021X, NONE"
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr "Vnější identita EAP"
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3561,12 +3576,12 @@ msgstr ""
"jako nešifrovaná identita u typů EAP, které podporují\n"
"odlišnou tunelovanou identitu, např. TTLS"
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr "EAP fáze2"
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3579,12 +3594,12 @@ msgstr ""
"auth=MSCHAPV2 pro PEAP nebo\n"
"autheap=MSCHAPV2 autheap=MD5 pro TTLS"
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid "EAP CA certificate"
msgstr "Certifikát EAP CA"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3599,12 +3614,12 @@ msgstr ""
"Pokud je to možné, měl by být důvěryhodný certifikát CA vždy\n"
"nastaven při použití TLS, TTLS nebo PEAP."
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr "Hledání v subjektu EAP certifikátu"
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3619,12 +3634,12 @@ msgstr ""
"tento řetězec v subjektu. Část řetězce je tomto formátu:\n"
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr "Další direktivy EAP"
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3655,12 +3670,12 @@ msgstr ""
"\tOstatní jako key_mgmt, eap lze použít pro vynucení\n"
"\tzvláštních nastavení odlišných od nastavení z UI."
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr "Je vyžadován šifrovací klíč."
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
@@ -3669,7 +3684,7 @@ msgstr ""
"Předsdílený klíč by měl mít 8 až 63 ASCII znaků nebo 64 hexadecimálních "
"znaků."
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
@@ -3677,7 +3692,7 @@ msgid ""
msgstr ""
"WEP klíč by měl mít nejvýše %d ASCII znaků nebo %d hexadecimálních znaků."
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3686,7 +3701,7 @@ msgstr ""
"Frekvence má povolené přípony k, M nebo G (například \"2,46G\" pro frekvenci "
"2,46 GHz) nebo přidejte dostatek '0' (nul)."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3695,17 +3710,17 @@ msgstr ""
"Intenzita má povolené přípony k, M nebo G (např. \"11M\" nebo 11M) nebo "
"přidejte dostatečný počet '0' (nul)."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr "Povolit stěhování přístupového bodu"
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr "Bezdrátová síť \"%s\" přiřazena k rozhraní %s"
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr "Ztraceno přiřazení k bezdrátové síti na rozhraní %s"
@@ -3783,66 +3798,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "ID virtuálního okruhu (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, c-format
msgid "Could not install the packages (%s)!"
msgstr "Nelze nainstalovat balíčky (%s)!"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "Nastavuji zařízení..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, c-format
msgid "Network settings"
msgstr "Nastavení sítě"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, c-format
msgid "Please enter settings for network"
msgstr "Zadejte prosím nastavení pro síť"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, c-format
msgid "Connecting..."
msgstr "Připojuji se..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, c-format
msgid "Disconnecting..."
msgstr "Odpojuji se..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr "SSID"
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr "Síla signálu"
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Šifrování"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, c-format
msgid "Scanning for networks..."
msgstr "Vyhledávám sítě..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Odpojit se"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Připojit"
@@ -4029,12 +4044,12 @@ msgstr "Název počítače změněn na \"%s\""
msgid "Device: "
msgstr "Zařízení: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Nastavit"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Obnovit"
@@ -4255,23 +4270,23 @@ msgstr "Instalovat nový ovladač"
msgid "Select a device:"
msgstr "Vyberte zařízení:"
-#: ../lib/network/netcenter.pm:36
-#, c-format
-msgid "Network Center"
-msgstr "Síťové centrum"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr "Vyberte prosím svou síť:"
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Sledovat"
+#: ../lib/network/netcenter.pm:135
+#, c-format
+msgid "Network Center"
+msgstr "Síťové centrum"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
@@ -5221,3 +5236,6 @@ msgstr "Režim NAT"
#, c-format
msgid "Use specific UDP port"
msgstr "Použít specifický port UDP"
+
+#~ msgid "Draknfs entry"
+#~ msgstr "Položka Draknfs"
diff --git a/po/cy.po b/po/cy.po
index c994787..87435c9 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mandriva drakx-net.cy\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+0100\n"
"PO-Revision-Date: 2008-10-06 19:50+0100\n"
"Last-Translator: Rhoslyn Prys <post@meddal.com>\n"
"Language-Team: Cymraeg <post@meddal.com>\n"
@@ -27,7 +27,7 @@ msgid "Interface"
msgstr "Rhyngwyneb"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -69,7 +69,8 @@ msgstr "Ffurfweddu'r Rhwydwaith Lleol"
msgid "Configure Local Area Network..."
msgstr "Ffurfweddu'r Rhwydwaith Lleol..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Cymorth"
@@ -91,13 +92,13 @@ msgstr "Diddymu"
msgid "Ok"
msgstr "Iawn"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -141,7 +142,7 @@ msgid "Adapter %s: %s"
msgstr "Addasydd %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Netmask"
@@ -156,7 +157,7 @@ msgstr "Protocol Cychwyn"
msgid "Started on boot"
msgstr "Cychwyn y peiriant"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "Cleient DHCP"
@@ -170,7 +171,7 @@ msgstr ""
"Nid yw'r rhyngwyneb hwn wedi ei ffurfweddu eto.\n"
"Cychwynnwch y cynorthwyydd \"%s\" o Ganolfan Rheoli Mandriva Linux"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Gosod rhygnwyneb rhwydwaith newydd (LAN, ISDN, ADSL, ...)"
@@ -320,9 +321,9 @@ msgstr "Enw'r parth mewnol"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -334,12 +335,12 @@ msgstr "Enw'r parth mewnol"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -559,7 +560,7 @@ msgstr "Rhowch gyfeiriad IP dilys."
msgid "Same IP is already in %s file."
msgstr "Mae'r un IP yn ffeil %s."
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Enw gwesteiwr"
@@ -574,12 +575,12 @@ msgstr "Enw arall Gwesteiwyr"
msgid "Manage hosts definitions"
msgstr "Rheoli diffiniadau gwesteiwyr"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr "Newid cofnod"
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -595,7 +596,7 @@ msgstr "Ychwanegu cofnod"
msgid "Failed to add host."
msgstr "Methwyd ychwanegu gwesteiwr."
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -608,7 +609,7 @@ msgid "Failed to Modify host."
msgstr "Methwyd Newid Gwesteiwr."
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -620,8 +621,8 @@ msgid "Failed to remove host."
msgstr "Methwyd tynnu gwesteiwr."
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Gadael"
@@ -633,15 +634,16 @@ msgstr "Cyfeiriadau caniatawyd"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, c-format
msgid "Interactive Firewall"
msgstr "Mur Cadarn Rhyngweithiol"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, c-format
msgid "Unable to contact daemon"
msgstr "Methu cysylltu â daemon"
@@ -1156,134 +1158,129 @@ msgstr "Gwybodaeth"
msgid "Directory"
msgstr "Cyfeiriadur"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr "Cofnod Draknfs"
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr "Ychwanegwch ran NFS i allu ei newid."
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
-msgstr "Gosodiadau uwch"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
+msgstr "Dewisiadau Uwch"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr "Cyfeiriadur NFS"
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Cyfeiriadur :"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, c-format
msgid "Host access"
msgstr "Mynediad gwesteiwr"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Cyrchiad :"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr "Mapio Enw Defnyddiwr"
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "Enw Defnyddiwr :"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr "Enw defnyddiwr dienw:"
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr "Enw Grŵp Dienw:"
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, c-format
msgid "Please specify a directory to share."
msgstr "Enwch gyfeiriadur i'w rannu."
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr "Methu creu'r cyfeiriadur."
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr "Rhaid pennu mynediad cyfeiriadur."
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr "Rhannu Cyfeiriadur"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr "Cerdyn Gwyllt Gwesteiwr"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Dewisiadau Cyffredinol"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr "Dewisiadau Addasu"
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr "Rhowch gyfeiriadur i'w rannu."
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr "Defnyddiwch y botwm newid i osod hawl mynediad."
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr "Rheoli rhaniadau NFS"
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr "Cychwyn y gweinydd NFS"
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr "Mae DrakNFS yn rheoli rhanu NFS"
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr "Methwyd ychwanegu cyfran NFS."
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr "Methwyd newid cyfran NFS."
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr "Methwyd tynnu cyfran NFS."
@@ -1649,6 +1646,11 @@ msgstr "Ysgrifenadwy :"
msgid "Browseable:"
msgstr "Poradwy:"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Gosodiadau uwch"
+
#: ../bin/draksambashare:601
#, c-format
msgid "Printer access"
@@ -2127,32 +2129,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr "DrakSamba yn rheoli cyfrannau Samba"
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, c-format
msgid "Network is up on interface %s."
msgstr "Mae'r rhwydwaith ar gael ar ryngwyneb %s."
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "Cyfeiriad IP : %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr "Mynedfa: %s"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr "Cysylltwyd â %s (lefel cyswllt: %d %%)"
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, c-format
msgid "Network is down on interface %s."
msgstr "Mae'r rhwydwaith i lawr ar ryngwyneb %s."
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2161,89 +2163,92 @@ msgstr ""
"Nid oes gennych gyswllt wedi ei ffurfweddu â'r Rhyngrwyd.\n"
"Cychwynnwch gynorthwy-ydd \"%s\" o Ganolfan Rheoli Mandriva"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Cysylltu %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "Datgysylltu %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "Monitro'r Rhwydwaith"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr "Rheoli rhwydweithiau di-wifr"
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, c-format
msgid "Manage VPN connections"
msgstr "Rheoli cysylltiadau VPN"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Ffurfweddu rhwydwaith"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr "Rhyngwyneb gwyliwr"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Awtoganfod"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr "Rhyngwynebau gweithredol"
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Proffeiliau"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, c-format
msgid "VPN connection"
msgstr "Cysylltiad VPN"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, c-format
msgid "Network connection"
msgstr "Cysylltiad rhwydwaith"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr "Rhagor o rwydweithiau"
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr "Modd awtomatig rhyngweithiol Mur Cadarn"
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Cychwyn wrth gychwyn"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, c-format
msgid "Wireless networks"
msgstr "Rhwydweithiau diwifr"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Gosodiadau"
@@ -2432,7 +2437,7 @@ msgid "Unlisted - edit manually"
msgstr "Heb ei restru - golygu gyda llaw"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2458,7 +2463,7 @@ msgstr "Metrig"
msgid "Link detected on interface %s"
msgstr "Canfuwyd cyswllt ar ryngwyneb %s"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr "Collwyd cyswllt link beat ar rhyngwyneb %s"
@@ -2520,23 +2525,23 @@ msgstr "Fformat rhif PIN anghywir: dylai fod yn 4 nod."
msgid "GPRS/Edge/3G"
msgstr "GPRS/Edge/3G"
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr "Rhif PIN"
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, c-format
msgid "Unable to open device %s"
msgstr "Methu agor dyfais %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Gwiriwch bob eich cerdyn SIM yn ei le."
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2575,34 +2580,39 @@ msgstr "PID"
msgid "Ethernet"
msgstr "Ethernet"
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, fuzzy, c-format
+msgid "Wired (Ethernet)"
+msgstr "Ethernet"
+
+#: ../lib/network/connection/ethernet.pm:30
#, c-format
msgid "Virtual interface"
msgstr "Rhyngwyneb rhithiol"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
"Methu canfod rhyngwynebau rhwydwaith ar gyfer y gyrrwr yma (defnyddio gyrrwr "
"%s)"
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Ffurfweddiad gyda llaw"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "IP awtomatig (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, c-format
msgid "IP settings"
msgstr "Gosodiadau IP"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2613,114 +2623,114 @@ msgstr ""
"Dylai pob eitem ei roi fel cyfeiriad IP nodiant collnod degymol\n"
"(e.e.1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Mynedfa"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "Estyn gweinyddion DNS o DHCP"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "Gweinydd DNS 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "Gweinydd DNS 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "Chwilio parth"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
"Drwy ragosodiad bydd y parch chwilio'n cae ei osod o enw gwesteiwr cymwys"
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Amser allan DHCP (mewn eiliadau)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr "Estyn gweinyddion YP o DHCP"
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "Estyn gwenyddion NTPD o DHCP"
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "Enw gwesteiwr DHCP"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr "Peidiwch dychwelyd i Zeroconf (rhwydwaith 169.254.0.0)"
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "dylai cyfeiriad IP fod mewn fformat 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Dylai Netmask fod ar fformat 255.255.224.0"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Rhybudd : cyfeiriad IP %s wedi ei gadw fel rheol !"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s yn cael ei ddefnyddio eisoes\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Rhowch enw'r gwesteiwr o'r cyfeiriad DHCP"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "Plygio byw'r Rhwydwaith"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr "Enable IPv6 to IPv4 tunnel"
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr "Link beat wedi ei ganfod ar rhyngwyneb %s"
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr "Yn gofyn am gyfeiriad rhwydwaith ar ryngwyneb %s (protocol %s)..."
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr "Mae cyfeiriad rhwydwaith ar ryngwyneb %s (protocol %s)"
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr "Methu cael cyfeiriad rhwydwaith ar ryngwyneb %s (protocol %s)"
@@ -3130,42 +3140,47 @@ msgstr "United Arab Emirates"
msgid "United Kingdom"
msgstr "Y Deyrnas Unedig"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr "Diwyfr"
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Diwyfr"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Defnyddiwch yrrwr Windows (gydan ndiswrapper)"
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr "Agor WEP"
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr "WEP cyfyngedig"
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr "Allwedd Cyn Rhannu WEP/WAP2"
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr "WPA/WPA2 Enterprise"
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr "Gyrrwr Windows"
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
@@ -3174,73 +3189,73 @@ msgstr ""
"Mae eich cerdyn diwyfr wedi ei anablu, galluogwch y switch diwyfr(switch "
"diffodd RF) yn gyntaf."
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, c-format
msgid "Wireless settings"
msgstr "Gosodiadau diwyfr"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "Modd Gweithredu"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Rheolwyd"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Meistr"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Eilydd"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Eilradd"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Awtomatig"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Enw'r rhwydwaith (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr "Modd Amgryptiedig"
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Allwedd amgryptio"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr "Gorfodi defnyddio'r allwedd hwn fel llinyn ASCII (e.e. Livebox)"
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, c-format
msgid "EAP Login/Username"
msgstr "Mewngofnod EAP/Enw defnyddiwr"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3251,12 +3266,12 @@ msgstr ""
"Os oes angen pennu parth yna defnyddiwch y cystrawen dibrawf\n"
" DOMAIN\\username"
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, c-format
msgid "EAP Password"
msgstr "Cyfrinair EAP"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3289,12 +3304,12 @@ msgstr ""
" TLS mode is completely certificate based and may ignore\n"
"the username and password values specified here."
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "EAP client certificate"
msgstr "Tystysgrif cleient EAP"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3307,32 +3322,32 @@ msgstr ""
" fel dull arall i gyfuniad enw defnyddiwr/cyfrinair.\n"
"Sylwer: mae gosodiadau eraill i'w gweld ar dudalen Uwch"
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "Enw Rhwydwaith"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "Amledd gweithredu"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "Trothwy sensitifrwydd"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Didradd (mewn b/s)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3355,17 +3370,17 @@ msgstr ""
"i awto,\n"
"gosodedig neu ddiffodd"
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "Darniad"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "ymresymiadau ychwanegol gorchymyn iwconfig"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3381,12 +3396,12 @@ msgstr ""
"Gw. tudalen iwpriv(8) man am ragor o wybodaeth"
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "ymresymiadau ychwanegol gorchymyn lwspy"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3405,12 +3420,12 @@ msgstr ""
"\n"
"Gw. tudalennau man iwpspy(8) am ragor o wybodaeth. "
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "ymresymiadau ychwanegol gorchymyn iwpriv"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3438,28 +3453,28 @@ msgstr ""
"\n"
"Gw. tudalen iwpriv(8) man am ragor o wybodaeth."
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, c-format
msgid "EAP Protocol"
msgstr "Protocol EAP"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "Auto Detect"
msgstr "Awtoganfod"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr "WPA2"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA"
msgstr "WPA"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
@@ -3468,67 +3483,67 @@ msgstr ""
"Mae awtoganfod yn cael ei argymell gan ei fod yn defnyddio WPA \n"
"fersiwn 2 gan ddisgyn nôl ar fersiwn 1."
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, c-format
msgid "EAP Mode"
msgstr "Modd EAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP"
msgstr "PEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr "TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr "MD5"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr "OTP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr "GTC"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr "LEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr "PEAP TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr "TTLS TLS"
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr "EAP key_mgmt"
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
@@ -3537,12 +3552,12 @@ msgstr ""
"rhestr o brotocolau rheoli allweddi dilysu derbyniol.\n"
"gwerthoedd posib yw WPA-EAP, IEEE8021X, NONE"
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr "enw allanol EAP"
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3552,12 +3567,12 @@ msgstr ""
"Llinyn enw dienw ar gyfer EAP: gall gael ei ddefnyddio fel enw "
"anamgryptiedig gyda mathau EAP sy'n cynnal enwau twneli gwahanol, e.e. TTLS."
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr "EAP phase2"
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3570,12 +3585,12 @@ msgstr ""
"auth=MSCHAPV2 ar gyfer PEAP neu\n"
"autheap=MSCHAPV2 autheap=MD5 ar gyfer TTLS"
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid "EAP CA certificate"
msgstr "Tystysgrif CA EAP"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3590,12 +3605,12 @@ msgstr ""
"Os yn bosibl, dylai tystysgrif CA dibynadwy gael ei ffurfweddu bob\n"
"tro pan yn defnyddio TLS neu TTLS neu PEAP."
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr "cydweddiad pwnc tystysgrif EAP"
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3610,12 +3625,12 @@ msgstr ""
"fformat canlynol:\n"
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr "cyfarwyddid ychwanegol EAP"
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3646,12 +3661,12 @@ msgstr ""
"\tOthers such as key_mgmt, eap maybe used to force\n"
"\tspecial settings different from the U.I settings."
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr "Mae angen allwedd amgryptio."
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
@@ -3659,14 +3674,14 @@ msgid ""
msgstr ""
"Dylai'r allwedd cyn-rannu fod a rhwng 8 a 63 nod, neu 64 nod hecsidegol."
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr "Dylai allwedd WEP fod ag uchafwm o %d nod ASCII neu %d nod hecsidegol"
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3675,7 +3690,7 @@ msgstr ""
"Dylai Frqu gael rhagosodiad k, M neu G (ee \"2.46G\" am donfedd 2.46 GHz ), "
"neu ychwanegu '0' (sero)."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3684,17 +3699,17 @@ msgstr ""
"Dylai'r raddfa gael rhagosodiad K, M neu G (e.e.\"11M\" am 11M), neu "
"ychwanegi '0' (sero)."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr "Caniatáu crwydro pwynt mynediad"
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr "Wedi ei gysylltu â rhwydwaith diwyfr \"%s\" ar ryngwyneb %s"
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr "Wedi colli'r cysylltiad â'r rhwydwaith diwyfr ar ryngwyneb %s"
@@ -3771,66 +3786,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "Virtual Circuit ID (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, c-format
msgid "Could not install the packages (%s)!"
msgstr "Methu gosod pecynnau: (%s)!"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "Ffurfweddu dyfais..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, c-format
msgid "Network settings"
msgstr "Gosodiadau rhwydwaith"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, c-format
msgid "Please enter settings for network"
msgstr "Rhowch osodiadau'r rhwydwaith"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, c-format
msgid "Connecting..."
msgstr "Cysylltu..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, c-format
msgid "Disconnecting..."
msgstr "Yn Datgysylltu..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr "SSID"
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr "Nerth signal"
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Amgryptiad"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, c-format
msgid "Scanning for networks..."
msgstr "Chwilio am rhwydweithiau..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Datgysylltu"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Cysylltu"
@@ -4017,12 +4032,12 @@ msgstr "Newidiodd enw'r gwestai i \"%s\""
msgid "Device: "
msgstr "Dyfais: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Ffurfweddu"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Adnewyddu"
@@ -4244,23 +4259,23 @@ msgstr "Gosod gyrrwr newydd"
msgid "Select a device:"
msgstr "Dewis dyfais:"
-#: ../lib/network/netcenter.pm:36
-#, c-format
-msgid "Network Center"
-msgstr "Canolfan Rhwydwaith"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr "Dewiswch eich rhwydwaith:"
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Monitor"
+#: ../lib/network/netcenter.pm:135
+#, c-format
+msgid "Network Center"
+msgstr "Canolfan Rhwydwaith"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
@@ -5216,6 +5231,9 @@ msgstr "Modd NAT"
msgid "Use specific UDP port"
msgstr "Defnyddio porth UDP penodol"
+#~ msgid "Draknfs entry"
+#~ msgstr "Cofnod Draknfs"
+
#~ msgid "DrakVPN"
#~ msgstr "DrakVPN"
diff --git a/po/da.po b/po/da.po
index 4dea9ea..ba699bc 100644
--- a/po/da.po
+++ b/po/da.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: da\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+0100\n"
"PO-Revision-Date: 2008-09-21 01:33+0200\n"
"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -30,7 +30,7 @@ msgid "Interface"
msgstr "Grænseflade"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -72,7 +72,8 @@ msgstr "LAN konfiguration"
msgid "Configure Local Area Network..."
msgstr "Konfigurér lokalnetværk..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Hjælp"
@@ -94,13 +95,13 @@ msgstr "Annullér"
msgid "Ok"
msgstr "O.k."
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -143,7 +144,7 @@ msgid "Adapter %s: %s"
msgstr "Adapter %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Netmaske"
@@ -158,7 +159,7 @@ msgstr "Opstartsprotokol"
msgid "Started on boot"
msgstr "Startede med opstart"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "DHCP-klient"
@@ -172,7 +173,7 @@ msgstr ""
"Dette grænsesnit er ikke blevet konfigureret endnu.\n"
"Kør '%s'-hjælperen fra Mandriva Linux Kontrolcentret"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Opsætning af et nyt netværkgrænsesnit (LAN, ISDN, ADSL, ...)"
@@ -317,9 +318,9 @@ msgstr "Det interne domænenavn"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -331,12 +332,12 @@ msgstr "Det interne domænenavn"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -557,7 +558,7 @@ msgstr "Indtast venligst en gyldig IP-adresse."
msgid "Same IP is already in %s file."
msgstr "Samme IP eksisterer allerede i %s-fil."
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Værtsnavn"
@@ -572,12 +573,12 @@ msgstr "Værtsaliaser"
msgid "Manage hosts definitions"
msgstr "Administrér defintion af værter"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr "Ændr indgang"
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -593,7 +594,7 @@ msgstr "Tilføj indgang"
msgid "Failed to add host."
msgstr "Kunne ikke tilføje vært."
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -606,7 +607,7 @@ msgid "Failed to Modify host."
msgstr "Kunne ikke ændre vært."
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -618,8 +619,8 @@ msgid "Failed to remove host."
msgstr "Kunne ikke fjerne vært."
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Afslut"
@@ -631,15 +632,16 @@ msgstr "Tilladte adresser"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, c-format
msgid "Interactive Firewall"
msgstr "Interaktiv brandmur"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, c-format
msgid "Unable to contact daemon"
msgstr "Kan ikke kontakte dæmon"
@@ -1154,134 +1156,129 @@ msgstr "Informationer"
msgid "Directory"
msgstr "Katalog"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr "Draknfs-indgang"
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr "Tilføj en delt NFS-ressurce for at kunne ændre på den."
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
-msgstr "Avancerede tilvalg"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
+msgstr "Avancerede valgmuligheder"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr "NFS-katalog"
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Mappe:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, c-format
msgid "Host access"
msgstr "Vært-adgang"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Adgang:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr "Omformning af Bruger-ID"
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "Bruger-ID:"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr "Anonym bruger-ID"
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr "Anonym gruppe-ID"
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, c-format
msgid "Please specify a directory to share."
msgstr "Angiv et katalog som skal deles."
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr "Kan ikke oprette dette katalog."
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr "Du må specificere værter som skal have adgang."
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr "Dele-mappe"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr "Vært-joker"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Generelle indstillinger"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr "Tilpassede indstillinger"
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr "Indtast et katalog som skal deles."
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr "Brug ændr-knappen for at sætte rigtige rettigheder."
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr "Administrér NFS-fildelinger"
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr "Starter NFS-serveren"
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr "DrakNFS håndterer delte NFS-ressurser"
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr "Kunne ikke tilføje delt NFS-ressurce."
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr "Kunne ikke ændre delt NFS-ressurce."
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr "Kunne ikke fjerne delt NFS-ressurce."
@@ -1652,6 +1649,11 @@ msgstr "Skrivbar :"
msgid "Browseable:"
msgstr "Søgbar :"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Avancerede tilvalg"
+
#: ../bin/draksambashare:601
#, c-format
msgid "Printer access"
@@ -2134,32 +2136,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr "DrakSamba håndterer delte Samba-ressurser"
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, c-format
msgid "Network is up on interface %s."
msgstr "Netværket er oppe på grænsesnittet %s."
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "IP-adresse: %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr "Forbindelsespunkt (gateway): %s"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr "Forbundet til %s (linkniveau: %d %%)"
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, c-format
msgid "Network is down on interface %s."
msgstr "Netværket er nede på grænsesnittet %s."
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2168,89 +2170,92 @@ msgstr ""
"Du har ikke konfigureret nogen internetforbindelser.\n"
"Kør '%s'-hjælperen fra Mandriva Linux Kontrolcentret"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Tilslut %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "Frakobl %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "Overvåg netværk"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr "Håndtér trådløse netværk"
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, c-format
msgid "Manage VPN connections"
msgstr "Administrér VPN-forbindelser"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Konfigurér netværk"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr "Overvåget grænseflade"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Automatisk detektion"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr "Aktive grænsesnit"
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Profiler"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, c-format
msgid "VPN connection"
msgstr "VPN-forbindelse"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, c-format
msgid "Network connection"
msgstr "Netværksforbindelse"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr "Flere netværk"
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr "Automatisk tilstand for interaktiv brandmur"
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Kør altid ved opstart"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, c-format
msgid "Wireless networks"
msgstr "Trådløse netværk"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Indstillinger"
@@ -2439,7 +2444,7 @@ msgid "Unlisted - edit manually"
msgstr "Ikke beskrevet - regigér manuelt"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2465,7 +2470,7 @@ msgstr "Metrisk"
msgid "Link detected on interface %s"
msgstr "(Forbindelse opdaget på port %s)"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr "Opkoblingslivstegn mistet på grænseflade %s"
@@ -2527,23 +2532,23 @@ msgstr "Forkert PIN-nummerformat: Det bør være 4 cifre."
msgid "GPRS/Edge/3G"
msgstr "GPRS/Edge/3G"
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr "PIN-kode"
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, c-format
msgid "Unable to open device %s"
msgstr "Kunne ikke åbne enhed %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Venligst kontrollér at dit SIM-kort er sat ind."
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2582,33 +2587,38 @@ msgstr "PID"
msgid "Ethernet"
msgstr "Ethernet"
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, fuzzy, c-format
+msgid "Wired (Ethernet)"
+msgstr "Ethernet"
+
+#: ../lib/network/connection/ethernet.pm:30
#, c-format
msgid "Virtual interface"
msgstr "Virtuelt grænsesnit"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
"Kunne ikke finde netværksgrænseflade for den valgte enhed (bruger %s-driver)"
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Manuel konfiguration"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Automatisk IP (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, c-format
msgid "IP settings"
msgstr "IP-opsætning"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2618,114 +2628,114 @@ msgstr ""
"Indtast IP konfigurationen for denne maskine. Hvert felt skal udfyldes\n"
"med en IP adresse i `dotted-decimal' notation (for eksempel 1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Gateway"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "Få DNS-servere fra DHCP"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "DNS-server 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "DNS-server 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "domæne der søges i"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
"Som standard vil søge-domænet blive sat ud fra det fuldt angivne værtsnavn"
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "DHCP-tidsudløb (i sekunder)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr "Få YP-servere fra DHCP"
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "Få NTPD-servere fra DHCP"
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "DHCP-værtsnavn"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr "Fald ikke tilbage til Zeroconf (169.254.0.0-netværk)"
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresse bør have formatet 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Netmaske bør have formatet 255.255.224.0"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Advarsel: IP-adresse %s er normalt reserveret!"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s er allerede i brug\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Tildel værtsnavn fra DHCP-adresse"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "Hotplugging af netværk"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr "Aktivér IPv6 til IPv4-tunnel"
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr "Opkoblingslivstegn opdaget på grænseflade %s"
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr "Bed om en netværksadresse på grænseflade %s (%s-protokol)..."
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr "Modtog en netværksadresse på grænseflade %s (%s-protokol)"
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr "Kunne ikke modtage en netværksadresse på grænseflade %s (%s-protokol)"
@@ -3135,42 +3145,47 @@ msgstr "Forenede Arabiske Emirater"
msgid "United Kingdom"
msgstr "Storbritannien"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr "Trådløst"
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Trådløst"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Brug en Windows-driver (med ndiswrapper)"
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr "Åben WEP"
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr "Begrænset WEP"
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr "WPA/WPA2 forud-delt nøgle"
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr "WPA/WPA2 firmaudgave"
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr "Windows driver"
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
@@ -3179,73 +3194,73 @@ msgstr ""
"Dit trådløse netværkskort er deaktiveret, venligst aktivér den trådløse "
"afbryder (RF kill switch) først."
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, c-format
msgid "Wireless settings"
msgstr "Indstillinger for trådløst"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "Udførelsestilstand"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Administreret (managed)"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Master"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Forlænger (repeater)"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Sekundær"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Auto"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Netværksnavn (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr "Krypteringstilstand"
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Krypteringsnøgle"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr "Gennemtving brug af denne nøgle som ASCII streng (fx for Livebox)"
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, c-format
msgid "EAP Login/Username"
msgstr "EAP login/brugernavn"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3256,12 +3271,12 @@ msgstr ""
"specificere domænet, så prøv den utestede syntaks\n"
" DOMÆNE\\brugernavn"
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, c-format
msgid "EAP Password"
msgstr "EAP-adgangskode"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3294,12 +3309,12 @@ msgstr ""
" TLS-tilstand er fuldstændig certifikatbaseret, og kan ignorere\n"
"brugernavnet og adgangskoden angivet her."
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "EAP client certificate"
msgstr "EAP klientcertifikat"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3312,32 +3327,32 @@ msgstr ""
"alternativ til brug af brugernavn og adgangskode.\n"
"Bemærk: Andre relevante indstillinger vises på \"Avanceret\"-siden."
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "Netværks-ID"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "Operationsfrekvens"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "Følsomhedstærskel"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Bitrate (i bit/s)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3361,17 +3376,17 @@ msgstr ""
"parameter til auto, fixed\n"
"eller off."
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "Fragmentation"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "ekstra argumenter til iwconfig kommando"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3387,12 +3402,12 @@ msgstr ""
"Se iwconfig(8) man-siden for yderligere information."
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "ekstra argumenter til iwspy-kommando"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3413,12 +3428,12 @@ msgstr ""
"\n"
"Se iwpspy(8) man-side for yderligere information."
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "ekstra argumenter til iwpriv-kommando"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3448,28 +3463,28 @@ msgstr ""
"\n"
"Se iwpriv(8) man-side for yderligere information."
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, c-format
msgid "EAP Protocol"
msgstr "EAP-protokol"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "Auto Detect"
msgstr "Automatisk detektion"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr "WPA2"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA"
msgstr "WPA"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
@@ -3478,67 +3493,67 @@ msgstr ""
"Automatisk søgning anbefales da den først prøver WPA version 2 og\n"
"dernæst WPA version 1"
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, c-format
msgid "EAP Mode"
msgstr "EAP-tilstand"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP"
msgstr "PEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr "TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr "MD5"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr "OTP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr "GTC"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr "LEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr "PEAP TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr "TTLS TLS"
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr "EAP key_mgmt"
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
@@ -3547,12 +3562,12 @@ msgstr ""
"liste med accepterede autentificerede protokoller til nøglehåndtering.\n"
"mulige værdier er WPA-EAP, IEEE8021X, NONE"
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr "EAP ydre identitet"
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3563,12 +3578,12 @@ msgstr ""
"den ukrypterede identitet med EAP-typer som støtter\n"
"forskellige tunellerede identiteter, som TTLS."
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr "EAP fase2"
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3581,12 +3596,12 @@ msgstr ""
"auth=MSCHAPV2 for PEAP eller\n"
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid "EAP CA certificate"
msgstr "EAP CA certifikat"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3601,12 +3616,12 @@ msgstr ""
"muligt bør et tiltroet CA-certifikat altid sættes op ved\n"
"brug af TLS, TTLS eller PEAP."
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr "\"Subject\"-overensstemmelse for EAP-certifikat"
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3621,12 +3636,12 @@ msgstr ""
"\"Subject\"-teksten har følgende format:\n"
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr "EAP ekstra direktiver"
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3658,12 +3673,12 @@ msgstr ""
"\tAndre, såsom key_mgmt, eap kan bruges til at tvinge\n"
"\tspecielle indstillinger som er forskellige fra UI-indstillingerne."
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr "En krypteringsnøgle kræves"
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
@@ -3672,14 +3687,14 @@ msgstr ""
"The forud-delte nøgle bør have mellem 8 og 63 ASCII-tegn, or 64 "
"heksadecimale tegn."
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr "WEP nøglen bør have højst %d ASCII tegn eller %d heksadecimale tegn."
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3688,7 +3703,7 @@ msgstr ""
"Frek bør have endelsen k, M or G (for eksempel, \"2.46G\" for 2.46 GHz "
"frekvens), eller tilføj nok '0'."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3697,17 +3712,17 @@ msgstr ""
"Hastighed bør have endelsen k, M or G (for eksempel, \"11M\" for 11M), eller "
"tilføj nok '0'."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr "Tillad viderestilling af adgangspunkt"
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr "Tilknyttet trådløst netværk '%s' på grænseflade %s"
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr "Tabte det associerede trådløse netværk på grænseflade %s"
@@ -3785,66 +3800,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "Virtual Circuit ID (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, c-format
msgid "Could not install the packages (%s)!"
msgstr "Kunne ikke installere pakkerne (%s)!"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "Konfigurerer enhed..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, c-format
msgid "Network settings"
msgstr "Opsætning for netværk"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, c-format
msgid "Please enter settings for network"
msgstr "Indtast opsætning for netværket"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, c-format
msgid "Connecting..."
msgstr "Tilslutter..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, c-format
msgid "Disconnecting..."
msgstr "Afbryder..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr "SSID"
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr "Signalstyrke:"
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Krypteringsnøgle"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, c-format
msgid "Scanning for networks..."
msgstr "Skanner efter netværk ..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Afbryd forbindelse"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Forbind"
@@ -4031,12 +4046,12 @@ msgstr "Værtsnavn ændret til \"%s\""
msgid "Device: "
msgstr "Enhed: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Konfigurér"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Genopfrisk"
@@ -4259,23 +4274,23 @@ msgstr "Installér en ny driver"
msgid "Select a device:"
msgstr "Vælg en enhed:"
-#: ../lib/network/netcenter.pm:36
-#, c-format
-msgid "Network Center"
-msgstr "Netværkscenter"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr "Vælg dit netværk:"
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Overvåg"
+#: ../lib/network/netcenter.pm:135
+#, c-format
+msgid "Network Center"
+msgstr "Netværkscenter"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
@@ -5227,3 +5242,6 @@ msgstr "NAT-tilstand"
#, c-format
msgid "Use specific UDP port"
msgstr "Brug specifik UDP-port"
+
+#~ msgid "Draknfs entry"
+#~ msgstr "Draknfs-indgang"
diff --git a/po/de.po b/po/de.po
index 2433220..5348921 100644
--- a/po/de.po
+++ b/po/de.po
@@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+0100\n"
"PO-Revision-Date: 2008-11-08 03:15+0100\n"
"Last-Translator: Wolfgang Bornath <wolfgang@mandrivauser.de>\n"
"Language-Team: Deutsch <cooker-i18n@mandrivalinux.org>\n"
@@ -44,7 +44,7 @@ msgid "Interface"
msgstr "Schnittstelle"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -86,7 +86,8 @@ msgstr "LAN-Konfiguration"
msgid "Configure Local Area Network..."
msgstr "Lokales Netzwerk konfigurieren..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Hilfe"
@@ -108,13 +109,13 @@ msgstr "Abbrechen"
msgid "Ok"
msgstr "OK"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -158,7 +159,7 @@ msgid "Adapter %s: %s"
msgstr "Adapter %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Netzmaske"
@@ -173,7 +174,7 @@ msgstr "Boot-Protokoll"
msgid "Started on boot"
msgstr "Beim Hochfahren gestartet"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "DHCP-Client"
@@ -187,7 +188,7 @@ msgstr ""
"Diese Schnittstelle wurde noch nicht eingerichtet.\n"
"Starten Sie den %s Assistenten im Mandriva Linux Kontrollzentrum"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Eine Netzwerkschnittstelle erstellen (LAN, ISDN, ADSL, ...)"
@@ -336,9 +337,9 @@ msgstr "Der interne Domänen-Name"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -350,12 +351,12 @@ msgstr "Der interne Domänen-Name"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -579,7 +580,7 @@ msgstr "Bitte geben Sie eine gültige IP-Adresse ein."
msgid "Same IP is already in %s file."
msgstr "Die gleiche IP ist bereits in der Datei %s."
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Rechnername"
@@ -594,12 +595,12 @@ msgstr "Recher-Aliase"
msgid "Manage hosts definitions"
msgstr "Hosts Definitionen verwalten"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr "Veränderter Eintrag"
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -615,7 +616,7 @@ msgstr "Eintrag hinzufüge"
msgid "Failed to add host."
msgstr "Konnte Rechner nicht hinzufügen."
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -628,7 +629,7 @@ msgid "Failed to Modify host."
msgstr "Konnte Rechner nicht ändern."
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -640,8 +641,8 @@ msgid "Failed to remove host."
msgstr "Konnte Rechner nicht löschen."
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Verlassen"
@@ -653,15 +654,16 @@ msgstr "Erlaubte Adressen"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, c-format
msgid "Interactive Firewall"
msgstr "Interaktive Firewall"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, c-format
msgid "Unable to contact daemon"
msgstr "Dämon nicht erreichbar"
@@ -1180,135 +1182,130 @@ msgstr "Informationen"
msgid "Directory"
msgstr "Verzeichnis"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr "Draknfs-Eintrag"
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr "Bitte fügen Sie eine NFS-Freigabe hinzu, um sie ändern zu können."
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
-msgstr "Erweiterte Einstellungen"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
+msgstr "Fortgeschrittene Optionen"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr "NFS-Verzeichnis"
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Verzeichnis:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, c-format
msgid "Host access"
msgstr "Rechnerzugriff"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Zugriff:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr "Benutzer-ID-Abbildung"
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "Benutzer-ID:"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr "anonyme Benutzer-ID:"
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr "anonyme Gruppen-ID:"
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, c-format
msgid "Please specify a directory to share."
msgstr "Bitte geben Sie ein Verzeichnis zur Freigabe an."
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr "Kann dieses Verzeichnis nicht erzeugen."
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr "Sie müssen Rechnerzugriffe einstellen."
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr "Verzeichnis freigeben"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr "Rechner-Paltzhalter"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Allgemeine Einstellungen"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr "Spezifische Einstellungen"
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr "Bitte geben Sie ein Verzeichnis zur Freigabe an."
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
"Bitte verwenden Sie den Ändern-Knopf, um den richtigen Zugriff einzustellen."
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr "NFS-Shares verwalten"
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr "Starte NFS-Server"
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr "DrakNFS NFS-Freigaben verwalten"
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr "Konnte NFS-Freigabe nicht hinzufügen."
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr "Konnte NFS-Freigabe nicht ändern."
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr "Konnte NFS-Freigabe nicht löschen."
@@ -1684,6 +1681,11 @@ msgstr "Schreibbar :"
msgid "Browseable:"
msgstr "Sichtbar :"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Erweiterte Einstellungen"
+
#: ../bin/draksambashare:601
#, c-format
msgid "Printer access"
@@ -2162,32 +2164,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr "DrakSamba verwaltet Samba-Freigaben"
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, c-format
msgid "Network is up on interface %s."
msgstr "Netzwerk auf Schnittstelle %s ist aktiv."
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "IP-Adresse: %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr "Gateway: %s"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr "Verbindung zu %s (Verbindungslevel: %d %%)"
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, c-format
msgid "Network is down on interface %s."
msgstr "Netzwerk auf Schnittstelle %s ist inaktiv."
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2196,89 +2198,92 @@ msgstr ""
"Sie haben noch keine eingerichtete Internetverbindung.\n"
"Starten Sie den Assistenten „%s“ im Mandriva Linux Kontrollzentrum"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Verbinde %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "Trenne %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "Netzwerk überwachen"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr "Verwaltung kabelloser Netzwerke"
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, c-format
msgid "Manage VPN connections"
msgstr "VPN Verbindungen verwalten"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Netzwerk konfigurieren"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr "Überwachte Schnittstelle"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Autoerkennung"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr "Aktive Schnittstellen"
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Profile"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, c-format
msgid "VPN connection"
msgstr "VPN Verbindung"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, c-format
msgid "Network connection"
msgstr "Netzwerverbindung"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr "Mehr Netzwerke"
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr "Automatischer Modus der interaktiven Firewall"
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Immer bei Systemstart starten"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, c-format
msgid "Wireless networks"
msgstr "Kabellose Netzwerke"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Einstellungen"
@@ -2467,7 +2472,7 @@ msgid "Unlisted - edit manually"
msgstr "Nicht aufgeführt - manuell eintragen"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2493,7 +2498,7 @@ msgstr "Metrisch"
msgid "Link detected on interface %s"
msgstr "Link erkannt auf Schnittstelle %s"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr "Link auf Interface %s verloren"
@@ -2555,23 +2560,23 @@ msgstr "Falsches PIN-Nummernformat: es sollten 4 Ziffern sein."
msgid "GPRS/Edge/3G"
msgstr "GPRS/Edge/3G"
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr "PIN Nummer"
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, c-format
msgid "Unable to open device %s"
msgstr "Es ist nicht möglich das Gerät %s zu öffnen"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Überprüfen Sie bitte, ob die SIM-Karte eingesteckt ist."
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2611,34 +2616,39 @@ msgstr "PID"
msgid "Ethernet"
msgstr "Ethernet"
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, fuzzy, c-format
+msgid "Wired (Ethernet)"
+msgstr "Ethernet"
+
+#: ../lib/network/connection/ethernet.pm:30
#, c-format
msgid "Virtual interface"
msgstr "Virtuelle Schnittstelle"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
"Es ist nicht möglich, ein Netzwerkinterface für das ausgewähle Gerät zu "
"finden (verwende Treiber %s)"
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Manuelle Konfiguration"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Automatische IP (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, c-format
msgid "IP settings"
msgstr "IP-Einstellung"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2649,116 +2659,116 @@ msgstr ""
"Jeder Eintrag muss als dezimale IP-Adresse in Punktschreibweise \n"
"angegeben werden (etwa „192.168.1.42“)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Gateway"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "DNS-Server via DHCP bekommen"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "DNS-Server 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "DNS-Server 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "Suchdomäne"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
"Standardmäßig wird die Suchdomäne aus dem FQDN (fully qualified domain name) "
"erzeugt."
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "DHCP-Zeitschranke (in Sekunden)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr "YP-Server via DHCP bekommen"
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "NTPD-Server via DHCP bekommen"
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "DHCP-Rechnername"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr "Kein zurückspringen zu Zeroconf (169.254.0.0 Netzwerk)"
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "Die IP-Adresse sollte etwa die Form „192.168.1.42“ haben!"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Die Netzmaske sollte das Format 255.255.224.0 haben"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Warnung : IP-Adresse %s ist üblicherweise reserviert !"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s bereits anderweitig genutzt\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Name des Hosts über DHCP zuweisen"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "Netzwerk Hotplugging"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr "Aktiviere IPv6-zu-IPv4-Tunnel"
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr "Link auf Interface %s erkannt"
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr ""
"Fordere eine Netzwerkadresse auf dem Interface %s ( %s Protokoll) an ..."
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr "Erhalten einer Netzwerkadresse für die Schnittstelle %s (%s Protokoll)"
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr "Keine Netzwerkadresse auf dem Interface %s (%s Protokoll) erhalten"
@@ -3168,42 +3178,47 @@ msgstr "Vereinigte arabische Emirate"
msgid "United Kingdom"
msgstr "Großbritannien"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr "Wireless"
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Wireless"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Verwende einen Windowstreiber (mit ndiswrapper)"
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr "Offenes WEP"
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr "Eingeschränktes WEP"
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr "WPA/WPA2 mit verteilten Schlüsseln"
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr "WINDOWS Treiber"
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
@@ -3212,73 +3227,73 @@ msgstr ""
"Ihre WLAN Karte ist deaktiviert. Bitte aktivieren Sie die WLAN Karte (RF "
"kill switch) als erstes."
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, c-format
msgid "Wireless settings"
msgstr "Wireless Einstellungen"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "Betriebsmodus"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Spontan"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Geführt"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Master"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Repeater"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Sekundär"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Automatisch"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Netzwerkname (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr "Verschlüsselungsmodus"
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Schlüssel"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "Benutzername (Login)"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3286,12 +3301,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, fuzzy, c-format
msgid "EAP Password"
msgstr "Passwort"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3310,12 +3325,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, fuzzy, c-format
msgid "EAP client certificate"
msgstr "Name des Zertifikats"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3324,32 +3339,32 @@ msgid ""
" Note: other related settings are shown on the Advanced page."
msgstr ""
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "Netzwerk-ID"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "Übertragungsfrequenz"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "Empfindlichkeitsschwelle"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Bitrate (in b/s)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3370,17 +3385,17 @@ msgstr ""
"dieses Verfahren aus. Sie können diesen Parameter auch auf „auto“, „fest“ "
"oder „aus“ stellen."
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "Fragmentierung"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "Zusätzlche Schalter für den Befehl lwconfig"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3395,12 +3410,12 @@ msgstr ""
"Die iwconfig(8) Manpages liefern weitere Informationen."
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "Zusätzliche Schalter für den Befehl lwspy"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3419,12 +3434,12 @@ msgstr ""
"\n"
"Die iwpspy(8) Manpages liefern weitere Informationen."
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "Extra-Schalter für den Befehl lwpriv"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3454,107 +3469,107 @@ msgstr ""
"\n"
"Die Manpages zu iwpriv(8) geben weitere Informationen."
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "Protokoll"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "Auto Detect"
msgstr "Autoerkennung"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr "WPA2"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA"
msgstr "WPA"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "Modus"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "CHAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr "MD5"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3562,12 +3577,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3576,12 +3591,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, fuzzy, c-format
msgid "EAP CA certificate"
msgstr "Zertifikat"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3591,12 +3606,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3606,12 +3621,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3629,19 +3644,19 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr "Ein verschlüsselter Schlüssel ist notwendig"
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
@@ -3650,7 +3665,7 @@ msgstr ""
"Der WEP-Schlüssel sollte höchstens %d ASCII- oder %d hexadezimale Zeichen "
"lang sein."
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3660,7 +3675,7 @@ msgstr ""
"(etwa „2.46G“ für 2,46GHz) oder die entsprechende Anzahl Nullen angehängt "
"werden."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3669,17 +3684,17 @@ msgstr ""
"Die Rate sollte entweder eine Mengeneinheit aus ‚K‘, ‚M‘ und ‚G‘ nutzen "
"(etwa „11M“ für 11M) oder die entsprechende Anzahl Nullen angehängt werden."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr "Erlaube Access Point Roaming"
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr "Verbinde das angeschlossene Interface %s mit de WLAN Netz \"%s\""
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr "Netzwerkverbindung an Schnittstelle %s verloren"
@@ -3755,66 +3770,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "Virtual Circuit ID (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, c-format
msgid "Could not install the packages (%s)!"
msgstr "Konnte die Pakete (%s) nicht installieren!"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "Konfiguriere Gerät..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, c-format
msgid "Network settings"
msgstr "Netzwerk Einstellungen"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, c-format
msgid "Please enter settings for network"
msgstr "Bitte geben Sie die Einstellungen für das Netzwerk an"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, c-format
msgid "Connecting..."
msgstr "Verbinde ..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, c-format
msgid "Disconnecting..."
msgstr "Trenne Verbindung ..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr "SSID"
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr "Signalstärke"
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Verschlüsselung"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, c-format
msgid "Scanning for networks..."
msgstr "Durchsuche Netzwerke..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Verbindung trennen"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Verbinden"
@@ -4002,12 +4017,12 @@ msgstr "Hostname verändert zu \"%s\""
msgid "Device: "
msgstr "Gerät: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Konfigurieren"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Aktualisieren"
@@ -4235,23 +4250,23 @@ msgstr "Einen neuen Treiber installieren"
msgid "Select a device:"
msgstr "Wählen Sie ein Gerät aus:"
-#: ../lib/network/netcenter.pm:36
-#, c-format
-msgid "Network Center"
-msgstr "Netzwerk Center"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr "Wählen Sie ihr Netzwerk aus:"
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Monitor"
+#: ../lib/network/netcenter.pm:135
+#, c-format
+msgid "Network Center"
+msgstr "Netzwerk Center"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
@@ -5213,3 +5228,6 @@ msgstr "NAT Modus"
#, c-format
msgid "Use specific UDP port"
msgstr "Verwende speziellen UDP Port"
+
+#~ msgid "Draknfs entry"
+#~ msgstr "Draknfs-Eintrag"
diff --git a/po/drakx-net.pot b/po/drakx-net.pot
index 18d1d78..50b0c7f 100644
--- a/po/drakx-net.pot
+++ b/po/drakx-net.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+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"
@@ -25,7 +25,7 @@ msgstr ""
msgid "Interface"
msgstr ""
-#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614 ../lib/network/vpn/openvpn.pm:221
+#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614 ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
msgstr ""
@@ -65,7 +65,7 @@ msgstr ""
msgid "Configure Local Area Network..."
msgstr ""
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186 ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr ""
@@ -85,7 +85,7 @@ msgstr ""
msgid "Ok"
msgstr ""
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570 ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72 ../lib/network/connection_manager.pm:87 ../lib/network/connection_manager.pm:201 ../lib/network/connection_manager.pm:218 ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49 ../lib/network/netcenter.pm:34 ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185 ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304 ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354 ../lib/network/thirdparty.pm:369
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582 ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73 ../lib/network/connection_manager.pm:88 ../lib/network/connection_manager.pm:202 ../lib/network/connection_manager.pm:219 ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49 ../lib/network/netcenter.pm:133 ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185 ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304 ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354 ../lib/network/thirdparty.pm:369
#, c-format
msgid "Please wait"
msgstr ""
@@ -122,7 +122,7 @@ msgstr ""
msgid "Adapter %s: %s"
msgstr ""
-#: ../bin/drakconnect-old:209 ../bin/drakgw:177 ../lib/network/connection/ethernet.pm:140
+#: ../bin/drakconnect-old:209 ../bin/drakgw:177 ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr ""
@@ -137,7 +137,7 @@ msgstr ""
msgid "Started on boot"
msgstr ""
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr ""
@@ -149,7 +149,7 @@ msgid ""
"Run the \"%s\" assistant from the Mandriva Linux Control Center"
msgstr ""
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr ""
@@ -263,7 +263,7 @@ msgstr ""
msgid "The internal domain name"
msgstr ""
-#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245 ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72 ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112 ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420 ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593 ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400 ../bin/draksambashare:403 ../bin/draksambashare:455 ../bin/draksambashare:479 ../bin/draksambashare:552 ../bin/draksambashare:630 ../bin/draksambashare:697 ../bin/draksambashare:797 ../bin/draksambashare:804 ../bin/draksambashare:943 ../bin/draksambashare:1097 ../bin/draksambashare:1116 ../bin/draksambashare:1148 ../bin/draksambashare:1254 ../bin/draksambashare:1356 ../bin/draksambashare:1365 ../bin/draksambashare:1387 ../bin/draksambashare:1396 ../bin/draksambashare:1415 ../bin/draksambashare:1424 ../bin/draksambashare:1436 ../lib/network/connection/xdsl.pm:332 ../lib/network/connection_manager.pm:60 ../lib/network/connection_manager.pm:66 ../lib/network/connection_manager.pm:82 ../lib/network/connection_manager.pm:90 ../lib/network/connection_manager.pm:172 ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45 ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30 ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118 ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134 ../lib/network/netconnect.pm:187 ../lib/network/netconnect.pm:233 ../lib/network/netconnect.pm:274 ../lib/network/netconnect.pm:823 ../lib/network/thirdparty.pm:123 ../lib/network/thirdparty.pm:141 ../lib/network/thirdparty.pm:232 ../lib/network/thirdparty.pm:234 ../lib/network/thirdparty.pm:255
+#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245 ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72 ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112 ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432 ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606 ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400 ../bin/draksambashare:403 ../bin/draksambashare:455 ../bin/draksambashare:479 ../bin/draksambashare:552 ../bin/draksambashare:630 ../bin/draksambashare:697 ../bin/draksambashare:797 ../bin/draksambashare:804 ../bin/draksambashare:943 ../bin/draksambashare:1097 ../bin/draksambashare:1116 ../bin/draksambashare:1148 ../bin/draksambashare:1254 ../bin/draksambashare:1356 ../bin/draksambashare:1365 ../bin/draksambashare:1387 ../bin/draksambashare:1396 ../bin/draksambashare:1415 ../bin/draksambashare:1424 ../bin/draksambashare:1436 ../lib/network/connection/xdsl.pm:332 ../lib/network/connection_manager.pm:61 ../lib/network/connection_manager.pm:67 ../lib/network/connection_manager.pm:83 ../lib/network/connection_manager.pm:91 ../lib/network/connection_manager.pm:173 ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45 ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30 ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118 ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134 ../lib/network/netconnect.pm:187 ../lib/network/netconnect.pm:233 ../lib/network/netconnect.pm:274 ../lib/network/netconnect.pm:823 ../lib/network/thirdparty.pm:123 ../lib/network/thirdparty.pm:141 ../lib/network/thirdparty.pm:232 ../lib/network/thirdparty.pm:234 ../lib/network/thirdparty.pm:255
#, c-format
msgid "Error"
msgstr ""
@@ -457,7 +457,7 @@ msgstr ""
msgid "Same IP is already in %s file."
msgstr ""
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr ""
@@ -472,12 +472,12 @@ msgstr ""
msgid "Manage hosts definitions"
msgstr ""
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr ""
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349 ../bin/draksambashare:1380 ../bin/draksambashare:1411
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349 ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
msgstr ""
@@ -492,7 +492,7 @@ msgstr ""
msgid "Failed to add host."
msgstr ""
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306 ../bin/draksambashare:1351 ../bin/draksambashare:1382 ../bin/draksambashare:1419
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306 ../bin/draksambashare:1351 ../bin/draksambashare:1382 ../bin/draksambashare:1419
#, c-format
msgid "Modify"
msgstr ""
@@ -502,7 +502,7 @@ msgstr ""
msgid "Failed to Modify host."
msgstr ""
-#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101 ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359 ../bin/draksambashare:1390 ../bin/draksambashare:1427
+#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101 ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359 ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
msgstr ""
@@ -512,7 +512,7 @@ msgstr ""
msgid "Failed to remove host."
msgstr ""
-#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174 ../bin/net_applet:171 ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:145
+#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174 ../bin/net_applet:187 ../bin/net_applet.orig:171 ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr ""
@@ -522,12 +522,12 @@ msgstr ""
msgid "Allowed addresses"
msgstr ""
-#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332 ../bin/net_applet:110 ../bin/net_applet:261 ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332 ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110 ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
#, c-format
msgid "Interactive Firewall"
msgstr ""
-#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332 ../bin/net_applet:261
+#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332 ../bin/net_applet:276 ../bin/net_applet.orig:260
#, c-format
msgid "Unable to contact daemon"
msgstr ""
@@ -940,132 +940,127 @@ msgstr ""
msgid "Directory"
msgstr ""
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr ""
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""
-#: ../bin/draknfs:356 ../bin/draksambashare:599
+#: ../bin/draknfs:354
#, c-format
-msgid "Advanced options"
+msgid "Advanced"
msgstr ""
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr ""
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589 ../bin/draksambashare:768
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589 ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr ""
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, c-format
msgid "Host access"
msgstr ""
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr ""
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr ""
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr ""
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr ""
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr ""
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, c-format
msgid "Please specify a directory to share."
msgstr ""
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr ""
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr ""
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626 ../bin/draksambashare:793
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626 ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr ""
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr ""
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr ""
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr ""
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr ""
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr ""
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr ""
@@ -1423,6 +1418,11 @@ msgstr ""
msgid "Browseable:"
msgstr ""
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr ""
+
#: ../bin/draksambashare:601
#, c-format
msgid "Printer access"
@@ -1845,119 +1845,119 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr ""
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, c-format
msgid "Network is up on interface %s."
msgstr ""
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr ""
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr ""
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr ""
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, c-format
msgid "Network is down on interface %s."
msgstr ""
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
"Run the \"%s\" assistant from the Mandriva Linux Control Center"
msgstr ""
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr ""
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr ""
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr ""
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr ""
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, c-format
msgid "Manage VPN connections"
msgstr ""
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr ""
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr ""
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143 ../bin/net_applet.orig:120 ../bin/net_applet.orig:121 ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr ""
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr ""
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr ""
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162 ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
#, c-format
msgid "VPN connection"
msgstr ""
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, c-format
msgid "Network connection"
msgstr ""
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr ""
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr ""
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr ""
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, c-format
msgid "Wireless networks"
msgstr ""
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr ""
@@ -2130,7 +2130,7 @@ msgstr ""
msgid "Unlisted - edit manually"
msgstr ""
-#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41 ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127 ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
+#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41 ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127 ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
msgstr ""
@@ -2155,7 +2155,7 @@ msgstr ""
msgid "Link detected on interface %s"
msgstr ""
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr ""
@@ -2215,22 +2215,22 @@ msgstr ""
msgid "GPRS/Edge/3G"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:105 ../lib/network/vpn/openvpn.pm:391
+#: ../lib/network/connection/cellular_card.pm:110 ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, c-format
msgid "Unable to open device %s"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2267,32 +2267,37 @@ msgstr ""
msgid "Ethernet"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, c-format
+msgid "Wired (Ethernet)"
+msgstr ""
+
+#: ../lib/network/connection/ethernet.pm:30
#, c-format
msgid "Virtual interface"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, c-format
msgid "IP settings"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2300,114 +2305,114 @@ msgid ""
"notation (for example, 1.2.3.4)."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646 ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646 ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid ""
"%s already in use\n"
""
msgstr ""
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
@@ -2691,112 +2696,117 @@ msgstr ""
msgid "United Kingdom"
msgstr ""
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr ""
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr ""
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr ""
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid "Your wireless card is disabled, please enable the wireless switch (RF kill switch) first."
msgstr ""
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, c-format
msgid "Wireless settings"
msgstr ""
-#: ../lib/network/connection/wireless.pm:409 ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434 ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr ""
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr ""
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr ""
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr ""
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr ""
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr ""
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr ""
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr ""
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, c-format
msgid "EAP Login/Username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -2804,12 +2814,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, c-format
msgid "EAP Password"
msgstr ""
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -2828,12 +2838,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "EAP client certificate"
msgstr ""
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -2842,32 +2852,32 @@ msgid ""
" Note: other related settings are shown on the Advanced page."
msgstr ""
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr ""
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr ""
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr ""
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that the\n"
@@ -2878,17 +2888,17 @@ msgid ""
"or off."
msgstr ""
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr ""
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -2898,12 +2908,12 @@ msgid ""
msgstr ""
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -2915,12 +2925,12 @@ msgid ""
"See iwpspy(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless network\n"
@@ -2935,106 +2945,106 @@ msgid ""
"See iwpriv(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, c-format
msgid "EAP Protocol"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497 ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522 ../lib/network/connection/wireless.pm:527
#, c-format
msgid "Auto Detect"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA"
msgstr ""
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, c-format
msgid "EAP Mode"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MSCHAPV2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3042,12 +3052,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3056,12 +3066,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid "EAP CA certificate"
msgstr ""
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3071,12 +3081,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3086,12 +3096,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3109,42 +3119,42 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr ""
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid "The pre-shared key should have between 8 and 63 ASCII characters, or 64 hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid "The WEP key should have at most %d ASCII characters or %d hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, 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)."
msgstr ""
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid "Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add enough '0' (zeroes)."
msgstr ""
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr ""
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr ""
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr ""
@@ -3212,62 +3222,62 @@ msgstr ""
msgid "Virtual Circuit ID (VCI):"
msgstr ""
-#: ../lib/network/connection/xdsl.pm:332 ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45 ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
+#: ../lib/network/connection/xdsl.pm:332 ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45 ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, c-format
msgid "Could not install the packages (%s)!"
msgstr ""
-#: ../lib/network/connection_manager.pm:72 ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73 ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr ""
-#: ../lib/network/connection_manager.pm:77 ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78 ../lib/network/connection_manager.pm:143
#, c-format
msgid "Network settings"
msgstr ""
-#: ../lib/network/connection_manager.pm:78 ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79 ../lib/network/connection_manager.pm:144
#, c-format
msgid "Please enter settings for network"
msgstr ""
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, c-format
msgid "Connecting..."
msgstr ""
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, c-format
msgid "Disconnecting..."
msgstr ""
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr ""
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr ""
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr ""
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, c-format
msgid "Scanning for networks..."
msgstr ""
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr ""
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr ""
@@ -3431,12 +3441,12 @@ msgstr ""
msgid "Device: "
msgstr ""
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr ""
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr ""
@@ -3639,23 +3649,23 @@ msgstr ""
msgid "Select a device:"
msgstr ""
-#: ../lib/network/netcenter.pm:36
-#, c-format
-msgid "Network Center"
-msgstr ""
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr ""
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr ""
+#: ../lib/network/netcenter.pm:135
+#, c-format
+msgid "Network Center"
+msgstr ""
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
diff --git a/po/el.po b/po/el.po
index ee4a115..d21db55 100644
--- a/po/el.po
+++ b/po/el.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakx-net-el\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+0100\n"
"PO-Revision-Date: 2008-10-02 16:47+0200\n"
"Last-Translator: nikos papadopoulos <231036448@freemail.gr>\n"
"Language-Team: el <nls@tux.hellug.gr>\n"
@@ -34,7 +34,7 @@ msgid "Interface"
msgstr "Διεπαφή"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -76,7 +76,8 @@ msgstr "Ρύθμιση LAN"
msgid "Configure Local Area Network..."
msgstr "Ρύθμιση τοπικού δικτύου..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Βοήθεια"
@@ -98,13 +99,13 @@ msgstr "Άκυρο"
msgid "Ok"
msgstr "Εντάξει"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -147,7 +148,7 @@ msgid "Adapter %s: %s"
msgstr "Προσαρμογέας %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Μάσκα δικτύου"
@@ -162,7 +163,7 @@ msgstr "Πρωτόκολλο Εκκίνησης"
msgid "Started on boot"
msgstr "Ξεκίνησαν στην εκκίνηση"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "πελάτης DHCP"
@@ -176,7 +177,7 @@ msgstr ""
"Αυτή η σύνδεση δεν έχει ρυθμιστή ακόμα. \n"
"Εκτελέστε τον οδηγό \"%s\" από το Κέντρο Ελέγχου του Mandriva Linux"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Ρύθμισε μία καινούρια σύνδεση δικτύου (LAN, ISDN, ADSL, ...)"
@@ -326,9 +327,9 @@ msgstr "Το εσωτερικό όνομα τομέα"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -340,12 +341,12 @@ msgstr "Το εσωτερικό όνομα τομέα"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -567,7 +568,7 @@ msgstr "Παρακαλώ εισάγετε μια έγκυρη διεύθυνση
msgid "Same IP is already in %s file."
msgstr "Η ίδια IP είναι ήδη μέσα στο αρχείο %s ."
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Όνομα συστήματος"
@@ -582,12 +583,12 @@ msgstr "Ψευδώνυμα Host"
msgid "Manage hosts definitions"
msgstr "Διαχείριση προσδιορισμών hosts"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr "Τροποποίηση καταχώρησης"
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -603,7 +604,7 @@ msgstr "Προσθήκη καταχώρησης"
msgid "Failed to add host."
msgstr "Αποτυχία προσθήκης host."
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -616,7 +617,7 @@ msgid "Failed to Modify host."
msgstr "Αποτυχία τροποποίησης host."
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -628,8 +629,8 @@ msgid "Failed to remove host."
msgstr "Απέτυχε η απομάκρυνση του host."
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Έξοδος"
@@ -641,15 +642,16 @@ msgstr "Επιτρεπόμενες διευθύνσεις"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, c-format
msgid "Interactive Firewall"
msgstr "Διαδραστικό τοίχος προστασίας"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, c-format
msgid "Unable to contact daemon"
msgstr "Αδύνατη η επικοινωνία με τον δαίμονα"
@@ -1168,138 +1170,133 @@ msgstr "Πληροφορίες"
msgid "Directory"
msgstr "Κατάλογος"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr "Εισαγωγή DrakNFS"
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""
"Παρακαλώ προσθέστε ένα κοινόχρηστο τμήμα NFS ώστε να μπορέσετε να το "
"τροποποιήσετε."
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
msgstr "Προχωρημένες επιλογές"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr "Κατάλογος NFS"
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Κατάλογος:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, c-format
msgid "Host access"
msgstr "Πρόσβαση Host"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Πρόσβαση:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr "Αντιστοίχηση ID χρήστη"
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "Ταυτότητα χρήστη:"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr "ID χρήστη Ανώνυμος:"
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr "ID ομάδας Ανώνυμος:"
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, c-format
msgid "Please specify a directory to share."
msgstr "Παρακαλώ ορίστε έναν κατάλογο για κοινή χρήση. "
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr "Αδύνατη η δημιουργία του καταλόγου."
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr "Πρέπει να καθορίσετε την πρόσβαση των hosts."
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr "Κοινόχρηστος Κατάλογος"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr "Μπαλαντέρ Hosts"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Γενικές επιλογές"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr "Επιλογές προσαρμογής"
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr "Παρακαλώ εισάγετε ένα φάκελο για κοινή χρήση."
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
"Χρησιμοποιήστε το κουμπί της τροποποίησης για να ορίσετε δικαιώματα "
"πρόσβασης."
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr "Διαχειρίσου τις κοινές χρήσεις NFS"
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, fuzzy, c-format
msgid "Starting the NFS-server"
msgstr "Επανεκκίνηση/Επαναφόρτωση NFS server..."
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr "DrakNFS διαχειρίζεται τα κοινόχρηστα τμήματα NFS"
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr "Αδύνατη η προσθήκη κοινόχρηστου NFS."
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr "Αδύνατη η τροποποίηση κοινόχρηστου τομέα NFS"
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr "Αδύνατη η αφαίρεση κοινόχρηστου τομέα NFS."
@@ -1671,6 +1668,11 @@ msgstr "Εγγράψιμο:"
msgid "Browseable:"
msgstr "Ορατό στο δίκτυο:"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Προχωρημένες επιλογές"
+
#: ../bin/draksambashare:601
#, c-format
msgid "Printer access"
@@ -2160,32 +2162,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr "Ο DrakSamba διαχειρίζεται τις κοινές χρήσεις Samba"
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, c-format
msgid "Network is up on interface %s."
msgstr "Το δίκτυο είναι ενεργοποιημένο στην διεπαφή %s."
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "Διεύθυνση IP: %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr "Πύλη (gateway): %s"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr "Συνδεδεμένο στο %s (επίπεδο συνδέσμου: %d %%)"
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, c-format
msgid "Network is down on interface %s."
msgstr "Το δίκτυο είναι απενεργοποιημένο στην διεπαφή %s."
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2194,89 +2196,92 @@ msgstr ""
"Δεν έχεις κάποια ρυθμισμένη σύνδεση Διαδικτύου.\n"
"Εκτέλεσε τον οδηγό \"%s\" από το Κέντρο Ελέγχου του Mandriva Linux"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Σύνδεση %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "Αποσύνδεση %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "Παρακολούθηση Δικτύου"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr "Διαχειρίσου τα ασύρματα δίκτυα"
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, c-format
msgid "Manage VPN connections"
msgstr "Διαχειρίσου τις συνδέσεις VPN"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Ρύθμιση δικτύου"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr "Προσεγμένη διεπαφή"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Αυτόματη ανίχνευση"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr "Ενεργοποιημένες διεπαφές"
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Προφίλ"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, c-format
msgid "VPN connection"
msgstr "Σύνδεση VPN"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, c-format
msgid "Network connection"
msgstr "Σύνδεση δικτύου"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr "Περισσότερα δίκτυα"
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr "Αυτόματη λειτουργία του αλληλεπιδραστικού τοίχου προστασίας"
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Να εκτελείται πάντοτε στην εκκίνηση"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, c-format
msgid "Wireless networks"
msgstr "Ασύρματα δίκτυα"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Ρυθμίσεις"
@@ -2467,7 +2472,7 @@ msgid "Unlisted - edit manually"
msgstr "Δεν είναι καταχωρημένο - διορθώστε το χειροκίνητα"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2493,7 +2498,7 @@ msgstr "Μετρικό"
msgid "Link detected on interface %s"
msgstr "Ανιχνεύθηκε σύνδεση στην διεπαφή %s"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr "Χάθηκε η σύνδεση στην διεπαφή %s"
@@ -2555,23 +2560,23 @@ msgstr "Λάθος μορφή αριθμού PIN: πρέπει να είναι 4
msgid "GPRS/Edge/3G"
msgstr "GPRS/Edge/3G"
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr "Κωδικός PIN"
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, c-format
msgid "Unable to open device %s"
msgstr "Αποτυχία ανοίγματος της συσκευής %s "
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Παρακαλώ ελέγξτε την σωστή εισαγωγή της κάρτας SIM."
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2611,34 +2616,39 @@ msgstr "PID"
msgid "Ethernet"
msgstr "Ethernet"
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, fuzzy, c-format
+msgid "Wired (Ethernet)"
+msgstr "Ethernet"
+
+#: ../lib/network/connection/ethernet.pm:30
#, c-format
msgid "Virtual interface"
msgstr "Εικονική διεπαφή"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
"Αδύνατη η εύρεση της διεπαφής δικτύου για το επιλεγμένο περιφερειακό (χρήση "
"του driver %s)."
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Χειροκίνητη ρύθμιση"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Αυτόματη διανομή διεύθυνσης IP (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, c-format
msgid "IP settings"
msgstr "Ρυθμίσεις IP"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2649,115 +2659,115 @@ msgstr ""
"Κάθε στοιχείο πρέπει να εισαχθεί ως IP διεύθυνση με αριθμούς\n"
"χωρισμένους με τελείες (παράδειγμα: 1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Πύλη δικτύου"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "Λήψη των servers DNS απο τον server DHCP"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "DNS server 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "DNS server 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "Αναζήτηση τομέα(domain)"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
"Από προεπιλογή, ο τομέας αναζήτησης θα προέρχεται από το πλήρως "
"πιστοποιημένο όνομα του host"
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Χρονικό όριο λήξης DHCP (σε δευτερόλεπτα)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr "Λήψη των servers YP απο τον server DHCP"
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "Λήψη των servers NTPD από τον server DHCP"
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "DHCP όνομα host"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr "Να μην καλυφθεί από τον Zeroconf (169.254.0.0 network)"
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "Η IP διεύθυνση πρέπει να είναι σε μορφή 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Η μάσκα δικτύου πρέπει να είναι στη μορφή «255.255.224.0»"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Προσοχή : η διεύθυνση IP %s ήδη χρησιμοποιείται !"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s χρησιμοποιείται ήδη\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Ορίστε το όνομα host από τη διεύθυνση DHCP"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "Θερμή σύνδεση (hotplugging) του δικτύου"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr "Ενεργοποίηση του tunnel IPv6 στο IPv4"
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr "Ανιχνεύτηκε σύνδεση στην διεπαφή %s"
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr "Αίτηση διεύθυνσης δικτύου για την διεπαφή %s (%s πρωτόκολλο)"
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr "Δόθηκε διεύθυνση δικτύου για την διεπαφή %s (%s πρωτόκολλο)"
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr "Αδύνατη η λήψη διεύθυνσης δικτύου για την διεπαφή %s (πρωτόκολλο %s)"
@@ -3167,42 +3177,47 @@ msgstr "Ηνωμένα Αραβικά Εμιράτα"
msgid "United Kingdom"
msgstr "Ηνωμένο Βασίλειο"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr "Ασύρματο"
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Ασύρματο"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Χρήση ενός Windows driver (με ndiswrapper)"
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr "WEP ανοιχτό"
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr "WEP με περιορισμούς"
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr "WPA/WPA2 με Pre-Shared κλειδί (PSK)"
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr "WPA/WPA2 Enterprise"
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr "Windows driver"
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
@@ -3211,74 +3226,74 @@ msgstr ""
"Η κάρτα ασύρματου δικτύου ειναι απενεργοποιημένη, παρακαλώ ενεργοποιήστε την "
"από το κουμπί σύνδεσης."
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, c-format
msgid "Wireless settings"
msgstr "Ρυθμίσεις ασύρματης σύνδεσης"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "Κατάσταση Λειτουργίας"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Διαχειρίσιμο"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Πρωτεύων"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Επαναλήπτης"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Δευτερεύων"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Αυτόματο"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Όνομα δικτύου (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr "Λειτουργία κρυπτογράφησης"
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Κλειδί κρυπτογράφησης"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
"Εξαναγκασμός χρήσης αυτού του κλειδιού σαν ASCII string (πχ για το Livebox)"
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, c-format
msgid "EAP Login/Username"
msgstr "Χρήστης/λογαριασμός EAP"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3289,12 +3304,12 @@ msgstr ""
"Αν πρέπει να καθορίσετε έναν τομέα, δοκιμάστε την μη δοκιμασμένη σύνταξη\n"
" DOMAIN\\χρήστης "
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, c-format
msgid "EAP Password"
msgstr "Κωδικός πρόσβασης EAP"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3328,12 +3343,12 @@ msgstr ""
" η TLS λειτουργία βασίζεται αποκλειστικά σε ένα πιστοποιητικό το οποίο\n"
"μπορεί να αγνοήσει το όνομα χρήστη και των κωδικό που ορίστηκαν εδώ."
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "EAP client certificate"
msgstr "Πιστοποιητικό client EAP"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3349,32 +3364,32 @@ msgstr ""
" Σημείωση: οι άλλες σχετικές ρυθμίσεις είναι στην σελίδα Προχωρημένες "
"ρυθμίσεις."
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "Ταυτότητα Δικτύου (ID)"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "Συχνότητα λειτουργείας"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "Κατώφλι ευαισθησίας"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Ρυθμός bit (σε b/s)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3397,19 +3412,19 @@ msgstr ""
"το μέγιστο μέγεθος θα απενεργοποιήσει αυτη την ρύθμιση. Μπορείτε\n"
"επίσης να καθορίσετε αυτήν την παράμετρο σε «auto», «fixed» ή «off»"
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "Κατακερματισμός"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr ""
"Επιπλέον επιχειρήματα (arguments)\n"
"για την εντολή iwconfig"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3426,14 +3441,14 @@ msgstr ""
"Βλέπε εγχειρίδιο χρήσης (man) iwconfig(8) για περισσότερες πληροφορίες."
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr ""
"επιπλέον επιχειρήματα (arguments)\n"
"για την εντολή iwspy"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3453,14 +3468,14 @@ msgstr ""
"\n"
"Βλέπε το εγχειρίδιο χρήσης (man) iwspy(8) για περισσότερες πληροφορίες. "
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr ""
"Επιπλέον επιχειρήματα (arguments) για\n"
"την εντολή iwpriv"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3491,28 +3506,28 @@ msgstr ""
"\n"
"Βλέπε το εγχειρίδιο χρήσης (man) του iwpriv(8) για περισσότερες πληροφορίες."
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, c-format
msgid "EAP Protocol"
msgstr "Πρωτόκολλο EAP"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "Auto Detect"
msgstr "Αυτόματη ανίχνευση"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr "WPA2"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA"
msgstr "WPA"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
@@ -3521,67 +3536,67 @@ msgstr ""
"Συνιστάται η αυτόματη ανίχνευση, διότι ελέγχει πρώτα για WPA\n"
"έκδοση 2 και εφεδρικά WPA έκδοση 1"
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, c-format
msgid "EAP Mode"
msgstr "EAP Mode"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP"
msgstr "PEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr "TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr "MD5"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr "OTP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr "GTC"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr "LEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr "PEAP TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr "TTLS TLS"
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr "EAP key_mgmt"
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
@@ -3590,12 +3605,12 @@ msgstr ""
"λίστα των πρωτοκόλλων διαχείρισης αποδεκτών κλειδιών.\n"
"πιθανές τιμές : WPA-EAP, IEEE8021X, NONE"
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr "Εξωτερική ταυτότητα EAP"
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3606,12 +3621,12 @@ msgstr ""
"σαν ταυτότητα χωρίς κρυπτογράφηση με τους τύπους EAP που υποστηρίζουν\n"
"διαφορετικές tunnelled ταυτότητες, π.χ. TTLS"
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr "EAP φάση2"
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3624,12 +3639,12 @@ msgstr ""
"auth=MSCHAPV2 για PEAP ή\n"
"autheap=MSCHAPV2 autheap=MD5 για TTLS"
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid "EAP CA certificate"
msgstr "Πιστοποιητικό CA EAP"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3644,12 +3659,12 @@ msgstr ""
"επιβεβαιώνεται. Αν είναι δυνατό, ένα πιστοποιητικό εμπιστοσύνης CA πρέπει\n"
"πάντα να διαμορφώνεται κατά την χρήση του TLS, TTLS ή PEAP."
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr "Μοντέλο του θέματος του πιστοποιητικού EAP"
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3665,12 +3680,12 @@ msgstr ""
"αυτό το string στο θέμα του. Η μορφή του θέματος είναι η εξής :\n"
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr "Επιπλέον οδηγίες EAP"
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3703,12 +3718,12 @@ msgstr ""
"\tχρήσης συγκεκριμένων ρυθμίσεων διαφορετικών από τις ρυθμίσεις της "
"διασύνδεσης."
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr "Απαιτείται ένα κλειδί κρυπτογράφησης."
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
@@ -3717,7 +3732,7 @@ msgstr ""
"Το προ-κοινόχρηστο κλειδί πρέπει να έχει ανάμεσα σε 8 και 63 χαρακτήρες "
"ASCII, ή 64 δεκαεξαδικούς χαρακτήρες."
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
@@ -3726,7 +3741,7 @@ msgstr ""
"Το κλειδί WEP πρέπει να έχει το πολύ %d χαρακτήρες ASCII ή %d δεκαεξαδικους "
"χαρακτήρες."
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3735,7 +3750,7 @@ msgstr ""
"Η συχνότητα πρέπει να έχει μια κατάληξη k, M ή G (πχ: \"2.46G\" για 2.46 "
"GHz ), ή προσθέτοντας να απαραίτητα μηδενικά (\"0\")."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3744,17 +3759,17 @@ msgstr ""
"Η ροή πρέπει να έχει μια κατάληξη k, M ή G (πχ: \"11M\" για 11M), ή "
"προσθέτοντας να απαραίτητα μηδενικά (\"0\")."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr "Επιτρέπονται η περιοδικές (roaming) συνδέσεις "
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr "Συνδεδεμένο στο ασύρματο δίκτυο \"%s\" στην διεπαφή %s"
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr "Χάθηκε η σύνδεση στο ασύρματο δίκτυο στην διεπαφή %s "
@@ -3832,66 +3847,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "Virtual Circuit ID (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, c-format
msgid "Could not install the packages (%s)!"
msgstr "Αδύνατη η εγκατάσταση των πακέτων (%s) !"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "Ρύθμιση συσκευής..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, c-format
msgid "Network settings"
msgstr "Ρυθμίσεις δικτύου"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, c-format
msgid "Please enter settings for network"
msgstr "Παρακαλώ εισάγετε τις ρυθμίσεις για το δίκτυο"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, c-format
msgid "Connecting..."
msgstr "Σύνδεση..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, c-format
msgid "Disconnecting..."
msgstr "Αποσύνδεση..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr "SSID"
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr "Ισχύς σήματος"
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Κρυπτογράφηση"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, c-format
msgid "Scanning for networks..."
msgstr "Σάρωση για δίκτυα..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Αποσύνδεση"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Σύνδεση"
@@ -4082,12 +4097,12 @@ msgstr "Το hostname άλλαξε σε \"%s\""
msgid "Device: "
msgstr "Συσκευή: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Ρύθμιση"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Ανανέωση"
@@ -4311,23 +4326,23 @@ msgstr "Εγκατάσταση ενός νέου οδηγού"
msgid "Select a device:"
msgstr "Επιλέξτε μια συσκευή:"
-#: ../lib/network/netcenter.pm:36
-#, c-format
-msgid "Network Center"
-msgstr "Κέντρο Δικτύου"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr "Παρακαλώ επιλέξτε το δίκτυό σας:"
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Παρακολούθηση"
+#: ../lib/network/netcenter.pm:135
+#, c-format
+msgid "Network Center"
+msgstr "Κέντρο Δικτύου"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
@@ -5291,6 +5306,9 @@ msgstr "Κατάσταση Λειτουργίας NAT"
msgid "Use specific UDP port"
msgstr "Χρήση συγκεκριμένης θύρας UDP"
+#~ msgid "Draknfs entry"
+#~ msgstr "Εισαγωγή DrakNFS"
+
#~ msgid "DrakVPN"
#~ msgstr "DrakVPN"
diff --git a/po/eo.po b/po/eo.po
index 3c8c09e..a67ff62 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakx-net\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+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"
@@ -25,7 +25,7 @@ msgid "Interface"
msgstr "Interfaco"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -67,7 +67,8 @@ msgstr "LAN Konfiguraĵo"
msgid "Configure Local Area Network..."
msgstr "Konfiguru lokan reton"
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Helpo"
@@ -89,13 +90,13 @@ msgstr "Nuligu"
msgid "Ok"
msgstr "Jeso"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -136,7 +137,7 @@ msgid "Adapter %s: %s"
msgstr "Adaptilo %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Retmasko"
@@ -151,7 +152,7 @@ msgstr ""
msgid "Started on boot"
msgstr ""
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr ""
@@ -163,7 +164,7 @@ msgid ""
"Run the \"%s\" assistant from the Mandriva Linux Control Center"
msgstr ""
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Agordu novan retan interfacon (LAN, ISDN, ADSL, ...)"
@@ -300,9 +301,9 @@ msgstr "Neniu printilo"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -314,12 +315,12 @@ msgstr "Neniu printilo"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -530,7 +531,7 @@ msgstr "IP-adreso"
msgid "Same IP is already in %s file."
msgstr ""
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Poŝtejo"
@@ -545,12 +546,12 @@ msgstr "Poŝtejo"
msgid "Manage hosts definitions"
msgstr "Mastrumi difinojn de ĉefkomputilo"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr ""
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -566,7 +567,7 @@ msgstr "Aldonu presilon..."
msgid "Failed to add host."
msgstr ""
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -579,7 +580,7 @@ msgid "Failed to Modify host."
msgstr ""
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -591,8 +592,8 @@ msgid "Failed to remove host."
msgstr ""
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Ĉesu"
@@ -604,15 +605,16 @@ msgstr "Permesu ĉiujn uzulojn"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, fuzzy, c-format
msgid "Interactive Firewall"
msgstr "Fajromuro (Firewall)"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, fuzzy, c-format
msgid "Unable to contact daemon"
msgstr "Ne povis kontakti spegulon %s"
@@ -1068,134 +1070,129 @@ msgstr "Informo"
msgid "Directory"
msgstr "Dosierujo"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr ""
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""
-#: ../bin/draknfs:356 ../bin/draksambashare:599
+#: ../bin/draknfs:354
#, c-format
-msgid "Advanced options"
+msgid "Advanced"
msgstr ""
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr ""
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Dosierujo:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, fuzzy, c-format
msgid "Host access"
msgstr "Poŝtejo"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Aliro:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr ""
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "Uzantnumero:"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr ""
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr ""
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, fuzzy, c-format
msgid "Please specify a directory to share."
msgstr "Bonvole donu salutnomon"
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr ""
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Ĝeneralaj opcioj"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr ""
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr ""
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr "Mastrumi NFS-kundividojn"
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr ""
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr ""
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr ""
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr ""
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr ""
@@ -1561,6 +1558,11 @@ msgstr "Skribo"
msgid "Browseable:"
msgstr "Foliumu"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr ""
+
#: ../bin/draksambashare:601
#, fuzzy, c-format
msgid "Printer access"
@@ -2009,121 +2011,124 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr ""
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, fuzzy, c-format
msgid "Network is up on interface %s."
msgstr "Reta interfaco"
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, fuzzy, c-format
msgid "IP address: %s"
msgstr "IP-adreso :"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, fuzzy, c-format
msgid "Gateway: %s"
msgstr "Kluzo:"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr ""
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, fuzzy, c-format
msgid "Network is down on interface %s."
msgstr "Reta interfaco"
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
"Run the \"%s\" assistant from the Mandriva Linux Control Center"
msgstr ""
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, fuzzy, c-format
msgid "Connect %s"
msgstr "Konektu"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, fuzzy, c-format
msgid "Disconnect %s"
msgstr "Malkonektu"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, fuzzy, c-format
msgid "Monitor Network"
msgstr "Restaŭru de dosiero"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr ""
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, fuzzy, c-format
msgid "Manage VPN connections"
msgstr "Mastrumi konektojn"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Konfiguru la reton"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, fuzzy, c-format
msgid "Watched interface"
msgstr "Interfaco"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Memdetekta"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr ""
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Profiloj"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, fuzzy, c-format
msgid "VPN connection"
msgstr "LAN Konfiguraĵo"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, fuzzy, c-format
msgid "Network connection"
msgstr "Modulaj opcioj:"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr ""
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr ""
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Ĉiam startu post sistemstartado"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, fuzzy, c-format
msgid "Wireless networks"
msgstr "Kabla konekto"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Konfiguraĵoj"
@@ -2302,7 +2307,7 @@ msgid "Unlisted - edit manually"
msgstr ""
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2328,7 +2333,7 @@ msgstr "limigu"
msgid "Link detected on interface %s"
msgstr "detektita en pordo %s"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr ""
@@ -2390,23 +2395,23 @@ msgstr ""
msgid "GPRS/Edge/3G"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, fuzzy, c-format
msgid "Unable to open device %s"
msgstr "Ne povis forki: %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, fuzzy, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2443,32 +2448,37 @@ msgstr "PID"
msgid "Ethernet"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, c-format
+msgid "Wired (Ethernet)"
+msgstr ""
+
+#: ../lib/network/connection/ethernet.pm:30
#, fuzzy, c-format
msgid "Virtual interface"
msgstr "Reta interfaco"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, fuzzy, c-format
msgid "Manual configuration"
msgstr "Interreta Konfigurado"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, fuzzy, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Aŭtomata IP"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, fuzzy, c-format
msgid "IP settings"
msgstr "PLL-konfiguraĵo:"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2479,113 +2489,113 @@ msgstr ""
"Ĉiu ero devus esti enigata kiel IP-adreson en punktita-decimala notacio\n"
"(ekzemple, 1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Kluzo"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, fuzzy, c-format
msgid "Get DNS servers from DHCP"
msgstr "IP de SMB servilo"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, fuzzy, c-format
msgid "DNS server 1"
msgstr "DNA servilo"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, fuzzy, c-format
msgid "DNS server 2"
msgstr "DNA servilo"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, fuzzy, c-format
msgid "Search domain"
msgstr "NIS Domajno"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, fuzzy, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Speco de konekto"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, fuzzy, c-format
msgid "DHCP host name"
msgstr "Poŝtejo"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, fuzzy, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, fuzzy, c-format
msgid "Assign host name from DHCP address"
msgstr "Bonvole, provu la muson"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, fuzzy, c-format
msgid "Network Hotplugging"
msgstr "Reta Konfiguraĵo"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
@@ -2995,115 +3005,120 @@ msgstr "Unuiĝintaj Arabaj Emirlandoj"
msgid "United Kingdom"
msgstr "Unuiĝinta Regno"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr ""
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Kabla konekto"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr ""
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr ""
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, fuzzy, c-format
msgid "Wireless settings"
msgstr "Kabla konekto"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, fuzzy, c-format
msgid "Operating Mode"
msgstr "Spertuloreĝimo"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr ""
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, fuzzy, c-format
msgid "Managed"
msgstr "Elektu vian lingvon"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, fuzzy, c-format
msgid "Master"
msgstr "majota"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, fuzzy, c-format
msgid "Repeater"
msgstr "Restaŭru de dosiero"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Dua"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Aŭtomate"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr ""
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Ĉifroŝlosilo:"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "Konta Salutnomo (uzula nomo)"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3111,12 +3126,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, fuzzy, c-format
msgid "EAP Password"
msgstr "Pasvorto"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3135,12 +3150,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "EAP client certificate"
msgstr ""
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3149,32 +3164,32 @@ msgid ""
" Note: other related settings are shown on the Advanced page."
msgstr ""
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, fuzzy, c-format
msgid "Network ID"
msgstr "Reto"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr ""
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr ""
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3188,17 +3203,17 @@ msgid ""
"or off."
msgstr ""
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, fuzzy, c-format
msgid "Fragmentation"
msgstr "Dokumentaro"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3209,12 +3224,12 @@ msgid ""
msgstr ""
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3226,12 +3241,12 @@ msgid ""
"See iwpspy(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr ""
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3249,107 +3264,107 @@ msgid ""
"See iwpriv(8) man page for further information."
msgstr ""
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "Protokolo"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "Auto Detect"
msgstr "Memdetekta"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, fuzzy, c-format
msgid "WPA"
msgstr "PAP (Pasvorta Aŭtentikigada Protokolo)"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "Reĝimo"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP (Pasvorta Aŭtentikigada Protokolo)"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "per CHAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3357,12 +3372,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3371,12 +3386,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid "EAP CA certificate"
msgstr ""
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3386,12 +3401,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3401,12 +3416,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3424,50 +3439,50 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr ""
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, 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)."
msgstr ""
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
"enough '0' (zeroes)."
msgstr ""
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr ""
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr ""
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr ""
@@ -3539,66 +3554,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr ""
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, fuzzy, c-format
msgid "Could not install the packages (%s)!"
msgstr "Instalanta pakaĵo %s"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Mi konfiguras..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, fuzzy, c-format
msgid "Network settings"
msgstr "neniu retkarto trovita"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, fuzzy, c-format
msgid "Please enter settings for network"
msgstr "Detala informo"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, fuzzy, c-format
msgid "Connecting..."
msgstr "Konektu..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, fuzzy, c-format
msgid "Disconnecting..."
msgstr "Malkonektu..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr ""
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr ""
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Ĉifrado"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, fuzzy, c-format
msgid "Scanning for networks..."
msgstr "Startas vian konektaĵon..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Malkonektiĝu"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Konektu"
@@ -3765,12 +3780,12 @@ msgstr ""
msgid "Device: "
msgstr "Aparato: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Konfiguru"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Rekalkulu"
@@ -3984,23 +3999,23 @@ msgstr "Instalu sistemon"
msgid "Select a device:"
msgstr ""
-#: ../lib/network/netcenter.pm:36
-#, c-format
-msgid "Network Center"
-msgstr "Reta centro"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr ""
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, fuzzy, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Restaŭru de dosiero"
+#: ../lib/network/netcenter.pm:135
+#, c-format
+msgid "Network Center"
+msgstr "Reta centro"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
diff --git a/po/es.po b/po/es.po
index acfa5a2..173241a 100644
--- a/po/es.po
+++ b/po/es.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: es\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+0100\n"
"PO-Revision-Date: 2008-09-23 10:50-0300\n"
"Last-Translator: Fabián Mandelbaum <fmandelbaum@gmail.com>\n"
"Language-Team: Español <es@li.org>\n"
@@ -31,7 +31,7 @@ msgid "Interface"
msgstr "Interfaz"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -73,7 +73,8 @@ msgstr "Configuración de la red local"
msgid "Configure Local Area Network..."
msgstr "Configurar la red de área local..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Ayuda"
@@ -95,13 +96,13 @@ msgstr "Cancelar"
msgid "Ok"
msgstr "Aceptar"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -144,7 +145,7 @@ msgid "Adapter %s: %s"
msgstr "Adaptador %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Máscara de red"
@@ -159,7 +160,7 @@ msgstr "Protocolo de arranque"
msgid "Started on boot"
msgstr "Iniciada al arrancar"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "Cliente DHCP"
@@ -173,7 +174,7 @@ msgstr ""
"Todavía no se ha configurado esta interfaz.\n"
"Lance el asistente «%s» desde el Centro de Control de Mandriva Linux"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Configurar una interfaz de red nueva (LAN, RDSI, ADSL, ...)"
@@ -322,9 +323,9 @@ msgstr "El nombre de dominio interno"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -336,12 +337,12 @@ msgstr "El nombre de dominio interno"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -563,7 +564,7 @@ msgstr "Por favor, ingrese una dirección IP válida."
msgid "Same IP is already in %s file."
msgstr "La misma IP ya está en el archivo %s."
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Nombre del equipo"
@@ -578,12 +579,12 @@ msgstr "Alias del equipo"
msgid "Manage hosts definitions"
msgstr "Administrar las definiciones de los equipos"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr "Modificar entrada"
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -599,7 +600,7 @@ msgstr "Añadir entrada"
msgid "Failed to add host."
msgstr "Fallo al añadir equipo."
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -612,7 +613,7 @@ msgid "Failed to Modify host."
msgstr "Fallo al modificar equipo."
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -624,8 +625,8 @@ msgid "Failed to remove host."
msgstr "Fallo al quitar equipo."
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Salir"
@@ -637,15 +638,16 @@ msgstr "Direcciones permitidas"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, c-format
msgid "Interactive Firewall"
msgstr "Cortafuegos interactivo"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, c-format
msgid "Unable to contact daemon"
msgstr "No se puede contactar al demonio"
@@ -1163,135 +1165,130 @@ msgstr "Información"
msgid "Directory"
msgstr "Directorio"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr "Entrada Draknfs"
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr "Por favor, añada un recurso compartido NFS para poder modificarlo."
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
msgstr "Opciones avanzadas"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr "Directorio NFS"
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Directorio:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, c-format
msgid "Host access"
msgstr "Acceso al equipo"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Acceso:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr "Mapeo de ID de usuario"
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "ID de usuario:"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr "ID del usuario anónimo:"
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr "ID del grupo anónimo:"
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, c-format
msgid "Please specify a directory to share."
msgstr "Por favor, especifique un directorio a compartir."
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr "No se puede crear este directorio."
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr "Debe especificar acceso a los equipos."
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr "Compartir directorio"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr "Comodín de equipos"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Opciones generales"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr "Opciones personalizadas"
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr "Por favor, ingrese un directorio a compartir."
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
"Por favor, use el botón Modificar para configurar los permisos de acceso."
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr "Administrar los recursos compartidos NFS"
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr "Iniciando el servidor NFS"
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr "DrakNFS administra los recursos compartidos NFS"
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr "Fallo al añadir un recurso compartido NFS."
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr "Fallo al modificar un recurso compartido NFS."
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr "Fallo al quitar un recurso compartido NFS."
@@ -1668,6 +1665,11 @@ msgstr "Se puede escribir:"
msgid "Browseable:"
msgstr "Navegable:"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Opciones avanzadas"
+
#: ../bin/draksambashare:601
#, c-format
msgid "Printer access"
@@ -2159,33 +2161,33 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr "DrakSamba administra los recursos compartidos Samba"
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, c-format
msgid "Network is up on interface %s."
msgstr "La red está activa en la interfaz %s"
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "Dirección IP: %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr "Pasarela: %s"
# TODO: ¿cómo traducir "link level" ?
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr "Conectado a %s (nivel del enlace: %d %%)"
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, c-format
msgid "Network is down on interface %s."
msgstr "La red no está activa en la interfaz %s."
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2194,89 +2196,92 @@ msgstr ""
"Todavía no tiene configurada una conexión a Internet.\n"
"Ejecute el asistente \"%s\" desde el Centro de Control de Mandriva Linux"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Conectar %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "Desconectar %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "Supervisar la red"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr "Administrar redes inalámbricas"
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, c-format
msgid "Manage VPN connections"
msgstr "Administrar conexiones VPN"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Configurar red"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr "Interfaz supervisada"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Detección automática"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr "Interfaces activas"
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Perfiles"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, c-format
msgid "VPN connection"
msgstr "Conexión VPN"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, c-format
msgid "Network connection"
msgstr "Conexión de red"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr "Más redes"
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr "Modo automático del cortafuegos interactivo"
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Lanzar siempre al arrancar"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, c-format
msgid "Wireless networks"
msgstr "Redes inalámbricas"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Preferencias"
@@ -2465,7 +2470,7 @@ msgid "Unlisted - edit manually"
msgstr "No listado - editar manualmente"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2491,7 +2496,7 @@ msgstr "Métrica"
msgid "Link detected on interface %s"
msgstr "Enlace detectado en el interfaz %s"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr "Se perdió el pulso del vínculo en la interfaz %s"
@@ -2553,23 +2558,23 @@ msgstr "Formato de número PIN incorrecto: deberían ser 4 dígitos."
msgid "GPRS/Edge/3G"
msgstr "GPRS/Edge/3G"
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr "Número PIN"
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, c-format
msgid "Unable to open device %s"
msgstr "No se puede abrir el dispositivo %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Por favor, verifique que su tarjeta SIM está insertada."
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2609,34 +2614,39 @@ msgstr "PID"
msgid "Ethernet"
msgstr "Ethernet"
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, fuzzy, c-format
+msgid "Wired (Ethernet)"
+msgstr "Ethernet"
+
+#: ../lib/network/connection/ethernet.pm:30
#, c-format
msgid "Virtual interface"
msgstr "Interfaz virtual"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
"No se puede encontrar interfaz de red para el dispositivo seleccionado "
"(usando el controlador %s)."
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Configuración manual"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "IP automática (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, c-format
msgid "IP settings"
msgstr "Configuración IP"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2647,116 +2657,116 @@ msgstr ""
"Cada valor tiene que introducirse como una dirección IP en notación\n"
"decimal con puntos (por ejemplo: 1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Pasarela"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "Obtener servidores DNS desde DHCP"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "Servidor DNS 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "Servidor DNS 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "Dominio de búsqueda"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
"De manera predeterminada el dominio de búsqueda se configura a partir del "
"nombre de equipo completamente calificado"
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Demora de la conexión (en segundos)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr "Obtener servidores YP desde DHCP"
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "Obtener servidores NTPD desde DHCP"
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "Nombre del equipo DHCP"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr "No recaer en Zeroconf (red 169.254.0.0)"
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "Las direcciones IP deben estar en el formato 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr ""
"La dirección de la máscara de red debería estar en formato 255.255.224.0"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Advertencia: ¡Por lo general la dirección IP %s está reservada!"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s ya está en uso\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Asignar nombre del equipo desde dirección DHCP"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "Conexión \"en caliente\" de la red"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr "Habilitar tunel IPv6 a IPv4"
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr "Pulso de vínculo detectado en la interfaz %s"
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr "Pidiendo dirección de red en la interfaz %s (protocolo %s) ..."
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr "Se obtuvo dirección de red para la interfaz %s (protocolo %s)"
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
@@ -3167,42 +3177,47 @@ msgstr "Emiratos Árabes Unidos"
msgid "United Kingdom"
msgstr "Reino Unido"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr "Inalámbrica"
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Inalámbrica"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Usar un controlador de Windows® (con ndiswrapper)"
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr "WEP abierto"
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr "WEP restringido"
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr "Clave Pre-compartida de WPA/WPA2"
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr "WPA/WPA2 Enterprise"
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr "Controlador Windows"
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
@@ -3211,75 +3226,75 @@ msgstr ""
"Su tarjeta inalámbrica está deshabilitada, por favor habilite el switch "
"inalámbrico (RF kill switch) primero."
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, c-format
msgid "Wireless settings"
msgstr "Ajustes inalámbricos"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "Modo de operación"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Administrada"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Maestro"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Repetidor"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Secundario"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Auto"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Nombre de red (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr "Modo de cifrado"
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Clave de cifrado"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
"Forzar el uso de esta clave como cadena de caracteres ASCII (por ejemplo "
"para Livebox)"
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, c-format
msgid "EAP Login/Username"
msgstr "Cuenta/nombre de usuario EAP"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3290,12 +3305,12 @@ msgstr ""
"Si necesita especificar el dominio entonces intente la sintaxis\n"
"no probada DOMINIO\\nombre_de_usuario"
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, c-format
msgid "EAP Password"
msgstr "Contraseña EAP"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3330,12 +3345,12 @@ msgstr ""
"certificados y puede ignorar los valores de usuario\n"
"y contraseña aquí provistos."
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "EAP client certificate"
msgstr "Certificado del cliente EAP"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3348,32 +3363,32 @@ msgstr ""
"considerar como una alternativa al nombre usuario y contraseña.\n"
"Nota: en la página Avanzadas se muestran otros ajustes relacionados."
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "ID de red"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "Frecuencia de operación"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "Nivel de sensibilidad"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Tasa de bits (en b/s)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3396,17 +3411,17 @@ msgstr ""
"máximo del paquete deshabilita el esquema. También puede configurar este\n"
"parámetro como auto, fixed (fijo), u off (desactivado)."
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "Fragmentación"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "Argumentos extra del comando iwconfig"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3422,12 +3437,12 @@ msgstr ""
"Vea la página man iwconfig(8) para más información"
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "Argumentos extra para el comando iwspy"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3447,12 +3462,12 @@ msgstr ""
"\n"
"Vea la página man iwpspy(8) para más información."
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "Argumentos extra para el comando iwpriv"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3483,28 +3498,28 @@ msgstr ""
"\n"
"Vea la página man iwpriv(8) para más información."
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, c-format
msgid "EAP Protocol"
msgstr "Protocolo EAP"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "Auto Detect"
msgstr "Detección automática"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr "WPA2"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA"
msgstr "WPA"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
@@ -3513,67 +3528,67 @@ msgstr ""
"Se recomienda la detección automática ya que primero intenta con\n"
"WPA versión 2 y luego con WPA versión 1"
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, c-format
msgid "EAP Mode"
msgstr "Modo EAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP"
msgstr "PEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr "TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr "MD5"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr "OTP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr "GTC"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr "LEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr "PEAP TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr "TTLS TLS"
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr "EAP key_mgmt"
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
@@ -3582,12 +3597,12 @@ msgstr ""
"lista de protocolos de administración de claves autenticadas aceptados.\n"
"Los valores posibles son WPA-EAP, IEEE8021X, NONE"
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr "Identidad exterior EAP"
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3598,12 +3613,12 @@ msgstr ""
"como la identidad no cifrada con los tipos EAP que soportan\n"
"una identidad túnel distinta, por ejemplo, TTLS"
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr "EAP fase 2"
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3616,12 +3631,12 @@ msgstr ""
"auth=MSCHAPV2 para PEAP o\n"
"autheap=MSCHAPV2 autheap=MD5 para TTLS"
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid "EAP CA certificate"
msgstr "Certificado de la CA EAP"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3637,12 +3652,12 @@ msgstr ""
"siempre se debería configurar un certificado de confianza de la CA\n"
"cuando se utiliza TLS, TTLS, o PEAP."
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr "Patrón de conicidencia del tema del certificado EAP"
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3657,12 +3672,12 @@ msgstr ""
"cadena en el tema. La cadena debe tener la forma siguiente:\n"
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@ejemplo.com"
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr "Directivas EAP adicionales"
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3694,12 +3709,12 @@ msgstr ""
"\tSe pueden usar otras tales como key_mgmt, eap para forzar\n"
"\tajustes especiales diferentes de los de la interfaz de usuario."
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr "Se necesita una clave de cifrado."
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
@@ -3708,7 +3723,7 @@ msgstr ""
"La clave pre-compartida debería tener entre 8 y 63 caracteres ASCII, o 64 "
"caracteres hexadecimales."
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
@@ -3717,7 +3732,7 @@ msgstr ""
"La clave WEP debería tener a lo sumo %d caracteres ASCII o %d caracteres "
"hexadecimales."
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3726,7 +3741,7 @@ msgstr ""
"La frec. debería tener el sufijo k, M o G (por ejemplo, \"2.46G\" para una "
"frec. de 2.46 GHz), o añadir suficientes '0' (ceros)."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3735,17 +3750,17 @@ msgstr ""
"La tasa debería tener el sufijo k, M o G (por ejemplo, \"11M\" para 11M), o "
"añadir suficientes '0' (ceros)."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr "Permitir roaming del punto de acceso"
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr "Asociado a la red inalámbrica «%s» en la interfaz %s"
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr "Se perdió la asociación a la red inalámbrica en la interfaz %s"
@@ -3823,66 +3838,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "ID de circuito virtual (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, c-format
msgid "Could not install the packages (%s)!"
msgstr "¡No se pudieron instalar los paquetes (%s)!"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "Configurando dispositivo..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, c-format
msgid "Network settings"
msgstr "Ajustes de red"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, c-format
msgid "Please enter settings for network"
msgstr "Por favor, ingrese la configuración para la red"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, c-format
msgid "Connecting..."
msgstr "Conectando..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, c-format
msgid "Disconnecting..."
msgstr "Desconectando..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr "SSID"
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr "Fuerza de la señal"
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Cifrado"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, c-format
msgid "Scanning for networks..."
msgstr "Buscando redes..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Desconectar"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Conectar"
@@ -4071,12 +4086,12 @@ msgstr "El nombre del equipo cambió a «%s»"
msgid "Device: "
msgstr "Dispositivo: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Configurar"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Refrescar"
@@ -4301,23 +4316,23 @@ msgstr "Instalar un nuevo controlador"
msgid "Select a device:"
msgstr "Elija una unidad:"
-#: ../lib/network/netcenter.pm:36
-#, c-format
-msgid "Network Center"
-msgstr "Centro de red"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr "Por favor, seleccione su red:"
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Supervisar"
+#: ../lib/network/netcenter.pm:135
+#, c-format
+msgid "Network Center"
+msgstr "Centro de red"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
@@ -5277,6 +5292,9 @@ msgstr "Modo NAT"
msgid "Use specific UDP port"
msgstr "Usar puerto UDP específico"
+#~ msgid "Draknfs entry"
+#~ msgstr "Entrada Draknfs"
+
#~ msgid "DrakVPN"
#~ msgstr "DrakVPN"
diff --git a/po/et.po b/po/et.po
index c2dc480..75969dc 100644
--- a/po/et.po
+++ b/po/et.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakx-net-et\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+0100\n"
"PO-Revision-Date: 2008-09-30 22:15+0200\n"
"Last-Translator: Marek Laane <bald@starman.ee>\n"
"Language-Team: Estonian <et@li.org>\n"
@@ -26,7 +26,7 @@ msgid "Interface"
msgstr "Liides"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -68,7 +68,8 @@ msgstr "LAN-i seadistamine"
msgid "Configure Local Area Network..."
msgstr "Kohtvõrgu (LAN) seadistamine..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Abi"
@@ -90,13 +91,13 @@ msgstr "Loobu"
msgid "Ok"
msgstr "Olgu"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -139,7 +140,7 @@ msgid "Adapter %s: %s"
msgstr "Võrgukaart %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Võrgumask"
@@ -154,7 +155,7 @@ msgstr "Laadimisprotokoll"
msgid "Started on boot"
msgstr "Käivitub laadimisel"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "DHCP klient"
@@ -168,7 +169,7 @@ msgstr ""
"Seda liidest ei ole veel seadistatud.\n"
"Käivitage Mandriva Linuxi juhtimiskeskuses nõustaja \"%s\""
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Uue võrguliidese seadistamine (LAN, ISDN, ADSL...)"
@@ -313,9 +314,9 @@ msgstr "Sisemine domeeninimi"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -327,12 +328,12 @@ msgstr "Sisemine domeeninimi"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -550,7 +551,7 @@ msgstr "Palun andke sobiv IP-aadress."
msgid "Same IP is already in %s file."
msgstr "See IP esineb juba %s-failis."
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Masinanimi"
@@ -565,12 +566,12 @@ msgstr "Masina aliased"
msgid "Manage hosts definitions"
msgstr "Masina definitsioonide haldamine"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr "Kirje muutmine"
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -586,7 +587,7 @@ msgstr "Kirje lisamine"
msgid "Failed to add host."
msgstr "Masina lisamine ebaõnnestus."
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -599,7 +600,7 @@ msgid "Failed to Modify host."
msgstr "Masina muutmine ebaõnnestus."
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -611,8 +612,8 @@ msgid "Failed to remove host."
msgstr "Masina eemaldamine ebaõnnestus."
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Välju"
@@ -624,15 +625,16 @@ msgstr "Lubatud aadressid"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, c-format
msgid "Interactive Firewall"
msgstr "Interaktiivne tulemüür"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, c-format
msgid "Unable to contact daemon"
msgstr "Ühendust deemoniga ei saadud"
@@ -1143,134 +1145,129 @@ msgstr "Info"
msgid "Directory"
msgstr "Kataloog"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr "Draknfs kirje"
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr "Palun lisage NFS-i ressurss, muidu ei saa seda muuta."
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
msgstr "Muud valikud"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr "NFS-kataloog"
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Kataloog:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, c-format
msgid "Host access"
msgstr "Masina ligipääs"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Ligipääs:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr "Kasutaja ID sidumine"
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "Kasutaja ID:"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr "Anonüümse kasutaja ID:"
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr "Anonüümse grupi ID:"
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, c-format
msgid "Please specify a directory to share."
msgstr "Palun määrake jagatav kataloog."
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr "Seda kataloogi ei saa luua."
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr "Masina ligipääs tuleb määrata."
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr "Jagatud kataloog"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr "Masinate metamärgid"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Üldised valikud"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr "Kohandatud valikud"
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr "Palun määrake jagatav kataloog."
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr "Palun kasutage ligipääsu määramiseks muutmisnuppu."
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr "NFS-ressursside haldamine"
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr "NFS-serveri käivitamine"
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr "DrakNFS - NFS-ressursside haldamine"
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr "NFS-ressursi lisamine ebaõnnestus."
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr "NFS-ressursi muutmine ebaõnnestus."
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr "NFS-ressursi eemaldamine ebaõnnestus."
@@ -1640,6 +1637,11 @@ msgstr "Kirjutamisõigus:"
msgid "Browseable:"
msgstr "Lehitsemisõigus:"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Muud valikud"
+
#: ../bin/draksambashare:601
#, c-format
msgid "Printer access"
@@ -2113,32 +2115,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr "DrakSamba - Samba ressursside haldamine"
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, c-format
msgid "Network is up on interface %s."
msgstr "Võrk töötab liideses %s"
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "IP-aadress: %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr "Vaikelüüs: %s"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr "Ühendatud %s-ga (link: %d %%)"
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, c-format
msgid "Network is down on interface %s."
msgstr "Võrk ei tööta liideses %s"
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2147,89 +2149,92 @@ msgstr ""
"Internetiühendust ei ole veel seadistatud.\n"
"Käivitage Mandriva Linuxi juhtimiskeskuses nõustaja \"%s\""
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "%s ühenduse loomine"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "%s ühenduse katkestamine"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "Võrgu jälgimine"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr "Traadita ühenduste haldamine"
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, c-format
msgid "Manage VPN connections"
msgstr "VPN-ühenduste haldamine"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Võrgu seadistamine"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr "Jälgitav liides"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Automaattuvastus"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr "Aktiivsed liidesed"
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Profiilid"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, c-format
msgid "VPN connection"
msgstr "VPN-ühendus"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, c-format
msgid "Network connection"
msgstr "Võrguühendus"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr "Teised võrgud"
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr "Interaktiivse tulemüüri automaatne režiim"
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Alati käivitatakse käivitumisel"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, c-format
msgid "Wireless networks"
msgstr "Traadita võrgud"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Seadistused"
@@ -2417,7 +2422,7 @@ msgid "Unlisted - edit manually"
msgstr "Puudub nimekirjast - käsitsimääramine"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2443,7 +2448,7 @@ msgstr "Meetrika"
msgid "Link detected on interface %s"
msgstr "Link tuvastati liideses %s"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr "Link kaotati liideses %s"
@@ -2505,23 +2510,23 @@ msgstr "Vale PIN-i vorming: see peab koosnema neljast arvust."
msgid "GPRS/Edge/3G"
msgstr "GPRS/Edge/3G"
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr "PIN"
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, c-format
msgid "Unable to open device %s"
msgstr "Seadme %s avamine ebaõnnestus"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Palun kontrollige, kas SIM-kaart on sisestatud."
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2560,32 +2565,37 @@ msgstr "PID"
msgid "Ethernet"
msgstr "Ethernet"
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, fuzzy, c-format
+msgid "Wired (Ethernet)"
+msgstr "Ethernet"
+
+#: ../lib/network/connection/ethernet.pm:30
#, c-format
msgid "Virtual interface"
msgstr "Virtuaalne liides"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr "Valitud seadme võrguliidese leidmine (draiveriga %s) ebaõnnestus."
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Käsitsiseadistamine"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Automaatne IP (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, c-format
msgid "IP settings"
msgstr "IP seadistused"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2596,115 +2606,115 @@ msgstr ""
"Kõik read tuleb sisestada IP-aadressi kujul\n"
"(näiteks 12.34.56.78)"
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Vaikelüüs"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "Nimeserverite hankimine DHCP-lt"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "Nimeserver 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "Nimeserver 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "Otsingudomeen"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
"Otsingudomeen määratakse vaikimisi täielikult kvalifitseeritud masinanime "
"põhjal"
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "DHCP aegumine (sekundites)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr "YP-serverite hankimine DHCP-lt"
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "NTPD-serverite hankimine DHCP-t"
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "DHCP masinanimi"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr "Zeroconf'i (169.254.0.0 võrk) ei kasutata"
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-aadress peab olema kujul 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Võrgumaski aadress peab olema kujul 255.255.224.0"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Hoiatus : IP-aadress %s on tavaliselt reserveeritud!"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s on juba kasutusel\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Masinanimi omistatakse DHCP aadressist"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "Võrgu kohene valmidus (hotplugging)"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr "IPv6->IPv4 tunneli lubamine"
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr "Link tuvastati liideses %s"
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr "Võrguaadressi päring liideses %s (%s protokoll)..."
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr "Võrguaadress hangitud liideses %s (%s protokoll)"
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr "Võrguaadressi hankimine liideses %s (%s protokoll) ebaõnnestus"
@@ -3114,42 +3124,47 @@ msgstr "Araabia Ühendemiraadid"
msgid "United Kingdom"
msgstr "Suurbritannia"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr "Traadita ühendus"
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Traadita ühendus"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Windowsi draiveri kasutamine (ndiswrapper'iga)"
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr "Avatud WEP"
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr "Piiratud WEP"
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr "WPA/WPA2 eeljagatud võti"
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr "WPA/WPA2 Enterprise"
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr "Windowsi draiver"
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
@@ -3158,73 +3173,73 @@ msgstr ""
"Teie traadita ühenduse kaart on välja lülitatud, palun lülitage see "
"kõigepealt sisse (RF kill)."
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, c-format
msgid "Wireless settings"
msgstr "Traadita ühenduse seadistused"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "Töörežiim"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Määratud"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Esmane"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Repiiter"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Teisene"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Automaatne"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Võrgu nimi (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr "Krüptorežiim"
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Krüptovõti"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr "Võtit kasutatakse ainult ASCII stringina (vajalik nt. Liveboxile)"
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, c-format
msgid "EAP Login/Username"
msgstr "EAP kasutajatunnus"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3235,12 +3250,12 @@ msgstr ""
"määrama ka domeeni, võite proovida testimata süntaksit\n"
" DOMEEN\\kasutajanimi"
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, c-format
msgid "EAP Password"
msgstr "EAP parool"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3273,12 +3288,12 @@ msgstr ""
" TLS režiim on täielikult sertifikaadipõhine ning võib eirata\n"
"siin määratud kasutajanime ja parooli."
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "EAP client certificate"
msgstr "EAP kliendi sertifikaat"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3291,32 +3306,32 @@ msgstr ""
"kasutajanime ja parooli kasutamise alternatiiviks.\n"
" Märkus: täiendavad seadistused leiab muude valikute leheküljel."
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "Võrgu ID"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "Töösagedus"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "Tundlikkuslävi"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Bitikiirus (b/s)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3336,17 +3351,17 @@ msgstr ""
"võrdne väärtus tühistab võimaluse. Parameetri võib määrata ka automaatseks,\n"
"fikseerituks või üldse välja lülitada."
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "Killustus"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "Käsu iwconfig lisaargumendid"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3362,12 +3377,12 @@ msgstr ""
"Täpsemat infot annab man-lehekülg iwconfig(8)."
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "Käsu iwspy lisaargumendid"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3386,12 +3401,12 @@ msgstr ""
"\n"
"Täpsemat infot annab man-lehekülg iwspy(8)."
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "Käsu iwpriv lisaargumendid"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3418,28 +3433,28 @@ msgstr ""
"\n"
"Täpsemat infot annab man-lehekülg iwpriv(8)."
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, c-format
msgid "EAP Protocol"
msgstr "EAP protokoll"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "Auto Detect"
msgstr "Automaatne tuvastamine"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr "WPA2"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA"
msgstr "WPA"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
@@ -3448,67 +3463,67 @@ msgstr ""
"Soovitatav on valida automaatne tuvastamine, sest see proovib\n"
"kõigepealt WPA versiooni 2 ja seejärel WPA versiooni 1"
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, c-format
msgid "EAP Mode"
msgstr "EAP režiim"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP"
msgstr "PEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr "TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr "MD5"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr "OTP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr "GTC"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr "LEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr "PEAP TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr "TTLS TLS"
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr "EAP key_mgmt"
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
@@ -3517,12 +3532,12 @@ msgstr ""
"Aktsepteeritud autenditud võtmehalduse protokollide loend.\n"
"Võimalikud väärtused on WPA-EAP, IEEE8021X, NONE"
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr "EAP väline identiteet"
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3533,12 +3548,12 @@ msgstr ""
"identiteedina EAP tüüpide korral, mis toetavad erinevat\n"
"tunneldatud identiteeti, nt. TTLS"
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr "EAP faas 2"
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3551,12 +3566,12 @@ msgstr ""
"auth=MSCHAPV2 PEAP korral või\n"
"autheap=MSCHAPV2 autheap=MD5 TTLS korral"
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid "EAP CA certificate"
msgstr "EAP SK sertifikaat"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3571,12 +3586,12 @@ msgstr ""
"Võimaluse korral tuleks TLS või TTLS või PEAP kasutamisel\n"
"alati määrata usaldusväärne SK sertifikaat."
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr "EAP sertifikaadi subjekti sobivus"
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3591,12 +3606,12 @@ msgstr ""
"määratud string. Subjektistringi vorming on järgmine:\n"
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr "EAP lisadirektiivid"
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3628,12 +3643,12 @@ msgstr ""
"\terinevate seadistuste pealesundimiseks võib kasutada\n"
"\tka teisi direktiive, key_mgmt."
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr "Vajalik on krüptovõti."
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
@@ -3641,7 +3656,7 @@ msgid ""
msgstr ""
"Eeljagatud võtmel peab olema 8 kuni 63 ASCII märki või 64 16ndsüsteemis märki"
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
@@ -3650,7 +3665,7 @@ msgstr ""
"WEP-võtmel peab olema maksimaalselt %d ASCII märki või %d 16ndsüsteemis "
"märki."
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3659,7 +3674,7 @@ msgstr ""
"Sagedus peab sisaldama sufiksit k, M või G (näiteks \"2.46G\" - 2,46 GHz "
"sagedusel) või tuleb lisada piisavalt nulle."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3668,17 +3683,17 @@ msgstr ""
"Kiirus peab sisaldama sufiksit k, M või G (näiteks \"11M\") või tuleb lisada "
"piisavalt nulle."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr "Tugijaama vahetumise lubamine"
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr "Seotud traadita võrguga \"%s\" liideses %s"
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr "Kaotatud seos traadita võrguga liideses %s"
@@ -3756,66 +3771,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "Virtual Circuit ID (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, c-format
msgid "Could not install the packages (%s)!"
msgstr "Pakette (%s) ei õnnestunud paigaldada!"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "Seadme seadistamine..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, c-format
msgid "Network settings"
msgstr "Võrgu seadistused"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, c-format
msgid "Please enter settings for network"
msgstr "Palun määrake võrgu seadistused"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, c-format
msgid "Connecting..."
msgstr "Ühendumine..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, c-format
msgid "Disconnecting..."
msgstr "Lahutamine..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr "SSID"
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr "Signaali tugevus"
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Krüptimine"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, c-format
msgid "Scanning for networks..."
msgstr "Võrgu uurimine..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Lahuta"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Ühenda"
@@ -4002,12 +4017,12 @@ msgstr "Masinanimeks sai \"%s\""
msgid "Device: "
msgstr "Seade: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Seadista"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Värskenda"
@@ -4227,23 +4242,23 @@ msgstr "Uue draiveri paigaldamine"
msgid "Select a device:"
msgstr "Seade:"
-#: ../lib/network/netcenter.pm:36
-#, c-format
-msgid "Network Center"
-msgstr "Võrgukeskus"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr "Palun valige võrk:"
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Jälgi"
+#: ../lib/network/netcenter.pm:135
+#, c-format
+msgid "Network Center"
+msgstr "Võrgukeskus"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
@@ -5195,6 +5210,9 @@ msgstr "NAT režiim"
msgid "Use specific UDP port"
msgstr "Kindla UDP-pordi kasutamine"
+#~ msgid "Draknfs entry"
+#~ msgstr "Draknfs kirje"
+
#~ msgid "DrakVPN"
#~ msgstr "DrakVPN"
diff --git a/po/eu.po b/po/eu.po
index 22a10cf..b8f7965 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakx-net\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+0100\n"
"PO-Revision-Date: 2008-10-04 17:27+0200\n"
"Last-Translator: Iñigo Salvador Azurmendi <xalba@euskalnet.net>\n"
"Language-Team: Euskara <eu@li.org>\n"
@@ -27,7 +27,7 @@ msgid "Interface"
msgstr "Interfazea"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -69,7 +69,8 @@ msgstr "LAN konfiguraketa (bertako sarea)"
msgid "Configure Local Area Network..."
msgstr "Konfiguratu bertako sarea (LAN)..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Laguntza"
@@ -91,13 +92,13 @@ msgstr "Galarazi"
msgid "Ok"
msgstr "Ados"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -140,7 +141,7 @@ msgid "Adapter %s: %s"
msgstr "%s moldagailua: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Sare-maskara"
@@ -155,7 +156,7 @@ msgstr "Abioko protokoloa"
msgid "Started on boot"
msgstr "Abioan abiaraztekoa"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "DHCP bezeroa"
@@ -169,7 +170,7 @@ msgstr ""
"Interfaze hau ez da oraindik konfiguratu.\n"
"Mandriva Linux Aginte Guneko \"%s\" laguntzailea exekutatu"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Ezarri sareko interfaze berri bat (LAN, ISDN, ADSL, ...)"
@@ -315,9 +316,9 @@ msgstr "Barneko domeinuaren izena"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -329,12 +330,12 @@ msgstr "Barneko domeinuaren izena"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -555,7 +556,7 @@ msgstr "Mesedez sartu baliodun IP helbide bat."
msgid "Same IP is already in %s file."
msgstr "IP berdina %s fitxategian dago."
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Ostalari-izena"
@@ -570,12 +571,12 @@ msgstr "Ostalari Goitizenak"
msgid "Manage hosts definitions"
msgstr "Kudeatu ostalarien definizioak"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr "Aldatu sarrera"
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -591,7 +592,7 @@ msgstr "Erantsi sarrera"
msgid "Failed to add host."
msgstr "Ostalaria eransteak huts egin du."
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -604,7 +605,7 @@ msgid "Failed to Modify host."
msgstr "Ostalari aldaketak huts egin du."
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -616,8 +617,8 @@ msgid "Failed to remove host."
msgstr "Ostalari ezabaketak huts egin du."
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Irten"
@@ -629,15 +630,16 @@ msgstr "Onartutako helbideak"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, c-format
msgid "Interactive Firewall"
msgstr "Suhesi Interaktiboa"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, c-format
msgid "Unable to contact daemon"
msgstr "Ezin da deabrua kontaktatu"
@@ -1152,134 +1154,129 @@ msgstr "Informazioa"
msgid "Directory"
msgstr "Direktorioa"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr "Draknfs sarrera"
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr "Mesedez erantsi NFS partekatze bat hura aldatu ahal izateko."
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
-msgstr "Aukera aurreratuak"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
+msgstr "Aukera Aurreratuak"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr "NFS direktorioa"
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Direktorioa:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, c-format
msgid "Host access"
msgstr "Ostalari sarbidea"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Sarbidea:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr "Erabiltzaile ID mapaketa"
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "Erabiltzaile ID:"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr "Anonymous erabiltzailearen ID:"
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr "Anonymous Taldearen ID:"
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, c-format
msgid "Please specify a directory to share."
msgstr "Mesedez zehaztu partekatzeko direktorio bat."
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr "Ezin da direktorioo hau sortu."
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr "Ostalarien sarbidea zehaztu behar duzu."
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr "Partekatu Direktorioa"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr "Baimendutako ostalariak"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Aukera Orokorrak"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr "Aukera Pertsonalizatuak"
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr "Mesedez sartu partekatzeko direktorio bat."
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr "Mesedez erabili aldatu botoia sarbide eskubideak ezartzeko."
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr "Kudeatu NFS partekatzeak"
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr "NFS zerbitzaria abiarazten"
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr "DrakNFS kudeatu NFS banaketak"
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr "NFS parekatze eransketak huts egin du."
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr "NFS partekatze aldaketak hutsegin du."
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr "NFS partekatze bat ezabatzeak huts egin du."
@@ -1651,6 +1648,11 @@ msgstr "Idazgarria :"
msgid "Browseable:"
msgstr "Arakagarria:"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Aukera aurreratuak"
+
#: ../bin/draksambashare:601
#, c-format
msgid "Printer access"
@@ -2137,32 +2139,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr "DrakSambarekin kudeatu Samba partekatzeak"
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, c-format
msgid "Network is up on interface %s."
msgstr "Sarea altsatuta dago %s interfazean."
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "IP helbidea: %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr "Atebidea: %s"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr "%s-ri lotuta (lotura maila: %d %%)"
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, c-format
msgid "Network is down on interface %s."
msgstr "Sarea erorita dago %s interfazean."
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2171,89 +2173,92 @@ msgstr ""
"Ez daukazu konfiguratutako Internet loturarik.\n"
"Exekutatu Mandriva Linux Aginte Guneko \"%s\" morroia"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Konektatu %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "Deskonektatu %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "Sarea Monitoretu"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr "Kudeatu hari gabeko sareak"
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, c-format
msgid "Manage VPN connections"
msgstr "VPN loturak kudeatu"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Sarea Konfiguratu"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr "Zelatatutako interfazea"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Autodetektatu"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr "Interfaze aktiboak"
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Profilak"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, c-format
msgid "VPN connection"
msgstr "VPN lotura"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, c-format
msgid "Network connection"
msgstr "Sare lotura"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr "Sare gehiago"
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr "Suhesi Interaktiboaren modu automatikoa"
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Jaurti beti hasterakoan"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, c-format
msgid "Wireless networks"
msgstr "Hari gabeko sareak"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Ezarpenak"
@@ -2442,7 +2447,7 @@ msgid "Unlisted - edit manually"
msgstr "Ez dago zerrendan - editatu eskuz"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2468,7 +2473,7 @@ msgstr "Metrika"
msgid "Link detected on interface %s"
msgstr "Lotura sumatu da %s interfazean"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr "Lotura taupada galdu da %s interfazean"
@@ -2530,23 +2535,23 @@ msgstr "PIN zenbaki formatu okerra: 4 digitukoa behar luke."
msgid "GPRS/Edge/3G"
msgstr "GPRS/Edge/3G"
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr "PIN zenbakia"
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, c-format
msgid "Unable to open device %s"
msgstr "Ezin da %s gailua ireki"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Mesedez egiaztatu zure SIM txartela sartuta dagoela."
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2585,34 +2590,39 @@ msgstr "PID"
msgid "Ethernet"
msgstr "Ethernet"
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, fuzzy, c-format
+msgid "Wired (Ethernet)"
+msgstr "Ethernet"
+
+#: ../lib/network/connection/ethernet.pm:30
#, c-format
msgid "Virtual interface"
msgstr "Alegiazko interfazea"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
"Ezin da aukeratutako gailuarentzako sare interfazea aurkitu (%s gidaria "
"erabiltzen)."
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Eskuzko konfigurazioa"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "IP automatikoa (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, c-format
msgid "IP settings"
msgstr "IP ezarpenak"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2623,115 +2633,115 @@ msgstr ""
"Elementu bakoitza IP helbide gisa sartu behar da puntuz\n"
"bereizitako zenbakizko notazioan (adibidez, 1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Atebidea"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "Eskuratu DNS zerbitzariak DHCP-tik"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "DNS zerbitzaria 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "DNS zerbitzaria 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "Bilaketa-domeinua"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
"Lehenespen gisa, ostalari-izen osotik (guztiz kualifikatutik) ezarriko da "
"bilaketa-domeinua"
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "DHCP denbora-muga (segundutan)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr "Eskuratu YP zerbitzariak DHCP-tik"
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "Eskuratu NTPD zerbitzariak DHCP-tik"
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "DHCP ostalari-izena"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr "Zeroconf-era atzera ez egin (169.254.0.0 sarea)"
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP helbideak 1.2.3.4 formatua izan behar du"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Sare-maskara 255.255.224.0 formatuan egon behar luke"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Abisua: %s IP helbidea erreserbatua izaten da!"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s lehendik ari da erabiltzen\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Esleitu ostalari-izena DHCP helbidetik"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "Sareko Hotplugging-a"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr "Gaitu IPv6-tik IPv4-ra tunela"
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr "Lotura taupada sumatu da %s interfazean"
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr "%s interfazean sare helbide bat eskatzen (%s protokoloa)..."
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr "%s interfazeak sareko helbide bat lortu du (%s protokoloa)"
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr "%s interfazeak ezin izan du sareko helbide bat lortu (%s protokoloa)"
@@ -3141,42 +3151,47 @@ msgstr "Arabiar Emirerri Batuak"
msgid "United Kingdom"
msgstr "Erresuma Batua"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr "Irratia"
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Irratia"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Windows gidari bat erabili (ndiswrapper-rekin)"
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr "WEP irekia"
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr "WEP mugatua"
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr "Aurrez-Banatutako WPA/WPA2 Gakoa"
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr "WPA/WPA2 Enterprise"
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr "Windows gidaria"
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
@@ -3185,74 +3200,74 @@ msgstr ""
"Zure sareko irrati txartela ezgaituta dago, mesedez gaitu irrati etengailua "
"lehenengo."
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, c-format
msgid "Wireless settings"
msgstr "Irrati-sare ezarpenak"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "Lan egiteko modua"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Kudeatua"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Maisua"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Errepikatzailea"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Bigarren mailakoa"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Automatikoa"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Sare-izena (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr "Zifraketa modua"
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Enkriptatze-gakoa"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
"Gako hau ASCII testu lerro bezala erabili dadin behartu (adib Livebox-ekin)"
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, c-format
msgid "EAP Login/Username"
msgstr "EAP Login/Erabiltzaileizena"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3263,12 +3278,12 @@ msgstr ""
"Domeinua zehaztu behar baduzu erabili frogatu gabeko\n"
"sintaxia DOMEINUA\\erabitzaileizena"
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, c-format
msgid "EAP Password"
msgstr "EAP Pasahitza"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3301,12 +3316,12 @@ msgstr ""
" TLS modua ziurtagirietan erabat oinarrituta dago eta hemen\n"
"zehaztutako erabiltzaileizen eta pasahitz balioak baztertu ditzake."
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "EAP client certificate"
msgstr "EAP bezero ziurtagiria"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3319,32 +3334,32 @@ msgstr ""
"Erabiltzaileizen/pasahitz bikotearen ordezkotzat hartu daiteke.\n"
"Oharra: zerikusia duten ezarpenak erakusten dira Aurreratua orrian."
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "Sareko ID"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "Eragiketa-maiztasuna"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "Sentikortasun-atalasea"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Bit-abiadura (b/s)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3366,17 +3381,17 @@ msgstr ""
"dezakezu\n"
"automatikoa, finkoa edo desaktibatuta."
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "Fragmentazioa"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "iwconfig komandoko argumentu estrak"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3392,12 +3407,12 @@ msgstr ""
"Informazioa lortzeko, ikus iwconfig(8) eskuliburuko orrialdea."
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "iwspy komandoko argumentu estrak"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3417,12 +3432,12 @@ msgstr ""
"\n"
"Informazio gehiago lortzeko, ikus iwpspy(8) eskuliburuko orrialdea."
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "iwpriv komandoko argumentu estrak"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3453,28 +3468,28 @@ msgstr ""
"\n"
"Informazio gehiago lortzeko, ikus iwpriv(8) eskuliburuko orrialdea."
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, c-format
msgid "EAP Protocol"
msgstr "EAP Protokoloa"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "Auto Detect"
msgstr "Auto detektatu"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr "WPA2"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA"
msgstr "WPA"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
@@ -3483,67 +3498,67 @@ msgstr ""
"Auto Detekzioa gomendatzen da lehenengo WPA 2 bertsioarekin\n"
"saiatzen bait da eta ondoren WPA 1 bertsioarekin"
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, c-format
msgid "EAP Mode"
msgstr "EAP Modua"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP"
msgstr "PEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr "TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr "MD5"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr "OTP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr "GTC"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr "LEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr "PEAP TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr "TTLS TLS"
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr "EAP key_mgmt"
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
@@ -3552,12 +3567,12 @@ msgstr ""
"Onartutako autentikatutako gako kudeatzeko protokoloen zerrenda.\n"
"Izan daitezkeen balioak WPA-EAP, IEEE8021X eta NONE dira"
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr "EAP kanpoko nortasuna"
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3568,12 +3583,12 @@ msgstr ""
"gabeko identitate bezela erabiltzeko tuneleratutako identitate\n"
"desberdinak onartzen dituzten EAP motekin, adib, TTLS"
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr "EAP fase2"
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3586,12 +3601,12 @@ msgstr ""
"auth=MSCHAPV2 PEAP-ekin edo\n"
"autheap=MSCHAPV2 autheap=MD5 TTLS-rekin"
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid "EAP CA certificate"
msgstr "EAP CA ziurtagiria"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3606,12 +3621,12 @@ msgstr ""
"Posible bada, beti konfiguratu beharko litzateke konfidantzazko\n"
"CA ziurtagiri bat TLS edo TTLS edo PEAP erabiltzerakoan."
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr "EAP ziurtagiriaren 'subject' eremua parekatu"
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3626,12 +3641,12 @@ msgstr ""
"lerro hau eduki ezkero. 'Subject' testu lerroa ondorengo formatuan dago:\n"
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr "EAP zuzentarau gehigarriak"
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3662,12 +3677,12 @@ msgstr ""
"\tBeste batzuk, key_mgmt, eap, U.I. ezarpenen ezberdinak\n"
"\tdiren ezarpen bereziak behartzeko erabili daitezke."
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr "Zifraketa gako bat behar da."
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
@@ -3676,7 +3691,7 @@ msgstr ""
"Aurrez partekatutako gakoak 8 eta 63 ASCII karaktere bitartean izan beharko "
"lituzke, edo 64 caractere hamaseitar."
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
@@ -3685,7 +3700,7 @@ msgstr ""
"WEP gakoak gehinez %d ASCII karaktere edo %d karaktere hamaseitar izan "
"beharko lituzke."
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3694,7 +3709,7 @@ msgstr ""
"Maiztasunak k, M edo G atzizkia izan behar du (adibidez, \"2,46G\" 2,46 GHz "
"adierazteko), edo bestela behar adina '0' (zero) gehitu behar dira."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3703,17 +3718,17 @@ msgstr ""
"Abiadurak k, M edo G atzizkia izan behar du (adibidez, \"11M\" 11M "
"adierazteko), edo bestela behar adina '0' (zero) gehitu behar dira."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr "Sarbide puntuen ibiltaritza onartu"
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr "\"%s\" irrati sarera elkartuta %s interfazean"
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr "Irrati sareara elkarketa galdu da %s interfazean"
@@ -3791,66 +3806,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "Virtual Circuit ID (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, c-format
msgid "Could not install the packages (%s)!"
msgstr "Ezin izan dira (%s) paketeak instalatu!"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "Gailua konfiguratzen..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, c-format
msgid "Network settings"
msgstr "Sare ezarpenak"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, c-format
msgid "Please enter settings for network"
msgstr "Mesedez sartu sarearentzako ezarpenak"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, c-format
msgid "Connecting..."
msgstr "Konektatzen..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, c-format
msgid "Disconnecting..."
msgstr "Deskonektatzen..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr "SSID"
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr "Seinalearen indarra:"
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Zifraketa"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, c-format
msgid "Scanning for networks..."
msgstr "Sareak bilatzen..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Deskonektatu"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Konektatu"
@@ -4037,12 +4052,12 @@ msgstr "Ostalari izena \"%s\"-ra aldatu da"
msgid "Device: "
msgstr "Gailua: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Konfiguratu"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Freskatu"
@@ -4265,23 +4280,23 @@ msgstr "Gidari berri bat instalatu"
msgid "Select a device:"
msgstr "Gailu bat aukeratu:"
-#: ../lib/network/netcenter.pm:36
-#, c-format
-msgid "Network Center"
-msgstr "Sare gunea"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr "Mesedez aukeratu zure sarea:"
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Zelatatu"
+#: ../lib/network/netcenter.pm:135
+#, c-format
+msgid "Network Center"
+msgstr "Sare gunea"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
@@ -5234,3 +5249,6 @@ msgstr "NAT Modua"
#, c-format
msgid "Use specific UDP port"
msgstr "Erabili UDP ataka zehatza"
+
+#~ msgid "Draknfs entry"
+#~ msgstr "Draknfs sarrera"
diff --git a/po/fa.po b/po/fa.po
index 3057760..7accfd5 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakx-net-fa\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+0100\n"
"PO-Revision-Date: 2005-02-26 06:31+0100\n"
"Last-Translator: Abbas Izad <abbasizad@hotmail.com>\n"
"Language-Team: Persian\n"
@@ -25,7 +25,7 @@ msgid "Interface"
msgstr "واسط‌"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -67,7 +67,8 @@ msgstr "پیکربندی LAN"
msgid "Configure Local Area Network..."
msgstr "پیکربندی شبکه‌ی منطقه‌ای محلی..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "راهنما"
@@ -89,13 +90,13 @@ msgstr "لغو"
msgid "Ok"
msgstr "تأیید"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -138,7 +139,7 @@ msgid "Adapter %s: %s"
msgstr "سازوارگر %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "نقاب شبکه"
@@ -153,7 +154,7 @@ msgstr "پایان‌نامه آغازگری"
msgid "Started on boot"
msgstr "راه‌اندازی شده در آغازگری"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "کارگیر DHCP"
@@ -167,7 +168,7 @@ msgstr ""
"این واسط هنوز پیکربندی نشده است.\n"
"دستیار \"افزودن واسطی\" را از مرکز کنترل ماندریبا اجرا کنید"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "واسط شبکه جدیدی (LAN, ISDN, ADSL, ...( را پیکربندی کنید"
@@ -313,9 +314,9 @@ msgstr "نام دامنه‌ی داخلی"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -327,12 +328,12 @@ msgstr "نام دامنه‌ی داخلی"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -551,7 +552,7 @@ msgstr "لطفا نشانی آی پی معتبری را وارد کنید."
msgid "Same IP is already in %s file."
msgstr "%s از قبل استفاده می‌شود\n"
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "نام میزبان"
@@ -566,12 +567,12 @@ msgstr "نام میزبان"
msgid "Manage hosts definitions"
msgstr "سازماندهی اتصالات"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr ""
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -587,7 +588,7 @@ msgstr "افزودن چاپگر"
msgid "Failed to add host."
msgstr ""
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -600,7 +601,7 @@ msgid "Failed to Modify host."
msgstr ""
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -612,8 +613,8 @@ msgid "Failed to remove host."
msgstr ""
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "ترک"
@@ -625,15 +626,16 @@ msgstr "اجازه دادن به تمام کاربرها"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, fuzzy, c-format
msgid "Interactive Firewall"
msgstr "دیوارآتش"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, fuzzy, c-format
msgid "Unable to contact daemon"
msgstr "نمی‌توان با آینه %s تماس برقرار کرد"
@@ -1089,134 +1091,129 @@ msgstr "اطلاعات"
msgid "Directory"
msgstr "شاخه"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr ""
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""
-#: ../bin/draknfs:356 ../bin/draksambashare:599
+#: ../bin/draknfs:354
#, c-format
-msgid "Advanced options"
+msgid "Advanced"
msgstr ""
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr ""
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "شاخه:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, fuzzy, c-format
msgid "Host access"
msgstr "نام میزبان"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "دستیابی:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr ""
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr ""
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr ""
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr ""
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, fuzzy, c-format
msgid "Please specify a directory to share."
msgstr "لطفاً پارامترهای بی‌سیم را برای این کارت وارد کنید:"
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr ""
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "گزینه‌های عمومی"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr ""
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr ""
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr ""
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr ""
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr ""
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr ""
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr ""
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr ""
@@ -1582,6 +1579,11 @@ msgstr "نگارش"
msgid "Browseable:"
msgstr "مرور"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr ""
+
#: ../bin/draksambashare:601
#, fuzzy, c-format
msgid "Printer access"
@@ -2030,32 +2032,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr ""
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, fuzzy, c-format
msgid "Network is up on interface %s."
msgstr "شبکه بر واسط %s در حال اجراست"
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, fuzzy, c-format
msgid "IP address: %s"
msgstr "نشانی IP:"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, fuzzy, c-format
msgid "Gateway: %s"
msgstr "دروازه:"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr ""
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, fuzzy, c-format
msgid "Network is down on interface %s."
msgstr "شبکه بر واسط %s در حال اجراست"
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2064,89 +2066,92 @@ msgstr ""
"شما هیچ اتصال اینترنتی پیکربندی شده ندارید.\n"
"دستیار \"%s\" را از مرکز کنترل لینوکس ماندریبا اجرا کنید"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "اتصال %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "قطع اتصال %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "پایشگری شبکه"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr ""
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, fuzzy, c-format
msgid "Manage VPN connections"
msgstr "سازماندهی اتصالات"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "پیکربندی شبکه"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, fuzzy, c-format
msgid "Watched interface"
msgstr "واسط‌‌ها"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "کشف-خودکار"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr ""
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, fuzzy, c-format
msgid "Profiles"
msgstr "پراکسی‌ها"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, fuzzy, c-format
msgid "VPN connection"
msgstr "اتصال LAN"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, fuzzy, c-format
msgid "Network connection"
msgstr "گزینه‌های شبکه"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr ""
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr ""
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "راه‌اندازی همیشگی در شروع"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, fuzzy, c-format
msgid "Wireless networks"
msgstr "اتصال بی‌سیم"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "تنظیمات"
@@ -2334,7 +2339,7 @@ msgid "Unlisted - edit manually"
msgstr "فهرست نشده - بطور دستی ویرایش کنید"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2360,7 +2365,7 @@ msgstr "متری"
msgid "Link detected on interface %s"
msgstr "(شناسایی شده بر درگاه %s)"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr ""
@@ -2422,25 +2427,25 @@ msgstr ""
msgid "GPRS/Edge/3G"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, fuzzy, c-format
msgid "Unable to open device %s"
msgstr "ناتوان در انشعاب: %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, fuzzy, c-format
msgid "Please check that your SIM card is inserted."
msgstr ""
"\n"
"لطفاً تمام گزینه‌هایی را که نیاز دارید بررسی کنید.\n"
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2477,32 +2482,37 @@ msgstr "PID"
msgid "Ethernet"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, c-format
+msgid "Wired (Ethernet)"
+msgstr ""
+
+#: ../lib/network/connection/ethernet.pm:30
#, fuzzy, c-format
msgid "Virtual interface"
msgstr "واسط شبکه"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "پیکربندی دستی"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "آی‌پی خودکار (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, fuzzy, c-format
msgid "IP settings"
msgstr "تنظیم PLL:"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2513,113 +2523,113 @@ msgstr ""
"هر آیتم باید مانند یک نشانی IP به صورت عدد-نقطه‌ای\n"
"وارد گردد (مثال، ۱.۲.۳.۴)"
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "دروازه"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, fuzzy, c-format
msgid "Get DNS servers from DHCP"
msgstr "آی‌پی کارگزار DNS"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "کارگزار ۱ DNS"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "کارگزار ۲ DNS"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "دامنه‌ی جستجو"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr "بوسیله‌ی پیش‌فرض دامنه‌ی جستجو از نام میزبان کاملاً معتبر گذاشته خواهد شد"
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, fuzzy, c-format
msgid "DHCP timeout (in seconds)"
msgstr "زمان‌انتظار اتصال (ثانیه)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "نام میزبان DHCP"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "نشانی آی‌پی باید در قالب ۱.۲.۳.۴باشد"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, fuzzy, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "نشانی دروازه باید در قالب ۱.۲.۳.۴باشد"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "هشدار : نشانی آی‌پی %s معمولاً رزرو شده است!"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s از قبل استفاده می‌شود\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "تعیین کردن نام میزبان از نشانی DHCP"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "اتصال‌گرم شبکه"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
@@ -3029,115 +3039,120 @@ msgstr "امارات متحده‌ی عربی"
msgid "United Kingdom"
msgstr "بریتانیا"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr ""
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "اتصال بی‌سیم"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "استفاده از یک راه‌انداز ویندوز (با ndiswrapper("
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr ""
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr ""
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, fuzzy, c-format
msgid "Wireless settings"
msgstr "اتصال بی‌سیم"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "حالت کاری"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "سازمان داده شده"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "ارشد"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "تکرار کننده"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "دومی"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "خودکار"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "نام شبکه (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr ""
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "کلید رمزی"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "ثبت‌ورود حساب (نام کاربر)"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3145,12 +3160,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, fuzzy, c-format
msgid "EAP Password"
msgstr "گذرواژه"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3169,12 +3184,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, fuzzy, c-format
msgid "EAP client certificate"
msgstr "نام گواهینامه"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3183,32 +3198,32 @@ msgid ""
" Note: other related settings are shown on the Advanced page."
msgstr ""
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "شناسه‌ی شبکه"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "فرکانس کاری"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "آستانه‌ی حساسیت"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Bitrate (in b/s)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3228,17 +3243,17 @@ msgstr ""
"مقداری برابر با حداکثر اندازه‌ی پاکت طرح را از کار می‌اندازد. همچنین\n"
"این پارامتر را می‌توانید به خودکار، ثابت یا خاموش بگذارید."
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "درهم‌ریختگی"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "آرگومان‌های اضافی فرمان iwconfig"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3254,12 +3269,12 @@ msgstr ""
"برای اطلاعات بیشتر نگاهی به صفحه‌ی دستورالعمل iwconfig(8) بیاندازید."
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "آرگومان‌های اضافی فرمان iwspy"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3278,12 +3293,12 @@ msgstr ""
"\n"
"برای اطلاعات بیشتر نگاهی به صفحه‌ی دستورالعمل iwpspy(8) بیاندازید."
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "آرگومان‌های اضافی فرمان iwpriv"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3313,107 +3328,107 @@ msgstr ""
"\n"
"دستورالعمل iwpriv(8( را برای اطلاعات بیشتر مطالعه کنید"
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "پایان‌نامه"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "Auto Detect"
msgstr "کشف-خودکار"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, fuzzy, c-format
msgid "WPA"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "حالت"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "CHAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3421,12 +3436,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3435,12 +3450,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, fuzzy, c-format
msgid "EAP CA certificate"
msgstr "نوع گواهینامه"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3450,12 +3465,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3465,12 +3480,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3488,26 +3503,26 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr ""
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3516,7 +3531,7 @@ msgstr ""
"فرکانس باید پسوند k, M یا G داشته باشد (برای مثال، \"2.46G\" برای فرکانس "
"2.46 GHz)، یا به قدر کافی '0' (صفر) اضافه کنید."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3525,17 +3540,17 @@ msgstr ""
"میزان باید پسوند k, M یا G (برای مثال, \"11M\" برای 11M) داشته باشد, یا بقدر "
"کافی '0' (صفر) اضافه کنید."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr ""
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr ""
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr ""
@@ -3611,66 +3626,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "شناسه‌ی مدار مجازی (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, fuzzy, c-format
msgid "Could not install the packages (%s)!"
msgstr "بسته‌های %s نتوانستند نصب شوند!"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "پیکربندی دستگاه..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, fuzzy, c-format
msgid "Network settings"
msgstr "نشانی شبکه‌ی محلی"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, fuzzy, c-format
msgid "Please enter settings for network"
msgstr "اطلاعات مفصل"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, fuzzy, c-format
msgid "Connecting..."
msgstr "اتصال..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, fuzzy, c-format
msgid "Disconnecting..."
msgstr "قطع اتصال..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr ""
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr ""
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "رمزگذاری"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, fuzzy, c-format
msgid "Scanning for networks..."
msgstr "پویش شبکه..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "قطع ارتباط"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "اتصال"
@@ -3854,12 +3869,12 @@ msgstr ""
msgid "Device: "
msgstr "دستگاه: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "پیکربندی"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "نوسازی"
@@ -4073,23 +4088,23 @@ msgstr "نصب یک راه‌انداز تازه"
msgid "Select a device:"
msgstr ""
-#: ../lib/network/netcenter.pm:36
-#, fuzzy, c-format
-msgid "Network Center"
-msgstr "شبکه و اینترنت"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr ""
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, fuzzy, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "پایشگری شبکه"
+#: ../lib/network/netcenter.pm:135
+#, fuzzy, c-format
+msgid "Network Center"
+msgstr "شبکه و اینترنت"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
diff --git a/po/fi.po b/po/fi.po
index bb5eb99..083d465 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -12,7 +12,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakx-net-fi - LE2005 Release\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+0100\n"
"PO-Revision-Date: 2008-03-31 17:45+0300\n"
"Last-Translator: Anssi Hannula <anssi@mandriva.org>\n"
"Language-Team: Finnish <fi@li.org>\n"
@@ -32,7 +32,7 @@ msgid "Interface"
msgstr "Liitäntä"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -74,7 +74,8 @@ msgstr "Lähiverkon asetukset"
msgid "Configure Local Area Network..."
msgstr "Aseta paikallisverkko..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Ohje"
@@ -96,13 +97,13 @@ msgstr "Peruuta"
msgid "Ok"
msgstr "OK"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -145,7 +146,7 @@ msgid "Adapter %s: %s"
msgstr "Laite %s: %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Verkkopeite"
@@ -160,7 +161,7 @@ msgstr "Käynnistysprotokolla"
msgid "Started on boot"
msgstr "Käynnistetty koneen käynnistämisen yhteydessä"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "DHCP-asiakas"
@@ -174,7 +175,7 @@ msgstr ""
"Tätä liitäntää ei ole vielä asetettu.\n"
"Suorita \"%s\"-avustaja Mandriva Linux Ohjauskeskuksesta"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Aseta uusi verkkoliityntä (LAN, ISDN, ADSL, ...)"
@@ -320,9 +321,9 @@ msgstr "Sisäinen verkkoalueen nimi"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -334,12 +335,12 @@ msgstr "Sisäinen verkkoalueen nimi"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -558,7 +559,7 @@ msgstr "Ole hyvä ja syötä pätevän IP-osoitteen."
msgid "Same IP is already in %s file."
msgstr "Sama IP on jo %s-tiedostossa."
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Konenimi"
@@ -573,12 +574,12 @@ msgstr "Osoite-aliakset"
msgid "Manage hosts definitions"
msgstr "Hallitse koneiden määritykset"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr "Muokkaa tietuetta"
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -594,7 +595,7 @@ msgstr "Lisää tietue"
msgid "Failed to add host."
msgstr "Verkkonimeä ei voitu lisätä."
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -607,7 +608,7 @@ msgid "Failed to Modify host."
msgstr "Verkkonimeä ei voitu muokata."
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -619,8 +620,8 @@ msgid "Failed to remove host."
msgstr "Verkkonimeä ei voitu poistaa."
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Lopeta"
@@ -633,15 +634,16 @@ msgstr "Sallitut osoitteet"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, c-format
msgid "Interactive Firewall"
msgstr "Interaktiivinen palomuuri"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, c-format
msgid "Unable to contact daemon"
msgstr "Yhteyttä taustaprosessiin voitu muodostaa"
@@ -1101,134 +1103,129 @@ msgstr "Tiedot"
msgid "Directory"
msgstr "Kansio"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr ""
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
msgstr "Lisäasetukset"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr ""
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Hakemisto:"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, fuzzy, c-format
msgid "Host access"
msgstr "Konenimi"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Yksityisyys:"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr ""
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "Käyttäjätunnus:"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr ""
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr ""
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, fuzzy, c-format
msgid "Please specify a directory to share."
msgstr "Syötä tälle kortille käytettävät langattoman verkon asetukset:"
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr ""
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr "Jaettava kansio"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr ""
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Yleiset asetukset"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr "Omat asetukset"
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr ""
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr "Hallitse NFS jaot"
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, fuzzy, c-format
msgid "Starting the NFS-server"
msgstr "Uudelleenkäynnistetään/ladataan NFS-palvelin..."
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr ""
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr ""
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr ""
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr ""
@@ -1594,6 +1591,11 @@ msgstr "Kirjoitettavissa :"
msgid "Browseable:"
msgstr "Selaa"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Lisäasetukset"
+
#: ../bin/draksambashare:601
#, fuzzy, c-format
msgid "Printer access"
@@ -2042,32 +2044,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr ""
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, fuzzy, c-format
msgid "Network is up on interface %s."
msgstr "Verkko on käytössä liitännässä %s"
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, fuzzy, c-format
msgid "IP address: %s"
msgstr "IP-osoite:"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, fuzzy, c-format
msgid "Gateway: %s"
msgstr "Yhdyskäytävä:"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr ""
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, fuzzy, c-format
msgid "Network is down on interface %s."
msgstr "Verkko on käytössä liitännässä %s"
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2076,89 +2078,92 @@ msgstr ""
"Tätä liitäntää ei ole vielä asetettu.\n"
"Suorita Mandriva Linux Ohjauskeskuksesta \"%s\"."
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Yhdistä %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "Katkaise %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "Valvo verkkoa"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr ""
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, fuzzy, c-format
msgid "Manage VPN connections"
msgstr "Yhteyksien hallinta"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Aseta verkko"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr "Seurattu liitäntä"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Automaattinen tunnistaminen"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr ""
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Profiilit"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, fuzzy, c-format
msgid "VPN connection"
msgstr "Lähiverkko"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, fuzzy, c-format
msgid "Network connection"
msgstr "Verkko-optiot"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr ""
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr ""
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Käynnistyksen yhteydessä"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, fuzzy, c-format
msgid "Wireless networks"
msgstr "Langaton yhteys"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Asetukset"
@@ -2347,7 +2352,7 @@ msgid "Unlisted - edit manually"
msgstr "Ei listattu - muokkaa manuaalisesti"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2373,7 +2378,7 @@ msgstr "Metric"
msgid "Link detected on interface %s"
msgstr "(löydetty portista %s)"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr ""
@@ -2435,25 +2440,25 @@ msgstr ""
msgid "GPRS/Edge/3G"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr ""
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, fuzzy, c-format
msgid "Unable to open device %s"
msgstr "Prosessia ei voitu haaroittaa: %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, fuzzy, c-format
msgid "Please check that your SIM card is inserted."
msgstr ""
"\n"
"Valitse kaikki valitsimet jotka tarvitset.\n"
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2490,32 +2495,37 @@ msgstr "PID"
msgid "Ethernet"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, c-format
+msgid "Wired (Ethernet)"
+msgstr ""
+
+#: ../lib/network/connection/ethernet.pm:30
#, fuzzy, c-format
msgid "Virtual interface"
msgstr "Verkkoliitäntä"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Manuaalinen asettaminen"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Automaattinen IP (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, fuzzy, c-format
msgid "IP settings"
msgstr "PLL asetus:"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2525,113 +2535,113 @@ msgstr ""
"Syötä koneen IP-asetukset. Kukin kohta tulee syöttää IP-osoitteena,\n"
"pisteillä eroteltuna nelinumeroisena sarjana (esim. 1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Yhdyskäytävä"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "Hae DNS-palvelimen IP-osoite DHCP kautta"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "Nimipalvelin 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "Nimipalvelin 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "Etsi verkkoalueelta"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr "Oletuksena etsittävä verkkoalue asetetaan täyden konenimen perusteella"
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "DHCP aikakatkaisu (sekunneissa)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr "Hae YP palvelimet DHCP kautta"
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "Hae NTPD palvelimet DHCP kautta"
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "DHCP konenimi"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-osoitteen tulee olla muotoa 1.2.3.4"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Yhdyskäytävän osoite pitää olla muotoa 255.255.224.0"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Varoitus: IP osoite %s on yleensä varattu !"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s on jo käytössä\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Määritä konenimi DHCP-osoitteesta"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "Verkon pikakytkentä (Hotplugging)"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr ""
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr ""
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
@@ -3041,116 +3051,121 @@ msgstr "Arabiemiirikunnat"
msgid "United Kingdom"
msgstr "Iso-Britannia"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr "Langaton"
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Langaton"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Käytä Windows ajuria (ndiswrapperin kanssa)"
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr ""
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr ""
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr ""
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, fuzzy, c-format
msgid "Wireless settings"
msgstr "Langaton yhteys"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "Toimintatila"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
# Asennuksen sivuvalikko
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Hallittu"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Ensisijainen"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Toistin"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Toissijainen"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Automaattinen"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Verkon nimi (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr ""
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Salausavain"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "Käyttäjätunnus (käyttäjän nimi)"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3158,12 +3173,12 @@ msgid ""
" DOMAIN\\username"
msgstr ""
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, fuzzy, c-format
msgid "EAP Password"
msgstr "Salasana"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3182,12 +3197,12 @@ msgid ""
"the username and password values specified here."
msgstr ""
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "EAP client certificate"
msgstr ""
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3196,32 +3211,32 @@ msgid ""
" Note: other related settings are shown on the Advanced page."
msgstr ""
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "Network ID"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "Toimintataajuus"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "Herkkyyskynnys"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Bittivirta (b/s)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3243,17 +3258,17 @@ msgstr ""
"Voit asettaa tämän parametrin myös arvoon auto (automaattinen), fixed\n"
"(kiinteä) tai off (pois käytöstä)."
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "Pirstoutuminen"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr "Komennon iwconfig ylimääräiset parametrit"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3269,12 +3284,12 @@ msgstr ""
"Katso lisätietoja iwpconfig(8) manuaalisivulta."
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr "Komennon iwspy ylimääräiset parametrit"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3293,12 +3308,12 @@ msgstr ""
"\n"
"Katso lisätietoja iwpspy(8) manuaalissivulta."
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr "Komennon iwpriv ylimääräiset parametrit"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3326,107 +3341,107 @@ msgstr ""
"\n"
"Katso lisätietoja iwpriv(8) manuaalisivulta"
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "Protokolla"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "Auto Detect"
msgstr "Automaattinen tunnistaminen"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, fuzzy, c-format
msgid "WPA"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "Tila"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "CHAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr ""
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr ""
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3434,12 +3449,12 @@ msgid ""
"tunnelled identity, e.g., TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr ""
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3448,12 +3463,12 @@ msgid ""
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid "EAP CA certificate"
msgstr ""
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3463,12 +3478,12 @@ msgid ""
"when using TLS or TTLS or PEAP."
msgstr ""
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr ""
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3478,12 +3493,12 @@ msgid ""
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr ""
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3501,26 +3516,26 @@ msgid ""
"\tspecial settings different from the U.I settings."
msgstr ""
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr ""
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr ""
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3530,7 +3545,7 @@ msgstr ""
"taajuus\n"
"on 2.46 GHz) tai sinun pitää lisätä riittävästi '0' (nollia) loppuun."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3539,17 +3554,17 @@ msgstr ""
"Nopeuden pitäisi loppua päätteeseen k, M tai G (esim. \"11M\" jos nopeus\n"
"on 11M) tai sinun pitää lisätä riittävästi '0' (nollia) loppuun."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr ""
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr ""
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr ""
@@ -3625,66 +3640,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "Virtuaalipiiri ID (VCI):"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, fuzzy, c-format
msgid "Could not install the packages (%s)!"
msgstr "%s paketteja ei voitu asentaa!"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "Asetetaan laitetta..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, fuzzy, c-format
msgid "Network settings"
msgstr "Paikallisverkko-osoite"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, fuzzy, c-format
msgid "Please enter settings for network"
msgstr "Yksityiskohtaiset tiedot"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, fuzzy, c-format
msgid "Connecting..."
msgstr "Yhdistä..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, fuzzy, c-format
msgid "Disconnecting..."
msgstr "Katkaise yhteys..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr ""
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr "Signaalin voimakkuus: "
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Salaus"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, fuzzy, c-format
msgid "Scanning for networks..."
msgstr "Tutkitaan verkkoa..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Katkaise yhteys"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Yhdistä"
@@ -3868,12 +3883,12 @@ msgstr ""
msgid "Device: "
msgstr "Laite: "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Aseta"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Päivitä"
@@ -4087,23 +4102,23 @@ msgstr "Asenna uusi ajuri"
msgid "Select a device:"
msgstr ""
-#: ../lib/network/netcenter.pm:36
-#, c-format
-msgid "Network Center"
-msgstr "Verkkokeskus"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr ""
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, fuzzy, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Valvo verkkoa"
+#: ../lib/network/netcenter.pm:135
+#, c-format
+msgid "Network Center"
+msgstr "Verkkokeskus"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
diff --git a/po/fr.po b/po/fr.po
index db5d983..4a528cc 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -74,7 +74,7 @@
msgid ""
msgstr ""
"Project-Id-Version: fr\n"
-"POT-Creation-Date: 2008-09-18 11:55+0200\n"
+"POT-Creation-Date: 2008-11-17 22:05+0100\n"
"PO-Revision-Date: 2008-09-20 11:13+0200\n"
"Last-Translator: Christophe Berthelé <cpjc@free.fr>\n"
"Language-Team: French <cooker-i18n@mandrivalinux.org>\n"
@@ -95,7 +95,7 @@ msgid "Interface"
msgstr "Interface"
#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:196
-#: ../lib/network/connection/ethernet.pm:133 ../lib/network/netconnect.pm:614
+#: ../lib/network/connection/ethernet.pm:134 ../lib/network/netconnect.pm:614
#: ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
@@ -137,7 +137,8 @@ msgstr "Configuration LAN (réseau local)"
msgid "Configure Local Area Network..."
msgstr "Configurer le réseau local ..."
-#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:170
+#: ../bin/drakconnect-old:106 ../bin/draknfs:189 ../bin/net_applet:186
+#: ../bin/net_applet.orig:170
#, c-format
msgid "Help"
msgstr "Aide"
@@ -159,13 +160,13 @@ msgstr "Annuler"
msgid "Ok"
msgstr "Ok"
-#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:570
-#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87
-#: ../lib/network/connection_manager.pm:201
-#: ../lib/network/connection_manager.pm:218
-#: ../lib/network/connection_manager.pm:306 ../lib/network/drakvpn.pm:49
-#: ../lib/network/netcenter.pm:34 ../lib/network/netconnect.pm:185
+#: ../bin/drakconnect-old:113 ../bin/drakgw:345 ../bin/draknfs:582
+#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88
+#: ../lib/network/connection_manager.pm:202
+#: ../lib/network/connection_manager.pm:219
+#: ../lib/network/connection_manager.pm:335 ../lib/network/drakvpn.pm:49
+#: ../lib/network/netcenter.pm:133 ../lib/network/netconnect.pm:185
#: ../lib/network/netconnect.pm:207 ../lib/network/netconnect.pm:304
#: ../lib/network/netconnect.pm:714 ../lib/network/thirdparty.pm:354
#: ../lib/network/thirdparty.pm:369
@@ -208,7 +209,7 @@ msgid "Adapter %s: %s"
msgstr "Carte réseau %s : %s"
#: ../bin/drakconnect-old:209 ../bin/drakgw:177
-#: ../lib/network/connection/ethernet.pm:140
+#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "Netmask"
msgstr "Masque de sous-réseau"
@@ -223,7 +224,7 @@ msgstr "Protocole d'amorçage"
msgid "Started on boot"
msgstr "Lancer au démarrage"
-#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:151
+#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:152
#, c-format
msgid "DHCP client"
msgstr "Client DHCP"
@@ -237,7 +238,7 @@ msgstr ""
"Cette interface n'a pas encore été configurée.\n"
"Lancez l'assistant « %s » depuis le Centre de Contrôle Mandriva Linux"
-#: ../bin/drakconnect-old:247 ../bin/net_applet:102
+#: ../bin/drakconnect-old:247 ../bin/net_applet:102 ../bin/net_applet.orig:102
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Configurer une nouvelle connexion internet (LAN, ISDN, ADSL, ...)"
@@ -385,9 +386,9 @@ msgstr "Le nom de domaine interne"
#: ../bin/drakgw:184 ../bin/drakhosts:100 ../bin/drakhosts:245
#: ../bin/drakhosts:252 ../bin/drakhosts:259 ../bin/drakinvictus:72
#: ../bin/draknetprofile:140 ../bin/draknfs:91 ../bin/draknfs:112
-#: ../bin/draknfs:282 ../bin/draknfs:415 ../bin/draknfs:417 ../bin/draknfs:420
-#: ../bin/draknfs:512 ../bin/draknfs:519 ../bin/draknfs:586 ../bin/draknfs:593
-#: ../bin/draknfs:600 ../bin/draksambashare:393 ../bin/draksambashare:400
+#: ../bin/draknfs:280 ../bin/draknfs:427 ../bin/draknfs:429 ../bin/draknfs:432
+#: ../bin/draknfs:524 ../bin/draknfs:531 ../bin/draknfs:599 ../bin/draknfs:606
+#: ../bin/draknfs:613 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:630 ../bin/draksambashare:697
@@ -399,12 +400,12 @@ msgstr "Le nom de domaine interne"
#: ../bin/draksambashare:1396 ../bin/draksambashare:1415
#: ../bin/draksambashare:1424 ../bin/draksambashare:1436
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60
-#: ../lib/network/connection_manager.pm:66
-#: ../lib/network/connection_manager.pm:82
-#: ../lib/network/connection_manager.pm:90
-#: ../lib/network/connection_manager.pm:172
-#: ../lib/network/connection_manager.pm:176 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61
+#: ../lib/network/connection_manager.pm:67
+#: ../lib/network/connection_manager.pm:83
+#: ../lib/network/connection_manager.pm:91
+#: ../lib/network/connection_manager.pm:173
+#: ../lib/network/connection_manager.pm:177 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:134
@@ -625,7 +626,7 @@ msgstr "Veuillez entrer une adresse IP valide."
msgid "Same IP is already in %s file."
msgstr "La même IP est déjà dans le fichier %s."
-#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:211
+#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:212
#, c-format
msgid "Host name"
msgstr "Nom d'hôte"
@@ -640,12 +641,12 @@ msgstr "Alias de l'hôte"
msgid "Manage hosts definitions"
msgstr "Gérer les déclarations de machines"
-#: ../bin/drakhosts:222 ../bin/drakhosts:249
+#: ../bin/drakhosts:222 ../bin/drakhosts:249 ../bin/draknfs:367
#, c-format
msgid "Modify entry"
msgstr "Modifier l'entrée"
-#: ../bin/drakhosts:241 ../bin/draknfs:582 ../bin/draksambashare:1349
+#: ../bin/drakhosts:241 ../bin/draknfs:595 ../bin/draksambashare:1349
#: ../bin/draksambashare:1380 ../bin/draksambashare:1411
#, c-format
msgid "Add"
@@ -661,7 +662,7 @@ msgstr "Ajouter une entrée"
msgid "Failed to add host."
msgstr "Impossible d'ajouter un hôte."
-#: ../bin/drakhosts:248 ../bin/draknfs:589 ../bin/draksambashare:1306
+#: ../bin/drakhosts:248 ../bin/draknfs:602 ../bin/draksambashare:1306
#: ../bin/draksambashare:1351 ../bin/draksambashare:1382
#: ../bin/draksambashare:1419
#, c-format
@@ -674,7 +675,7 @@ msgid "Failed to Modify host."
msgstr "Impossible de modifier un hôte."
#: ../bin/drakhosts:255 ../bin/drakids:92 ../bin/drakids:101
-#: ../bin/draknfs:596 ../bin/draksambashare:1307 ../bin/draksambashare:1359
+#: ../bin/draknfs:609 ../bin/draksambashare:1307 ../bin/draksambashare:1359
#: ../bin/draksambashare:1390 ../bin/draksambashare:1427
#, c-format
msgid "Remove"
@@ -686,8 +687,8 @@ msgid "Failed to remove host."
msgstr "Impossible d'enlever un hôte."
#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:174
-#: ../bin/net_applet:171 ../lib/network/drakroam.pm:118
-#: ../lib/network/netcenter.pm:145
+#: ../bin/net_applet:187 ../bin/net_applet.orig:171
+#: ../lib/network/drakroam.pm:118 ../lib/network/netcenter.pm:159
#, c-format
msgid "Quit"
msgstr "Quitter"
@@ -699,15 +700,16 @@ msgstr "Adresses autorisées"
#: ../bin/drakids:40 ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196
#: ../bin/drakids:221 ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:110 ../bin/net_applet:261
-#: ../lib/network/drakfirewall.pm:261 ../lib/network/drakfirewall.pm:265
+#: ../bin/net_applet:130 ../bin/net_applet:276 ../bin/net_applet.orig:110
+#: ../bin/net_applet.orig:260 ../lib/network/drakfirewall.pm:261
+#: ../lib/network/drakfirewall.pm:265
#, c-format
msgid "Interactive Firewall"
msgstr "Pare-Feu interactif"
#: ../bin/drakids:68 ../bin/drakids:187 ../bin/drakids:196 ../bin/drakids:221
#: ../bin/drakids:230 ../bin/drakids:240 ../bin/drakids:332
-#: ../bin/net_applet:261
+#: ../bin/net_applet:276 ../bin/net_applet.orig:260
#, c-format
msgid "Unable to contact daemon"
msgstr "Impossible de contacter le démon"
@@ -1227,134 +1229,129 @@ msgstr "Informations"
msgid "Directory"
msgstr "Répertoire"
-#: ../bin/draknfs:273
-#, c-format
-msgid "Draknfs entry"
-msgstr "Entrée DrakNFS"
-
-#: ../bin/draknfs:282
+#: ../bin/draknfs:280
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr "Veuillez ajouter un partage NFS pour pouvoir le modifier."
-#: ../bin/draknfs:356 ../bin/draksambashare:599
-#, c-format
-msgid "Advanced options"
+#: ../bin/draknfs:354
+#, fuzzy, c-format
+msgid "Advanced"
msgstr "Options avancées"
-#: ../bin/draknfs:371
+#: ../bin/draknfs:377
#, c-format
msgid "NFS directory"
msgstr "Répertoire NFS"
-#: ../bin/draknfs:372 ../bin/draksambashare:382 ../bin/draksambashare:589
+#: ../bin/draknfs:378 ../bin/draksambashare:382 ../bin/draksambashare:589
#: ../bin/draksambashare:768
#, c-format
msgid "Directory:"
msgstr "Répertoire :"
-#: ../bin/draknfs:373
+#: ../bin/draknfs:379
#, c-format
msgid "Host access"
msgstr "Accès client"
-#: ../bin/draknfs:374
+#: ../bin/draknfs:380
#, c-format
msgid "Access:"
msgstr "Accès :"
-#: ../bin/draknfs:375
+#: ../bin/draknfs:381
#, c-format
msgid "User ID Mapping"
msgstr "Correspondance des utilisateurs"
-#: ../bin/draknfs:376
+#: ../bin/draknfs:382
#, c-format
msgid "User ID:"
msgstr "Utilisateur :"
-#: ../bin/draknfs:377
+#: ../bin/draknfs:383
#, c-format
msgid "Anonymous user ID:"
msgstr "Utilisateur anonymous :"
-#: ../bin/draknfs:378
+#: ../bin/draknfs:384
#, c-format
msgid "Anonymous Group ID:"
msgstr "Groupe anonymous :"
-#: ../bin/draknfs:415
+#: ../bin/draknfs:427
#, c-format
msgid "Please specify a directory to share."
msgstr "Veuillez spécifier un répertoire à partager."
-#: ../bin/draknfs:417
+#: ../bin/draknfs:429
#, c-format
msgid "Can't create this directory."
msgstr "Impossible de créer ce dossier."
-#: ../bin/draknfs:420
+#: ../bin/draknfs:432
#, c-format
msgid "You must specify hosts access."
msgstr "Vous devez préciser les accès clients."
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Share Directory"
msgstr "Partager le répertoire"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Hosts Wildcard"
msgstr "Clients autorisés"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "General Options"
msgstr "Options génériques"
-#: ../bin/draknfs:500
+#: ../bin/draknfs:512
#, c-format
msgid "Custom Options"
msgstr "Options personnalisées"
-#: ../bin/draknfs:512 ../bin/draksambashare:397 ../bin/draksambashare:626
+#: ../bin/draknfs:524 ../bin/draksambashare:397 ../bin/draksambashare:626
#: ../bin/draksambashare:793
#, c-format
msgid "Please enter a directory to share."
msgstr "Veuillez entrer un répertoire à partager."
-#: ../bin/draknfs:519
+#: ../bin/draknfs:531
#, c-format
msgid "Please use the modify button to set right access."
msgstr "Utilisez le bouton de modification pour définir les droits d'accès."
-#: ../bin/draknfs:534
+#: ../bin/draknfs:546
#, c-format
msgid "Manage NFS shares"
msgstr "Gérer les partages NFS"
-#: ../bin/draknfs:570
+#: ../bin/draknfs:582
#, c-format
msgid "Starting the NFS-server"
msgstr "Lancer le serveur NFS"
-#: ../bin/draknfs:577
+#: ../bin/draknfs:590
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr "DrakNFS gère les partages NFS"
-#: ../bin/draknfs:586
+#: ../bin/draknfs:599
#, c-format
msgid "Failed to add NFS share."
msgstr "Impossible d'ajouter un partage NFS."
-#: ../bin/draknfs:593
+#: ../bin/draknfs:606
#, c-format
msgid "Failed to Modify NFS share."
msgstr "Impossible de modifier un partage NFS."
-#: ../bin/draknfs:600
+#: ../bin/draknfs:613
#, c-format
msgid "Failed to remove an NFS share."
msgstr "Impossible d'enlever un partage NFS."
@@ -1742,6 +1739,11 @@ msgstr "Droit d'écriture :"
msgid "Browseable:"
msgstr "Visible sur le réseau :"
+#: ../bin/draksambashare:599
+#, c-format
+msgid "Advanced options"
+msgstr "Options avancées"
+
#: ../bin/draksambashare:601
#, c-format
msgid "Printer access"
@@ -2226,32 +2228,32 @@ msgstr ""
msgid "DrakSamba manage Samba shares"
msgstr "DrakSamba gère les partages Samba"
-#: ../bin/net_applet:94
+#: ../bin/net_applet:94 ../bin/net_applet.orig:94
#, c-format
msgid "Network is up on interface %s."
msgstr "Le réseau est actif sur l'interface %s."
-#: ../bin/net_applet:95
+#: ../bin/net_applet:95 ../bin/net_applet.orig:95
#, c-format
msgid "IP address: %s"
msgstr "Adresse IP : %s"
-#: ../bin/net_applet:96
+#: ../bin/net_applet:96 ../bin/net_applet.orig:96
#, c-format
msgid "Gateway: %s"
msgstr "Passerelle : %s"
-#: ../bin/net_applet:97
+#: ../bin/net_applet:97 ../bin/net_applet.orig:97
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr "Connecté à %s (niveau du lien : %d %%)"
-#: ../bin/net_applet:99
+#: ../bin/net_applet:99 ../bin/net_applet.orig:99
#, c-format
msgid "Network is down on interface %s."
msgstr "Le réseau est désactivé sur l'interface %s."
-#: ../bin/net_applet:101
+#: ../bin/net_applet:101 ../bin/net_applet.orig:101
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
@@ -2260,89 +2262,92 @@ msgstr ""
"Vous n'avez aucune connexion internet configurée.\n"
"Lancez l'assistant « %s » depuis le Centre de Contrôle Mandriva Linux"
-#: ../bin/net_applet:107 ../bin/net_monitor:475
+#: ../bin/net_applet:127 ../bin/net_applet.orig:107 ../bin/net_monitor:475
#, c-format
msgid "Connect %s"
msgstr "Connecter %s"
-#: ../bin/net_applet:108 ../bin/net_monitor:475
+#: ../bin/net_applet:128 ../bin/net_applet.orig:108 ../bin/net_monitor:475
#, c-format
msgid "Disconnect %s"
msgstr "Déconnecter %s"
-#: ../bin/net_applet:109
+#: ../bin/net_applet:129 ../bin/net_applet.orig:109
#, c-format
msgid "Monitor Network"
msgstr "Surveiller le Réseau"
-#: ../bin/net_applet:111
+#: ../bin/net_applet:131 ../bin/net_applet.orig:111
#, c-format
msgid "Manage wireless networks"
msgstr "Gérer les réseaux sans fil"
-#: ../bin/net_applet:113
+#: ../bin/net_applet:133 ../bin/net_applet.orig:113
#, c-format
msgid "Manage VPN connections"
msgstr "Gérer les connexions VPN"
-#: ../bin/net_applet:117
+#: ../bin/net_applet:137 ../bin/net_applet.orig:117
#, c-format
msgid "Configure Network"
msgstr "Configurer le Réseau"
-#: ../bin/net_applet:119
+#: ../bin/net_applet:139 ../bin/net_applet.orig:119
#, c-format
msgid "Watched interface"
msgstr "Interface surveillée"
-#: ../bin/net_applet:120 ../bin/net_applet:121 ../bin/net_applet:123
+#: ../bin/net_applet:140 ../bin/net_applet:141 ../bin/net_applet:143
+#: ../bin/net_applet.orig:120 ../bin/net_applet.orig:121
+#: ../bin/net_applet.orig:123
#, c-format
msgid "Auto-detect"
msgstr "Auto-détecter"
-#: ../bin/net_applet:128
+#: ../bin/net_applet:148 ../bin/net_applet.orig:128
#, c-format
msgid "Active interfaces"
msgstr "Interfaces actives"
-#: ../bin/net_applet:152
+#: ../bin/net_applet:168 ../bin/net_applet.orig:152
#, c-format
msgid "Profiles"
msgstr "Profils"
-#: ../bin/net_applet:162 ../lib/network/connection.pm:225
-#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
-#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
+#: ../bin/net_applet:178 ../bin/net_applet.orig:162
+#: ../lib/network/connection.pm:225 ../lib/network/drakvpn.pm:62
+#: ../lib/network/vpn/openvpn.pm:365 ../lib/network/vpn/openvpn.pm:379
+#: ../lib/network/vpn/openvpn.pm:390
#, c-format
msgid "VPN connection"
msgstr "Connexion VPN"
-#: ../bin/net_applet:341
+#: ../bin/net_applet:356 ../bin/net_applet.orig:340
#, c-format
msgid "Network connection"
msgstr "Connexion réseau"
-#: ../bin/net_applet:425
+#: ../bin/net_applet:440 ../bin/net_applet.orig:424
#, c-format
msgid "More networks"
msgstr "Plus de réseaux"
-#: ../bin/net_applet:452
+#: ../bin/net_applet:467 ../bin/net_applet.orig:451
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr "Mode automatique du Pare Feu Interactif"
-#: ../bin/net_applet:457
+#: ../bin/net_applet:472 ../bin/net_applet.orig:456
#, c-format
msgid "Always launch on startup"
msgstr "Toujours lancer au démarrage"
-#: ../bin/net_applet:462
+#: ../bin/net_applet:477 ../bin/net_applet.orig:461
#, c-format
msgid "Wireless networks"
msgstr "Réseaux sans fil"
-#: ../bin/net_applet:469 ../bin/net_monitor:96
+#: ../bin/net_applet:484 ../bin/net_applet.orig:468 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Paramètres"
@@ -2531,7 +2536,7 @@ msgid "Unlisted - edit manually"
msgstr "Non listé - éditer manuellement"
#: ../lib/network/connection.pm:227 ../lib/network/connection/cable.pm:41
-#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
+#: ../lib/network/connection/wireless.pm:45 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
@@ -2557,7 +2562,7 @@ msgstr "Métrique"
msgid "Link detected on interface %s"
msgstr "Liaison détectée sur l'interface %s"
-#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:288
+#: ../lib/network/connection.pm:312 ../lib/network/connection/ethernet.pm:289
#, c-format
msgid "Link beat lost on interface %s"
msgstr "Liaison perdue sur l'interface %s"
@@ -2619,23 +2624,23 @@ msgstr "Format PIN incorrect : 4 chiffres sont requis."
msgid "GPRS/Edge/3G"
msgstr "GPRS/Edge/3G"
-#: ../lib/network/connection/cellular_card.pm:105
+#: ../lib/network/connection/cellular_card.pm:110
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr "Code PIN"
-#: ../lib/network/connection/cellular_card.pm:181
+#: ../lib/network/connection/cellular_card.pm:186
#, c-format
msgid "Unable to open device %s"
msgstr "Impossible d'ouvrir le périphérique %s"
-#: ../lib/network/connection/cellular_card.pm:213
+#: ../lib/network/connection/cellular_card.pm:218
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Veuillez vérifier que votre carte SIM est bien insérée."
-#: ../lib/network/connection/cellular_card.pm:224
+#: ../lib/network/connection/cellular_card.pm:229
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
@@ -2674,34 +2679,39 @@ msgstr "PID"
msgid "Ethernet"
msgstr "Ethernet"
-#: ../lib/network/connection/ethernet.pm:29
+#: ../lib/network/connection/ethernet.pm:12
+#, fuzzy, c-format
+msgid "Wired (Ethernet)"
+msgstr "Ethernet"
+
+#: ../lib/network/connection/ethernet.pm:30
#, c-format
msgid "Virtual interface"
msgstr "Interface virtuelle"
-#: ../lib/network/connection/ethernet.pm:59
+#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
"Impossible de trouver l'interface réseau pour le périphérique sélectionné "
"(utilisation du pilote %s)."
-#: ../lib/network/connection/ethernet.pm:69 ../lib/network/vpn/openvpn.pm:207
+#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Configuration manuelle"
-#: ../lib/network/connection/ethernet.pm:70
+#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Attribution automatique de l'adresse IP (BOOTP/DHCP)"
-#: ../lib/network/connection/ethernet.pm:124
+#: ../lib/network/connection/ethernet.pm:125
#, c-format
msgid "IP settings"
msgstr "Paramètres IP"
-#: ../lib/network/connection/ethernet.pm:137
+#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -2712,116 +2722,116 @@ msgstr ""
"Chaque champ doit être rempli avec une adresse IP en notation\n"
"décimale pointée (par exemple, 1.2.3.4)."
-#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:646
+#: ../lib/network/connection/ethernet.pm:142 ../lib/network/netconnect.pm:646
#: ../lib/network/vpn/openvpn.pm:212 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Passerelle"
-#: ../lib/network/connection/ethernet.pm:144
+#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "Récupérer les serveurs DNS depuis le serveur DHCP"
-#: ../lib/network/connection/ethernet.pm:146
+#: ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DNS server 1"
msgstr "Serveur DNS 1"
-#: ../lib/network/connection/ethernet.pm:147
+#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "DNS server 2"
msgstr "Serveur DNS 2"
-#: ../lib/network/connection/ethernet.pm:148
+#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Search domain"
msgstr "Domaine recherché"
-#: ../lib/network/connection/ethernet.pm:149
+#: ../lib/network/connection/ethernet.pm:150
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
"Par défaut, le domaine de recherche sera déduit du nom de machine pleinement "
"qualifié"
-#: ../lib/network/connection/ethernet.pm:152
+#: ../lib/network/connection/ethernet.pm:153
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Délai d'expiration DHCP (en sec.)"
-#: ../lib/network/connection/ethernet.pm:153
+#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "Get YP servers from DHCP"
msgstr "Récupérer les serveurs YP depuis le serveur DHCP"
-#: ../lib/network/connection/ethernet.pm:154
+#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "Récupérer les serveurs NTPD depuis le serveur DHCP"
-#: ../lib/network/connection/ethernet.pm:155
+#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "DHCP host name"
msgstr "Nom d'hôte DHCP"
-#: ../lib/network/connection/ethernet.pm:157
+#: ../lib/network/connection/ethernet.pm:158
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr "Ne pas se rabattre vers Zeroconf (réseau 169.254.0.0)"
-#: ../lib/network/connection/ethernet.pm:168
+#: ../lib/network/connection/ethernet.pm:169
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "L'adresse IP doit ressembler à quelque chose comme « 192.168.1.20 »"
-#: ../lib/network/connection/ethernet.pm:173
+#: ../lib/network/connection/ethernet.pm:174
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr ""
"Le masque réseau doit ressembler à quelque chose comme « 255.255.224.0 »"
-#: ../lib/network/connection/ethernet.pm:178
+#: ../lib/network/connection/ethernet.pm:179
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Attention : l'adresse IP %s est déjà réservée !"
-#: ../lib/network/connection/ethernet.pm:184
+#: ../lib/network/connection/ethernet.pm:185
#, c-format
msgid "%s already in use\n"
msgstr "%s est déjà utilisé\n"
-#: ../lib/network/connection/ethernet.pm:209
+#: ../lib/network/connection/ethernet.pm:210
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Affecter le nom d'hôte à partir de l'adresse DHCP"
-#: ../lib/network/connection/ethernet.pm:229
+#: ../lib/network/connection/ethernet.pm:230
#, c-format
msgid "Network Hotplugging"
msgstr "Branchement à chaud du réseau"
-#: ../lib/network/connection/ethernet.pm:233
+#: ../lib/network/connection/ethernet.pm:234
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr "Activer le tunnel IPv6 sur IPv4"
-#: ../lib/network/connection/ethernet.pm:287
+#: ../lib/network/connection/ethernet.pm:288
#, c-format
msgid "Link beat detected on interface %s"
msgstr "Liaison détectée sur l'interface %s"
-#: ../lib/network/connection/ethernet.pm:290
+#: ../lib/network/connection/ethernet.pm:291
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr "Demande d'adresse réseau pour l'interface %s (protocole %s) ..."
-#: ../lib/network/connection/ethernet.pm:291
+#: ../lib/network/connection/ethernet.pm:292
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr "Adresse réseau attribuée pour l'interface %s (protocole %s)"
-#: ../lib/network/connection/ethernet.pm:292
+#: ../lib/network/connection/ethernet.pm:293
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
@@ -3232,42 +3242,47 @@ msgstr "Émirats Arabes Unis"
msgid "United Kingdom"
msgstr "Royaume-Uni"
-#: ../lib/network/connection/wireless.pm:11
+#: ../lib/network/connection/wireless.pm:12
#, c-format
msgid "Wireless"
msgstr "Sans fil"
-#: ../lib/network/connection/wireless.pm:27
+#: ../lib/network/connection/wireless.pm:13
+#, fuzzy, c-format
+msgid "Wireless (Wi-Fi)"
+msgstr "Sans fil"
+
+#: ../lib/network/connection/wireless.pm:29
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Utiliser un pilote Windows (avec ndiswrapper)"
-#: ../lib/network/connection/wireless.pm:44
+#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "Open WEP"
msgstr "WEP ouvert"
-#: ../lib/network/connection/wireless.pm:45
+#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Restricted WEP"
msgstr "WEP restreint"
-#: ../lib/network/connection/wireless.pm:46
+#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr "WPA/WPA2 avec clé pré-partagée (PSK)"
-#: ../lib/network/connection/wireless.pm:47
+#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr "WPA/WPA2 Enterprise"
-#: ../lib/network/connection/wireless.pm:258
+#: ../lib/network/connection/wireless.pm:260
#, c-format
msgid "Windows driver"
msgstr "Pilote Windows"
-#: ../lib/network/connection/wireless.pm:325
+#: ../lib/network/connection/wireless.pm:344
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
@@ -3276,74 +3291,74 @@ msgstr ""
"Votre carte réseau sans fil est désactivée, veuillez d'abord l'activer par "
"le bouton associé."
-#: ../lib/network/connection/wireless.pm:404
+#: ../lib/network/connection/wireless.pm:429
#, c-format
msgid "Wireless settings"
msgstr "Paramètres de la connexion sans fil"
-#: ../lib/network/connection/wireless.pm:409
-#: ../lib/network/connection_manager.pm:263
+#: ../lib/network/connection/wireless.pm:434
+#: ../lib/network/connection_manager.pm:264
#, c-format
msgid "Operating Mode"
msgstr "Mode de fonctionnement"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Managed"
msgstr "Géré"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Master"
msgstr "Maître"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Repeater"
msgstr "Répéteur"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Secondary"
msgstr "Secondaire"
-#: ../lib/network/connection/wireless.pm:410
+#: ../lib/network/connection/wireless.pm:435
#, c-format
msgid "Auto"
msgstr "Auto"
-#: ../lib/network/connection/wireless.pm:413
+#: ../lib/network/connection/wireless.pm:438
#, c-format
msgid "Network name (ESSID)"
msgstr "Nom de réseau (ESSID)"
-#: ../lib/network/connection/wireless.pm:415
+#: ../lib/network/connection/wireless.pm:440
#, c-format
msgid "Encryption mode"
msgstr "Mode de chiffrement"
-#: ../lib/network/connection/wireless.pm:417
+#: ../lib/network/connection/wireless.pm:442
#, c-format
msgid "Encryption key"
msgstr "Clé de chiffrement"
-#: ../lib/network/connection/wireless.pm:419
+#: ../lib/network/connection/wireless.pm:444
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""
"Forcer l'utilisation de cette clé en tant que chaîne ASCII (ex pour Livebox)"
-#: ../lib/network/connection/wireless.pm:426
+#: ../lib/network/connection/wireless.pm:451
#, c-format
msgid "EAP Login/Username"
msgstr "Utilisateur/compte EAP"
-#: ../lib/network/connection/wireless.pm:428
+#: ../lib/network/connection/wireless.pm:453
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
@@ -3354,12 +3369,12 @@ msgstr ""
"Si vous devez préciser un domaine, essayez la syntaxe\n"
"non testée DOMAIN\\utilisateur"
-#: ../lib/network/connection/wireless.pm:431
+#: ../lib/network/connection/wireless.pm:456
#, c-format
msgid "EAP Password"
msgstr "Mot de passe EAP"
-#: ../lib/network/connection/wireless.pm:433
+#: ../lib/network/connection/wireless.pm:458
#, c-format
msgid ""
" Password: A string.\n"
@@ -3392,12 +3407,12 @@ msgstr ""
" Le mode TLS est basé uniquement sur un certificat et peut\n"
"ignorer le nom d'utilisateur et le mot de passe donnés ici."
-#: ../lib/network/connection/wireless.pm:447
+#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "EAP client certificate"
msgstr "Certificat client EAP"
-#: ../lib/network/connection/wireless.pm:449
+#: ../lib/network/connection/wireless.pm:474
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
@@ -3410,32 +3425,32 @@ msgstr ""
"EAP. C'est une alternative au couple utilisateur/mot de passe.\n"
" Note : les autres paramètres associés sont les Options avancées."
-#: ../lib/network/connection/wireless.pm:453
+#: ../lib/network/connection/wireless.pm:478
#, c-format
msgid "Network ID"
msgstr "Identifiant réseau"
-#: ../lib/network/connection/wireless.pm:454
+#: ../lib/network/connection/wireless.pm:479
#, c-format
msgid "Operating frequency"
msgstr "Fréquence de fonctionnement"
-#: ../lib/network/connection/wireless.pm:455
+#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Sensitivity threshold"
msgstr "Seuil de sensibilité"
-#: ../lib/network/connection/wireless.pm:456
+#: ../lib/network/connection/wireless.pm:481
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Taux de transfert (bits par seconde)"
-#: ../lib/network/connection/wireless.pm:457
+#: ../lib/network/connection/wireless.pm:482
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: ../lib/network/connection/wireless.pm:458
+#: ../lib/network/connection/wireless.pm:483
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -3457,19 +3472,19 @@ msgstr ""
"taille maximale de paquet désactivera ce mécanisme. Vous pouvez\n"
"également définir ce paramètre à « auto », « fixed » ou « off »."
-#: ../lib/network/connection/wireless.pm:465
+#: ../lib/network/connection/wireless.pm:490
#, c-format
msgid "Fragmentation"
msgstr "Fragmentation"
-#: ../lib/network/connection/wireless.pm:466
+#: ../lib/network/connection/wireless.pm:491
#, c-format
msgid "iwconfig command extra arguments"
msgstr ""
"Arguments supplémentaires\n"
"pour la commande iwconfig"
-#: ../lib/network/connection/wireless.pm:467
+#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -3486,14 +3501,14 @@ msgstr ""
"Consultez la page de manuel de iwconfig(8) pour plus d'informations."
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: ../lib/network/connection/wireless.pm:474
+#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "iwspy command extra arguments"
msgstr ""
"Arguments supplémentaires\n"
"pour la commande iwspy"
-#: ../lib/network/connection/wireless.pm:475
+#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
@@ -3513,14 +3528,14 @@ msgstr ""
"\n"
"Consultez la page de manuel iwspy(8) pour plus d'informations."
-#: ../lib/network/connection/wireless.pm:483
+#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid "iwpriv command extra arguments"
msgstr ""
"Arguments supplémentaires\n"
"pour la commande iwpriv"
-#: ../lib/network/connection/wireless.pm:485
+#: ../lib/network/connection/wireless.pm:510
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -3550,28 +3565,28 @@ msgstr ""
"\n"
"Consultez la page de manuel iwpriv(8) pour plus d'informations."
-#: ../lib/network/connection/wireless.pm:496
+#: ../lib/network/connection/wireless.pm:521
#, c-format
msgid "EAP Protocol"
msgstr "Protocole EAP"
-#: ../lib/network/connection/wireless.pm:497
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:522
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "Auto Detect"
msgstr "Auto-détecter"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA2"
msgstr "WPA2"
-#: ../lib/network/connection/wireless.pm:497
+#: ../lib/network/connection/wireless.pm:522
#, c-format
msgid "WPA"
msgstr "WPA"
-#: ../lib/network/connection/wireless.pm:499
+#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
@@ -3580,67 +3595,67 @@ msgstr ""
"Auto-détecter est recommandé car cela essaye d'abord WPA\n"
"version 2 avec en secours WPA version 1"
-#: ../lib/network/connection/wireless.pm:501
+#: ../lib/network/connection/wireless.pm:526
#, c-format
msgid "EAP Mode"
msgstr "Mode EAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP"
msgstr "PEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS"
msgstr "TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TLS"
msgstr "TLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "MD5"
msgstr "MD5"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "OTP"
msgstr "OTP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "GTC"
msgstr "GTC"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "LEAP"
msgstr "LEAP"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "PEAP TTLS"
msgstr "PEAP TTLS"
-#: ../lib/network/connection/wireless.pm:502
+#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid "TTLS TLS"
msgstr "TTLS TLS"
-#: ../lib/network/connection/wireless.pm:504
+#: ../lib/network/connection/wireless.pm:529
#, c-format
msgid "EAP key_mgmt"
msgstr "EAP key_mgmt"
-#: ../lib/network/connection/wireless.pm:506
+#: ../lib/network/connection/wireless.pm:531
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
@@ -3649,12 +3664,12 @@ msgstr ""
"liste des protocoles de gestion de clés d'authentification acceptés.\n"
"Valeurs possibles : WPA-EAP, IEEE8021X, NONE"
-#: ../lib/network/connection/wireless.pm:508
+#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "EAP outer identity"
msgstr "Identité externe EAP"
-#: ../lib/network/connection/wireless.pm:510
+#: ../lib/network/connection/wireless.pm:535
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
@@ -3665,12 +3680,12 @@ msgstr ""
"comme identité non chiffrée avec les types d'EAP supportant\n"
"différentes identités encapsulées dans des tunnels, ex. TTLS"
-#: ../lib/network/connection/wireless.pm:513
+#: ../lib/network/connection/wireless.pm:538
#, c-format
msgid "EAP phase2"
msgstr "EAP phase2"
-#: ../lib/network/connection/wireless.pm:515
+#: ../lib/network/connection/wireless.pm:540
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
@@ -3683,12 +3698,12 @@ msgstr ""
"auth=MSCHAPV2 pour PEAP ou\n"
"autheap=MSCHAPV2 autheap=MD5 pour TTLS"
-#: ../lib/network/connection/wireless.pm:519
+#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid "EAP CA certificate"
msgstr "Certificat CA EAP"
-#: ../lib/network/connection/wireless.pm:521
+#: ../lib/network/connection/wireless.pm:546
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
@@ -3703,12 +3718,12 @@ msgstr ""
"vérifié. Si possible, un certificat CA de confiance doit être\n"
"toujours configuré lors de l'utilisation de TLS, TTLS ou PEAP."
-#: ../lib/network/connection/wireless.pm:526
+#: ../lib/network/connection/wireless.pm:551
#, c-format
msgid "EAP certificate subject match"
msgstr "Modèle de sujet du certificat EAP"
-#: ../lib/network/connection/wireless.pm:528
+#: ../lib/network/connection/wireless.pm:553
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
@@ -3723,12 +3738,12 @@ msgstr ""
"cette chaîne dans son sujet. Le format du sujet est le suivant :\n"
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
-#: ../lib/network/connection/wireless.pm:533
+#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid "EAP extra directives"
msgstr "Directives EAP supplémentaires"
-#: ../lib/network/connection/wireless.pm:535
+#: ../lib/network/connection/wireless.pm:560
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
@@ -3759,12 +3774,12 @@ msgstr ""
"\tD'autres comme key_mgmt, eap permettent de forcer\n"
"\tdes valeurs différentes de celles de l'interface."
-#: ../lib/network/connection/wireless.pm:555
+#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid "An encryption key is required."
msgstr "Une clé de chiffrement est requise."
-#: ../lib/network/connection/wireless.pm:562
+#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
@@ -3773,7 +3788,7 @@ msgstr ""
"La clé pré-partagée comporte entre 8 et 63 caractères ASCII, ou 64 "
"caractères héxadécimaux."
-#: ../lib/network/connection/wireless.pm:568
+#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
@@ -3782,7 +3797,7 @@ msgstr ""
"La clé WEP comporte au plus %d caractères ASCII ou %d caractères "
"héxadécimaux."
-#: ../lib/network/connection/wireless.pm:575
+#: ../lib/network/connection/wireless.pm:600
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -3791,7 +3806,7 @@ msgstr ""
"La fréquence doit avoir un suffixe k, M ou G (par ex. « 2.46G » pour "
"2,46 GHz), ou bien avoir suffisamment de zéros."
-#: ../lib/network/connection/wireless.pm:581
+#: ../lib/network/connection/wireless.pm:606
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -3800,17 +3815,17 @@ msgstr ""
"Le débit doit avoir un suffixe k, M ou G (par ex. « 11M » pour 11Mo), ou bien "
"avoir suffisamment de zéros."
-#: ../lib/network/connection/wireless.pm:593
+#: ../lib/network/connection/wireless.pm:618
#, c-format
msgid "Allow access point roaming"
msgstr "Autoriser les connexions itinérantes"
-#: ../lib/network/connection/wireless.pm:712
+#: ../lib/network/connection/wireless.pm:739
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr "Associé au réseau sans fil « %s » sur l'interface %s"
-#: ../lib/network/connection/wireless.pm:713
+#: ../lib/network/connection/wireless.pm:740
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr "Association perdue avec le réseau sans fil sur l'interface %s"
@@ -3888,66 +3903,66 @@ msgid "Virtual Circuit ID (VCI):"
msgstr "Identifiant de Circuit Virtuel (VCI) :"
#: ../lib/network/connection/xdsl.pm:332
-#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
+#: ../lib/network/connection_manager.pm:61 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:134 ../lib/network/thirdparty.pm:123
#, c-format
msgid "Could not install the packages (%s)!"
msgstr "Impossible d'installer les paquetages (%s) !"
-#: ../lib/network/connection_manager.pm:72
-#: ../lib/network/connection_manager.pm:87 ../lib/network/netconnect.pm:185
+#: ../lib/network/connection_manager.pm:73
+#: ../lib/network/connection_manager.pm:88 ../lib/network/netconnect.pm:185
#, c-format
msgid "Configuring device..."
msgstr "Configuration en cours ..."
-#: ../lib/network/connection_manager.pm:77
-#: ../lib/network/connection_manager.pm:142
+#: ../lib/network/connection_manager.pm:78
+#: ../lib/network/connection_manager.pm:143
#, c-format
msgid "Network settings"
msgstr "Paramètres réseau"
-#: ../lib/network/connection_manager.pm:78
-#: ../lib/network/connection_manager.pm:143
+#: ../lib/network/connection_manager.pm:79
+#: ../lib/network/connection_manager.pm:144
#, c-format
msgid "Please enter settings for network"
msgstr "Veuillez entrer les paramètres réseau"
-#: ../lib/network/connection_manager.pm:201
+#: ../lib/network/connection_manager.pm:202
#, c-format
msgid "Connecting..."
msgstr "Connexion en cours ..."
-#: ../lib/network/connection_manager.pm:218
+#: ../lib/network/connection_manager.pm:219
#, c-format
msgid "Disconnecting..."
msgstr "Déconnexion en cours..."
-#: ../lib/network/connection_manager.pm:260
+#: ../lib/network/connection_manager.pm:261
#, c-format
msgid "SSID"
msgstr "SSID"
-#: ../lib/network/connection_manager.pm:261
+#: ../lib/network/connection_manager.pm:262
#, c-format
msgid "Signal strength"
msgstr "Force du signal"
-#: ../lib/network/connection_manager.pm:262
+#: ../lib/network/connection_manager.pm:263
#, c-format
msgid "Encryption"
msgstr "Chiffrement"
-#: ../lib/network/connection_manager.pm:306 ../lib/network/netconnect.pm:207
+#: ../lib/network/connection_manager.pm:335 ../lib/network/netconnect.pm:207
#, c-format
msgid "Scanning for networks..."
msgstr "Recherche des réseaux..."
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:116
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:116
#, c-format
msgid "Disconnect"
msgstr "Se déconnecter"
-#: ../lib/network/connection_manager.pm:355 ../lib/network/drakroam.pm:115
+#: ../lib/network/connection_manager.pm:384 ../lib/network/drakroam.pm:115
#, c-format
msgid "Connect"
msgstr "Connecter"
@@ -4136,12 +4151,12 @@ msgstr "Le nom d'hôte (hostname) a été changé en « %s »"
msgid "Device: "
msgstr "Périphérique : "
-#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:91
+#: ../lib/network/drakroam.pm:114 ../lib/network/netcenter.pm:64
#, c-format
msgid "Configure"
msgstr "Configurer"
-#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:96
+#: ../lib/network/drakroam.pm:117 ../lib/network/netcenter.pm:69
#, c-format
msgid "Refresh"
msgstr "Rafraîchir"
@@ -4367,23 +4382,23 @@ msgstr "Installer un nouveau pilote"
msgid "Select a device:"
msgstr "Sélectionnez un périphérique :"
-#: ../lib/network/netcenter.pm:36
-#, c-format
-msgid "Network Center"
-msgstr "Centre réseau"
-
-#: ../lib/network/netcenter.pm:80 ../lib/network/netconnect.pm:210
+#: ../lib/network/netcenter.pm:53 ../lib/network/netconnect.pm:210
#, c-format
msgid "Please select your network:"
msgstr "Veuillez choisir votre réseau :"
-#: ../lib/network/netcenter.pm:87
+#: ../lib/network/netcenter.pm:60
#, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Surveiller"
+#: ../lib/network/netcenter.pm:135
+#, c-format
+msgid "Network Center"
+msgstr "Centre réseau"
+
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
@@ -5346,3 +5361,6 @@ msgstr "Mode NAT"
#, c-format
msgid "Use specific UDP port"
msgstr "Utiliser un port UDP spécifique"
+
+#~ msgid "Draknfs entry"
+#~ msgstr "Entrée DrakNFS"
diff --git a/po/fur.po b/po/fur.po
index 6f9a9f5..69b9164 100644
--- a/po/fur.po
+++ b/po/fur.po