summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ldap_wizard/ldap.pm8
-rw-r--r--po/ar.po395
-rw-r--r--po/az.po315
-rw-r--r--po/bg.po348
-rw-r--r--po/bs.po348
-rw-r--r--po/ca.po464
-rw-r--r--po/cs.po351
-rw-r--r--po/cy.po357
-rw-r--r--po/da.po333
-rw-r--r--po/de.po386
-rw-r--r--po/drakwizard.pot308
-rw-r--r--po/el.po358
-rw-r--r--po/eo.po348
-rw-r--r--po/es.po477
-rw-r--r--po/et.po355
-rw-r--r--po/eu.po314
-rw-r--r--po/fa.po388
-rw-r--r--po/fi.po353
-rw-r--r--po/fr.po376
-rw-r--r--po/he.po328
-rw-r--r--po/hi.po353
-rw-r--r--po/hu.po348
-rw-r--r--po/id.po348
-rw-r--r--po/is.po337
-rw-r--r--po/it.po336
-rw-r--r--po/ja.po340
-rw-r--r--po/ko.po348
-rw-r--r--po/lv.po348
-rw-r--r--po/mk.po332
-rw-r--r--po/ms.po408
-rw-r--r--po/mt.po348
-rw-r--r--po/nb.po321
-rw-r--r--po/nl.po348
-rw-r--r--po/pl.po329
-rw-r--r--po/pt.po324
-rw-r--r--po/pt_BR.po355
-rw-r--r--po/ro.po320
-rw-r--r--po/ru.po325
-rw-r--r--po/sk.po1341
-rw-r--r--po/sl.po333
-rw-r--r--po/sq.po348
-rw-r--r--po/sr.po348
-rw-r--r--po/sr@Latn.po348
-rw-r--r--po/sv.po316
-rw-r--r--po/ta.po348
-rw-r--r--po/tg.po336
-rw-r--r--po/tr.po353
-rw-r--r--po/uk.po348
-rw-r--r--po/uz.po349
-rw-r--r--po/uz@Latn.po349
-rw-r--r--po/vi.po389
-rw-r--r--po/wa.po362
-rw-r--r--po/zh_CN.po349
-rw-r--r--po/zh_TW.po336
-rw-r--r--pxe_wizard/Pxe.pm2
55 files changed, 9987 insertions, 9646 deletions
diff --git a/ldap_wizard/ldap.pm b/ldap_wizard/ldap.pm
index 0eb9bef8..33605884 100644
--- a/ldap_wizard/ldap.pm
+++ b/ldap_wizard/ldap.pm
@@ -56,8 +56,8 @@ use Data::Dumper; print Dumper($o->{var});
my %level = (
- 1 => N("Server - Set configuration of Ldap server"),
- 2 => N("Add - add entry in Ldap server"),
+ 1 => N("Server - Set configuration of LDAP server"),
+ 2 => N("Add - add entry in LDAP server"),
);
my $cn;
@@ -76,7 +76,7 @@ $o->{pages} = {
},
data => [
{
- label => N("wich operation on LDAP:"), val => \$o->{var}{wiz_level}, list => [ keys %level ], format => sub { $level{$_[0]} } },
+ label => N("which operation on LDAP:"), val => \$o->{var}{wiz_level}, list => [ keys %level ], format => sub { $level{$_[0]} } },
],
next => 'setldap',
},
@@ -96,7 +96,7 @@ $o->{pages} = {
next => 'summaryadd',
},
setldap => {
- name => N("Ldap RootDSE") . "\n\n" . N("example:") . "\n" . N("obelx.nux.com") . "\n\n" . N("will be in ldap config:") . "\n" . N("dc=obelx,dc=nux,dc=com") . "\n\n" . N("RootDN is the manager of your ldap server."),
+ name => N("LDAP RootDSE") . "\n\n" . N("example:") . "\n" . N("obelx.nux.com") . "\n\n" . N("will be in ldap config:") . "\n" . N("dc=obelx,dc=nux,dc=com") . "\n\n" . N("RootDN is the manager of your ldap server."),
data => [
{
label => N("RootDSE"), val => \$o->{var}{rootdse} },
diff --git a/po/ar.po b/po/ar.po
index 72dd1421..e8d8d255 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-02-02 13:00+0100\n"
"Last-Translator: Youcef Rabah Rahal <rahal@arabeyes.org>\n"
"Language-Team: Arabic <support@arabeyes.org>\n"
@@ -47,12 +47,12 @@ msgstr "خطأ."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "تهانينا"
@@ -136,7 +136,7 @@ msgstr "تحذير\\nأنت في DHCP, الخادم قد لا يعمل بهذه
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "خطأ"
@@ -262,8 +262,8 @@ msgstr "قام المعالج بتهيئة المعاملات التالية و
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "معطل"
@@ -272,8 +272,8 @@ msgstr "معطل"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "ممكّن"
@@ -289,8 +289,8 @@ msgstr "قام المعالج بتهيئة خدمات DHCP بنجاح."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "ممكّن"
@@ -298,8 +298,8 @@ msgstr "ممكّن"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -307,7 +307,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -358,7 +358,7 @@ msgstr ""
"الى DNS خارجي."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "ماذا تريد أن تفعل:"
@@ -480,7 +480,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "معالج DNS (تهيئة)"
@@ -568,7 +568,7 @@ msgstr "خادم البريد"
msgid "FTP server"
msgstr "خادم FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "خادم سامبا"
@@ -596,7 +596,7 @@ msgstr "خادم الأخبار"
msgid "Mandrake Install server"
msgstr "اسم خادم البريد:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "خادم PXE"
@@ -834,85 +834,101 @@ msgstr ""
msgid "Install Server"
msgstr "ثبّت الخادم"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "تم حفظ تهيئة خادم التوقيت"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "معالج التهيئة"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "خادم قواعد البيانات"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "معالج التهيئة"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "دليل المستخدم:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "الإسم:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "اللّقب:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "إسم المستخدم:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "كلمة المرور:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "دليل المستخدم:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -920,85 +936,85 @@ msgstr ""
msgid "Password"
msgstr "كلمة المرور"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "دليل المستخدم:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "تحذير:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "دليل مشترك:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "قام المعالج بتهيئة خادم البروكسي بنجاح."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "قام المعالج بإضافة العميل بنجاح."
#: ../news_wizard/Inn.pm:33
@@ -1090,7 +1106,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1312,7 +1328,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1337,7 +1353,8 @@ msgstr "قام المعالج بتهيئة خادم Samba بنجاح."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "قام المعالج بتهيئة خادم Samba بنجاح."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1709,38 +1726,38 @@ msgstr "معالج Squid"
msgid "PXE Wizard"
msgstr "معالج FTP"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "خادم NFS"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "معالج FTP"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "خادم قواعد البيانات"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1750,7 +1767,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1760,217 +1777,223 @@ msgstr ""
"خدمة DNS محلية لأسماء أجهزة الكمبيوتر المحلية, مع ارسال الطلبات الغير محلية "
"الى DNS خارجي."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "اسم الخادم:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "دليل المستخدم:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "خيار VGA:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "خيار ACPI:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "خيار APIC:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "خيار APIC:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "دليل المستخدم:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "قام المعالج بإضافة العميل بنجاح."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "قام المعالج بإضافة العميل بنجاح."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "قام المعالج بإضافة العميل بنجاح."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "قام المعالج بإضافة العميل بنجاح."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "قام المعالج بتهيئة خادم البروكسي بنجاح."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2012,7 +2035,7 @@ msgstr "Samba يحتاج الى معرفة مجموعة عمل Windows التي
msgid "Workgroup"
msgstr "مجموعة العمل"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "مجموعة العمل:"
@@ -2128,7 +2151,7 @@ msgstr ""
"يجب عليك/عليهم أن بستخدموا smbpasswd لتعيين كلمة مرور."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "دليل مشترك:"
@@ -2176,36 +2199,34 @@ msgstr "جاري تهيئة Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr "قام المعالج بتهيئة المعاملات التالية و الضرورية لتهيئة Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "شعار الخادم:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "مشاركة الملفات:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "خادم الطباعة:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "الدليل الخاص:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "الطابعات:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "قام المعالج بتهيئة خادم Samba بنجاح."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "جاري تهيئة خادم FTP"
@@ -2451,55 +2472,9 @@ msgstr "خادم الويب للإنترانت:"
msgid "Configuring your system as Apache server ..."
msgstr "جاري تهيئة خادم DNS"
-#, fuzzy
-#~ msgid "Choose a country:"
-#~ msgstr "اختر منطقة زمنية"
-
#~ msgid "Don't check any box if you don't want to activate your FTP Server."
#~ msgstr "لا تقم بالتأشير على أي صندوق اذا لم تكن ترغب في تفعيل خادم FTP."
-#, fuzzy
-#~ msgid ""
-#~ "Warning\n"
-#~ "You are in dhcp, server may not work with your configuration."
-#~ msgstr "تحذير\\nأنت في DHCP, الخادم قد لا يعمل بهذه التهيئة."
-
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "خادم قواعد البيانات"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "جاري تهيئة خادم DNS"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "خادم NFS"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "خادم الأخبار"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "خادم NFS"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "خادمات الوقت"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "خادم الأخبار"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "معالج DHCP"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "معالج تهيئة DNS"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "عناوين خادم DNS"
@@ -2513,14 +2488,6 @@ msgstr "جاري تهيئة خادم DNS"
#~ "القياسية للإنترنت. لتهيئة DNS, عليك اعطاء عنوان IP لخادمي DNS الأساسي و "
#~ "الثانوي; عادة يتم اعطاء هذه العناوين عن طريق موفر خدمة الإنترنت الخاص بك."
-#, fuzzy
-#~ msgid "IP addresses are a dotted list of four numbers smaller than 256"
-#~ msgstr "عناوين IP هي قوائم منقوطة بأربع أرقام أصغر من 256"
-
-#, fuzzy
-#~ msgid "Primary DNS Address"
-#~ msgstr "عنوان DNS الأساسي:"
-
#~ msgid "Secondary DNS Address:"
#~ msgstr "عنوان DNS الثانوي:"
@@ -2544,26 +2511,6 @@ msgstr "جاري تهيئة خادم DNS"
#~ msgid "Primary DNS Address:"
#~ msgstr "عنوان DNS الأساسي:"
-#, fuzzy
-#~ msgid "Dns (add client)"
-#~ msgstr "معالج DNS (اضافة عميل)"
-
-#, fuzzy
-#~ msgid "NIS+autofs configuration wizard"
-#~ msgstr "معالج تهيئة DNS"
-
-#, fuzzy
-#~ msgid "Nis Server:"
-#~ msgstr "خادم الأخبار"
-
-#, fuzzy
-#~ msgid "Home nis:"
-#~ msgstr "الدليل الخاص:"
-
-#, fuzzy
-#~ msgid "Nis directory Makefile:"
-#~ msgstr "دليل المستخدم:"
-
#~ msgid "Cancel"
#~ msgstr "الغاء"
@@ -2576,14 +2523,6 @@ msgstr "جاري تهيئة خادم DNS"
#~ msgid "Filesystem Size Used Avail Use% Mounted on"
#~ msgstr "نظام الملفات الحجم المستخدم الموجود الإستخدام% محمل في"
-#, fuzzy
-#~ msgid "Warming."
-#~ msgstr "تحذير"
-
-#, fuzzy
-#~ msgid "Congratulationss"
-#~ msgstr "تهانينا"
-
#~ msgid ""
#~ "Press next to configure these parameters now, or Cancel to exit this "
#~ "wizard."
diff --git a/po/az.po b/po/az.po
index 98b631ce..a3b9c569 100644
--- a/po/az.po
+++ b/po/az.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-az\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-01-29 14:51+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani Turkish <gnome@azitt.com>\n"
@@ -41,12 +41,12 @@ msgstr "Xəta"
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Təbriklər"
@@ -138,7 +138,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Xəta"
@@ -268,8 +268,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "qeyri-fəal"
@@ -278,8 +278,8 @@ msgstr "qeyri-fəal"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "fəal"
@@ -295,8 +295,8 @@ msgstr "Sehirbaz vericinizin DHCP xidmətlərini müvəffəqiyyətlə quraşdır
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "fəal"
@@ -304,8 +304,8 @@ msgstr "fəal"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -313,7 +313,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -363,7 +363,7 @@ msgstr ""
"kompüter adları üçün yerli DNS xidməti tə'min edəcək."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -486,7 +486,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "Dns (quraşdırma)"
@@ -579,7 +579,7 @@ msgstr "Poçt vericisi"
msgid "FTP server"
msgstr "FTP Vericisi"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Samba vericisi"
@@ -604,7 +604,7 @@ msgstr "Nis vericisi + Autofs"
msgid "Mandrake Install server"
msgstr ""
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "PXE vericisini seç"
@@ -850,85 +850,102 @@ msgstr ""
msgid "Install Server"
msgstr "Çap Vericisi:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Nis Vericisi - NIS + Autofs(nfs) vericilərini quraşdır"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "DNS quraşdırma sehirbazı"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "PXE vericisini seç."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Quraşdırma Sehirbazı"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
-msgstr ""
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
+msgstr "Bölüşülmüş qovluq:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Xəbərlər Vericisi Adı:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "İstifadəçi cərgəsi: "
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -936,85 +953,85 @@ msgstr ""
msgid "Password"
msgstr ""
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "İstifadəçi cərgəsi: "
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Xəbərdarlıq: "
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Bölüşülmüş qovluq:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Sehirbaz NFS Vericinizi müvəffəqiyyətlə quraşdırdı"
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Sehirbaz alıcını müvəffəqiyyətlə əlavə etdi."
#: ../news_wizard/Inn.pm:33
@@ -1108,7 +1125,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1340,7 +1357,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1365,7 +1382,8 @@ msgstr "Sehirbaz Samba vericinizi müvəffəqiyyətlə quraşdırdı."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Sehirbaz Samba vericinizi müvəffəqiyyətlə quraşdırdı."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1746,39 +1764,39 @@ msgstr "Sehirbazı keç"
msgid "PXE Wizard"
msgstr "PXE Sehirbazı"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "PXE vericisini seç"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
#, fuzzy
msgid "Add boot image in PXE"
msgstr "əlavə et - PXE-yə əks əlavə et"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
#, fuzzy
msgid "Remove boot image in PXE"
msgstr "sil - PXE-dən əksi sil"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
#, fuzzy
msgid "Modify boot image in PXE"
msgstr "təkmilləşdir - PXE-dəki əksi təkmilləşdir"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
#, fuzzy
msgid "Add all.rdz image in PXE"
msgstr "əlavə et - PXE-yə əks əlavə et"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "PXE sehirbazı"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "PXE vericisini seç."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1788,7 +1806,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1798,223 +1816,228 @@ msgstr ""
"Bu quraşdırma, xarici DNS'ə ötürülmüş yerli olmayan istəklər alan yerli "
"kompüter adları üçün yerli DNS xidməti tə'min edəcək."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
#, fuzzy
msgid "Add a boot image"
msgstr "Açılış əksi əlavə et"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
#, fuzzy
msgid "Remove a boot image"
msgstr "Açılış əksini sil"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
#, fuzzy
msgid "Add option to boot image:"
msgstr "Açılış əksinə seçim əlavə et"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Verici Banneri:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "İstifadəçi cərgəsi: "
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "Qurulum bacarılmadı"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Xüsusi dhcpd.conf işlədiləcəkdir"
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
#, fuzzy
msgid "Please provide a bootable image..."
msgstr "Açılış əksini sil"
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "İstifadəçi cərgəsi: "
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Açılış əksini sil"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Sehirbaz alıcını müvəffəqiyyətlə əlavə etdi."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Sehirbaz alıcını müvəffəqiyyətlə əlavə etdi."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Sehirbaz alıcını müvəffəqiyyətlə əlavə etdi."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Sehirbaz vəkil vericinizi müvəffəqiyyətlə quraşdırdı."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "Configuring PXE server on your system..."
msgstr "Sisteminiz Nis Alıcısı olaraq quraşdırılır ..."
@@ -2059,7 +2082,7 @@ msgstr "Samba xidmət edəcəyi Windows İş Qrupunun adını bilməlidir."
msgid "Workgroup"
msgstr "İş qrupu"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "İş qrupu:"
@@ -2179,7 +2202,7 @@ msgstr ""
"etməlidirlər."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Bölüşülmüş qovluq:"
@@ -2228,36 +2251,34 @@ msgstr "Samba Quraşdırılır"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr "Sehirbaz Samba'nı quraşdırmaq üçün aşağıdakı parametrləri topladı."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Verici Banneri:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Fayl Bölüşməsi:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Çap Vericisi:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Ev:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Çapçılar:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Sehirbaz Samba vericinizi müvəffəqiyyətlə quraşdırdı."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "FTP Vericisi Quraşdırılır"
diff --git a/po/bg.po b/po/bg.po
index d93ee888..66cf3c5e 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-bg\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-08-29 00:54+0300\n"
"Last-Translator: Boyan Ivanov <boyan17@bulgaria.com>\n"
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
@@ -41,12 +41,12 @@ msgstr ""
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Поздравления"
@@ -135,7 +135,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr ""
@@ -265,8 +265,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "изключен"
@@ -275,8 +275,8 @@ msgstr "изключен"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "включен"
@@ -292,8 +292,8 @@ msgstr "Помощникът успешно настрои DHCP услугите
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "включен"
@@ -301,8 +301,8 @@ msgstr "включен"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -310,7 +310,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -360,7 +360,7 @@ msgstr ""
"имена,а нелокалните ще бъдат пренасочвани през външния DNS."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -483,7 +483,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS помощник (настройка)"
@@ -579,7 +579,7 @@ msgstr "FTP сървър"
msgid "FTP server"
msgstr "FTP сървър"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Сървър за база данни"
@@ -608,7 +608,7 @@ msgstr "Новинарски сървър"
msgid "Mandrake Install server"
msgstr "FTP сървър"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "NFS сървър"
@@ -852,86 +852,102 @@ msgstr ""
msgid "Install Server"
msgstr "Интранет FTP сървър:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Помощник за настройка на FTP сървър"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Конфигурационен магьосник"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Сървър за база данни"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Конфигурационен магьосник"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Потребителска директория:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Потребителско име:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Парола:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Потребителска директория:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -940,84 +956,84 @@ msgstr ""
msgid "Password"
msgstr "Парола:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Потребителска директория:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Предупреждение:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr ""
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Помощникът успешно настрои вашият NFS сървър."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Помощникът успешно добави клиента"
#: ../news_wizard/Inn.pm:33
@@ -1109,7 +1125,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1336,7 +1352,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1361,7 +1377,8 @@ msgstr "Помощникът успешно настрои вашият NFS съ
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Помощникът успешно настрои защитната стена на сървъра ви."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1716,38 +1733,38 @@ msgstr "Магьосник за клиента"
msgid "PXE Wizard"
msgstr "FTP помощник"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS сървър"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP помощник"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Сървър за база данни"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1757,7 +1774,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1767,218 +1784,223 @@ msgstr ""
"Тези настройки ще предоставят локална DNS услуга за локалните компютърни "
"имена,а нелокалните ще бъдат пренасочвани през външния DNS."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Новинарски сървър:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Потребителска директория:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "инсталацията провалена"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Потребителска директория:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Помощникът успешно добави клиента"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Помощникът успешно добави клиента"
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Помощникът успешно добави клиента"
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Помощникът успешно добави клиента"
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Помощникът успешно настрои вашият NFS сървър."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2020,7 +2042,7 @@ msgstr ""
msgid "Workgroup"
msgstr "Работна група"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Работна група:"
@@ -2122,7 +2144,7 @@ msgid ""
msgstr ""
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr ""
@@ -2168,37 +2190,35 @@ msgstr ""
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr "Помощникът научи следните параметри:"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr ""
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr ""
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
#, fuzzy
msgid "Print Server:"
msgstr "FTP сървър"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr ""
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr ""
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr ""
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Настройване на FTP сървър"
@@ -2452,42 +2472,6 @@ msgstr "Настройване на DNS сървъра"
#~ msgid "IP number of the machine:"
#~ msgstr "IP адрес на компютъра:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Сървър за база данни"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Настройване на DNS сървъра"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS сървър"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Новинарски сървър"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS сървър"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "FTP сървър"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Новинарски сървър"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP помощник"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "Помощник за настройка на DNS"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "Адреси на DNS сървъри"
diff --git a/po/bs.po b/po/bs.po
index 656fc35f..c4587630 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-bs\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-09-20 12:39+0200\n"
"Last-Translator: Vedran Ljubovic <vljubovic@smartnet.ba>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
@@ -44,12 +44,12 @@ msgstr "Greška."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Čestitam"
@@ -141,7 +141,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "Greška."
@@ -273,8 +273,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "isključen"
@@ -283,8 +283,8 @@ msgstr "isključen"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "uključen"
@@ -300,8 +300,8 @@ msgstr "Čarobnjak je uspješno podesio DHCP servis na ovom serveru."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "uključen"
@@ -309,8 +309,8 @@ msgstr "uključen"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -318,7 +318,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -369,7 +369,7 @@ msgstr ""
"čemu su svi ne-lokalni zahtjevi preusmjereni na neki vanjski DNS."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -495,7 +495,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS čarobnjak (podešavanje)"
@@ -592,7 +592,7 @@ msgstr "Ime mail servera:"
msgid "FTP server"
msgstr "FTP server"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Server baze podataka"
@@ -622,7 +622,7 @@ msgstr "News server"
msgid "Mandrake Install server"
msgstr "Ime mail servera:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "NFS server"
@@ -868,88 +868,104 @@ msgstr ""
msgid "Install Server"
msgstr "Print server:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Konfiguracija time servera sačuvana"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Čarobnjak za podešavanje"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Server baze podataka"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Čarobnjak za podešavanje"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Korisnički direktorij:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Ime računara:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Ime računara:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Korisničko ime:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Šifra:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Korisnički direktorij:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -958,85 +974,85 @@ msgstr ""
msgid "Password"
msgstr "Šifra:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Korisnički direktorij:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Upozorenje:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Dijeljeni direktorij:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Čarobnjak je uspješno podesio proxy server."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Čarobnjak je uspješno dodao klijenta."
#: ../news_wizard/Inn.pm:33
@@ -1129,7 +1145,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1357,7 +1373,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1382,7 +1398,8 @@ msgstr "Čarobnjak je uspješno podesio Samba server."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Čarobnjak je uspješno podesio Samba server."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1769,38 +1786,38 @@ msgstr "Squid čarobnjak"
msgid "PXE Wizard"
msgstr "FTP čarobnjak"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS server"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP čarobnjak"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Server baze podataka"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1810,7 +1827,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1820,218 +1837,223 @@ msgstr ""
"Podešavajući ga pružićete lokalni DNS servis za imena lokalnih računara, pri "
"čemu su svi ne-lokalni zahtjevi preusmjereni na neki vanjski DNS."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Ime servera:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Korisnički direktorij:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "instalacija nije uspjela"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Korisnički direktorij:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Čarobnjak je uspješno dodao klijenta."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Čarobnjak je uspješno dodao klijenta."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Čarobnjak je uspješno dodao klijenta."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Čarobnjak je uspješno dodao klijenta."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Čarobnjak je uspješno podesio proxy server."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2073,7 +2095,7 @@ msgstr "Samba mora znati koju Windows radnu grupu će opsluživati."
msgid "Workgroup"
msgstr "Radna grupa"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Radna grupa:"
@@ -2194,7 +2216,7 @@ msgstr ""
"Sambe, ali oni moraju koristiti smbpasswd da bi postavili šifru."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Dijeljeni direktorij:"
@@ -2242,38 +2264,36 @@ msgstr "Podešavanje Sambe"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Čarobnjak je prikupio sljedeće parametre koji su potrebni za podešavanje "
"Sambe."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Server banner:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Dijeljenje datoteka:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Print server:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Home:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Štampači:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Čarobnjak je uspješno podesio Samba server."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Podešavanje FTP servera"
@@ -2558,42 +2578,6 @@ msgstr "Podešavanje DNS servera"
#~ msgid "IP number of the machine:"
#~ msgstr "IP broj računara:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Server baze podataka"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Podešavanje DNS servera"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS server"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "News server"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS server"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Time serveri"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "News server"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP čarobnjak"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "DNS čarobnjak"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "Adrese DNS servera"
diff --git a/po/ca.po b/po/ca.po
index f37f0fd1..3af0c361 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-02-11 15:46+0100\n"
"Last-Translator: Albert Astals Cid <astals11@terra.es>\n"
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
@@ -42,12 +42,12 @@ msgstr "Error."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Felicitats"
@@ -134,7 +134,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Error"
@@ -192,11 +192,13 @@ msgstr ""
#: ../dhcp_wizard/Dhcp.pm:58
msgid "This wizard will help you configuring the DHCP services of your server."
-msgstr "Aquest auxiliar us ajudarà a configurar els serveis DHCP del vostre servidor."
+msgstr ""
+"Aquest auxiliar us ajudarà a configurar els serveis DHCP del vostre servidor."
#: ../dhcp_wizard/Dhcp.pm:64
msgid "If You want to enable PXE for your dhcp server please check the box."
-msgstr "Si vols habilitar el PXE per el teu servidor si us plau marqueu la caixa."
+msgstr ""
+"Si vols habilitar el PXE per el teu servidor si us plau marqueu la caixa."
#: ../dhcp_wizard/Dhcp.pm:64
msgid "Range of addresses used by dhcp"
@@ -261,8 +263,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "inhabilitat"
@@ -271,8 +273,8 @@ msgstr "inhabilitat"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "habilitat"
@@ -288,16 +290,16 @@ msgstr "L'auxiliar ha configurat els serveis DHCP del servidor amb èxit."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr "Ha fallat"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Tornar a llançar drakwizard i intenta canviar alguns paràmetres."
@@ -305,14 +307,15 @@ msgstr "Tornar a llançar drakwizard i intenta canviar alguns paràmetres."
msgid "You need to readjust your hostname."
msgstr "Heu de reajustar el nom de la vostre màquina."
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
"it."
msgstr ""
-"Heu de reajustar el vostre nom domini. Un servidor de DNS necessita un nom de domini correcte "
-"diferent de localdomain o cap. Executeu drakconnect per ajustar-lo."
+"Heu de reajustar el vostre nom domini. Un servidor de DNS necessita un nom "
+"de domini correcte diferent de localdomain o cap. Executeu drakconnect per "
+"ajustar-lo."
#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:691
msgid "Master DNS server"
@@ -354,7 +357,7 @@ msgstr ""
"ordinadors locals, i les peticions no locals es reenviaran a un DNS exterior."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Què voleu fer:"
@@ -390,8 +393,8 @@ msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
msgstr ""
-"Hi ha reenviament en aquelles peticions per a les quals no el servidor no és autoritatiu "
-"i no té la resposta a la seva memòria cau."
+"Hi ha reenviament en aquelles peticions per a les quals no el servidor no és "
+"autoritatiu i no té la resposta a la seva memòria cau."
#: ../dns_wizard/Bind.pm:152
msgid "IP of your forwarder"
@@ -415,7 +418,9 @@ msgstr "Afegeix domini de cerca"
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
-msgstr "El nom de domini d'aquest servidor s'afegeix automàticament i no cal que l'afegeixis aquí."
+msgstr ""
+"El nom de domini d'aquest servidor s'afegeix automàticament i no cal que "
+"l'afegeixis aquí."
#: ../dns_wizard/Bind.pm:160
msgid ""
@@ -430,7 +435,8 @@ msgid "Default domain name to search:"
msgstr ""
#: ../dns_wizard/Bind.pm:168
-msgid "This is not a valid IP address for your forwarder... press next to continue"
+msgid ""
+"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
#: ../dns_wizard/Bind.pm:173
@@ -447,7 +453,9 @@ msgstr "Aquesta adreça IP no és vàlida... Premeu Següent per continuar"
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
-msgstr "Sembla que el nom de màquina ja és a la teva configuració de DNS... prem següent per continuar"
+msgstr ""
+"Sembla que el nom de màquina ja és a la teva configuració de DNS... prem "
+"següent per continuar"
#: ../dns_wizard/Bind.pm:193
msgid "Error:"
@@ -464,22 +472,22 @@ msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-"Sembla que no s'ha establert cap servidor DNS a través de l'auxiliar. "
-"Si us plau executeu l'auxiliar de DNS: Servidor DNS Mestre"
+"Sembla que no s'ha establert cap servidor DNS a través de l'auxiliar. Si us "
+"plau executeu l'auxiliar de DNS: Servidor DNS Mestre"
#: ../dns_wizard/Bind.pm:203
msgid ""
"It seems that your are not a master DNS server, but just a slave one. So I "
"can't add/remove host."
msgstr ""
-"Sembla que no sou un servidor DNS mestre sinó un esclau. "
-"Per tant no es poden afegir/eliminar noms de màquina."
+"Sembla que no sou un servidor DNS mestre sinó un esclau. Per tant no es "
+"poden afegir/eliminar noms de màquina."
#: ../dns_wizard/Bind.pm:208
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "amb aquesta configuració:"
@@ -500,8 +508,10 @@ msgid "Client with this identification will be removed from your DNS"
msgstr ""
#: ../dns_wizard/Bind.pm:233
-msgid "The DNS server is about to be configured with the following configuration"
-msgstr "El servidor DNS està a punt de ser configurat amb la configuració següent"
+msgid ""
+"The DNS server is about to be configured with the following configuration"
+msgstr ""
+"El servidor DNS està a punt de ser configurat amb la configuració següent"
#: ../dns_wizard/Bind.pm:235
msgid "Server Hostname:"
@@ -559,7 +569,7 @@ msgstr "Servidor de correu"
msgid "FTP server"
msgstr "Servidor FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Servidor Samba"
@@ -583,7 +593,7 @@ msgstr ""
msgid "Mandrake Install server"
msgstr "Servidor d'instal·lació Mandrake"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "Servidor PXE"
@@ -618,7 +628,8 @@ msgstr "Auxiliar de configuració del servidor FTP"
#: ../ftp_wizard/Proftpd.pm:73
msgid "This wizard will help you configuring the FTP Server for your network."
-msgstr "Aquest auxiliar us ajudarà a configurar el servidor FTP per la vostra xarxa."
+msgstr ""
+"Aquest auxiliar us ajudarà a configurar el servidor FTP per la vostra xarxa."
#: ../ftp_wizard/Proftpd.pm:79
msgid "FTP Server"
@@ -646,11 +657,14 @@ msgstr "Habilita el servidor FTP per a internet"
#: ../ftp_wizard/Proftpd.pm:88
msgid "Admin Email: email address of FTP administrator."
-msgstr "Correu de l'administrador: adreça de correu de l'administrador de l'FTP."
+msgstr ""
+"Correu de l'administrador: adreça de correu de l'administrador de l'FTP."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Allow FTP resume: allow resume upload or download on FTP server."
-msgstr "Permet la continuació FTP: permet que les pujades i descarregues del servidor FTP puguin continuar."
+msgstr ""
+"Permet la continuació FTP: permet que les pujades i descarregues del "
+"servidor FTP puguin continuar."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Allow FXP: allow file transfer via other FTP."
@@ -754,7 +768,8 @@ msgstr "Permet FXP"
#: ../ftp_wizard/Proftpd.pm:149
msgid "The wizard successfully configured your Intranet/Internet FTP Server"
-msgstr "L'auxiliar ha configurat el servidor FTP per a Intranet/Internet amb èxit"
+msgstr ""
+"L'auxiliar ha configurat el servidor FTP per a Intranet/Internet amb èxit"
#: ../installsrv_wizard/Installsrv.pm:51
msgid "Configure a MDK install server (via NFS and http)"
@@ -764,7 +779,9 @@ msgstr "Configura un servidor d'instal·lació MDK (via NFS i http)"
msgid ""
"Easily configure a Mandrake server installation directory, with NFS and HTTP "
"access."
-msgstr "Configura fàcilment un directori per a servidor d'instal·lació de Mandrake amb accés NFS i HTTP"
+msgstr ""
+"Configura fàcilment un directori per a servidor d'instal·lació de Mandrake "
+"amb accés NFS i HTTP"
#: ../installsrv_wizard/Installsrv.pm:56
msgid "Destination directory: copy file in which directory ?"
@@ -778,7 +795,9 @@ msgstr "Configuració del servidor d'instal·lació"
msgid ""
"Path to data: specify your source directory, should be base of an Mandrake "
"installation."
-msgstr "Ruta a les dates: especifiqueu el directori font, ha de ser la base d'una instal·lació Mandrake"
+msgstr ""
+"Ruta a les dates: especifiqueu el directori font, ha de ser la base d'una "
+"instal·lació Mandrake"
#: ../installsrv_wizard/Installsrv.pm:71
msgid "Destination directory could not be '/var/install/'"
@@ -800,7 +819,8 @@ msgstr "El directori destí ja està en us, si us plau escolliu-ne un altre."
#: ../installsrv_wizard/Installsrv.pm:83
msgid "Your install server will be configured with those parameters"
-msgstr "El vostre servidor d'instal·lació és configurarà amb aquests paràmetres"
+msgstr ""
+"El vostre servidor d'instal·lació és configurarà amb aquests paràmetres"
#: ../installsrv_wizard/Installsrv.pm:91
msgid "Enable NFS install server:"
@@ -822,80 +842,99 @@ msgstr "S'està copiant les dades al directori destí, pot trigar una mica..."
msgid "Install Server"
msgstr "Servidor d'instal·lació"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "Servidor - Estableix la configuració del servidor LDAP"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "Auxiliar de configuració LDAP"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+#, fuzzy
+msgid "Setup a ldap server."
msgstr "Configura un servidor LDAP"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
msgstr "UID, GUID, directori d'usuari, "
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Nom:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "Cognom:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "Nom d'usuari:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Contrasenya:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Directori d'usuari:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr "Intèrpret de comandaments per al login:"
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
-msgstr "Número d'UID:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
+msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "ID de grup:"
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+#, fuzzy
+msgid "LDAP RootDSE"
+msgstr "RootDSE"
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "RootDN is the manager of your ldap server."
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr "RootDSE"
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr "RootDN"
@@ -903,81 +942,83 @@ msgstr "RootDN"
msgid "Password"
msgstr "Contrasenya"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "Directori d'usuari:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr "shadowMax:"
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr "shadowMin:"
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr "shadowWarning:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr "shadowInactive:"
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr "shadowExpire:"
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr "objectClass:"
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "Error en el directori d'inici"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr "Error, la contrasenya no pot ser buida"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr "Error a l'intèrpret de comandaments per al login:"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "Si us plau escolliu-ne un correcte"
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr "Ha de ser un número"
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "L'auxiliar ha configurat LDAP amb èxit."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+#, fuzzy
+msgid "Successfully add data"
msgstr "Les dades s'han afegit amb èxit"
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
-msgstr ""
+#: ../ldap_wizard/ldap.pm:171
+#, fuzzy
+msgid "The wizard successfully add entry in ldap"
+msgstr "L'auxiliar ha afegit el client amb èxit."
#: ../news_wizard/Inn.pm:33
msgid "News Wizard"
@@ -1070,7 +1111,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1087,7 +1128,8 @@ msgid "Polling Interval:"
msgstr "Interval de sondeig:"
#: ../news_wizard/Inn.pm:96
-msgid "The wizard successfully configured your Internet News service of your server."
+msgid ""
+"The wizard successfully configured your Internet News service of your server."
msgstr ""
"L'auxiliar ha configurat el servei de notícies d'Internet del servidor amb "
"èxit."
@@ -1293,8 +1335,8 @@ msgid "NIS server: hostname of the nisserver."
msgstr "Servidor NIS: nom de màquina del servidor NIS"
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
-msgstr "Configurarà el vostre ordinador con un client NIS."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
+msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
msgid "Error should be a directory"
@@ -1312,11 +1354,16 @@ msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:141
msgid "The wizard successfully configured your machine to be a NIS client."
-msgstr "L'auxiliar ha configurat el teu sistema per a ser un client NIS amb èxit."
+msgstr ""
+"L'auxiliar ha configurat el teu sistema per a ser un client NIS amb èxit."
#: ../nisautofs_wizard/Nisautofs.pm:148
-msgid "The wizard successfully configured your machine to be a NIS with autofs map."
+#, fuzzy
+msgid ""
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr ""
+"L'auxiliar ha configurat el teu sistema per a ser un client NIS amb èxit."
#: ../nisautofs_wizard/Nisautofs.pm:309
msgid "Configuring your system to be a NIS server with Autofs map..."
@@ -1340,7 +1387,8 @@ msgstr "Auxiliar del postfix"
#: ../postfix_wizard/Postfix.pm:49
msgid "Error, can't find your hostname in /etc/hosts. Exiting."
-msgstr "Error no s'ha trobat el vostre nom de màquina a /etc/hosts. S'està sortint."
+msgstr ""
+"Error no s'ha trobat el vostre nom de màquina a /etc/hosts. S'està sortint."
#: ../postfix_wizard/Postfix.pm:59
msgid "External Mail server"
@@ -1411,7 +1459,9 @@ msgstr "L'emmascarament no és correcte"
msgid ""
"Error, sendmail is installed, please remove it before install and configure "
"Postfix"
-msgstr "Error, està instal·lat sendmail, elimina'l abans d'instal·lar i configurar Postfix"
+msgstr ""
+"Error, està instal·lat sendmail, elimina'l abans d'instal·lar i configurar "
+"Postfix"
#: ../postfix_wizard/Postfix.pm:107 ../postfix_wizard/Postfix.pm:134
msgid "Internet Mail Gateway"
@@ -1478,7 +1528,8 @@ msgid "Configuring the Internal Mail Server"
msgstr "S'està configurant el servidor de correu intern"
#: ../postfix_wizard/Postfix.pm:147
-msgid "The wizard successfully configured your Internet Mail service of your server."
+msgid ""
+"The wizard successfully configured your Internet Mail service of your server."
msgstr ""
"L'auxiliar ha configurat el servei de correu d'Internet del servidor amb "
"èxit."
@@ -1547,7 +1598,8 @@ msgid "Proxy port:"
msgstr "Port del servidor intermediari:"
#: ../proxy_wizard/Squid.pm:81
-msgid "Press Next if you want to keep this value, or Back to correct your choice."
+msgid ""
+"Press Next if you want to keep this value, or Back to correct your choice."
msgstr ""
"Premeu Següent si voleu mantenir aquest valor, o Anterior per corregir la "
"vostra elecció."
@@ -1565,14 +1617,16 @@ msgid "You must choose a port greater than 1024 and lower than 65535"
msgstr "Heu de triar un port més gran que 1024 i menor que 65535"
#: ../proxy_wizard/Squid.pm:92
-msgid "Disk Cache is the amount of disk space that can be used for caching on disk."
+msgid ""
+"Disk Cache is the amount of disk space that can be used for caching on disk."
msgstr ""
"La memòria cau de disc és la quantitat d'espai de disc que pot usar-se per a "
"l'intercanvi al disc."
#: ../proxy_wizard/Squid.pm:92
msgid "For your information, here is /var/spool/squid space on disk:"
-msgstr "A caire informatiu, aquí teniu l'espai al disc ocupat per /var/spool/squid:"
+msgstr ""
+"A caire informatiu, aquí teniu l'espai al disc ocupat per /var/spool/squid:"
#: ../proxy_wizard/Squid.pm:92
msgid ""
@@ -1661,7 +1715,8 @@ msgid "Configuring the Proxy"
msgstr "S'està configurant el servidor intermediari"
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-msgid "The wizard collected the following parameters needed to configure your proxy:"
+msgid ""
+"The wizard collected the following parameters needed to configure your proxy:"
msgstr ""
"L'auxiliar ha recollit els paràmetres següents necessaris per configurar el "
"servidor intermediari:"
@@ -1690,35 +1745,35 @@ msgstr "Servidor intermediari Squid"
msgid "PXE Wizard"
msgstr "Auxiliar de PXE"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Configura servidor PXE"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr "Afegeix imatge d'arrencada de PXE"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr "Elimina imatge d'arrencada de PXE"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr "Modifica imatge d'arrencada de PXE"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "Auxiliar de PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Configura un servidor PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1728,216 +1783,233 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "Afegeix una imatge d'arrencada"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr "Nom PXE: nom al menú PXE (una paraula/número, sense espais si us plau)"
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
-msgstr "Si us plau escolliu l'imatge d'arrencada PXE que voleu eliminar del servidor PXE."
+msgstr ""
+"Si us plau escolliu l'imatge d'arrencada PXE que voleu eliminar del servidor "
+"PXE."
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr "Elimina una imatge d'arrencada"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr "Imatge d'arrencada a eliminar:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr "Afegeix opció a l'imatge d'arrencada:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "Si us plau escolliu l'imatge d'arrencada PXE a modificar"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "Imatge d'arrencada a configurar:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-"IP del servidor: adreça IP del servidor que conté el directori d'instal·lació. Podeu crear un amb l'auxiliar "
-"de servidor d'instal·lació MDK."
+"IP del servidor: adreça IP del servidor que conté el directori "
+"d'instal·lació. Podeu crear un amb l'auxiliar de servidor d'instal·lació MDK."
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "Imatge d'arrencada a modificar:"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "IP del servidor:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Mètode d'instal·lació:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "Opció ACPI: Advanced Configuration and Power Interface"
-#: ../pxe_wizard/Pxe.pm:179
-msgid "Network client interface: through which interface client should be installed."
+#: ../pxe_wizard/Pxe.pm:180
+msgid ""
+"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr "Opció VGA: si trobeu algun problema amb l'VGA, si us plau ajusteu-ho"
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "Opció VGA:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "Opció ACPI:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "Opció APIC:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "Opció APIC:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
-msgstr "Això configurarà tots els fitxers de configuració necessaris per establir un servidor PXE."
+msgstr ""
+"Això configurarà tots els fitxers de configuració necessaris per establir un "
+"servidor PXE."
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Es necessari usar un fitxer dhcpd.conf especial amb el paràmetre PXE."
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr "Cal una imatge. Si us plau afegiu-ne una."
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr "Si us plau doneu un nom d'entrada PXE correcte (una paraula)"
-#: ../pxe_wizard/Pxe.pm:222
-msgid "To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
+#: ../pxe_wizard/Pxe.pm:224
+msgid ""
+"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr "Un nom similar s'usa en una entrada del menú PXE"
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+#, fuzzy
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
+"Això configurarà tots els fitxers de configuració necessaris per establir un "
+"servidor PXE."
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "Directori TFTP:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+#, fuzzy
+msgid "Will now modify boot options in image"
msgstr "Ara es modificaran les opcions d'arrencada la l'imatge"
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
msgstr "Ara s'eliminarà la vostra imatge d'arrencada PXE"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr "Entrada PXE a eliminar:"
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+#, fuzzy
+msgid "Will now add your PXE boot image"
msgstr "Ara s'afegirà la vostra imatge d'arrencada PXE"
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "L'auxiliar ha afegit una imatge d'arrencada PXE amb èxit."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
msgid "The wizard successfully removed the PXE boot image."
msgstr "L'auxiliar ha esborrat l'imatge d'arrencada PXE amb èxit."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "L'auxiliar ha modificat la(es) imatge(s) amb èxit."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "L'auxiliar ha configurat el servidor PXE amb èxit."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "S'està configurant el servidor PXE al vostre sistema..."
@@ -1967,8 +2039,10 @@ msgstr ""
"d'impressió per a estacions de treball que no funcionen sobre sistemes Linux."
#: ../samba_wizard/Samba.pm:71
-msgid "This wizard will help you configuring the Samba services of your server."
-msgstr "Aquest auxiliar us ajudarà a configurar els serveis Samba del servidor."
+msgid ""
+"This wizard will help you configuring the Samba services of your server."
+msgstr ""
+"Aquest auxiliar us ajudarà a configurar els serveis Samba del servidor."
#: ../samba_wizard/Samba.pm:76
msgid "Samba needs to know the Windows Workgroup it will serve."
@@ -1978,7 +2052,7 @@ msgstr "Samba necessita conèixer el grup de treball Windows al qual servirà."
msgid "Workgroup"
msgstr "Grup de treball"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Grup de treball:"
@@ -2097,7 +2171,7 @@ msgstr ""
"mitjançant Samba, però s'haurà d'usar smbpasswd per definir les contrasenyes."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Directori compartit:"
@@ -2133,7 +2207,8 @@ msgstr "llista d'escriptura:"
#: ../samba_wizard/Samba.pm:182
msgid "Select which printers you want to be accessible from known users"
-msgstr "Esculli les impressores que vols que siguin accessibles pels usuaris coneguts"
+msgstr ""
+"Esculli les impressores que vols que siguin accessibles pels usuaris coneguts"
#: ../samba_wizard/Samba.pm:189
msgid "Enable all printers"
@@ -2144,38 +2219,37 @@ msgid "Configuring Samba"
msgstr "S'està configurant Samba"
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+#, fuzzy
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"L'auxiliar ha recollit els paràmetres següents\n"
"per configurar Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Descriptor del servidor:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Compartició de fitxers:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Servidor d'impressió:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Inici:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Impressores:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "L'auxiliar ha configurat el servidor Samba amb èxit."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
msgid "Configuring your Samba server..."
msgstr "S'està configurant el vostre servidor Samba..."
@@ -2201,7 +2275,8 @@ msgstr ""
#: ../time_wizard/Ntp.pm:82
msgid "Thus your server will be the local time server for your network."
-msgstr "Així, el vostre servidor serà el servidor horari local per a la vostra xarxa."
+msgstr ""
+"Així, el vostre servidor serà el servidor horari local per a la vostra xarxa."
#: ../time_wizard/Ntp.pm:82
msgid "press next to begin, or cancel to leave this wizard"
@@ -2376,7 +2451,8 @@ msgstr "subdirectori http d'usuari : ~/"
#: ../web_wizard/Apache.pm:108
msgid "Type the path of the directory you want being the document root."
-msgstr "Escriviu la ruta del directori que voleu que sigui l'arrel dels documents."
+msgstr ""
+"Escriviu la ruta del directori que voleu que sigui l'arrel dels documents."
#: ../web_wizard/Apache.pm:111
msgid "Document Root:"
@@ -2412,7 +2488,8 @@ msgstr "Directori d'usuari:"
#: ../web_wizard/Apache.pm:147
msgid "The wizard successfully configured your Intranet/Internet Web Server"
-msgstr "L'auxiliar ha configurat el servidor Web per a Intranet/Internet amb èxit"
+msgstr ""
+"L'auxiliar ha configurat el servidor Web per a Intranet/Internet amb èxit"
#: ../web_wizard/Apache.pm:236
msgid "Apache server"
@@ -2422,3 +2499,8 @@ msgstr "Servidor Apache"
msgid "Configuring your system as Apache server ..."
msgstr "S'està configurant el vostre sistema con servidor Apache ..."
+#~ msgid "UID number:"
+#~ msgstr "Número d'UID:"
+
+#~ msgid "Will set your computer has a NIS client."
+#~ msgstr "Configurarà el vostre ordinador con un client NIS."
diff --git a/po/cs.po b/po/cs.po
index fc2332a0..a6c168a3 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-cs\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-02-09 14:13+0100\n"
"Last-Translator: Michal Bukovjan <bukm@centrum.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -49,12 +49,12 @@ msgstr "Chyba."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Gratulujeme"
@@ -143,7 +143,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Chyba"
@@ -270,8 +270,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "vypnuto"
@@ -280,8 +280,8 @@ msgstr "vypnuto"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "zapnuto"
@@ -297,16 +297,16 @@ msgstr "Průvodce úspěšně nastavil služby DHCP na vašem serveru."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr "Selhání"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Spusťte aplikaci drakwizard znovu a zkuste změnit některé parametry."
@@ -314,7 +314,7 @@ msgstr "Spusťte aplikaci drakwizard znovu a zkuste změnit některé parametry.
msgid "You need to readjust your hostname."
msgstr "Musíte znovu upravit váš název počítače."
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -364,7 +364,7 @@ msgstr ""
"mimo lokální síť budou přeposílány na externí DNS servery."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Co chcete udělat:"
@@ -508,7 +508,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr "OK. Nyní sestavuji nastavení vašeho podřízeného DNS serveru"
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "s tímto nastavením:"
@@ -589,7 +589,7 @@ msgstr "Poštovní server"
msgid "FTP server"
msgstr "FTP server"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Samba server"
@@ -613,7 +613,7 @@ msgstr "NIS server s mapou autofs"
msgid "Mandrake Install server"
msgstr "Instalační server Mandrake"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "PXE server"
@@ -861,85 +861,99 @@ msgstr "Kopírují se data do cílového adresáře, což může chvíli trvat..
msgid "Install Server"
msgstr "Instalační server"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "Server - Nastavení LDAP serveru"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr "Přidat - přidat položku do LDAP serveru"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "Průvodce nastavením LDAP serveru"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+#, fuzzy
+msgid "Setup a ldap server."
msgstr "Nastavení LDAP serveru."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr "Vyberte operaci na LDAP:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr "Přidat data do LDAP"
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
msgstr "UID, GUID, domovský adresář, "
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Jméno:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "Příjmení:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "Uživatelské jméno:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Heslo:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Domovský adresář:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr "Přihlašovací shell:"
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr "Číslo UID:"
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "ID skupiny:"
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
-msgstr "Kontejner:"
+#: ../ldap_wizard/ldap.pm:99
+#, fuzzy
+msgid "LDAP RootDSE"
+msgstr "RootDSE"
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
msgstr ""
-"LDAP RootDSE\n"
-"Příklad: \"obelx.nux.com\" bude v nastavení LDAP \"dc=obelx,dc=nux,dc=com"
-"\".\n"
-"\n"
-"RootDN je správcem vašeho LDAP serveru."
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr "RootDSE"
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr "RootDN"
@@ -947,80 +961,82 @@ msgstr "RootDN"
msgid "Password"
msgstr "Heslo"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr "Výchozí OU"
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr "OK. Nyní přidejte položku do LDAP"
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "Domovský adresář:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
-msgstr "Číslo UID:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
+msgstr "Kontejner:"
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr "shadowMax:"
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr "shadowMin:"
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr "shadowWarning:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr "shadowInactive:"
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr "shadowExpire:"
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr "objectClass:"
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr "OK. Nyní se sestavuje vaše nastavení LDAP"
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "Chyba v domovském adresáři"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr "Chyba, heslo nesmí být prázdné"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr "Chyba v přihlašovacím shellu"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "Vyberte prosím správně"
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr "Mělo by se jednat o číslo, prosím"
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "Tento průvodce úspěšně nastavil váš LDAP server."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+#, fuzzy
+msgid "Successfully add data"
msgstr "Data byla úspěšně přidána"
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+#, fuzzy
+msgid "The wizard successfully add entry in ldap"
msgstr "Průvodce úspěšně přidal položku do LDAP"
#: ../news_wizard/Inn.pm:33
@@ -1114,7 +1130,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1342,8 +1358,8 @@ msgid "NIS server: hostname of the nisserver."
msgstr "NIS server: název počítače NIS serveru."
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
-msgstr "Nastaví váš počítač jako NIS klienta."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
+msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
msgid "Error should be a directory"
@@ -1367,8 +1383,10 @@ msgid "The wizard successfully configured your machine to be a NIS client."
msgstr "Průvodce úspěšně nastavil váš počítač jako NIS klienta."
#: ../nisautofs_wizard/Nisautofs.pm:148
+#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Průvodce úspěšně nastavil váš počítač jako NIS server s mapu autofs."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1751,36 +1769,36 @@ msgstr "Squid proxy"
msgid "PXE Wizard"
msgstr "Průvodce pro PXE"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Nastavení serveru PXE"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr "Přidat zaváděcí obraz do PXE"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr "Odstranit zaváděcí obraz z PXE"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr "Upravit zaváděcí obraz v PXE"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
#, fuzzy
msgid "Add all.rdz image in PXE"
msgstr "Přidat zaváděcí obraz do PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "Průvodce pro PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Nastavení PXE serveru."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1796,7 +1814,7 @@ msgstr ""
"operační paměti a spustí jej. Zobrazí se menu, které umožní počítači nahrát "
"a zavést operační systém ze sítě."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
@@ -1804,60 +1822,60 @@ msgstr ""
"Tento průvodce vám pomůže nastavit službu PXE a také přidat, odebrat či "
"změnit zaváděcí obrazy."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "Přidat zaváděcí obraz"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr "Název PXE: název v menu PXE (jedno slovo nebo číslo, bez mezer prosím)"
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr "Cesta k obrazu: plná cesta k obrazu (je nutný síťový zaváděcí obraz)"
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
#, fuzzy
msgid "Path to all.rdz: full path to all.rdz image"
msgstr "Cesta k obrazu: plná cesta k obrazu (je nutný síťový zaváděcí obraz)"
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr "Vyberte zaváděcí obraz PXE, který chcete odstranit z PXE serveru."
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr "Odstranit zaváděcí obraz"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr "Odstranit zaváděcí obraz:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr "Přidat volbu k zaváděcímu obrazu:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "Vyberte prosím zaváděcí obraz PXE, který chcete upravit"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "Nastavit zaváděcí obraz:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr "Instalační adresář: plná cesta k adresáři instalačního serveru MDK"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr "Způsob instalace: vyberte druh instalace pomocí NFS nebo HTTP."
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr "Volby, které se mají přidat k zaváděcímu disku PXE"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
@@ -1866,62 +1884,67 @@ msgstr ""
"Instalační adresář lze vytvořit pomocí průvodce instalačního serveru "
"Mandrake."
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "Upravit zaváděcí obraz:"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "IP adresa serveru:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "Instalační adresář:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Způsob instalace:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "Volba ACPI: Pokročilé rozhraní pro nastavení a šetření energie"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
"Síťové rozhraní klienta: přes které síťové rozhraní by měl být klient "
"instalován."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr "Velikost RAM: úprava velikosti paměti na zaváděcím disku."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr "Volba VGA: upravte, pokud se setkáte s problémy ohledně VGA."
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "Síťové rozhraní klienta:"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "Velikost RAM:"
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "Volba VGA:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "Volba ACPI:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "Volba APIC:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "Volba APIC:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
@@ -1929,95 +1952,99 @@ msgstr ""
"Toto nastaví všechny potřebné soubory s výchozím nastavením potřebné k "
"nastavení PXE serveru."
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Je nutné použít speciální soubor dhcpd.conf s parametrem PXE."
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr "Vyberte prosím zaveditelný obraz..."
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr "Vyberte prosím obraz z jiného adresáře než %s."
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr "Zadejte prosím správný název do položky PXE (jedno slovo)."
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
"Chcete-li přidat, odstranit nebo změnit zaváděcí obraz PXE, musíte nejdřív "
"nastavit PXE server."
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr "Zadejte prosím jiný název do menu PXE"
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr "Podobný název se už v PXE menu používá"
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+#, fuzzy
+msgid "Will now prepare all default files to set the PXE server"
msgstr "Nyní se připraví všechny výchozí soubory pro nastavení PXE serveru"
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "Adresář TFTP:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "Cesta k zaváděcímu obrazu:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr "Soubor PXE 'default':"
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr "Soubor PXE 'help':"
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+#, fuzzy
+msgid "Will now modify boot options in image"
msgstr "Nyní se upraví zaváděcí volby v obrazu"
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
msgstr "Nyní se odstraní zaváděcí obraz PXE"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr "Odstranit položku PXE:"
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+#, fuzzy
+msgid "Will now add your PXE boot image"
msgstr "Nyní se přidá zaváděcí obraz PXE"
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "Průvodce úspěšně přidal zaváděcí obraz PXE."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
msgid "The wizard successfully removed the PXE boot image."
msgstr "Průvodce úspěšně odebral zaváděcí obraz PXE."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "Průvodce úspěšně upravil zaváděcí obraz(y) PXE."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "Tento průvodce úspěšně nastavil váš PXE server."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "Nastavuje se PXE server na vašem systému..."
@@ -2062,7 +2089,7 @@ msgstr ""
msgid "Workgroup"
msgstr "Pracovní skupina"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Pracovní skupina:"
@@ -2183,7 +2210,7 @@ msgstr ""
"Samba, ale uživatelé musejí pro nastavení hesla použít program smbpasswd."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Sdílený adresář:"
@@ -2230,38 +2257,37 @@ msgid "Configuring Samba"
msgstr "Nastavuji server Samba"
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+#, fuzzy
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Průvodce shromáždil následující parametry potřebné\n"
"pro nastavení serveru Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Titulek serveru:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Sdílení souborů:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Tiskový server:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Domovský adresář:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Tiskárny:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Průvodce úspěšně nastavil váš server Samba."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
msgid "Configuring your Samba server..."
msgstr "Nastavuji váš server Samba..."
@@ -2507,6 +2533,25 @@ msgstr "Server Apache"
msgid "Configuring your system as Apache server ..."
msgstr "Nastavuji váš systém jako server Apache..."
+#~ msgid "UID number:"
+#~ msgstr "Číslo UID:"
+
+#~ msgid ""
+#~ "LDAP RootDSE\n"
+#~ "Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
+#~ "config.\n"
+#~ "\n"
+#~ "RootDN is the manager of your LDAP server."
+#~ msgstr ""
+#~ "LDAP RootDSE\n"
+#~ "Příklad: \"obelx.nux.com\" bude v nastavení LDAP \"dc=obelx,dc=nux,dc=com"
+#~ "\".\n"
+#~ "\n"
+#~ "RootDN je správcem vašeho LDAP serveru."
+
+#~ msgid "Will set your computer has a NIS client."
+#~ msgstr "Nastaví váš počítač jako NIS klienta."
+
#~ msgid "Choose a country:"
#~ msgstr "Vyberte zemi:"
diff --git a/po/cy.po b/po/cy.po
index 5e827ca9..14876a56 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
-"PO-Revision-Date: 2004-02-11 20:16-0000\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
+"PO-Revision-Date: 2004-02-12 22:01-0000\n"
"Last-Translator: Rhoslyn Prys <rhoslyn.prys@meddal.org.uk>\n"
"Language-Team: Cymraeg/Welsh <rhoslyn.prys@meddal.org.uk>\n"
"MIME-Version: 1.0\n"
@@ -38,12 +38,12 @@ msgstr "Gwall."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Llongyfarchiadau"
@@ -130,7 +130,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Gwall"
@@ -256,8 +256,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "anablwyd"
@@ -266,8 +266,8 @@ msgstr "anablwyd"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "galluogwyd"
@@ -283,16 +283,16 @@ msgstr "Mae'r dewin wedi ffurfweddu gwasanaethau DHCP eich gweinydd."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr "Methwyd"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Ailgychwyn drakwizard, a cheisio newid rhai paramedrau."
@@ -300,7 +300,7 @@ msgstr "Ailgychwyn drakwizard, a cheisio newid rhai paramedrau."
msgid "You need to readjust your hostname."
msgstr "Mae angen i chi newid eich enw gwesteiwr"
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -350,7 +350,7 @@ msgstr ""
"gyda cheisiadau allanol yn cael eu hanfon ymlaen i DNS allanol."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Beth hoffech ei wneud:"
@@ -488,7 +488,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr "Iawn. Adeiladu eich ffurfweddiad DNS"
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "gyda'r ffurfweddiad yma:"
@@ -570,7 +570,7 @@ msgstr "Gweinydd e-bost"
msgid "FTP server"
msgstr "Gweinydd FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Gweinydd Samba"
@@ -594,7 +594,7 @@ msgstr "Map autofs gweinydd NIS"
msgid "Mandrake Install server"
msgstr "Gweinydd Gosod Mandrake"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "Gweinydd PXE"
@@ -846,85 +846,99 @@ msgstr "Copïo data i gyfeiriadur cyrchfan, gall gymryd amser..."
msgid "Install Server"
msgstr "Gweinydd Gosod"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "Gweinydd - Gosod ffurfweddiad gweinydd LDAP"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr "Ychwanegu - ychwanegu cofnod mewn gweinydd LDAP"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "Dewin ffurfweddu LDAP"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+#, fuzzy
+msgid "Setup a ldap server."
msgstr "Gosod gweinydd LDAP"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr "pa weithred ar LDAP:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr "Ychwanegu data yn LDAP"
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
msgstr "Cyfeiriadur cartref UID, GUID."
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Enw Cyntaf:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "Enw Olaf:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "Enw Defnyddiwr:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Cyfrinair:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Cyfeiriadur cartref:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr "Cragen mewngofnodi:"
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
-msgstr "Rhif UID:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
+msgstr "Rhif uid"
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "Enw Grwp:"
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
-msgstr "Cynhwysydd:"
+#: ../ldap_wizard/ldap.pm:99
+#, fuzzy
+msgid "LDAP RootDSE"
+msgstr "RootDSE"
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
msgstr ""
-"LDAP RootDSE\n"
-"Esiampl: bydd \"obelx.nux.com\" yn \"dc=obelx,dc=nux,dc=com\" mewn "
-"ffurfweddiad LDAP.\n"
-"\n"
-"RootDN yw rheolwr eich gweinydd LDAP."
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr "RootDSE"
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr "RootDN"
@@ -932,80 +946,82 @@ msgstr "RootDN"
msgid "Password"
msgstr "Cyfrinair:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr "OU rhagosodedig"
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr "Iawn. Ychwanegwch gofnod i LDAP"
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "Cyfeiriadur cartref:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
-msgstr "Rhif uid"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
+msgstr "Cynhwysydd:"
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr "shadowMax:"
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr "shadowMin:"
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr "shadowWarning:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr "shadowInactive:"
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr "shadowExpire:"
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr "objectClass:"
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr "Iawn, Adeiladu eich ffurfweddiad LDAP"
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "Gwall yn y cyfeiriadur Cartref"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr "Gwall. pass methu bod yn wag."
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr "Gwall yng ngrhegin Mewngofnodi"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "Dewiswch un cywir"
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr "Dylai Pleas fod yn rhif"
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "Mae'r dewin wedi ffurfweddu'r LDAPt yn llwyddiannus."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+#, fuzzy
+msgid "Successfully add data"
msgstr "Llwyddiant wrth ychwanegu data"
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+#, fuzzy
+msgid "The wizard successfully add entry in ldap"
msgstr "Mae'r dewin wedi ychwanegu cofnod yn LDAP"
#: ../news_wizard/Inn.pm:33
@@ -1099,7 +1115,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1331,8 +1347,8 @@ msgid "NIS server: hostname of the nisserver."
msgstr "Gweinydd NIS: enw parth gweinydd NIS."
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
-msgstr "Gosod eich cyfrifiadur gyda cleient NIS."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
+msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
msgid "Error should be a directory"
@@ -1356,8 +1372,10 @@ msgstr ""
"Llwyddiant wrth i'r dewin ffurfweddu eich peiriant i fod yn gleient NIS."
#: ../nisautofs_wizard/Nisautofs.pm:148
+#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr ""
"Mae'r dewin wedi ffurfweddu eich peiriant yn llwyddiannus i fod yn NOIS gyda "
"autofs map. gweinydd Samba."
@@ -1735,35 +1753,35 @@ msgstr "Dirprwy squid"
msgid "PXE Wizard"
msgstr "Dewin PXE"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Gosod gweinydd PXE"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr "Ychwanegu delwedd cychwyn mewn PXE"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr "Tynnu delwedd cychwyn yn PXE"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr "Newid delwedd cychwyn yn PXE"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr "Ychwanegu delwedd cychwyn mewn PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "Dewin PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Gosod gweinydd PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1780,7 +1798,7 @@ msgstr ""
"dewislen yn cael ei ddangos, sy'n caniatáu i'r cyfrifiadur gychwyn "
"cychwynnwr system weithredu drwy'r rhwydwaith."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
@@ -1788,63 +1806,63 @@ msgstr ""
"Bydd y Dewin yn darparu gwasanaeth pxe, â'r gallu i ychwanegu/tynnu/newid "
"delweddau cychwyn."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "Ychwanegu delwedd cychwyn"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr "Enw PXE: enw yn newislen PXE (un gair/rhif, dim bylchau)"
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
"Llwybr i'r ddelwedd: llwybr llawn i'r ddelwedd (angen delwedd cychwyn "
"rhwydwaith)"
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
"Llwybr i'r ddelwedd: llwybr llawn i'r ddelwedd (angen delwedd cychwyn "
"rhwydwaith)"
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr "Dewis y ddelwedd cychwyn PXE rydych am ei dynnu o'r gweinydd PXE."
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr "Tynnu delwedd cychwyn"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr "Delwedd cychwyn i'w dynnu"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr "Ychwanegu dewis i ddelwedd cychwyn:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "Dewiswch ddelwedd cychwyn PXE i'w newid"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "Delwedd cychwyn i'w ffurfweddu:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr "Gosod cyfeiriadur: llwybr llawn i gyfeiriadur gweinydd gosod MDK"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr "Dull gosod: dewis nfs/http i osod drwy nfs/http."
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr "Dewisiadau i'w hychwanegu at ddisg cychwyn PXE"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
@@ -1852,62 +1870,67 @@ msgstr ""
"IP'r Gweinydd: Cyfeiriad IP'r gweinydd sy'n cynnwys cyfeiriadur gosod. Mae "
"modd creu un gyda dewin gweinydd gosod MDK."
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "Delwedd cychwyn i'w newid:"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "IP gweinydd:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "Cyfeiriadur gosod:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Dull gosodi:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "Dewis ACPI: Advanced Configuration and Power Interface"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
"Rhyngwyneb cleient rwydwaith: drwy'r hwn ddylai cleient ryngwyneb gael ei "
"osod."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr "Ramsize: newid ramsize ar y disg cychwyn."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr "Dewis VGA: os gewch anhawster gyda'r VGA, newidiwch. "
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "Rhyngwyneb cleient rwydwaith:"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "Ramsize:"
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "Dewisiadau VGA:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "Dewisiadau ACPI"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "Dewis APIC:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "Dewis APIC:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
@@ -1915,95 +1938,99 @@ msgstr ""
"Bydd hwn yn ffurfweddu pob ffeil ffurfweddiad rhagosodedig angenrheidiol i "
"osod gweinydd PXE/"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Byddwn yn defnyddio dhcpd.conf arbennig gyda pharamedr PXE."
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr "Darparwch ddelwedd cychwyn..."
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
-msgstr ""
+msgstr "Angen delwedd. Ychwanegwch un."
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr "Dewiswch ddelwedd o gyfeiriadur gwahanol i %s"
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr "Darparwch enw cywir i'r cofnod PXE (un gair)"
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
"I ychwanegu/tynnu/newid delwedd cychwyn PXE, rhaid rhedeg 'Gosod gweinydd "
"PXE' yn gyntaf."
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr "Rhowch enw Dewislen PXE gwahanol"
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr "Mae enw tebyg yn cael ei ddefnyddio eisoes mewn cofnod dewislen PXE"
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+#, fuzzy
+msgid "Will now prepare all default files to set the PXE server"
msgstr "Yn paratoi pob ffeil rhagosodedig i osod y gweinydd PXE"
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "Cyfeiriadur TFTP:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "Llwybr delwedd cychwyn:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr "Ffeil 'rhagosodedig 'PXE."
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr "Ffeil 'cymorth' PXE:"
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+#, fuzzy
+msgid "Will now modify boot options in image"
msgstr "Yn newid y dewisiadau cychwyn yn y ddelwedd"
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
msgstr "Yn tynnu eich delwedd cychwyn PXE"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr "Cofnod PXE i'w dynnu"
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+#, fuzzy
+msgid "Will now add your PXE boot image"
msgstr "Yn ychwanegu eich delwedd PXE"
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "Mae'r dewin wedi ychwanegu' delwedd cychwyn PXE."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
msgid "The wizard successfully removed the PXE boot image."
msgstr "Mae'r dewin wedi tynnu'r ddelwedd cychwyn PXE yn llwyddiannus."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "Mae'r dewin wedi newid delwedd(au) yn llwyddiannus."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "Mae'r dewin wedi ffurfweddu eich gweinydd PXEl yn llwyddiannus."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "Ffurfweddu gweinydd PXE ar eich system..."
@@ -2045,7 +2072,7 @@ msgstr "Mae Samba angen gwybod y Grwp Gwaith Windows bydd yn ei wasanaethu."
msgid "Workgroup"
msgstr "Grwp Gwaith"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Grwp Gwaith"
@@ -2163,7 +2190,7 @@ msgstr ""
"cartref drwy samba ond rhaid defnyddio smbpasswd i osod cyfrinair."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Cyfeiriadur rhanedig:"
@@ -2210,38 +2237,37 @@ msgid "Configuring Samba"
msgstr "Ffurfweddu Samba"
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+#, fuzzy
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Mae'r dewin wedi casglu'r paramedrau canlynol\n"
"ffurfweddu Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Baner Gweinydd"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Rhannu Ffeiliau:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Gwasanaethwr LDAP"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Cartref:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Argraffyddion:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Llwyddiant! Mae'r dewin wedi ffurfweddu eich gweinydd Samba."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
msgid "Configuring your Samba server..."
msgstr "Ffurfweddu eich gweinydd Samba..."
@@ -2485,3 +2511,22 @@ msgstr "Gweinydd gwe Apache"
#: ../web_wizard/Apache.pm:236
msgid "Configuring your system as Apache server ..."
msgstr "Ffurfweddu eich system fel gweinydd Apache..."
+
+#~ msgid "UID number:"
+#~ msgstr "Rhif UID:"
+
+#~ msgid ""
+#~ "LDAP RootDSE\n"
+#~ "Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
+#~ "config.\n"
+#~ "\n"
+#~ "RootDN is the manager of your LDAP server."
+#~ msgstr ""
+#~ "LDAP RootDSE\n"
+#~ "Esiampl: bydd \"obelx.nux.com\" yn \"dc=obelx,dc=nux,dc=com\" mewn "
+#~ "ffurfweddiad LDAP.\n"
+#~ "\n"
+#~ "RootDN yw rheolwr eich gweinydd LDAP."
+
+#~ msgid "Will set your computer has a NIS client."
+#~ msgstr "Gosod eich cyfrifiadur gyda cleient NIS."
diff --git a/po/da.po b/po/da.po
index 5fa0b71f..eeb53afa 100644
--- a/po/da.po
+++ b/po/da.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: da\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-01-31 02:18+0100\n"
"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
"Language-Team: Danish <<dansk@klid.dk>>\n"
@@ -45,12 +45,12 @@ msgstr "Fejl."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Tillykke"
@@ -135,7 +135,7 @@ msgstr "Du er i dhcp, serveren vil muligvis ikke virke med din konfiguration."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Fejl"
@@ -263,8 +263,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "deaktiveret"
@@ -273,8 +273,8 @@ msgstr "deaktiveret"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "aktiveret"
@@ -291,8 +291,8 @@ msgstr ""
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "aktiveret"
@@ -300,8 +300,8 @@ msgstr "aktiveret"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -309,7 +309,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -356,7 +356,7 @@ msgstr ""
"maskinnavne, med ikke-lokale forespørgsler sendt videre til en DNS udenfor."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -478,7 +478,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "med denne konfiguration:"
@@ -568,7 +568,7 @@ msgstr "E-postserver"
msgid "FTP server"
msgstr "FTP-server"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Samba-server"
@@ -594,7 +594,7 @@ msgstr "NIS-server og Autofs"
msgid "Mandrake Install server"
msgstr "E-postserver"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "Indstil PXE-server"
@@ -839,88 +839,104 @@ msgstr ""
msgid "Install Server"
msgstr "Printserver:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Nis Server - Opsætning af konfiguration af NIS + Autofs(nfs) server"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Konfigurationshjælper"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Indstil en PXE-server."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Hvilken handling skal hjælperen lave:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Brugerkatalog:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Værtsnavn:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Værtsnavn:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Brugernavn:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Adgangskode:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Brugerkatalog:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -929,85 +945,85 @@ msgstr ""
msgid "Password"
msgstr "Adgangskode:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Brugerkatalog:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Advarsel:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Delt katalog:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Hjælperen har konfigureret din proxy-server uden problemer."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Hjælperen tilføjede klienten uden problemer."
#: ../news_wizard/Inn.pm:33
@@ -1100,7 +1116,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1333,7 +1349,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1358,7 +1374,8 @@ msgstr "Hjælperen konfigurerede din Samba-server uden problemer."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Hjælperen konfigurerede din Samba-server uden problemer."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1744,39 +1761,39 @@ msgstr "Squid"
msgid "PXE Wizard"
msgstr "PXE-hjælper"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Indstil PXE-server"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
#, fuzzy
msgid "Add boot image in PXE"
msgstr "add - Tilføj aftryk i PXE"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
#, fuzzy
msgid "Remove boot image in PXE"
msgstr "remove - fjern aftryk i PXE"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
#, fuzzy
msgid "Modify boot image in PXE"
msgstr "Modify - Ændr aftryk i PXE"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
#, fuzzy
msgid "Add all.rdz image in PXE"
msgstr "add - Tilføj aftryk i PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "PXE-hjælper"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Indstil en PXE-server."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1786,7 +1803,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1796,225 +1813,231 @@ msgstr ""
"konfiguration vil give en PXE-tjeneste, og mulighed for at tilføje, fjerne "
"og ændre opstartsaftryk."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
#, fuzzy
msgid "Add a boot image"
msgstr "Tilføj et opstartsaftryk:"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
#, fuzzy
msgid "Remove a boot image"
msgstr "Fjern et opstatsaftryk"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
#, fuzzy
msgid "Add option to boot image:"
msgstr "Tilføj valgmulighed til opstatsaftryk"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Servernavn:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Brugerkatalog:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "Installation mislykkedes"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
#, fuzzy
msgid "ACPI option:"
msgstr "Hvilken handling:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
#, fuzzy
msgid "APIC option:"
msgstr "Hvilken handling:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "Hvilken handling:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Vi vil bruge en særlig dhcpd.conf"
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
#, fuzzy
msgid "Please provide a bootable image..."
msgstr "Fjern et opstatsaftryk"
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Brugerkatalog:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Fjern et opstatsaftryk"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Hjælperen tilføjede klienten uden problemer."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Hjælperen tilføjede klienten uden problemer."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Hjælperen tilføjede klienten uden problemer."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Hjælperen har konfigureret din proxy-server uden problemer."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "Configuring PXE server on your system..."
msgstr "Konfigurerer dit system som en Nis-klient ..."
@@ -2059,7 +2082,7 @@ msgstr "Samba skal kende de Windows-arbejdsgrupper den skal betjene."
msgid "Workgroup"
msgstr "Arbejdsgruppe"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Arbejdsgruppe:"
@@ -2176,7 +2199,7 @@ msgstr ""
"men du eller de skal bruge smbpasswd til at sætte en adgangskode."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Delt katalog:"
@@ -2226,37 +2249,35 @@ msgstr "Konfigurerer Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Hjælperen samlede følgende parametre som behøves for at konfigurere Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Server-beskrivelse:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Fildeling:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Printserver:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Hjem:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Printere:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Hjælperen konfigurerede din Samba-server uden problemer."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Konfigurerer FTP-serveren"
@@ -2534,32 +2555,12 @@ msgstr "Konfigurerer dit system som en Nis+Autofs(nfs) server ..."
#~ msgid "IP number of the machine:"
#~ msgstr "Maskinens IP-nummer:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Indstil en PXE-server."
-
-#, fuzzy
-#~ msgid "Apic option:"
-#~ msgstr "Hvilken handling:"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Konfigurerer DNS-serveren"
-
#~ msgid "Dhcp server"
#~ msgstr "Dhcp-server"
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Nis-server:"
-
#~ msgid "Ftp server"
#~ msgstr "FTP-server"
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Tidsserver"
-
#~ msgid "remove host - Remove a Host in DNS"
#~ msgstr "remove vært - fjern en vært i DNS"
diff --git a/po/de.po b/po/de.po
index 39713dd1..4308907f 100644
--- a/po/de.po
+++ b/po/de.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-de\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-01-30 00:32+0100\n"
"Last-Translator: Sebastian Deutscher <sebastian_deutscher@web.de>\n"
"Language-Team: german <cooker-i18n@linux-mandrake.com>\n"
@@ -50,12 +50,12 @@ msgstr "Fehler."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Herzlichen Glückwunsch"
@@ -146,7 +146,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Fehler"
@@ -278,8 +278,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "aus"
@@ -288,8 +288,8 @@ msgstr "aus"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "ein"
@@ -306,8 +306,8 @@ msgstr ""
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "ein"
@@ -315,8 +315,8 @@ msgstr "ein"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -324,7 +324,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr "Sie müssen Ihren Rechnernamen korrigieren."
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -374,7 +374,7 @@ msgstr ""
"aderer Subnetze/des Internets entsprechend weiterleitet."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Was wollen Sie machen:"
@@ -504,7 +504,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr "Okay. DNS-Slave-Konfiguration wird erstellt"
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "mit dieser Konfiguration:"
@@ -589,7 +589,7 @@ msgstr "Mail-Server"
msgid "FTP server"
msgstr "FTP-Server"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Samba-Server"
@@ -613,7 +613,7 @@ msgstr ""
msgid "Mandrake Install server"
msgstr "Mandrake Installations-Server"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "PXE-Server"
@@ -872,86 +872,100 @@ msgstr "Kopiere Daten ins Ziel-Verzeichnis, kann eine Weile dauern..."
msgid "Install Server"
msgstr "Installations-Server"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "LDAP-Server konfigurieren"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr "Eintrag zum LDAP-Server hinzufügen"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "LDAP-Konfigurations-Assistent"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+#, fuzzy
+msgid "Setup a ldap server."
msgstr "LDAP-Server einrichten"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "welche Operation auf LDAP:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr "Daten zum LDAP hinzufügen"
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
msgstr "UID, GUID, Persönliches Verzeichnis,"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Erster Name:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "Letzter Name:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "Benutzername:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Passwort:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Persönliches Verzeichnis:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr "Login-Shell:"
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr "UID-Nummer:"
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "Gruppen-ID:"
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
-msgstr "Container:"
+#: ../ldap_wizard/ldap.pm:99
+#, fuzzy
+msgid "LDAP RootDSE"
+msgstr "RootDSE"
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-"LDAP RootDSE\n"
-"Beispiel: \"obelx.nux.com\" wird \"dc=obelx,dc=nux,dc=com\" in der LDAP-"
-"Konfiguration sein.\n"
-"\n"
-"RootDN ist der Manager Ihres LDAP-Servers."
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr "RootDSE"
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr "RootDN"
@@ -959,84 +973,85 @@ msgstr "RootDN"
msgid "Password"
msgstr "Passwort"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr "Standard-OU"
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr "Okay. Füge nun Eintrag zum LDAP hinzu"
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "Persönliches Verzeichnis:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
-msgstr "UID-Nummer:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
+msgstr "Container:"
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Warnung:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr "Okay. LDAP-Konfiguration wird erstellt"
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "Fehler im Persönlichen Verzeichnis"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
#, fuzzy
msgid "Error, pass could not be empty"
msgstr "Fehler, Passwort darf nicht leer sein"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr "Fehler in Login-Shell"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "Bitte wählen Sie einen Richtigen aus"
# ???
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr "Es sollte eine Zahl sein"
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "Der Assistent hat den LDAP-Server erfolgreich eingerichtet."
-#: ../ldap_wizard/ldap.pm:182
+#: ../ldap_wizard/ldap.pm:170
#, fuzzy
-msgid "Data Successfully added"
+msgid "Successfully add data"
msgstr "Daten erfolgreich hinzugefügt"
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+#, fuzzy
+msgid "The wizard successfully add entry in ldap"
msgstr "Der Assistent hat erfolgreich den Eintrag ins LDAP gemacht.."
#: ../news_wizard/Inn.pm:33
@@ -1131,7 +1146,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1354,8 +1369,8 @@ msgid "NIS server: hostname of the nisserver."
msgstr "NIS-Server: Name des NIS-Servers."
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
-msgstr "Wird Ihren Computer als NIS-Client einrichten."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
+msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
msgid "Error should be a directory"
@@ -1377,9 +1392,12 @@ msgstr ""
"Der Assistent hat Ihren Computer erfolgreich als NIS-Client eingerichtet."
#: ../nisautofs_wizard/Nisautofs.pm:148
+#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr ""
+"Der Assistent hat Ihren Computer erfolgreich als NIS-Client eingerichtet."
#: ../nisautofs_wizard/Nisautofs.pm:309
msgid "Configuring your system to be a NIS server with Autofs map..."
@@ -1767,36 +1785,36 @@ msgstr "Squid-Proxy"
msgid "PXE Wizard"
msgstr "PXE-Assistent"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "PXE-Server konfigurieren"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr "PXE-Boot-Image hinzufügen"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr "PXE-Boot-Image entfernen"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr "PXE-Boot-Image ändern"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
#, fuzzy
msgid "Add all.rdz image in PXE"
msgstr "PXE-Boot-Image hinzufügen"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "PXE-Assistent"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "PXE-Server angeben."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1806,7 +1824,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
@@ -1815,66 +1833,66 @@ msgstr ""
"einzurichten, mit der Möglichkeit Boot-Images hinzuzufügen/ zu entfernen/ zu "
"modifizieren."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "Boot-Image hinzufügen"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr "PXE-Name: Name im PXE-Menü ( ein Wort/Nummer, keine Leerzeichen)"
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
"Pfad zum Boot-Image: vollst. Pfad zum Image (Netzwerk-Boot-Image wird "
"gebraucht)"
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
#, fuzzy
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
"Pfad zum Boot-Image: vollst. Pfad zum Image (Netzwerk-Boot-Image wird "
"gebraucht)"
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr "Wählen Sie das zu entfernende PXE-Boot-Image aus."
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr "Boot-Image entfernen"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr "Dieses Boot-Image wird entfernt:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr "Parameter an Boot-Image übergeben:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "Wählen Sie das zu ändernde PXE-Boot-Image"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "Dieses Boot-Image wird konfiguriert:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
"Installations-Verzeichnis: vollst. Pfad zum Verzeichnis des MDK-"
"Installations-Servers"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr "Installations-Methode: wählen sie NFS oder HTTP."
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr "Parameterübergabe an die PXE-Boot-Diskette"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
@@ -1882,159 +1900,168 @@ msgstr ""
"Server-IP: IP-Adresse des Servers mit dem Installations-Verzeichnis. Sie "
"können einen mit dem MDK-Installations-Server-Assistenten erstellen."
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "Zu änderndes Boot-Image:"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "Server-IP:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "Installations-Verzeichnis:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Installations-Methode:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "ACPI-Option: Advanced Configuration and Power Interface"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
"Schnittstelle des Netzwerk-Clients: über welche Schnittstelle soll der "
"Client installiert werden"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
#, fuzzy
msgid "Ramsize: adjust ramsize on boot disk."
msgstr "RAM-Größe: adjust ramsize on boot disk."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
#, fuzzy
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr "VGA-Option: Probleme mit der Grafik hier beheben."
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "Schnittstelle des Netzwerk-Clients:"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "RAM-Größe:"
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "VGA-Option:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "ACPI-Option:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "APIC-Option:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "APIC-Option:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Wir brauchen eine spezielle 'dhcpd.conf' mit PXE-Parametern."
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr "Bitte stellen Sie ein bootfähiges Image bereit..."
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr "Bitte wählen Sie ein Image aus einem anderen Verzeichnis, nicht '%s'."
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr "Bitte geben Sie einen korrekten PXE-Namen an (ein Wort)."
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
"Um PXE-Boot-Images hinzuzufügen/löschen /ändern, müssen Sie vorher 'PXE-"
"Server konfigurieren' starten."
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr "Bitte geben Sie einen anderen PXE-Menü-Namen an"
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+#, fuzzy
+msgid "Will now prepare all default files to set the PXE server"
msgstr "Standard-Dateien zur Einrichtung des PXE-Servers werden vorbereitet"
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "TFTP-Verzeichnis:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "Pfad zum Boot-Image:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr "PXE 'Standard'-Datei:"
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr "PXE 'Hilfe'-Datei:"
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+#, fuzzy
+msgid "Will now modify boot options in image"
msgstr "Boot-Optionen im Image werden jetzt geändert"
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
msgstr "PXE-Boot-Image wird jetzt entfernt"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+#, fuzzy
+msgid "Will now add your PXE boot image"
msgstr "PXE-Boot-Image wird jetzt hinzugefügt"
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "Der Assistent hat das PXE-Boot-Image erfolgreich hinzugefügt."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Der Assistent hat das PXE-Boot-Image erfolgreich entfernt."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "Der Assistent hat das/die PXE-Boot-Image(s) erfolgreich geändert."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "Der Assistent hat Ihren PXE-Server erfolgreich eingerichtet."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "Konfiguriere Ihren PXE-Server..."
@@ -2078,7 +2105,7 @@ msgstr "Samba muss die Windows Arbeitsgruppe kennen in der es arbeitet."
msgid "Workgroup"
msgstr "Arbeitsgruppe"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Arbeitsgruppe:"
@@ -2198,7 +2225,7 @@ msgstr ""
"'smbpasswd' benutzen, um ein Passwort zu setzen."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Freigegebenes Verzeichnis:"
@@ -2244,39 +2271,37 @@ msgstr "Konfiguriere Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Der Assistent hat die folgenden Parameter gesammelt,\n"
"die für die Konfiguration von Samba gebraucht werden."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr ""
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Dateifreigabe:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Druck-Server:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr ""
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Drucker:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr ""
"Der Assistent hat den Samba-Dienst Ihres Servers erfolgreich eingerichtet."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Konfiguriere Ihren Postfix-Server."
@@ -2531,6 +2556,25 @@ msgstr "Apache Web-Server"
msgid "Configuring your system as Apache server ..."
msgstr "Konfiguriere Ihr System als Slave-DNS-Server..."
+#~ msgid "UID number:"
+#~ msgstr "UID-Nummer:"
+
+#~ msgid ""
+#~ "LDAP RootDSE\n"
+#~ "Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
+#~ "config.\n"
+#~ "\n"
+#~ "RootDN is the manager of your LDAP server."
+#~ msgstr ""
+#~ "LDAP RootDSE\n"
+#~ "Beispiel: \"obelx.nux.com\" wird \"dc=obelx,dc=nux,dc=com\" in der LDAP-"
+#~ "Konfiguration sein.\n"
+#~ "\n"
+#~ "RootDN ist der Manager Ihres LDAP-Servers."
+
+#~ msgid "Will set your computer has a NIS client."
+#~ msgstr "Wird Ihren Computer als NIS-Client einrichten."
+
#~ msgid "Choose a country:"
#~ msgstr "Wählen Sie eine Land:"
@@ -2572,42 +2616,6 @@ msgstr "Konfiguriere Ihr System als Slave-DNS-Server..."
#~ msgid "IP number of the machine:"
#~ msgstr "IP-Adresse des Rechners:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Datenbank Server"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "DNS-Dienst einrichten"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS-Dienst"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "News-Server"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS-Dienst"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Zeit-Server"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "News-Server"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP-Assistent"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "DNS Assistent"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "DNS-Server Adresse"
diff --git a/po/drakwizard.pot b/po/drakwizard.pot
index 65f999e9..f09b4e2b 100644
--- a/po/drakwizard.pot
+++ b/po/drakwizard.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+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"
@@ -40,12 +40,12 @@ msgstr ""
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr ""
@@ -121,7 +121,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr ""
@@ -236,8 +236,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr ""
@@ -246,8 +246,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr ""
@@ -263,16 +263,16 @@ msgstr ""
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr ""
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -280,7 +280,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -322,7 +322,7 @@ msgid ""
msgstr ""
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -440,7 +440,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr ""
@@ -521,7 +521,7 @@ msgstr ""
msgid "FTP server"
msgstr ""
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr ""
@@ -545,7 +545,7 @@ msgstr ""
msgid "Mandrake Install server"
msgstr ""
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr ""
@@ -774,80 +774,95 @@ msgstr ""
msgid "Install Server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+msgid "Setup a ldap server."
msgstr ""
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+msgid "uid, guid, home directory, "
msgstr ""
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+msgid "Home Directory:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -855,80 +870,80 @@ msgstr ""
msgid "Password"
msgstr ""
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr ""
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr ""
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+msgid "The wizard successfully add entry in ldap"
msgstr ""
#: ../news_wizard/Inn.pm:33
@@ -1007,7 +1022,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1220,7 +1235,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1243,7 +1258,8 @@ msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:148
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1577,35 +1593,35 @@ msgstr ""
msgid "PXE Wizard"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1615,216 +1631,220 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:265
+msgid "Will now remove your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
msgid "The wizard successfully removed the PXE boot image."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -1864,7 +1884,7 @@ msgstr ""
msgid "Workgroup"
msgstr ""
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr ""
@@ -1966,7 +1986,7 @@ msgid ""
msgstr ""
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr ""
@@ -2010,36 +2030,34 @@ msgid "Configuring Samba"
msgstr ""
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr ""
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr ""
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr ""
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr ""
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr ""
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr ""
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
msgid "Configuring your Samba server..."
msgstr ""
diff --git a/po/el.po b/po/el.po
index 17d932a4..12874094 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-el\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-03-08 18:36+0200\n"
"Last-Translator: Νίκος Νύκταρης (Nick Niktaris) <niktarin@yahoo.com>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
@@ -43,12 +43,12 @@ msgstr "Σφάλμα Οδηγού."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Συγχαρητήρια"
@@ -141,7 +141,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "Σφάλμα Οδηγού."
@@ -274,8 +274,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "απενεργοποιημένο"
@@ -284,8 +284,8 @@ msgstr "απενεργοποιημένο"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "ενεργοποιημένο"
@@ -301,8 +301,8 @@ msgstr "Ο οδηγός ρύθμισε με επιτυχία τις υπηρεσ
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "ενεργοποιημένο"
@@ -310,8 +310,8 @@ msgstr "ενεργοποιημένο"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -319,7 +319,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -370,7 +370,7 @@ msgstr ""
"υπολογιστών, ενώ οι μη τοπικές αιτήσεις θα προωθούνται σε εξωτερικό DNS."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -496,7 +496,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "Οδηγός DNS (ρύθμιση)"
@@ -593,7 +593,7 @@ msgstr "Όνομα Διακομιστή Αλληλογραφίας:"
msgid "FTP server"
msgstr "Διακομιστής FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Διακομιστής Βάσης Δεδομένων"
@@ -623,7 +623,7 @@ msgstr "Διακομιστής Ειδήσεων"
msgid "Mandrake Install server"
msgstr "Όνομα Διακομιστή Αλληλογραφίας:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "Διακομιστής NFS"
@@ -868,88 +868,104 @@ msgstr ""
msgid "Install Server"
msgstr "Εξυπηρετητής Εκτυπώσεων:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Αποθηκεύτηκε η ρύθμιση του Εξυπηρετητή Ώρας"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Οδηγός Ρυθμίσεων"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Διακομιστής Βάσης Δεδομένων"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Οδηγός Ρυθμίσεων"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Κατάλογος Χρήστη:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Όνομα Συστήματος:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Όνομα Συστήματος:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Όνομα Χρήστη:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Κωδικός:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Κατάλογος Χρήστη:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -958,85 +974,85 @@ msgstr ""
msgid "Password"
msgstr "Κωδικός:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Κατάλογος Χρήστη:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Προειδοποίηση:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Κοινός κατάλογος:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Ο οδηγός ρύθμισε με επιτυχία τον εξυπηρετητή proxy."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Ο οδηγός πρόσθεσε με επιτυχία τον πελάτη."
#: ../news_wizard/Inn.pm:33
@@ -1131,7 +1147,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1365,7 +1381,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1390,7 +1406,8 @@ msgstr "Ο οδηγός ρύθμισε με επιτυχία τον διακομ
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Ο οδηγός ρύθμισε με επιτυχία τον διακομιστή Samba."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1784,38 +1801,38 @@ msgstr "Οδηγός Squid"
msgid "PXE Wizard"
msgstr "Οδηγός FTP"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "Διακομιστής NFS"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "Οδηγός FTP"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Διακομιστής Βάσης Δεδομένων"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1825,7 +1842,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1835,217 +1852,222 @@ msgstr ""
"σας. Αυτή η ρύθμιση θα παρέχει μια τοπική υπηρεσία DNS για τοπικά ονόματα "
"υπολογιστών, ενώ οι μη τοπικές αιτήσεις θα προωθούνται σε εξωτερικό DNS."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Όνομα Διακομιστή:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Κατάλογος Χρήστη:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Κατάλογος Χρήστη:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Ο οδηγός πρόσθεσε με επιτυχία τον πελάτη."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Ο οδηγός πρόσθεσε με επιτυχία τον πελάτη."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Ο οδηγός πρόσθεσε με επιτυχία τον πελάτη."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Ο οδηγός πρόσθεσε με επιτυχία τον πελάτη."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Ο οδηγός ρύθμισε με επιτυχία τον εξυπηρετητή proxy."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2091,7 +2113,7 @@ msgstr "Το Samba πρέπει να ξέρει την ομάδα εργασία
msgid "Workgroup"
msgstr "Ομάδα εργασίας"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Ομάδα εργασίας:"
@@ -2216,7 +2238,7 @@ msgstr ""
"πρόβασης με χρήση του smbpasswd"
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Κοινός κατάλογος:"
@@ -2265,38 +2287,36 @@ msgstr "Ρυθμίζεται το Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Ο οδηγός συνέλεξε τις παρακάτω παραμέτρους που απαιτούνται για να ρυθμίσει "
"το Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Αρχικό Μήνυμα Διακομιστή:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Κοινή Χρήση Αρχείων:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Εξυπηρετητής Εκτυπώσεων:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Σπίτι:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Εκτυπωτές:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Ο οδηγός ρύθμισε με επιτυχία τον διακομιστή Samba."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Ρυθμίζεται ο διακομιστής FTP"
@@ -2591,55 +2611,9 @@ msgstr "Ρυθμίζεται ο Διακομιστής DNS"
#~ msgid "IP number of the machine:"
#~ msgstr "αριθμός IP αυτού του μηχανήματος:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Διακομιστής Βάσης Δεδομένων"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Ρυθμίζεται ο Διακομιστής DNS"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "Διακομιστής NFS"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Διακομιστής Ειδήσεων"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "Διακομιστής NFS"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Εξυπηρετητές Ώρας"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Διακομιστής Ειδήσεων"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "Οδηγός DHCP"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "Οδηγός Ρυθμίσεων DNS"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "Διευθύνσεις Διακομιστή DNS"
-#, fuzzy
-#~ msgid "IP addresses are a dotted list of four numbers smaller than 256"
-#~ msgstr ""
-#~ "Οι διευθύνσεις ΙΡ είναι μια σειρά από τετραψήφιους αριθμούς χωρισμένοι με "
-#~ "τελείες μικρότεροι του 256"
-
-#, fuzzy
-#~ msgid "Primary DNS Address"
-#~ msgstr "Πρωτεύουσα Διεύθυνση DNS:"
-
#~ msgid "Secondary DNS Address:"
#~ msgstr "Δευτερεύουσα Διεύθυνση DNS:"
diff --git a/po/eo.po b/po/eo.po
index 2ecaf474..4cab7d3a 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-eo\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-08-09 15:18+0000\n"
"Last-Translator: Vilhelmo Lutermano <vlutermano@free.fr>\n"
"Language-Team: Esperanto <eo@li.org>\n"
@@ -43,12 +43,12 @@ msgstr "Sorĉil-eraro."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Gratulon"
@@ -137,7 +137,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "Sorĉil-eraro."
@@ -269,8 +269,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "elŝaltita"
@@ -279,8 +279,8 @@ msgstr "elŝaltita"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "enŝaltita"
@@ -296,8 +296,8 @@ msgstr "La sorĉilo sukcese konfiguris la DHCP-servojn de via servilo."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "enŝaltita"
@@ -305,8 +305,8 @@ msgstr "enŝaltita"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -314,7 +314,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -365,7 +365,7 @@ msgstr ""
"demandoj plusendataj al ekstera DNS."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -491,7 +491,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS-sorĉilo (konfigurado)"
@@ -588,7 +588,7 @@ msgstr "Nomo de poŝt-servilo:"
msgid "FTP server"
msgstr "FTP-servilo"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Datenbaz-servilo"
@@ -618,7 +618,7 @@ msgstr "Novaĵ-servilo"
msgid "Mandrake Install server"
msgstr "Nomo de poŝt-servilo:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "NFS-servilo"
@@ -861,88 +861,104 @@ msgstr ""
msgid "Install Server"
msgstr "Presil-servilo:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Konfiguraĵo de tempo-servilo konservita"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Konfigurad-sorĉilo"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Datenbaz-servilo"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Konfigurad-sorĉilo"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Uzul-dosierujo:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Gastiganto-nomo:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Gastiganto-nomo:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Uzulnomo:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Pasvorto:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Uzul-dosierujo:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -951,85 +967,85 @@ msgstr ""
msgid "Password"
msgstr "Pasvorto:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Uzul-dosierujo:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Averto:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Opuza dosierujo:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "La sorĉilo sukcese konfiguris vian prokur-servilon."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "La sorĉilo sukcese aldonis la klienton."
#: ../news_wizard/Inn.pm:33
@@ -1124,7 +1140,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1354,7 +1370,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1379,7 +1395,8 @@ msgstr "La sorĉilo sukcese konfiguris vian Samba-servilon."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "La sorĉilo sukcese konfiguris vian Samba-servilon."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1764,38 +1781,38 @@ msgstr "Squid-sorĉilo"
msgid "PXE Wizard"
msgstr "FTP-sorĉilo"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS-servilo"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP-sorĉilo"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Datenbaz-servilo"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1805,7 +1822,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1815,217 +1832,222 @@ msgstr ""
"konfigurado provizos lokan DNS-servon por lokaj komputilnomoj, kun nelokaj "
"demandoj plusendataj al ekstera DNS."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Servil-nomo:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Uzul-dosierujo:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Uzul-dosierujo:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "La sorĉilo sukcese aldonis la klienton."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "La sorĉilo sukcese aldonis la klienton."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "La sorĉilo sukcese aldonis la klienton."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "La sorĉilo sukcese aldonis la klienton."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "La sorĉilo sukcese konfiguris vian prokur-servilon."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2067,7 +2089,7 @@ msgstr "Samba-o devas scii la Vindozan laborgrupon kiun ĝi servu."
msgid "Workgroup"
msgstr "Laborgrupo"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Laborgrupo:"
@@ -2189,7 +2211,7 @@ msgstr ""
"vi/ili devas uzi smbpasswd por difini pasvorton."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Opuza dosierujo:"
@@ -2237,37 +2259,35 @@ msgstr "Mi konfiguras Samba-on"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"La sorĉilo kolektis jenajn parametrojn bezonatajn por konfiguri Samba-on."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Servil-rubando:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Dosier-opuzo:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Presil-servilo:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Hejmo:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Presiloj:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "La sorĉilo sukcese konfiguris vian Samba-servilon."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Mi konfiguras la FTP-servilon"
@@ -2550,42 +2570,6 @@ msgstr "Konfigurante la DNS-servilon"
#~ msgid "IP number of the machine:"
#~ msgstr "IP-numero de la maŝino:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Datenbaz-servilo"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Konfigurante la DNS-servilon"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS-servilo"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Novaĵ-servilo"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS-servilo"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Tempo-serviloj"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Novaĵ-servilo"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP-sorĉilo"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "DNS-konfigurad-sorĉilo"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "DNS-servil-adresoj"
diff --git a/po/es.po b/po/es.po
index 391baefa..a24e4960 100644
--- a/po/es.po
+++ b/po/es.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: es\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-02-11 15:26-0300\n"
"Last-Translator: Fabian Mandelbaum <fabman@mandrakesoft.com>\n"
"Language-Team: Espaol <es@li.org>\n"
@@ -38,12 +38,12 @@ msgstr "Error."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Felicidades"
@@ -66,7 +66,8 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:55
msgid "Press next to begin, or Cancel to leave this wizard."
-msgstr "Presione Siguiente para comenzar, o Cancelar para salir de este asistente."
+msgstr ""
+"Presione Siguiente para comenzar, o Cancelar para salir de este asistente."
#: ../client_wizard/Bind_client.pm:55
msgid ""
@@ -123,12 +124,13 @@ msgstr "Advertencia"
#: ../dns_wizard/Bind.pm:183 ../ftp_wizard/Proftpd.pm:106
#: ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
-msgstr "Est usando dhcp, puede que el servidor no funcione con su configuracin."
+msgstr ""
+"Est usando dhcp, puede que el servidor no funcione con su configuracin."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Error"
@@ -186,11 +188,13 @@ msgstr ""
#: ../dhcp_wizard/Dhcp.pm:58
msgid "This wizard will help you configuring the DHCP services of your server."
-msgstr "Este asistente lo ayudar a configurar los servicios DHCP de su servidor."
+msgstr ""
+"Este asistente lo ayudar a configurar los servicios DHCP de su servidor."
#: ../dhcp_wizard/Dhcp.pm:64
msgid "If You want to enable PXE for your dhcp server please check the box."
-msgstr "Si desea habilitar PXE para su servidor DHCP, por favor marque la casilla."
+msgstr ""
+"Si desea habilitar PXE para su servidor DHCP, por favor marque la casilla."
#: ../dhcp_wizard/Dhcp.pm:64
msgid "Range of addresses used by dhcp"
@@ -255,8 +259,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "deshabilitado"
@@ -265,8 +269,8 @@ msgstr "deshabilitado"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "habilitado"
@@ -282,16 +286,16 @@ msgstr "El asistente configur exitosamente los servicios DHCP de su servidor."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr "Fall"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Vuelva a lanzar drakwizard, e intente cambiar algunos parmetros."
@@ -299,7 +303,7 @@ msgstr "Vuelva a lanzar drakwizard, e intente cambiar algunos parmetros."
msgid "You need to readjust your hostname."
msgstr "Debe volver a ajustar su nombre de host."
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -349,7 +353,7 @@ msgstr ""
"computadoras locales, reenviando los pedidos no locales a un DNS externo."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Qu desea hacer:"
@@ -436,7 +440,8 @@ msgid "Default domain name to search:"
msgstr "Nombre de dominio predet. a buscar:"
#: ../dns_wizard/Bind.pm:168
-msgid "This is not a valid IP address for your forwarder... press next to continue"
+msgid ""
+"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Esta no es una direccin IP vlida para su reenviador... presione siguiente "
"para continuar"
@@ -449,7 +454,8 @@ msgstr ""
#: ../dns_wizard/Bind.pm:178
msgid "This is not a valid IP address... press next to continue"
-msgstr "Esta no es una IP direccin vlida... presione siguiente para continuar"
+msgstr ""
+"Esta no es una IP direccin vlida... presione siguiente para continuar"
#: ../dns_wizard/Bind.pm:188
msgid ""
@@ -491,7 +497,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr "Bien. Generando ahora la configuracin de su DNS esclavo"
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "con esta configuracin:"
@@ -512,7 +518,8 @@ msgid "Client with this identification will be removed from your DNS"
msgstr "El cliente con esta identificacin se quitar de su DNS"
#: ../dns_wizard/Bind.pm:233
-msgid "The DNS server is about to be configured with the following configuration"
+msgid ""
+"The DNS server is about to be configured with the following configuration"
msgstr "El servidor DNS est a punto de ser configurado de la manera siguiente"
#: ../dns_wizard/Bind.pm:235
@@ -571,7 +578,7 @@ msgstr "Servidor de correo"
msgid "FTP server"
msgstr "Servidor FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Servidor Samba"
@@ -595,7 +602,7 @@ msgstr "Servidor NIS + Autofs"
msgid "Mandrake Install server"
msgstr "Servidor de instalacin Mandrake"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "Servidor PXE"
@@ -672,7 +679,8 @@ msgstr "Permitir FXP: permitir transferencia de archivos por otros FTP."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Chroot Home user: the users will only see their home directory."
-msgstr "Chroot home usuario: Los usuarios slo vern sus directorios personales."
+msgstr ""
+"Chroot home usuario: Los usuarios slo vern sus directorios personales."
#: ../ftp_wizard/Proftpd.pm:88
msgid "FTP Proftpd server options"
@@ -842,85 +850,96 @@ msgstr "Copiando datos al directorio de destino, puede tomar unos instantes..."
msgid "Install Server"
msgstr "Servidor de instalacin"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "Servidor - Ajustar configuracin de servidor LDAP"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr "Aadir - aadir entrada en servidor LDAP"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "Asistente de configuracin LDAP"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+msgid "Setup a ldap server."
msgstr "Configurar un servidor LDAP."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr "Qu operacin sobre LDAP:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr "Aadir datos a LDAP"
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+msgid "uid, guid, home directory, "
msgstr "UID, GUID, directorio personal, "
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Nombre:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "Apellido:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "Nombre de usuario:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Contrasea:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+msgid "Home Directory:"
+msgstr "Directorio personal:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr "Shell de conexin:"
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
-msgstr "Nmero UID:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
+msgstr "nmero uid:"
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "ID de grupo:"
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
-msgstr "Contenedor:"
+#: ../ldap_wizard/ldap.pm:99
+#, fuzzy
+msgid "LDAP RootDSE"
+msgstr "RootDSE"
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-"RootDSE de LDAP\n"
-"Ejemplo: \"obelx.nux.com\" ser \"dc=obelx,dc=nux,dc=com\" en la config "
-"LDAP.\n"
-"\n"
-"RootDN es el administrador de su servidor LDAP."
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr "RootDSE"
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr "RootDN"
@@ -928,80 +947,80 @@ msgstr "RootDN"
msgid "Password"
msgstr "Contrasea"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr "OU predeterminado"
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr "Bien. Ahora aada una entrada a LDAP"
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "Directorio personal:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
-msgstr "nmero uid:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
+msgstr "Contenedor:"
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr "shadowMax:"
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr "shadowMin:"
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr "shadowWarning:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr "shadowInactive:"
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr "shadowExpire:"
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr "objectClass:"
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr "Bien. Generando ahora su configuracin LDAP"
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "Error en directorio personal"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr "Error, la contrasea no puede estar vaca"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr "Error en shell de conexin"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "Por favor, elija uno correcto"
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr "Debera ser un nmero"
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "El asistente configur LDAP exitosamente."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr "Datos aadidos con xito"
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+msgid "The wizard successfully add entry in ldap"
msgstr "El asistente aadi exitosamente la entrada en LDAP"
#: ../news_wizard/Inn.pm:33
@@ -1095,7 +1114,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1112,7 +1131,8 @@ msgid "Polling Interval:"
msgstr "Intervalo de consulta:"
#: ../news_wizard/Inn.pm:96
-msgid "The wizard successfully configured your Internet News service of your server."
+msgid ""
+"The wizard successfully configured your Internet News service of your server."
msgstr ""
"El asistente configur exitosamente el servicio de noticias de Internet de "
"su servidor."
@@ -1240,7 +1260,8 @@ msgstr "Servidor NIS + Autofs"
#: ../nisautofs_wizard/Nisautofs.pm:76
msgid "Setup a Nis server with autofs map, auto.home and auto.master files."
-msgstr "Configurar un servidor NIS con autofs, y archivos auto.home y auto.master."
+msgstr ""
+"Configurar un servidor NIS con autofs, y archivos auto.home y auto.master."
#: ../nisautofs_wizard/Nisautofs.pm:84
msgid "What do you want to do ?"
@@ -1325,8 +1346,8 @@ msgid "NIS server: hostname of the nisserver."
msgstr "Servidor NIS: Nombre de host del servidor NIS."
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
-msgstr "Configurar su computadora como un cliente NIS."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
+msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
msgid "Error should be a directory"
@@ -1334,7 +1355,8 @@ msgstr "Error, debera ser un directorio"
#: ../nisautofs_wizard/Nisautofs.pm:135
msgid "Error nisdomainame should be correct (not none or localdomain)"
-msgstr "Error, nombre de dominio NIs debera ser correcto (no 'localdomain' o vaco)"
+msgstr ""
+"Error, nombre de dominio NIs debera ser correcto (no 'localdomain' o vaco)"
#: ../nisautofs_wizard/Nisautofs.pm:135
msgid ""
@@ -1346,10 +1368,14 @@ msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:141
msgid "The wizard successfully configured your machine to be a NIS client."
-msgstr "El asistente configur exitosamente su mquina para ser un cliente NIS."
+msgstr ""
+"El asistente configur exitosamente su mquina para ser un cliente NIS."
#: ../nisautofs_wizard/Nisautofs.pm:148
-msgid "The wizard successfully configured your machine to be a NIS with autofs map."
+#, fuzzy
+msgid ""
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "El asistente configur exitosamente su mquina para NIS con autofs."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1374,7 +1400,8 @@ msgstr "Asistente Postfix"
#: ../postfix_wizard/Postfix.pm:49
msgid "Error, can't find your hostname in /etc/hosts. Exiting."
-msgstr "Error, no se puede encontrar su nombre de host en /etc/hosts. Saliendo."
+msgstr ""
+"Error, no se puede encontrar su nombre de host en /etc/hosts. Saliendo."
#: ../postfix_wizard/Postfix.pm:59
msgid "External Mail server"
@@ -1477,7 +1504,8 @@ msgstr "Nombre del servidor de correo:"
#: ../postfix_wizard/Postfix.pm:118
msgid "The default is to append myhostname which is fine for small sites."
-msgstr "Lo predeterminado es aadir myhostname, que est bien para sitios pequeos."
+msgstr ""
+"Lo predeterminado es aadir myhostname, que est bien para sitios pequeos."
#: ../postfix_wizard/Postfix.pm:118
msgid ""
@@ -1516,7 +1544,8 @@ msgid "Configuring the Internal Mail Server"
msgstr "Configurando servidor de correo interno"
#: ../postfix_wizard/Postfix.pm:147
-msgid "The wizard successfully configured your Internet Mail service of your server."
+msgid ""
+"The wizard successfully configured your Internet Mail service of your server."
msgstr ""
"El asistente configur exitosamente el servicio de Correo de Internet para "
"su servidor."
@@ -1585,7 +1614,8 @@ msgid "Proxy port:"
msgstr "Puerto del proxy:"
#: ../proxy_wizard/Squid.pm:81
-msgid "Press Next if you want to keep this value, or Back to correct your choice."
+msgid ""
+"Press Next if you want to keep this value, or Back to correct your choice."
msgstr ""
"Presione Siguiente si desea mantener este valor, o Anterior para corregir su "
"eleccin."
@@ -1603,14 +1633,16 @@ msgid "You must choose a port greater than 1024 and lower than 65535"
msgstr "Debe elegir un puerto mayor que 1024 y menor que 65535"
#: ../proxy_wizard/Squid.pm:92
-msgid "Disk Cache is the amount of disk space that can be used for caching on disk."
+msgid ""
+"Disk Cache is the amount of disk space that can be used for caching on disk."
msgstr ""
"Cach de disco es la cantidad de espacio en disco que se puede utilizar para "
"almacenar el cach en el disco."
#: ../proxy_wizard/Squid.pm:92
msgid "For your information, here is /var/spool/squid space on disk:"
-msgstr "Para su informacin, aqu tiene el tamao de /var/spool/squid en disco:"
+msgstr ""
+"Para su informacin, aqu tiene el tamao de /var/spool/squid en disco:"
#: ../proxy_wizard/Squid.pm:92
msgid ""
@@ -1698,7 +1730,8 @@ msgid "Configuring the Proxy"
msgstr "Configurando el Proxy"
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-msgid "The wizard collected the following parameters needed to configure your proxy:"
+msgid ""
+"The wizard collected the following parameters needed to configure your proxy:"
msgstr ""
"El asistente recolect los siguientes parmetros necesarios para configurar "
"su proxy:"
@@ -1727,35 +1760,35 @@ msgstr "Proxy Squid"
msgid "PXE Wizard"
msgstr "Asistente PXE"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Configurar un servidor PXE"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr "Aadir imagen de arranque en PXE"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr "Quitar imagen de arranque de PXE"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr "Modificar imagen de arranque en PXE"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr "Aadir imagen all.rdz en PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "Asistente PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Configurar un servidor PXE."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1771,7 +1804,7 @@ msgstr ""
"carga la ROM PXE en memoria y la ejecuta. Se muestra un men que permite que "
"se arranque la computadora con un sistema operativo cargado desde la red."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
@@ -1779,63 +1812,64 @@ msgstr ""
"Este asistente proveer servicios PXE, y la posibilidad de aadir/quitar/"
"modificar imgenes de arranque."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "Aadir una imagen de arranque"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr "Nombre PXE: Nombre en el men PXE (una palabra/nmero, sin espacios)"
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
"Ruta a la imagen: ruta completa a la imagen (imagen de arranque de red "
"necesaria)"
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr "Ruta a all.rdz: ruta completa a la imagen all.rdz"
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr "Elija una imagen de arranque PXE que desea quitar del servidor PXE."
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr "Quitar una imagen de arranque"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr "Imagen de arranque a quitar:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr "Aadir opcin a imagen de arranque:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "Por favor, elija la imagen de arranque PXE a modificar"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "Imagen de arranque a configurar:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
"Directorio de instalacin: ruta completa al directorio del servidor de "
"instalacin Mandrake"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
-msgstr "Mtodo de instalacin: elija nfs/http para instalar por medio de NFS/HTTP"
+msgstr ""
+"Mtodo de instalacin: elija nfs/http para instalar por medio de NFS/HTTP"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr "Opciones a aadir al disco de arranque PXE"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
@@ -1844,61 +1878,67 @@ msgstr ""
"instalacin. Puede crear uno con el asistente de servidor de instalacin "
"Mandrake."
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "Imagen de arranque a modificar:"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "IP del servidor:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "Directorio de instalacin:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Mtodo de instalacin:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "Opcin ACPI: Interfaz avanzada de energa y configuracin"
-#: ../pxe_wizard/Pxe.pm:179
-msgid "Network client interface: through which interface client should be installed."
+#: ../pxe_wizard/Pxe.pm:180
+msgid ""
+"Network client interface: through which interface client should be installed."
msgstr ""
"Interfaz de red cliente: a travs de qu interfaz se debera instalar el "
"cliente."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr "Ramsize: ajustar ramsize en el disco de arranque."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr "Opcin VGA: si encuentra algn problema con VGA, por favor ajuste. "
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "Interfaz de red cliente:"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "Ramsize:"
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "Opcin VGA:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "Opcin ACPI:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "Opcin APIC:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "Opcin APIC:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
@@ -1906,96 +1946,98 @@ msgstr ""
"Esto configurar todos los archivos de configuracin predeterminados "
"necesarios para un servidor PXE."
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Debemos usar un dhcpd.conf especial con un parmetro PXE."
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr "Por favor, proporcione una imagen que se pueda arrancar..."
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr "Se necesita una imagen. Por favor, aada una."
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr "Por favor, elija una imagen de un directorio distinto a %s."
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
-msgstr "Por favor, proporcione un nombre correcto en la entrada PXE (una palabra)"
+msgstr ""
+"Por favor, proporcione un nombre correcto en la entrada PXE (una palabra)"
-#: ../pxe_wizard/Pxe.pm:222
-msgid "To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
+#: ../pxe_wizard/Pxe.pm:224
+msgid ""
+"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
"Para aadir/quitar/modificar la imagen de arranque PXE, antes debe ejecutar "
"'Configurar servidor PXE'."
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr "Por favor, proporcione otro nombre de men PXE."
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr "Ya se est usando un nombre similar en una entrada de men PXE"
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
"Ahora se prepararn todos los archivos predeterminados para configurar el "
"servidor PXE"
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "Directorio TFTP:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "Ruta de imagen de arranque:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr "Archivo 'default' PXE:"
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr "Archivo 'help' PXE:"
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr "Ahora se modificarn las opciones de arranque en la imagen"
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:265
+msgid "Will now remove your PXE boot image"
msgstr "Ahora se quitar su imagen de arranque PXE"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr "Entrada PXE a quitar:"
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr "Ahora se aadir su imagen de arranque PXE"
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "El asistente aadi exitosamente una imagen de arranque PXE."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
msgid "The wizard successfully removed the PXE boot image."
msgstr "El asistente quit exitosamente la imagen de arranque PXE."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "El asistente modific exitosamente las imgenes."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "El asistente configur exitosamente su servidor PXE."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "Configurando servidor PXE en su sistema..."
@@ -2025,8 +2067,10 @@ msgstr ""
"impresoras para las estaciones de trabajo que no corren sistemas Linux."
#: ../samba_wizard/Samba.pm:71
-msgid "This wizard will help you configuring the Samba services of your server."
-msgstr "Este asistente lo ayudar a configurar los servicios Samba de su servidor."
+msgid ""
+"This wizard will help you configuring the Samba services of your server."
+msgstr ""
+"Este asistente lo ayudar a configurar los servicios Samba de su servidor."
#: ../samba_wizard/Samba.pm:76
msgid "Samba needs to know the Windows Workgroup it will serve."
@@ -2036,7 +2080,7 @@ msgstr "Samba necesita saber el Grupo de Trabajo Windows al que va a servir."
msgid "Workgroup"
msgstr "Grupo de trabajo"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Grupo de trabajo:"
@@ -2110,7 +2154,8 @@ msgstr ""
#: ../samba_wizard/Samba.pm:119
msgid "Note that access still requires suitable user-level passwords."
-msgstr "Note que el acceso todava necesita contraseas adecuadas a nivel de usuario."
+msgstr ""
+"Note que el acceso todava necesita contraseas adecuadas a nivel de usuario."
#: ../samba_wizard/Samba.pm:126
msgid "Allow hosts:"
@@ -2156,7 +2201,7 @@ msgstr ""
"configurar una contrasea."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Directorio compartido:"
@@ -2192,7 +2237,8 @@ msgstr "lista de escritura:"
#: ../samba_wizard/Samba.pm:182
msgid "Select which printers you want to be accessible from known users"
-msgstr "Seleccione las impresoras de los usuarios conocidos a las que desea acceder"
+msgstr ""
+"Seleccione las impresoras de los usuarios conocidos a las que desea acceder"
#: ../samba_wizard/Samba.pm:189
msgid "Enable all printers"
@@ -2203,38 +2249,35 @@ msgid "Configuring Samba"
msgstr "Configurando Samba"
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
-"El asistente recolect los parmetros siguientes\n"
-"para configurar Samba."
+"El asistente recolect los parmetros siguientes para configurar Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Cartel del servidor:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Compartir archivos:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Servidor de Impresin:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Personal:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Impresoras:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "El asistente configur exitosamente su servidor Samba."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
msgid "Configuring your Samba server..."
msgstr "Configurando su servidor Samba..."
@@ -2264,7 +2307,8 @@ msgstr "Entonces, su servidor ser el servidor local de la hora para su red."
#: ../time_wizard/Ntp.pm:82
msgid "press next to begin, or cancel to leave this wizard"
-msgstr "presione Siguiente para comenzar, o Cancelar para salir de este asistente"
+msgstr ""
+"presione Siguiente para comenzar, o Cancelar para salir de este asistente"
#: ../time_wizard/Ntp.pm:87
msgid ""
@@ -2312,7 +2356,8 @@ msgstr ""
#: ../time_wizard/Ntp.pm:124
msgid "Press next to start the time servers test."
-msgstr "Presione Siguiente para comenzar con la prueba de servidores de la hora."
+msgstr ""
+"Presione Siguiente para comenzar con la prueba de servidores de la hora."
#: ../time_wizard/Ntp.pm:124
msgid "Testing the time servers availability"
@@ -2352,7 +2397,8 @@ msgstr "Configuracin del servidor de la hora guardada"
#: ../time_wizard/Ntp.pm:165
msgid "Your server can now act as a time server for your local network."
-msgstr "Ahora su servidor puede actuar como un servidor de la hora para su red local."
+msgstr ""
+"Ahora su servidor puede actuar como un servidor de la hora para su red local."
#: ../web_wizard/Apache.pm:39
msgid "Web wizard"
@@ -2433,7 +2479,8 @@ msgstr "subdirectorio http del usuario : ~/"
#: ../web_wizard/Apache.pm:108
msgid "Type the path of the directory you want being the document root."
-msgstr "Ingrese la ruta del directorio que desea que sea la raz de los documentos."
+msgstr ""
+"Ingrese la ruta del directorio que desea que sea la raz de los documentos."
#: ../web_wizard/Apache.pm:111
msgid "Document Root:"
@@ -2479,6 +2526,25 @@ msgstr "Servidor Apache"
msgid "Configuring your system as Apache server ..."
msgstr "Configurando su sistema como un servidor Apache ..."
+#~ msgid "UID number:"
+#~ msgstr "Nmero UID:"
+
+#~ msgid ""
+#~ "LDAP RootDSE\n"
+#~ "Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
+#~ "config.\n"
+#~ "\n"
+#~ "RootDN is the manager of your LDAP server."
+#~ msgstr ""
+#~ "RootDSE de LDAP\n"
+#~ "Ejemplo: \"obelx.nux.com\" ser \"dc=obelx,dc=nux,dc=com\" en la config "
+#~ "LDAP.\n"
+#~ "\n"
+#~ "RootDN es el administrador de su servidor LDAP."
+
+#~ msgid "Will set your computer has a NIS client."
+#~ msgstr "Configurar su computadora como un cliente NIS."
+
#~ msgid "Choose a country:"
#~ msgstr "Seleccione un pas:"
@@ -2524,36 +2590,12 @@ msgstr "Configurando su sistema como un servidor Apache ..."
#~ msgid "IP number of the machine:"
#~ msgstr "Nmero IP de la mquina:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Configurar un servidor PXE."
-
-#, fuzzy
-#~ msgid "Apic option:"
-#~ msgstr "Qu operacin:"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Configurando el servidor de DNS"
-
#~ msgid "Dhcp server"
#~ msgstr "Servidor DHCP"
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Servidor NIS:"
-
#~ msgid "Ftp server"
#~ msgstr "Servidor FTP"
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Servidor de la hora"
-
-#, fuzzy
-#~ msgid "remove host - Remove a Host in DNS"
-#~ msgstr "Quitar - Quitar imagen en PXE"
-
#~ msgid "Nis Client - Setup a Nis Client"
#~ msgstr "Cliente NIS - Configurar un cliente NIS"
@@ -2563,10 +2605,6 @@ msgstr "Configurando su sistema como un servidor Apache ..."
#~ msgid "Nis+autofs Server"
#~ msgstr "Servidor NIS+autofs"
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "Asistente PXE"
-
#~ msgid "PXE - Set PXE server"
#~ msgstr "PXE - Configurar un servidor PXE"
@@ -2665,14 +2703,6 @@ msgstr "Configurando su sistema como un servidor Apache ..."
#~ msgid "on Which image ?"
#~ msgstr "Sobre qu imagen?"
-#, fuzzy
-#~ msgid "Warming."
-#~ msgstr "Advertencia"
-
-#, fuzzy
-#~ msgid "Congratulationss"
-#~ msgstr "Felicidades"
-
#~ msgid ""
#~ "Press next to configure these parameters now, or Cancel to exit this "
#~ "wizard."
@@ -3459,4 +3489,3 @@ msgstr "Configurando su sistema como un servidor Apache ..."
#~ msgid "with the Proxy configuration."
#~ msgstr "con la configuracin del proxy."
-
diff --git a/po/et.po b/po/et.po
index a4297fbc..f0dbd749 100644
--- a/po/et.po
+++ b/po/et.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
-"PO-Revision-Date: 2004-02-10 18:51+0200\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
+"PO-Revision-Date: 2004-02-12 13:48+0200\n"
"Last-Translator: Marek Laane <bald@online.ee>\n"
"Language-Team: Estonian <et@li.org>\n"
"MIME-Version: 1.0\n"
@@ -39,12 +39,12 @@ msgstr "Viga."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Õnnitlused"
@@ -130,7 +130,7 @@ msgstr "Te kasutate DHCP-d, server ei pruugi Teie seadistusega töötada."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Viga"
@@ -253,8 +253,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "keelatud"
@@ -263,8 +263,8 @@ msgstr "keelatud"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "lubatud"
@@ -280,16 +280,16 @@ msgstr "Nõustaja seadistas edukalt serveri DHCP teenused."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr "Ebaõnnestus"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Käivitage drakwizard uuesti ja proovige parameetreid muuta."
@@ -297,7 +297,7 @@ msgstr "Käivitage drakwizard uuesti ja proovige parameetreid muuta."
msgid "You need to readjust your hostname."
msgstr "Teil tuleb täpsustada masinanime."
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -347,7 +347,7 @@ msgstr ""
"kõik muud nimepäringud väljaspool asuvale nimeserverile."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Mida soovite ette võtta:"
@@ -488,7 +488,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr "Olgu, nüüd tekitame Teie teisese DNS seadistuse"
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "seadistusega:"
@@ -569,7 +569,7 @@ msgstr "Meiliserver"
msgid "FTP server"
msgstr "FTP server"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Samba server"
@@ -593,7 +593,7 @@ msgstr "NIS server Autofs tabeliga"
msgid "Mandrake Install server"
msgstr "Mandrake paigaldusserver"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "PXE server"
@@ -835,85 +835,99 @@ msgstr "Andmete kopeerimine sihtkataloogi, võib võtta veidi aega..."
msgid "Install Server"
msgstr "Paigaldusserver"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "Server - LDAP serveri seadistamine"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr "Lisamine - kirje lisamine LDAP serverile"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "LDAP seadistuste nõustaja"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+#, fuzzy
+msgid "Setup a ldap server."
msgstr "LDAP serveri seadistamine."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr "Mida soovite ette võtta:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr "Andmete lisamine LDAP-ile"
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
msgstr "UID, GUID, kodukataloog, "
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Eesnimi:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "Perekonnanimi:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "Kasutajatunnus:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Parool:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Kodukataloog:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr "Sisselogimisshell:"
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr "UID:"
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "Grupi ID:"
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
-msgstr "Konteiner"
+#: ../ldap_wizard/ldap.pm:99
+#, fuzzy
+msgid "LDAP RootDSE"
+msgstr "RootDSE"
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
msgstr ""
-"LDAP RootDSE\n"
-"Näide: \"obelx.nux.com\" võtab LDAP seadistuses kuju \"dc=obelx,dc=nux,dc=com"
-"\".\n"
-"\n"
-"RootDN on Teie LDAP serveri haldur."
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr "RootDSE"
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr "RootDN"
@@ -921,80 +935,82 @@ msgstr "RootDN"
msgid "Password"
msgstr "Parool"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr "Vaikimisi üksus"
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr "Olgu, nüüd lisatakse kirje LDAP-ile"
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "Kodukataloog:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
-msgstr "UID:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
+msgstr "Konteiner"
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr "shadowMax:"
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr "shadowMin:"
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr "shadowWarning:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr "shadowInactive:"
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr "shadowExpire:"
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr "objectClass:"
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr "Olgu, nüüd tekitame Teie LDAP seadistuse"
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "Viga kodukataloogi määramisel"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr "Viga, parool tuleb anda"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr "Viga shelli määramisel"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "Palun valige korrektne variant"
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr "See peab olema number"
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "Nõustaja seadistas edukalt Teie LDAP serveri."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+#, fuzzy
+msgid "Successfully add data"
msgstr "Andmed edukalt lisatud"
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+#, fuzzy
+msgid "The wizard successfully add entry in ldap"
msgstr "Nõustaja lisas edukalt kirje LDAP-ile"
#: ../news_wizard/Inn.pm:33
@@ -1085,7 +1101,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1314,8 +1330,8 @@ msgid "NIS server: hostname of the nisserver."
msgstr "NIS server: NIS serveri masinanimi."
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
-msgstr "Teie arvuti seadistamine NIS kliendiks."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
+msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
msgid "Error should be a directory"
@@ -1339,8 +1355,10 @@ msgid "The wizard successfully configured your machine to be a NIS client."
msgstr "Nõustaja seadistas edukalt Teie masina NIS kliendiks."
#: ../nisautofs_wizard/Nisautofs.pm:148
+#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Nõustaja seadistas edukalt Teie masina NIS serveriks Autofs tabeliga."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1715,35 +1733,35 @@ msgstr "Squid vahendaja"
msgid "PXE Wizard"
msgstr "PXE nõustaja"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "PXE serveri seadistamine"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr "PXE laadetõmmise lisamine"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr "PXE laadetõmmise eemaldamine"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr "PXE laadetõmmise muutmine"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr "all.rdz tõmmise lisamine PXE-le"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "PXE nõustaja"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "PXE serveri seadistamine."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1759,7 +1777,7 @@ msgstr ""
"laeb BIOS PXE ROM-i mällu ja täidab selle. Ilmub menüü, mis lubab arvutil "
"laadida operatsioonisüsteemi võrgust."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
@@ -1767,59 +1785,59 @@ msgstr ""
"See nõustaja võimaldab pakkuda PXE teenuseid ning lisada, eemaldada ja muuta "
"alglaadimistõmmiseid."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "Laadetõmmise lisamine"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr "PXE nimi: nimi PXE menüüs (üks sõna/number, ilma tühikuteta)"
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr "Tõmmise asukoht: tõmmise täielik asukoht (vajalik võrgulaadetõmmis)"
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr "all.rdz asukoht: tõmmise all.rdz täielik asukoht"
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr "Valige PXE laadetõmmis, mida soovite PXE serverilt eemaldada."
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr "Laadetõmmise eemaldamine"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr "Eemaldatav laadetõmmis:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr "Võtme lisamine laadetõmmisele:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "Palun valige PXE laadetõmmis, mida muuta"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "Seadistatav laadetõmmis:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr "Paigalduskataloog: Mandrake paigaldusserveri kataloogi täielik asukoht"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr "Paigaldusmeetod: valige NFS/HTTP NFS/HTTP vahendusel paigaldamiseks."
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr "PXE laadekettale lisatavad võtmed"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
@@ -1827,60 +1845,65 @@ msgstr ""
"Serveri IP: paigalduskataloogiga serveri IP aadress. Sellise saab luua "
"näiteks Mandrake paigaldusserveri nõustajaga."
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "Muudetav laadetõmmis:"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "Serveri IP:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "Paigalduskataloog:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Paigaldusmeetod:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "ACPI võti: Advanced Configuration and Power Interface"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr "Kliendi võrguliides: millise liidese kaudu klient paigaldada."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr "RAM-i suurus: laadeketta RAM-i suuruse täpsustamine."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr "VGA võti: kui Teil on probleeme VGA-ga, palun täpsustage siin."
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "Kliendi võrguliides:"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "RAM-i suurus:"
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "VGA võti:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "ACPI võti:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "APIC võti:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "APIC võti:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
@@ -1888,95 +1911,99 @@ msgstr ""
"See seadistab kõik vajalikud vaikekonfiguratsioonifailid PXE serveri "
"loomiseks."
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Kasutatakse spetsiaalset dhcpd.conf faili PXE parameetriga."
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr "Palun määrake laadetõmmis..."
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
-msgstr ""
+msgstr "Tõmmis on vajalik. Palun määrake see."
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr "Palun valige tõmmis mõnest muust kataloogist kui %s."
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr "Palun määrake korrektne nimi PXE kirjes (üks sõna)."
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
"PXE laadetõmmise lisamiseks/eemaldamiseks/muutmiseks kõigepealt käivitada "
"käsk 'PXE serveri seadistamine'."
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr "Palun määrake mõni muu PXE menüü nimi"
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr "Selline nimi on juba PXE menüü kirjes kasutusel"
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+#, fuzzy
+msgid "Will now prepare all default files to set the PXE server"
msgstr "Nüüd luuakse kõik vaikefailid PXE serveri loomiseks"
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "TFTP kataloog:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "Laadetõmmise asukoht:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr "PXE vaikefail ('default'):"
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr "PXE abifail ('help'):"
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+#, fuzzy
+msgid "Will now modify boot options in image"
msgstr "Nüüd muudetakse tõmmise laadimisvõtmeid"
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
msgstr "Nüüd eemaldatakse PXE laadetõmmis"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr "Eemaldatav PXE kirje:"
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+#, fuzzy
+msgid "Will now add your PXE boot image"
msgstr "Nüüd lisatakse PXE laadetõmmis"
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "Nõustaja lisas edukalt PXE laadetõmmise."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
msgid "The wizard successfully removed the PXE boot image."
msgstr "Nõustaja eemaldas edukalt PXE laadetõmmise."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "Nõustaja muutis edukalt tõmmist/tõmmiseid."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "Nõustaja seadistas edukalt Teie PXE serveri."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "Süsteemi seadistamine PXE serveriks..."
@@ -2018,7 +2045,7 @@ msgstr "Samba peab teadma Windowsi töögruppi, mida ta teenindab."
msgid "Workgroup"
msgstr "Töögrupp"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Töögrupp:"
@@ -2135,7 +2162,7 @@ msgstr ""
"tuleb kasutada sinna pääsemise parooli määramiseks smbpasswordi."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Jagatud kataloog:"
@@ -2182,38 +2209,37 @@ msgid "Configuring Samba"
msgstr "Samba seadistamine"
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+#, fuzzy
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Nõustaja kogus järgmised andmed, \n"
"mida on vaja Samba seadistamiseks."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Serveri nimetus:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Failijagamine:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Printserver:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Kodukataloog:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Printerid:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Nõustaja seadistas edukalt Teie Samba-serveri."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
msgid "Configuring your Samba server..."
msgstr "Samba serveri seadistamine..."
@@ -2457,3 +2483,22 @@ msgstr "Apache server"
#: ../web_wizard/Apache.pm:236
msgid "Configuring your system as Apache server ..."
msgstr "Süsteemi seadistamine Apache serveriks..."
+
+#~ msgid "UID number:"
+#~ msgstr "UID:"
+
+#~ msgid ""
+#~ "LDAP RootDSE\n"
+#~ "Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
+#~ "config.\n"
+#~ "\n"
+#~ "RootDN is the manager of your LDAP server."
+#~ msgstr ""
+#~ "LDAP RootDSE\n"
+#~ "Näide: \"obelx.nux.com\" võtab LDAP seadistuses kuju \"dc=obelx,dc=nux,"
+#~ "dc=com\".\n"
+#~ "\n"
+#~ "RootDN on Teie LDAP serveri haldur."
+
+#~ msgid "Will set your computer has a NIS client."
+#~ msgstr "Teie arvuti seadistamine NIS kliendiks."
diff --git a/po/eu.po b/po/eu.po
index 853da86b..2560d749 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-01-01 18:21+0100\n"
"Last-Translator: Iñigo Salvador Azurmendi <xalba@euskalnet.net>\n"
"Language-Team: Euskara <linux-eu@chanae.alphanet.ch>\n"
@@ -40,12 +40,12 @@ msgstr "Okerra."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Zorionak"
@@ -136,7 +136,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Okerra"
@@ -265,8 +265,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "ezgaituta"
@@ -275,8 +275,8 @@ msgstr "ezgaituta"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "gaituta"
@@ -292,8 +292,8 @@ msgstr "Morroiak zure zerbitzariaren DHCP zerbitzuak konfiguratu ditu."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "gaituta"
@@ -301,8 +301,8 @@ msgstr "gaituta"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -310,7 +310,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -362,7 +362,7 @@ msgstr ""
"batera berbidaliko ditu."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -488,7 +488,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS (ezarpena)"
@@ -582,7 +582,7 @@ msgstr "Posta zerbitzaria"
msgid "FTP server"
msgstr "FTP Zerbitzaria"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Samba zerbitzaria"
@@ -608,7 +608,7 @@ msgstr "Nis zerbitzaria + Autofs"
msgid "Mandrake Install server"
msgstr "Posta zerbitzaria"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "Ezarri PXE zerbitzaria"
@@ -852,88 +852,104 @@ msgstr ""
msgid "Install Server"
msgstr "Inprimaketa Zerbitzaria:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Nis Zerbitzaria - Ezarri NIS + Autofs(nfs) server konfigurazioa"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "ezarpen morroia"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Ezarri PXE zerbitzari bat."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Zein eragiketa Morroian:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Erabiltzailearen direktorioa:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Ostalari Izena:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Ostalari Izena:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Erabiltzaile-izena:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Pasahitza:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Erabiltzailearen direktorioa:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -942,85 +958,85 @@ msgstr ""
msgid "Password"
msgstr "Pasahitza:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Erabiltzailearen direktorioa:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Oharra:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Elkarbanatutako dir:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Morroiak zure proxy zerbitzaria konfiguratu du."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Morroiak bezeroa gehitu du."
#: ../news_wizard/Inn.pm:33
@@ -1114,7 +1130,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1346,7 +1362,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1371,7 +1387,8 @@ msgstr "Morroiak zure Samba zerbitzaria konfiguratu du"
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Morroiak zure Samba zerbitzaria konfiguratu du"
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1755,39 +1772,39 @@ msgstr "Squid morroia"
msgid "PXE Wizard"
msgstr "PXE Morroia"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Ezarri PXE zerbitzaria"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
#, fuzzy
msgid "Add boot image in PXE"
msgstr "add - Erantsi irudia PXE-n"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
#, fuzzy
msgid "Remove boot image in PXE"
msgstr "remove - ezabatu irudia PXE-n"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
#, fuzzy
msgid "Modify boot image in PXE"
msgstr "Modify - Aldatu irudia PXE-n"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
#, fuzzy
msgid "Add all.rdz image in PXE"
msgstr "add - Erantsi irudia PXE-n"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "PXE morroia"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Ezarri PXE zerbitzari bat."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1797,7 +1814,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1807,225 +1824,231 @@ msgstr ""
"honek pxe zerbitzuak hornituko ditu, eta abiapen irudiak erantsi/ezabatu/"
"aldatzeko gaitasuna."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
#, fuzzy
msgid "Add a boot image"
msgstr "Abiapen irudia erantsi"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
#, fuzzy
msgid "Remove a boot image"
msgstr "Ezabatu abiapen irudi bat"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
#, fuzzy
msgid "Add option to boot image:"
msgstr "Abiapen irudiari aukerak erantsi"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Zerbitzari Izena:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Erabiltzailearen direktorioa:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "Instalazioak hutsegin du"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
#, fuzzy
msgid "ACPI option:"
msgstr "Zein eragiketa:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
#, fuzzy
msgid "APIC option:"
msgstr "Zein eragiketa:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "Zein eragiketa:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "dhcpd.conf berezia erabiliko dugu"
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
#, fuzzy
msgid "Please provide a bootable image..."
msgstr "Ezabatu abiapen irudi bat"
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Erabiltzailearen direktorioa:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Ezabatu abiapen irudi bat"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Morroiak bezeroa gehitu du."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Morroiak bezeroa gehitu du."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Morroiak bezeroa gehitu du."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Morroiak zure proxy zerbitzaria konfiguratu du."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "Configuring PXE server on your system..."
msgstr "Zure sistema Nis Bezero bezala konfiguratzen ..."
@@ -2070,7 +2093,7 @@ msgstr "Sambak jakin behar du zerbitzatzen duen Windows Lantaldea"
msgid "Workgroup"
msgstr "Lantaldea"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Lantaldea:"
@@ -2190,7 +2213,7 @@ msgstr ""
"pasahitza ezartzeko."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Elkarbanatutako dir:"
@@ -2239,38 +2262,37 @@ msgid "Configuring Samba"
msgstr "Samba Konfiguratzen"
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+#, fuzzy
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Morroiak Samba konfiguratzeko behar diren\n"
"hurrengo parametroak bildu ditu."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Zerbitzariaren Goiburua:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Fitxategi Elkarbanatzea:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Inprimaketa Zerbitzaria:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Ataria:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Inprimagailuak:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Morroiak zure Samba zerbitzaria konfiguratu du"
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "FTP Zerbitzaria konfiguratzen"
diff --git a/po/fa.po b/po/fa.po
index bb1d3904..99a8cd3c 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-fa\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-09-10 01:04+0200\n"
"Last-Translator: Abbas Izad <abbasizad@hotmail.com>\n"
"Language-Team: Persian\n"
@@ -41,12 +41,12 @@ msgstr "خطا."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "تبریک می‌گوئیم "
@@ -131,7 +131,7 @@ msgstr "شما در dhcp هستید, کارگزار ممکن است با پیک
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "خطا"
@@ -259,8 +259,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "از کار افتاده"
@@ -269,8 +269,8 @@ msgstr "از کار افتاده"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "بکار افتاده"
@@ -286,8 +286,8 @@ msgstr "جادوگر با موفقیت سرویس‌های DHCP کارگزارت
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "بکار افتاده"
@@ -295,8 +295,8 @@ msgstr "بکار افتاده"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -304,7 +304,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr "شما فقط نیاز به خواندن نام میزبان خود دارید."
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -354,7 +354,7 @@ msgstr ""
"یک DNS خارجی فرستاده می‌شود."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "چکار می‌خواهید انجام دهید:"
@@ -496,7 +496,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr "بسیار خوب اکنون پیکربندی DNS برده‌ی شما ساخته می‌شود"
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "با این پیکربندی:"
@@ -578,7 +578,7 @@ msgstr "کارگزار پست"
msgid "FTP server"
msgstr "کارگزار FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "کارگزار‌ سامبا"
@@ -602,7 +602,7 @@ msgstr "NIS server autofs map"
msgid "Mandrake Install server"
msgstr "کارگزار نصب ماندرایک"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "کارگزار PXE"
@@ -855,85 +855,99 @@ msgstr "در حال کپی کردن داده‌ها به شاخه‌ی مقصد
msgid "Install Server"
msgstr "کارگزار نصب"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "کارگزار - گذاردن پیکربندی کارگزار LDAP"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr "افزودن - افزودن ورودی در کارگزار LDAP"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "جادوگر پیکربندی LDAP"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+#, fuzzy
+msgid "Setup a ldap server."
msgstr "برپاسازی یک کارگزار‌ LDAP"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr "چه عملیاتی بر LDAP:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr "افزودن داده‌ها در LDAP"
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
msgstr "UID, GUID, شاخه‌ی خانه, "
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "نام کوچک:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "نام فامیل:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "نام کاربر:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "گذرواژه:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "شاخه‌ی خانه:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr "پوسته‌ی ثبت‌ورود:"
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
-msgstr "شماره‌ی UID:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
+msgstr "شماره‌ی uid:"
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "ID گروه:"
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
-msgstr "محتوی:"
+#: ../ldap_wizard/ldap.pm:99
+#, fuzzy
+msgid "LDAP RootDSE"
+msgstr "RootDSE"
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-"LDAP RootDSE\n"
-"مثال: \"obelx.nux.com\" در پیکربندی LDAP \"dc=obelx,dc=nux,dc=com\" خواهد "
-"بود \n"
-"\n"
-"RootDN مدیر کارگزار LDAP شما می‌باشد."
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr "RootDSE"
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr "RootDN"
@@ -941,81 +955,82 @@ msgstr "RootDN"
msgid "Password"
msgstr "گذرواژه"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr "OU پیش‌فرض"
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr "بسیار خوب اکنون ورودی در LDAP اضافه کنید"
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "شاخه‌ی خانه:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
-msgstr "شماره‌ی uid:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
+msgstr "محتوی:"
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr "shadowMax:"
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr "shadowMin:"
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr "shadowWarning:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr "shadowInactive:"
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr "shadowExpire:"
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr "objectClass:"
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr "بسیار خوب اکنون پیکربندی LDAP شما ساخته می‌شود"
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "خطا در شاخه‌ی خانه"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr "خطا، گذرواژه نمی‌تواند خالی باشد"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr "خطا در پوسته‌ی ثبت‌ورود"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "لطفاً درستش را انتخاب کنید"
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr "لطفاً یک شماره باشد"
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "جادوگر با موفقیت کارگزار LDAP را پیکربندی کرد."
-#: ../ldap_wizard/ldap.pm:182
+#: ../ldap_wizard/ldap.pm:170
#, fuzzy
-msgid "Data Successfully added"
+msgid "Successfully add data"
msgstr "با موفقیت داده اضافه گردید"
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+#, fuzzy
+msgid "The wizard successfully add entry in ldap"
msgstr "جادوگر با موفقیت ورودی را در LDAP اضافه کرد."
#: ../news_wizard/Inn.pm:33
@@ -1107,7 +1122,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1334,8 +1349,8 @@ msgid "NIS server: hostname of the nisserver."
msgstr "NIS server: نام‌میزبان nisserver."
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
-msgstr "داشتن یک کارگیر NIS رایانه‌ی شما را خواهد گذارد."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
+msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
msgid "Error should be a directory"
@@ -1358,8 +1373,10 @@ msgid "The wizard successfully configured your machine to be a NIS client."
msgstr "جادوگر با موفقیت رایانه‌ی شما را برای کارگیر شدن NIS پیکربندی کرد."
#: ../nisautofs_wizard/Nisautofs.pm:148
+#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr ""
"جادوگر با موفقیت رایانه‌ی شما را برای NIS شدن با autofs map پیکربندی کرد."
@@ -1736,36 +1753,36 @@ msgstr "پراکسی Squid"
msgid "PXE Wizard"
msgstr "جادوگر PXE"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "گذاردن کارگزار PXE"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr "افزودن تصویر آغازگری در PXE"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr "برداشتن تصویر آغازگری در PXE"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr "سازگار کردن تصویر آغازگری در PXE"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
#, fuzzy
msgid "Add all.rdz image in PXE"
msgstr "افزودن تصویر آغازگری در PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "جادوگر PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "گذاردن یک کارگزار PXE.‌"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1781,7 +1798,7 @@ msgstr ""
"حافظه بارگذاری کرده و آن را اجرا می‌کند. منویی نمایش داده می‌شود، که به رایانه "
"اجازه می‌دهد سیستم عاملی را از طریق بارگذاری شبکه آغازگری کند."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
@@ -1789,60 +1806,60 @@ msgstr ""
"این جادوگر سرویس pxe و توانایی افزودن/برداشتن/سازگاری تصاویر آغازگری را عرضه "
"خواهد کرد، "
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "افزودن تصویر آغازگری"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr "نام PXE: نام در منوی PXE (یک واژه/شماره، بدون فاصله لطفاً)"
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr "مسیر به تصویر: مسیر کامل به تصویر (نیاز به تصویر آغازگری شبکه دارد)"
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
#, fuzzy
msgid "Path to all.rdz: full path to all.rdz image"
msgstr "مسیر به تصویر: مسیر کامل به تصویر (نیاز به تصویر آغازگری شبکه دارد)"
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr "تصویر آغازگری PXE را که می‌خواهید از کارگزار PXE بردارید انتخاب کنید."
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr "برداشتن یک تصویر آغازگری"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr "تصویر آغازگری برای برداشتن:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr "افزودن گزینه به تصویر آغازگری:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "لطفاً تصویر آغازگری PXE را برای سازگار کردن انتخاب کنید"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "تصویر آغازگری برای پیکربندی:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr "شاخه‌ی نصب: مسیر کامل به شاخه‌ی کارگزار نصب ماندرایک"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr "روش نصب: انتخاب کردن nfs/http برای نصب از طریق nfs/http."
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr "گزینه‌های برای افزودن به دیسک آغازگری PXE"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
@@ -1850,61 +1867,66 @@ msgstr ""
"آی‌پی کارگزار: نشانی آی‌پی کارگزاری را که دارای شاخه‌ی نصب است. شما می‌توانید "
"یکی را با جادوگر کارگزار نصب ماندرایک ایجاد کنید."
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "تصویر آغازگری برای سازگار کردن:"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "آی‌پی کارگزار:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "شاخه‌ی نصب:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "روش نصب:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "گزینه‌ی ACPI: پیکربندی پیشرفته و واسط نیرو"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr "واسط کارگیر شبکه: واسطی که از طریقش کارگیر بایستی نصب شود."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr "Ramsize: میزان کردن ramsize بر دیسک آغازگری."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
#, fuzzy
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr "گزینه‌ی VGA: اگر رایانه‌ی شما مشکلی با VGA دارد، لطفاُ آن را میزان کنید. "
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "واسط کارگیر شبکه:"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "Ramsize:"
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "گزینه‌ی VGA:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "گزینه‌ی ACPI:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "گزینه‌ی APIC:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "گزینه‌ی APIC:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
@@ -1912,96 +1934,100 @@ msgstr ""
"این همه‌ی پرونده‌های پیکربندی پیش‌فرض را که برای گذاردن یک کارگزار PXE لازمند "
"پیکربندی خواهد کرد."
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "ما احتیاج به استفاده از یک dhcpd.conf مخصوص با پارامتر PXE داریم."
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr "لطفاً تصویر قابل آغازگریی را عرضه کنید..."
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr "لطفاً تصویری را از شاخه‌ی دیگری غیر از %s انتخاب کنید."
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr "لطفاً نام درستی را در ورودی PXE عرضه کنید (یک واژه)."
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
"برای افزودن/برداشتن/سازگار کردن تصویر آغازگری PXE، شما از قبل نیاز به اجرای "
"'Set PXE server' دارید."
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr "لطفاً نام منوی PXE دیگری را عرضه کنید"
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr "نام مشابه دیگری از قبل در ورودی منوی PXE مورد استفاده است"
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+#, fuzzy
+msgid "Will now prepare all default files to set the PXE server"
msgstr "اکنون همه‌ی پرونده‌های پیش‌فرض برای گذاردن کارگزار PXE آماده خواهد گردید"
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "شاخه‌ی TFTP:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "مسیر تصویر آغازگری:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr "پرونده‌ی 'پیش‌فرض' PXE:"
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr "پرونده‌ی 'راهنمای' PXE:"
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+#, fuzzy
+msgid "Will now modify boot options in image"
msgstr "اکنون گزینه‌های آغازگری در تصویر سازگار خواهد گردید"
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
msgstr "اکنون تصویر آغازگری PXE شما برداشته خواهد شد"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr "ورودی PXE برای برداشتن:"
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+#, fuzzy
+msgid "Will now add your PXE boot image"
msgstr "اکنون تصویر آغازگری PXE شما اضافه خواهد گردید"
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "جادوگر با موفقیت یک تصویر آغازگری PXE را اضافه کرد."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "جادوگر با موفقیت یک تصویر آغازگری PXE را برداشت."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "جادوگر با موفقیت تصویر(ها) را سازگار کرد."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "جادوگر با موفقیت کارگزار PXE شما را پیکربندی کرد."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "پیکربندی کارگزار PXE بر سیستم شما..."
@@ -2044,7 +2070,7 @@ msgstr "سامبا به دانستن گروه‌کاری ویندوزی که ب
msgid "Workgroup"
msgstr "گروه‌کاری"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "گروه‌کاری:"
@@ -2159,7 +2185,7 @@ msgstr ""
"کرده‌اید ولی شما/آنها باید از smbpasswd برای گذاردن یک گذرواژه استفاده کنید."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "شاخه‌ی مشترک:"
@@ -2207,38 +2233,37 @@ msgid "Configuring Samba"
msgstr "پیکربندی سامبا"
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+#, fuzzy
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"جادوگر پارامترهای بدنبال آمده‌ را برای پیکربندی سامبا\n"
"جمع آوری کرد."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "اعلانیه‌ی کارگزار:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "اشتراک پرونده:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "کارگزار چاپ:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "خانه:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "چاپگرها:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "جادوگر با موفقیت کارگزار سامبای شما را پیکربندی کرد."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "پیکربندی کارگزار پسوندتان"
@@ -2485,6 +2510,25 @@ msgstr "کارگزار وب آپاچی:"
msgid "Configuring your system as Apache server ..."
msgstr "پیکربندی سیستم شما مانند کارگزار برده‌ی DNS ..."
+#~ msgid "UID number:"
+#~ msgstr "شماره‌ی UID:"
+
+#~ msgid ""
+#~ "LDAP RootDSE\n"
+#~ "Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
+#~ "config.\n"
+#~ "\n"
+#~ "RootDN is the manager of your LDAP server."
+#~ msgstr ""
+#~ "LDAP RootDSE\n"
+#~ "مثال: \"obelx.nux.com\" در پیکربندی LDAP \"dc=obelx,dc=nux,dc=com\" خواهد "
+#~ "بود \n"
+#~ "\n"
+#~ "RootDN مدیر کارگزار LDAP شما می‌باشد."
+
+#~ msgid "Will set your computer has a NIS client."
+#~ msgstr "داشتن یک کارگیر NIS رایانه‌ی شما را خواهد گذارد."
+
#~ msgid "Choose a country:"
#~ msgstr "انتخاب یک کشور:"
@@ -2525,42 +2569,6 @@ msgstr "پیکربندی سیستم شما مانند کارگزار برده‌
#~ msgid "IP number of the machine:"
#~ msgstr "شماره آی‌پی ماشین:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "کارگزار‌ بانک اطلاعات"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "تنظیم کردن کارگزار DNS"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "کارگزار NFS "
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "کارگزار اخبار"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "کارگزار NFS "
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "کارگزارهای زمان"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "کارگزار اخبار"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "جادوگر DHCP"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "جادوگر تنظیمات DNS"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "نشانی‌های کارگزار DNS"
diff --git a/po/fi.po b/po/fi.po
index 0c3dc0f4..90c17e53 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-fi - MDK Linux Release 10.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-02-11 21:22+0200\n"
"Last-Translator: Thomas Backlund <tmb@mandrake.org>\n"
"Language-Team: Finnish <cooker-i18n@linux-mandrake.com>\n"
@@ -45,12 +45,12 @@ msgstr "Virhe."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Onnittelut"
@@ -136,7 +136,7 @@ msgstr "Käytät DHCP-osoitetta, voi olla ettei palvelin toimi asetuksillasi."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Virhe"
@@ -263,8 +263,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "Poistettu käytöstä"
@@ -273,8 +273,8 @@ msgstr "Poistettu käytöstä"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "Käytössä"
@@ -290,16 +290,16 @@ msgstr "Velho asetti palvelimesi DHCP-palvelun onnistuneesti."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr "Epäonnistui"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Käyynistä drakwizard uudelleen ja yritä muuttaa joitakin parametreja."
@@ -307,7 +307,7 @@ msgstr "Käyynistä drakwizard uudelleen ja yritä muuttaa joitakin parametreja.
msgid "You need to readjust your hostname."
msgstr "Sinun täytyy uudelleenmäärittää koneesi nimi."
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -357,7 +357,7 @@ msgstr ""
"paikallisten hakujen edelleenlähettämisen ulkoiselle DNS palvelimelle."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Mitä haluat tehdä:"
@@ -499,7 +499,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr "Ok, nyt luon DNS-orja asetuksesi"
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "näillä asetuksella:"
@@ -580,7 +580,7 @@ msgstr "Sähköpostipalvelin"
msgid "FTP server"
msgstr "FTP-palvelin"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Samba-palvelin"
@@ -604,7 +604,7 @@ msgstr "Nis palvelin + Autofs map"
msgid "Mandrake Install server"
msgstr "Mandrake Asennuspalvelin"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "PXE-palvelin"
@@ -851,85 +851,99 @@ msgstr "Kopioidaat tiedostot kohdehakemistoon, tämä voi kestää hetken..."
msgid "Install Server"
msgstr "Asennuspalvelin"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "Palvelin - Aseta LDAP palvelimen"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr "Lisää - Lisää tietue LDAP palvelimeen"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "LDAP asetusvelho"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+#, fuzzy
+msgid "Setup a ldap server."
msgstr "Aseta LDAP-palvelinta."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr "Mikä LDAP toiminto:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr "Lisää tietoa LDAP:iin"
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
msgstr "UID, GUID, kotihakemisto:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Etunimi:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "Sukunimi:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "Käyttäjänimi:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Salasana:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Kotihakemisto:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr "Sisäänkirjautumiskehote:"
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
-msgstr "UID numero:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
+msgstr "uid numero:"
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "Ryhmä ID (GID):"
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
-msgstr "Säiliö:"
+#: ../ldap_wizard/ldap.pm:99
+#, fuzzy
+msgid "LDAP RootDSE"
+msgstr "RootDSE"
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
msgstr ""
-"LDAP RootDSE\n"
-"Esimerkiksi: \"obelx.nux.com\" on \"dc=obelx,dc=nux,dc=com\" LDAP "
-"asetuksissa.\n"
-"\n"
-"RootDN on LDAP palvelimesi hallitsija."
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr "RootDSE"
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr "RootDN"
@@ -937,80 +951,82 @@ msgstr "RootDN"
msgid "Password"
msgstr "Salasana"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr "Oletus OU"
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr "Ok, nyt lisätään tietuetta LDAP:iin"
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "Kotihakemisto:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
-msgstr "uid numero:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
+msgstr "Säiliö:"
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr "shadowMax:"
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr "shadowMin:"
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr "shadowWarning:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr "shadowInactive:"
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr "shadowExpire:"
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr "objectClass:"
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr "OK, nyt luon LDAP asetuksesi."
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "Virheellinen kotihakemisto"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr "Virhe, salasana ei saa olla tyhjä"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr "Virheellinen kirjautumiskehote"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "Ole hyvä ja valitse kelvollinen"
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr "Pitäisi olla numero"
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "Velho asetti LDAP onnistuneesti."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+#, fuzzy
+msgid "Successfully add data"
msgstr "Tiedot lisätty onnistuneesti"
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+#, fuzzy
+msgid "The wizard successfully add entry in ldap"
msgstr "Velho lisäsi tietueen LDAP:iin onnistuneesti."
#: ../news_wizard/Inn.pm:33
@@ -1102,7 +1118,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1330,8 +1346,8 @@ msgid "NIS server: hostname of the nisserver."
msgstr "NIS palvelin: NIS-palvelimen konenimi."
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
-msgstr "Asettaa koneesi NIS palvelimena."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
+msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
msgid "Error should be a directory"
@@ -1356,8 +1372,10 @@ msgid "The wizard successfully configured your machine to be a NIS client."
msgstr "Velho asetti koneesi NIS asiakkaaksi onnistuneesti."
#: ../nisautofs_wizard/Nisautofs.pm:148
+#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Velho asetti koneesi NIS-palvelimeksi + autofs onnistuneesti."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1734,35 +1752,35 @@ msgstr "Squid välityspalvelin"
msgid "PXE Wizard"
msgstr "PXE-velho"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Aseta PXE-palvelin"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr "Lisää PXE käynnistyskuvatiedosto"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr "Poista PXE käynnistyskuvatiedosto"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr "Muokkaa PXE käynnistyskuvatiedosto"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr "Lisää all.rdz PXE käynnistyskuvatiedosto"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "PXE-velho"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Aseta PXE-palvelinta."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1779,7 +1797,7 @@ msgstr ""
"näytetään, jonka avulla käynnistetään käyttöjärjestelmän lataus verkon "
"kautta."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
@@ -1787,65 +1805,65 @@ msgstr ""
"Tämä velho tarjoaa PXE-palvelun työasemille, sekä mahdollisuus lisätä/"
"poistaa/muokkaa käynnistyskuvatiedosto."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "Lisää käynnistyskuvatiedosto"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr "PXE nimi: nimi PXE valikossa (yksi sana/numero, ei välilyöntejä)"
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
"Hakemisto kuvatiedostolle: koko hakemistopolku kuvatiedostolle (tarvitsee "
"verkkokäynnistys-kuvatiedosto)"
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
"Hakemisto all.rdz kuvatiedostolle: koko hakemistopolku all.rdz "
"kuvatiedostolle"
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
"Valitse PXE käynnistyslevykuvatiedosto jota haluat poistaa PXE palvelimelta."
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr "Poista käynnistyskuvatiedosto"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr "Poistettava käynnistyskuvatiedosto:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr "Lisää optiota käynnistyskuvatiedostoon:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "Valitse muutettava PXE käynnistyskuvatiedosto"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "Muutettava käynnistyskuvatiedosto:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
"Asennushakemisto: koko hakemistopolku MDK asennuspalvelimen hakemistoon"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr "Asennustapa: valitse nfs tai http asennuken tiedostonsiirtoon."
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr "PXE käynnistuskuvatiedostoon lisättäviä vaihtoehtoja"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
@@ -1853,60 +1871,65 @@ msgstr ""
"Palvelin IP: Asennushakemistoa sisältävän palvelimen IP-osoite. Voit luoda "
"yksi MDK asennuspalvelin-velhon kautta."
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "Muokattava käynnistyskuvatiedosto:"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "Palvelin IP:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "Asennus hakemisto:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Asennustapa:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "ACPI asetus: Advanced Configuration and Power Interface"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr "Verkkoasiakas liityntä: minkä liitynnän kautta haluat asentaa."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr "Muistikoko: aseta muistikoon käynnistyslevykkeellä."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr "VGA asetus: jos sinulla on ongelmia VGA:n kanssa, voit muuttaa sitä."
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "Verkkoasiakas liityntä:"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "Muistikoko:"
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "VGA asetus:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "ACPI vaihtoehto:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "APIC cvaihtoehto:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "APIC cvaihtoehto:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
@@ -1914,95 +1937,99 @@ msgstr ""
"Tämä asettaa kaikki tarvittavat oletus asennustiedostoja PXE-palvelimen "
"asettamiseksi."
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Käytämme erikosen dhcpd.conf tiedostoa PXE parametreilla."
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr "Valitse käynnistyskuvatiedosto..."
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr "Tarvitaan kuvatiedosto. Ole hyvä ja lisää yhden."
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr "Valitse kuvatiedosto toiselta hakemistolta kuin %s."
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr "ole hyvä ja valitse oike nimi PXE tietuessa (yksi sana)."
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
"Jos haluat lisätä/poistaa/muokata PXE käynnistyskuvatiedostoa, sinun pitää "
"suorita 'Aseta PXE palvelin' ensin."
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr "Ole hyvä ja valitse toinen nimi PXE valikkoon"
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr "Samankaltainen nimi on jo olemassa PXE valikossa"
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+#, fuzzy
+msgid "Will now prepare all default files to set the PXE server"
msgstr "Nyt luodaan kaikki oletustiedostoja PXE-palvelimen asettamiseksi."
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "TFTP hakemisto:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "käynnistyskuvatiedostojen hakemisto:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr "PXE 'oletus' tiedosto:"
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr "PXE 'apu' tiedosto:"
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+#, fuzzy
+msgid "Will now modify boot options in image"
msgstr "Nyt muokataan käynnistyskuvatiedoston käynnistysoptiot"
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
msgstr "Nyt poistetaan valitsemasi PXE käynnistyskuvatiedostoa"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr "Postettava PXE tietue:"
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+#, fuzzy
+msgid "Will now add your PXE boot image"
msgstr "Nyt lisätään valitsemasi PXE käynnistyskuvatiedostoa"
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "Velho lisäsi PXE-käynnistyskuvatiedoston onnistuneesti."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
msgid "The wizard successfully removed the PXE boot image."
msgstr "Velho poisti PXE käynnistyskuvatiedoston onnistuneesti."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "Velho muokkasi levykekuvatiedoston onnistuneesti."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "Velho asetti PXE-palvelimen onnistuneesti."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "Asetetaan järjestelmäsi PXE-palvelinta..."
@@ -2044,7 +2071,7 @@ msgstr "Samban täytyy tietää Windows-työryhmä, jota sen pitää palvella."
msgid "Workgroup"
msgstr "Työryhmä"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Työryhmä:"
@@ -2162,7 +2189,7 @@ msgstr ""
"määrittelemiseksi."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Jaettu hakemisto:"
@@ -2211,38 +2238,37 @@ msgid "Configuring Samba"
msgstr "Asetetaan Samba"
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+#, fuzzy
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Velho keräsi seuraavat parametrit jotka vaaditaan\n"
"Samba-palvelun asettamiseksi"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Palvelin juliste:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Tiedostojako:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Tulostuspalvelin"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Kotihakemisto:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Tulostimet:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Velho asetti Samba-palvelimesi onnistuneesti."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
msgid "Configuring your Samba server..."
msgstr "Asetetaan Samaba-palvelimesi."
@@ -2483,3 +2509,22 @@ msgstr "Apache palvelin"
#: ../web_wizard/Apache.pm:236
msgid "Configuring your system as Apache server ..."
msgstr "Asetetaan järjestelmäsi Apache-palvelimeksi ..."
+
+#~ msgid "UID number:"
+#~ msgstr "UID numero:"
+
+#~ msgid ""
+#~ "LDAP RootDSE\n"
+#~ "Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
+#~ "config.\n"
+#~ "\n"
+#~ "RootDN is the manager of your LDAP server."
+#~ msgstr ""
+#~ "LDAP RootDSE\n"
+#~ "Esimerkiksi: \"obelx.nux.com\" on \"dc=obelx,dc=nux,dc=com\" LDAP "
+#~ "asetuksissa.\n"
+#~ "\n"
+#~ "RootDN on LDAP palvelimesi hallitsija."
+
+#~ msgid "Will set your computer has a NIS client."
+#~ msgstr "Asettaa koneesi NIS palvelimena."
diff --git a/po/fr.po b/po/fr.po
index f7b95b8d..c3cb55b2 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-fr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-02-11 18:06+0100\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
"Language-Team: french <cooker-i18n@linux-mandrake.com>\n"
@@ -45,12 +45,12 @@ msgstr "Erreur."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Flicitations"
@@ -138,7 +138,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Erreur"
@@ -208,7 +208,6 @@ msgid "Range of addresses used by dhcp"
msgstr "Plages d'adresses utilises par DHCP"
#: ../dhcp_wizard/Dhcp.pm:64
-#, fuzzy
msgid ""
"Select the range of addresses assigned to the workstations by the DHCP "
"service; unless you have special needs, you can safely accept the proposed "
@@ -216,7 +215,7 @@ msgid ""
msgstr ""
"Choisissez la plage d'adresses assigne aux postes de travail par le service "
"DHCP; sauf en cas de besoin spcifique, vous pouvez accepter les valeurs "
-"proposes."
+"proposes. (ex: 192.168.100.20 192.168.100.40)"
#: ../dhcp_wizard/Dhcp.pm:71 ../dhcp_wizard/Dhcp.pm:114
msgid "Lowest IP Address:"
@@ -267,8 +266,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "dsactiv"
@@ -277,8 +276,8 @@ msgstr "dsactiv"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "activ"
@@ -295,8 +294,8 @@ msgstr ""
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "activ"
@@ -304,8 +303,8 @@ msgstr "activ"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -313,7 +312,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr "SVP reajuster votre nom d'ordinateur."
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -362,7 +361,7 @@ msgstr ""
"renvoi des requtes autres que locales vers un DNS externe."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Que voulez faire?"
@@ -495,7 +494,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr "Configuration d'un serveur DNS esclave en cours"
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "avec cette configuration:"
@@ -577,7 +576,7 @@ msgstr "Serveur de messagerie (Postfix)"
msgid "FTP server"
msgstr "Serveur de fichier (FTP)"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Serveur Samba"
@@ -602,7 +601,7 @@ msgstr "Serveur d'utilisateur (NIS Autofs)"
msgid "Mandrake Install server"
msgstr "Serveur d'installation Mandrake"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "Serveur de Boot (PXE)"
@@ -685,12 +684,10 @@ msgstr ""
"personnel."
#: ../ftp_wizard/Proftpd.pm:88
-#, fuzzy
msgid "FTP Proftpd server options"
msgstr "Options du serveur FTP Proftpd"
#: ../ftp_wizard/Proftpd.pm:88
-#, fuzzy
msgid "Permit root login: allow root to log on FTP server."
msgstr ""
"Autoriser les connections de root: permet root de se connecter au serveur "
@@ -861,81 +858,96 @@ msgstr "Copie des donnes en cours, cela va prendre un moment...."
msgid "Install Server"
msgstr "Serveur d'installation"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "Serveur - Configuration du serveur LDAP"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "Assistant de configuration LDAP"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+msgid "Setup a ldap server."
msgstr "Configurer un serveur LDAP."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "assistant de configuration"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr "Ajouter des donnes dans LDAP"
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+msgid "uid, guid, home directory, "
msgstr "UID, GUID et dossier utilisateur, "
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Prnom:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "Nom:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "Nom d'utilisateur :"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Mot de Passe :"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+msgid "Home Directory:"
+msgstr "Dossier utilisateur :"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
-msgstr "Nombre UID:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
+msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "ID du groupe:"
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr "exemple:"
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -943,83 +955,82 @@ msgstr ""
msgid "Password"
msgstr "Mot de passe"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "Dossier utilisateur :"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Attention :"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Dossier partag :"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "L'assistant a configur LDAP avec succs."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
-#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+msgid "The wizard successfully add entry in ldap"
msgstr "L'assistant a ajout l'entre dans LDAP."
#: ../news_wizard/Inn.pm:33
@@ -1111,7 +1122,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1235,7 +1246,6 @@ msgid "NIS Server with autofs map"
msgstr "Serveur NIS + Autofs"
#: ../nisautofs_wizard/Nisautofs.pm:71
-#, fuzzy
msgid "NIS Client"
msgstr "Client NIS"
@@ -1259,9 +1269,8 @@ msgid "What do you want to do ?"
msgstr "Que voulez-vous faire ?"
#: ../nisautofs_wizard/Nisautofs.pm:89
-#, fuzzy
msgid "Configure computer to be a NIS client"
-msgstr "Configurer votre systme en tant que client NIS ..."
+msgstr "Configurer votre systme en tant que client NIS"
#: ../nisautofs_wizard/Nisautofs.pm:89
msgid "You just have to put nisdomain and nisserver"
@@ -1273,9 +1282,8 @@ msgid "NIS Server:"
msgstr "Serveur NFS"
#: ../nisautofs_wizard/Nisautofs.pm:92
-#, fuzzy
msgid "NIS Domain:"
-msgstr "Domaine NIS:"
+msgstr "Domaine NIS :"
#: ../nisautofs_wizard/Nisautofs.pm:97
msgid ""
@@ -1342,7 +1350,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1368,7 +1376,8 @@ msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr ""
"L'assistant a configur avec succs le service Samba sur votre serveur."
@@ -1756,43 +1765,42 @@ msgid "Squid proxy"
msgstr "Assistant Squid"
#: ../pxe_wizard/Pxe.pm:60
-#, fuzzy
msgid "PXE Wizard"
msgstr "Assistant PXE"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Configurer un serveur PXE"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
#, fuzzy
msgid "Add boot image in PXE"
msgstr "Ajouter une image de dmarrage"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
#, fuzzy
msgid "Remove boot image in PXE"
msgstr "Enlever une image de dmarrage"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
#, fuzzy
msgid "Modify boot image in PXE"
msgstr "Ajouter une image de dmarrage"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
#, fuzzy
msgid "Add all.rdz image in PXE"
msgstr "Ajouter une image de dmarrage"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "Assistant PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Configurer un serveur PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1802,7 +1810,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1812,222 +1820,229 @@ msgstr ""
"fournira un service local PXE ainsi que la possibilite d'ajouter, d'enlever "
"et modifier les images de dmarrage."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "Ajouter une image de dmarrage"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr "Nom PXE : nom dans le menu PXE (un mot ou chiffre sans espace). "
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr "Chemin de l'image: chemin complet jusqu'a l'image (image bootable)."
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
#, fuzzy
msgid "Path to all.rdz: full path to all.rdz image"
msgstr "Chemin de l'image: chemin complet jusqu'a l'image (image bootable)."
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr "Choisissez L'image de boot PXE que vous voulez-retirer."
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr "Enlever une image de dmarrage"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr "Image de boot a retirer : "
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr "Ajouter une option l'image de dmarrage:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "Choisissez l'image PXE modifier :"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "Image de dmarrage configurer:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
"Rpertoire d'installation: chemin complet du serveur d'installation Mandrake."
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr "Mthode d'installation: Choisir NFS ou HTTP. "
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr "Options ajouter l'image de boot PXE."
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "Image de boot modifier :"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "IP du serveur:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "Dossier d'installation :"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Mthode d'installation:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "Interface rseau du client :"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "Taille de la RAM :"
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "Option VGA :"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
#, fuzzy
msgid "ACPI option:"
msgstr "Quelle opration:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
#, fuzzy
msgid "APIC option:"
msgstr "Quelle opration:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "Quelle opration:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Nous allons utiliser un fichier dhcpd.conf special"
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
#, fuzzy
msgid "Please provide a bootable image..."
msgstr "Enlever une image de dmarrage"
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Dossier utilisateur :"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "Chemin de l'image de dmarrage:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Enlever une image de dmarrage"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+#, fuzzy
+msgid "Will now add your PXE boot image"
+msgstr "Options ajouter l'image de boot PXE."
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "L'assistant a ajout le client au DNS."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "L'assistant a ajout le client au DNS."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "L'assistant a ajout le client au DNS."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr ""
"L'assistant a configur avec succs le service proxy Squid de votre serveur."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "Configuring PXE server on your system..."
msgstr "Configurer votre systme en tant que client NIS ..."
@@ -2071,7 +2086,7 @@ msgstr "Samba a besoin de connatre le groupe de travail Windows desservi."
msgid "Workgroup"
msgstr "Groupe de travail"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Groupe de travail:"
@@ -2194,7 +2209,7 @@ msgstr ""
"devrez utiliser smbpasswd pour enregister un mot de passe samba."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Dossier partag :"
@@ -2243,40 +2258,37 @@ msgid "Configuring Samba"
msgstr "Configuration de Samba"
#: ../samba_wizard/Samba.pm:207
-#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
-"L'assistant a rassembl les paramtres suivants\n"
-"ncessaires la configuration de Samba."
+"L'assistant a rassembl les paramtres suivants ncessaires la "
+"configuration de Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Bannire du serveur:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Partage de fichiers:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Partage d'imprimante:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "accs aux dossiers perso.:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Imprimantes:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr ""
"L'assistant a configur avec succs le service Samba sur votre serveur."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Configuration du service FTP"
@@ -2311,14 +2323,12 @@ msgstr ""
"Cliquez sur Suivant pour commencer, ou Annuler pour quitter l'assistant."
#: ../time_wizard/Ntp.pm:87
-#, fuzzy
msgid ""
"(we recommend using the server pool.ntp.org twice as this server randomly "
"points to available time servers)"
msgstr ""
-"(nous vous recommandons d'utiliser pool.ntp.org deux fois car ce\n"
-"serveur pointe de manire alatoire sur diffrents serveurs de temps\n"
-"disponibles)"
+"(nous vous recommandons d'utiliser pool.ntp.org deux fois car ce serveur "
+"pointe de manire alatoire sur diffrents serveurs de temps disponibles)"
#: ../time_wizard/Ntp.pm:87
msgid "Select a primary and secondary server from the list."
@@ -2534,6 +2544,9 @@ msgstr "Serveur Web (Apache1.3)"
msgid "Configuring your system as Apache server ..."
msgstr "Configurer votre systme en tant que serveur DNS secondaire ..."
+#~ msgid "UID number:"
+#~ msgstr "Nombre UID:"
+
#~ msgid "Choose a country:"
#~ msgstr "Choisissez un pays:"
@@ -2548,25 +2561,6 @@ msgstr "Configurer votre systme en tant que serveur DNS secondaire ..."
#~ "Vous tes en DHCP, le serveur pourrait ne pas marcher avec cette "
#~ "configuration."
-#, fuzzy
-#~ msgid ""
-#~ "You need to readjust your domainname. For a DNS server you need a correct "
-#~ "domainname, not egal to localdomain or none. Launch drakconnect to adjust "
-#~ "it."
-#~ msgstr ""
-#~ "Rajustez le nom de votre domaine. Pour configurer un serveur DNS vous "
-#~ "avez besoin d'un nom de domaine correct. Lancez drakconnect pour l'ajuster"
-
-#~ msgid "Setup a ldap server."
-#~ msgstr "Configurer un serveur LDAP."
-
-#~ msgid "example:"
-#~ msgstr "exemple:"
-
-#, fuzzy
-#~ msgid "Apic option:"
-#~ msgstr "Quelle opration:"
-
#~ msgid "IP forwarders:"
#~ msgstr "Serveur DNS externe:"
@@ -2582,17 +2576,9 @@ msgstr "Configurer votre systme en tant que serveur DNS secondaire ..."
#~ msgid "Ftp server"
#~ msgstr "Serveur FTP"
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Serveur de temps"
-
#~ msgid "Nis+autofs Server"
#~ msgstr "Serveur NIS+autofs"
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "Assistant PXE"
-
#~ msgid "DNS Configuration Wizard"
#~ msgstr "Assistant de configuration du DNS"
@@ -2660,10 +2646,6 @@ msgstr "Configurer votre systme en tant que serveur DNS secondaire ..."
#~ msgid "Home nis:"
#~ msgstr "Dossier personnel NIS:"
-#, fuzzy
-#~ msgid "Nis directory Makefile:"
-#~ msgstr "Dossier utilisateur :"
-
#~ msgid "Cancel"
#~ msgstr "Annuler"
diff --git a/po/he.po b/po/he.po
index de36af70..ca57f417 100644
--- a/po/he.po
+++ b/po/he.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-he\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-01-17 10:59+0200\n"
"Last-Translator: dovix <dovix2003@yahoo.com>\n"
"Language-Team: Hebrew <he@li.org>\n"
@@ -43,12 +43,12 @@ msgstr "שגיאה"
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "איחולי"
@@ -131,7 +131,7 @@ msgstr "הנך בהגדרת DHCP, השרת עלול שלא לעבוד עם תצ
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "שגיאה"
@@ -252,8 +252,8 @@ msgstr "אשף זה אסף את הנתונים הבאים אשר נדרשים ל
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "חסום"
@@ -262,8 +262,8 @@ msgstr "חסום"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "מאופשר"
@@ -279,8 +279,8 @@ msgstr "אשף זה סיים בהצלחה את הגדרת שרותי DHCP של
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "מאופשר"
@@ -288,8 +288,8 @@ msgstr "מאופשר"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -297,7 +297,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -348,7 +348,7 @@ msgstr ""
"חיצוני."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -474,7 +474,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "אשף (הגדרות) DNS"
@@ -567,7 +567,7 @@ msgstr "שרת דואר"
msgid "FTP server"
msgstr "שרת FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "שרת Samba"
@@ -593,7 +593,7 @@ msgstr "שרת קבוצות דיון"
msgid "Mandrake Install server"
msgstr "שם שרת הדואר:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "שרת NFS:"
@@ -836,88 +836,104 @@ msgstr ""
msgid "Install Server"
msgstr "שרת הדפסה:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "שרת NIS - הגדרת שרת NIS ו Autofs(NFS("
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "אשף הגדרת DNS"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "הגדרת שרת PXE."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "בחירת פעולות האשף:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "ספריית משתמש:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "שם המחשב המארח:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "שם המחשב המארח:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "שם משתמש:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "ססמה:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "ספריית משתמש:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -926,85 +942,85 @@ msgstr ""
msgid "Password"
msgstr "ססמה:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "ספריית משתמש:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "אזהרה:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "ספריה משותפת:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "אשף זה סיים בהצלחה את הגדרת השרת המתווך שלך."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "האשף הוסיף את הלקוח בהצלחה."
#: ../news_wizard/Inn.pm:33
@@ -1091,7 +1107,7 @@ msgstr "האשף אסף את הנתונים הבאים הנדרשים בכדי
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1318,7 +1334,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1343,7 +1359,8 @@ msgstr "אשף זה סיים בהצלחה את הגדרת שרת ה-Samba שלך
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "אשף זה סיים בהצלחה את הגדרת שרת ה-Samba שלך."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1710,39 +1727,39 @@ msgstr "אשף Squid"
msgid "PXE Wizard"
msgstr "אשף PXE"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "הגדרת שרת PXE"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
#, fuzzy
msgid "Add boot image in PXE"
msgstr "הוספה - הוספת תצורה ל PXE"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
#, fuzzy
msgid "Remove boot image in PXE"
msgstr "הסרה - הסרת תצורה מ PXE"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
#, fuzzy
msgid "Modify boot image in PXE"
msgstr "שינוי - שינוי תצורה ב PXE"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
#, fuzzy
msgid "Add all.rdz image in PXE"
msgstr "הוספה - הוספת תצורה ל PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "אשף PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "הגדרת שרת PXE."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1752,7 +1769,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1762,218 +1779,223 @@ msgstr ""
"עבור שמות מחשבים מקומיים, כאשר בקשות לכתובות שאינן מקומיות יופנו לשרת DNS "
"חיצוני."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "שם שרת:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "ספריית משתמש:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "התקנה נכשלה"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "ספריית משתמש:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "האשף הוסיף את הלקוח בהצלחה."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "האשף הוסיף את הלקוח בהצלחה."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "האשף הוסיף את הלקוח בהצלחה."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "האשף הוסיף את הלקוח בהצלחה."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "אשף זה סיים בהצלחה את הגדרת השרת המתווך שלך."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2015,7 +2037,7 @@ msgstr "Samba צריך לדעת את קבוצת החלונות אותה הוא
msgid "Workgroup"
msgstr "קבוצת עבודה"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "קבוצת עבודה:"
@@ -2131,7 +2153,7 @@ msgstr ""
"ססמה בעזרת smbpasswd."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "ספריה משותפת:"
@@ -2179,36 +2201,34 @@ msgstr "הגדרת Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr "האשף אסף את הנתונים הבאים הנדרשים להגדרת Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "כרזת שרת:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "שיתוף קבצים:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "שרת הדפסה:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "בית:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "מדפסות:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "אשף זה סיים בהצלחה את הגדרת שרת ה-Samba שלך."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "הגדרת שרת ה-FTP"
@@ -2477,28 +2497,12 @@ msgstr "הגדרת שרת ה-DNS"
#~ msgid "IP number of the machine:"
#~ msgstr "כתובת IP של המחשב:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "הגדרת שרת PXE."
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "הגדרת שרת ה-DNS"
-
#~ msgid "Dhcp server"
#~ msgstr "שרת DHCP"
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "שרת קבוצות דיון"
-
#~ msgid "Ftp server"
#~ msgstr "שרת FTP"
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "שרתי זמן"
-
#~ msgid "DNS Configuration Wizard"
#~ msgstr "אשף הגדרת DNS"
diff --git a/po/hi.po b/po/hi.po
index 342ef248..593dbe65 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-hi\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 21:56+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-02-11 16:57+0530\n"
"Last-Translator: धनञ्जय शर्मा (Dhananjaya Sharma) <dysxhi@yahoo.co.in>\n"
"Language-Team: हिन्दी, भारत (Hindi, India) <dysxhi@yahoo.co.in>\n"
@@ -40,12 +40,12 @@ msgstr "त्रुटि ।"
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "अभिनन्दन"
@@ -131,7 +131,7 @@ msgstr "आप डीएचसीपी में है, सर्वर इस
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "त्रुटि"
@@ -258,8 +258,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "निष्क्रिय"
@@ -268,8 +268,8 @@ msgstr "निष्क्रिय"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "सक्रिय"
@@ -285,16 +285,16 @@ msgstr "जादूगरी ने, आपके सर्वर की डी
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr "असफ़लता"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "ड्रैकविजार्ड को पुनः चलायें, और कुछ पैरामीटरों को परिवर्तित करने का प्रयास करें ।"
@@ -302,7 +302,7 @@ msgstr "ड्रैकविजार्ड को पुनः चलाये
msgid "You need to readjust your hostname."
msgstr "आपको अपने होस्ट के नाम को पुनः ठीक करने की आवश्यकता है।"
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -352,7 +352,7 @@ msgstr ""
"स्थानीय डीएनएस सेवा प्रदान करेगी।"
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "आप क्या करना चाहते है:"
@@ -490,7 +490,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr "ठीक है, अब आपके डीएनएस दास संरचना का निर्माण किया जा रहा है"
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "इस संरचना के साथ:"
@@ -571,7 +571,7 @@ msgstr "विपत्र सर्वर"
msgid "FTP server"
msgstr "एफ़टीपी सर्वर"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "सॉबा सर्वर"
@@ -595,7 +595,7 @@ msgstr "एनआईएस सर्वर आटोएफ़एस मानचि
msgid "Mandrake Install server"
msgstr "मैनड्रैक संसाधन सर्वर"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "पीएक्सई सर्वर"
@@ -842,84 +842,99 @@ msgstr "गंतव्य निर्देशिका पर डाटा
msgid "Install Server"
msgstr "सर्वर का संसाधन"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "सर्वर - एलडीऐपी सर्वर की संरचना की स्थापना"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr "Add - एलडीऐपी सर्वर में प्रविष्टी को जोड़ना"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "एलडीऐपी संरचना विजार्ड"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+#, fuzzy
+msgid "Setup a ldap server."
msgstr "एक एलडीऐपी सर्वर की स्थापना ।"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr "एलडीऐपी पर कौन सा आपरेशन:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr "एलडीऐपी में डाटा को जोड़ना"
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
msgstr "उपयोगकर्तापहचानसंख्या, समूहपहचानसंख्या, गृह निर्देशिका,"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "प्रथम नाम:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "अंतिम नाम:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "उपयोगकर्ता का नाम:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "कूट-शब्द:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "गृह निर्देशिका:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr "संत्र-आरम्भ कोश:"
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr "उपयोगकर्ता पहचान संख्या:"
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "समूह पहचान संख्या:"
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
-msgstr "पात्र:"
+#: ../ldap_wizard/ldap.pm:99
+#, fuzzy
+msgid "LDAP RootDSE"
+msgstr "रूटडीएसई"
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
msgstr ""
-"एलडीऐपी रूटडीएसई\n"
-"उदाहरण: \"obelx.nux.com\" एलडीऐपी संरचना में \"dc=obelx,dc=nux,dc=com\" होगा ।\n"
-"\n"
-"आपके एलडीऐपी सर्वर का प्रबंधक रूटडीएन है ।"
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr "रूटडीएसई"
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr "रूटडीएन"
@@ -927,80 +942,82 @@ msgstr "रूटडीएन"
msgid "Password"
msgstr "कूट-शब्द"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr "डिफ़ाल्ट ओ०यू०"
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr "ठीक है अब एलडीऐपी में प्रविष्टी को जोड़े"
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "गृह निर्देशिका:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
-msgstr "उपयोगकर्ता पहचान संख्या:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
+msgstr "पात्र:"
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr "महत्तमछाया:"
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr "निम्नत्तमछाया:"
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr "छायाचेतावनी:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr "निष्क्रियछाया:"
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr "छायासमाप्त:"
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr "ऑब्जेक्टवर्ग:"
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr "ठीक है अब आपकी एलडीऐपी संरचना का निर्माण किया जा रहा है"
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "गृह निर्देशिका में त्रुटि"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr "त्रुटि, पास शून्य नहीं हो सकता है"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr "संत्रारम्भ कोश में त्रुटि"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "कृपया एक सही का चयन करें"
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr "कृपया, इसे एक संख्या होना चाहिए"
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "जादूगरी ने एलडीऐपी को सफ़लता-पूर्वक संरचित कर दिया है।"
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+#, fuzzy
+msgid "Successfully add data"
msgstr "डाटा को सफ़लता-पूर्वक जोड़ा गया"
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+#, fuzzy
+msgid "The wizard successfully add entry in ldap"
msgstr "जादूगरी ने प्रविष्टी को एलडीऐपी में सफ़लतापूर्वक जोड़ा ।"
#: ../news_wizard/Inn.pm:33
@@ -1091,7 +1108,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1321,8 +1338,8 @@ msgid "NIS server: hostname of the nisserver."
msgstr "एनआईएस सर्वर: एनआईएससर्वर का होस्टनाम ।"
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
-msgstr "आपके कम्प्य़ूटर को एक एनआईएस ग्राहक की भांति स्थापित करेगा ।"
+msgid "The ypbind daemon binds NIS client to a NIS domain"
+msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
msgid "Error should be a directory"
@@ -1347,8 +1364,10 @@ msgstr ""
"है।"
#: ../nisautofs_wizard/Nisautofs.pm:148
+#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr ""
"इस जादूगरी ने आपकी मशीन को आटोएफ़एस मानचित्र के साथ एक एनआईएस ग्राहक बनने के लिए "
"सफ़लता-पूर्वक संरचित कर दिया है।"
@@ -1730,35 +1749,35 @@ msgstr "एसक्वीड प्रोक्सी"
msgid "PXE Wizard"
msgstr "पीएक्सई विजार्ड"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "पीएक्सई सर्वर को स्थापित करें"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr "पीएक्सई में एक बूट प्रतिबिंब को जोड़ना"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr "पीएक्सई में एक बूट प्रतिबिंब को हटाना"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr "पीएक्सई में एक बूट प्रतिबिंब को परिवर्तित करना"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr "पीएक्सई में all.rdz प्रतिबिंब को जोड़ना"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "पीएक्सई जादूगरी"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "एक पीएक्सई सर्वर की स्थापना ।"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1774,7 +1793,7 @@ msgstr ""
"लोड करता है और इसे चलता है ।एक मीनू प्रदर्शित होता है, और कम्प्यूटर को एक संचालन-तंत्र को "
"नेटवर्क के जरिये बूट करनेके योग्य बनाता है । "
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
@@ -1782,60 +1801,60 @@ msgstr ""
"एक पीएक्सई सेवा और बूट प्रतिबिंबों को जोड़ने/हटानें/परिवर्तित करने की क्षमतायह विजार्ड "
"प्रदान करेगा ।"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "एक बूट प्रतिबिंब को जोड़ना"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr "पीएक्सई नाम: पीएक्स मीनू में नाम (एक शब्द/संख्या, कृपया कोई खाली स्थान नहीं)"
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr "प्रतिबिंब की ओर पथ: प्रतिबिंब की ओर पूर्ण पथ (नेटवर्क बूट प्रतिबिंब की आवश्यकता)"
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr "all.rdz की ओर पथ: all.rdz प्रतिबिंब की ओर पूर्ण पथ"
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr "उस पीएक्सई बूट प्रतिबिंब का चयन करें जिसे आप पीएक्सई सर्वर से हटाना चाहते है।"
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr "एक बूट प्रतिबिंब को हटाना"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr "हटाने वाली बूट प्रतिबिंब:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr "बूट प्रतिबिंब में विकल्प जोड़ना:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "कृपया परिवर्तित करने वाले पीएक्सई बूट प्रतिबिंब का चयन करें"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "संरचित करने वाली बूट प्रतिबिंब:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr "संसाधन निर्देशिका: एमडीके संसाधन सर्वर निर्देशिका की ओर पूर्ण पथ"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
"संसाधन विधि: एनएफ़एस/एचटीटीपी के द्वारा एनएफ़एस/एचटीटीपी को संसाधित करने के लिए चयन ।"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr "पीएक्सई बूट डिस्क में जोड़ने जाने वाले विकल्प"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
@@ -1843,62 +1862,67 @@ msgstr ""
"सर्वर आईपी: उस सर्वर का आईपी पता जो कि संसाधन निर्देशिका समाहित है ।एमडीके संसाधन "
"सर्वर विजार्ड के साथ, आप एक का निर्माण कर सकते है ।"
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "परिवर्तित करे जाने वाला बूट प्रतिबिंब:"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "सर्वर आईपी:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "संसाधन निर्देशिका:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "संसाधन विधि:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "ऐसीपीआई विकल्प: उनन्त संरचना और शक्ति इन्टरफ़ेस"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr "नेटवर्क ग्राहक इन्टरफ़ेस: जिस इन्टरफ़ेस के जरिये ग्राहक को संसाधित होना चाहिए।"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr "रैमआकार: बूट डिस्क पर रैमआकार को ठीक करना ।"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
"वीजीऐ विकल्प: यदि आपने वीजीऐ के साथ किसी समस्या का सामना किया हो, तो कॄपया ठीक करें "
"।"
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "नेटवर्क ग्राहक इन्टरफ़ेस:"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "रैमआकार:"
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "वीजीऐ विकल्प:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "ऐसीपीआई विकल्प:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "ऐपीआईसी विकल्प:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "ऐपीआईसी विकल्प:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
@@ -1906,98 +1930,102 @@ msgstr ""
"एक पीएक्सई सर्वर को स्थापित करने के लिए आवश्यक सभी डिफ़ाल्ट संरचना संचिकाओं को,यह संरचित "
"करेगा ।"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
"हमें एक विशेष डीएचसीपीडी.कॉन्फ़ (dhcpd.conf) को पीएक्सई पैरामीटर के साथ उपयोग करने की "
"आवश्यकता है ।"
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr "कॄपया एक बूट-योग्य प्रतिबिंब को प्रदान करें..."
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr "कृपया %s के अलावा एक भिन्न निर्देशिका से एक प्रतिबिंब का चयन करें।"
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr "कॄपया पीएक्सई प्रविष्टी में एक सही नाम बतायें (एक शब्द)।"
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
"पीएक्सई बूट प्रतिबिंब को जोड़ने/हटाने/परिवर्तित करने के लिए, आपको पहिले 'Set PXE "
"server' निर्देश को चलाने की आवश्यकता है।"
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr "कृपया कोई अन्य पीएक्सई मीनू नाम बतायें"
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr "पीएक्सई मीनू प्रविष्टी में समान नाम पहिले से ही उपयोग में लाया जा रहा है"
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+#, fuzzy
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
"अब पीएक्सई सर्वर को स्थापित करने के लिए सभी डिफ़ाल्ट संचिकाओं को तैयार किया जायेगा"
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "टीएफ़टीपी निर्देशिका:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "बूट प्रतिबिंब पथ:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr "पीएक्सई 'डिफ़ाल्ट' संचिका:"
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr "पीएक्सई 'सहायता' संचिका:"
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+#, fuzzy
+msgid "Will now modify boot options in image"
msgstr "अब प्रतिबिंब में बूट के विकल्पों को परिवर्तित किया जायेगा"
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
msgstr "अब आपकी पीएक्सई बूट प्रतिबिंब को हटाया जायेगा"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr "हटाने वाली पीएक्सई प्रविष्टी:"
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+#, fuzzy
+msgid "Will now add your PXE boot image"
msgstr "अब आपकी पीएक्सई बूट प्रतिबिंब को जोड़ा जायेगा"
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "जादूगरी ने एक पीएक्सई बूट प्रतिबिंब को सफ़लतापूर्वक जोड़ा ।"
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
msgid "The wizard successfully removed the PXE boot image."
msgstr "जादूगरी ने पीएक्सई बूट प्रतिबिंब को सफ़लतापूर्वक हटा दिया है।"
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "जादूगरी ने प्रतिबिंब (प्रतिबिंबों) को सफ़लतापूर्वक परिवर्तित किया ।"
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "जादूगरी ने आपके पीएक्सई सर्वर को सफ़लता-पूर्वक संरचित कर दिया है।"
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "आपके तंत्र पर पीएक्सई सर्वर को संरचित किया जा रहा है ..."
@@ -2039,7 +2067,7 @@ msgstr "सॉबा उस विण्डो कार्य-समूह क
msgid "Workgroup"
msgstr "कार्यसमूह"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "कार्य-समूह:"
@@ -2157,7 +2185,7 @@ msgstr ""
"करना चाहिए।"
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "सहभाजित निर्देशिका:"
@@ -2205,36 +2233,35 @@ msgid "Configuring Samba"
msgstr "सॉबा को संरचित किया जा रहा है"
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+#, fuzzy
+msgid "The wizard collected the following parameters to configure Samba."
msgstr "इस जादूगरी ने निम्नलिखित मानकों को एकत्रित कर लिया है।सॉबा को संरचित करें ।"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "सर्वर ध्वजा:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "संचिका सहभाजन:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "प्रिन्ट सर्वर:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "गॄह:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "प्रिन्टर्स:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "इस जादूगरी ने आपके सॉबा सर्वर को सफ़लता-पूर्वक संरचित कर दिया है।"
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
msgid "Configuring your Samba server..."
msgstr "आपके सॉबा सर्वर को संरचित किया जा रहा है...."
@@ -2478,6 +2505,25 @@ msgstr "आपाचे सर्वर"
msgid "Configuring your system as Apache server ..."
msgstr "आपके तंत्र को एक आपाचे सर्वर की भांति संरचित किया जा रहा है ..."
+#~ msgid "UID number:"
+#~ msgstr "उपयोगकर्ता पहचान संख्या:"
+
+#~ msgid ""
+#~ "LDAP RootDSE\n"
+#~ "Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
+#~ "config.\n"
+#~ "\n"
+#~ "RootDN is the manager of your LDAP server."
+#~ msgstr ""
+#~ "एलडीऐपी रूटडीएसई\n"
+#~ "उदाहरण: \"obelx.nux.com\" एलडीऐपी संरचना में \"dc=obelx,dc=nux,dc=com\" होगा "
+#~ "।\n"
+#~ "\n"
+#~ "आपके एलडीऐपी सर्वर का प्रबंधक रूटडीएन है ।"
+
+#~ msgid "Will set your computer has a NIS client."
+#~ msgstr "आपके कम्प्य़ूटर को एक एनआईएस ग्राहक की भांति स्थापित करेगा ।"
+
#~ msgid "Choose a country:"
#~ msgstr "एक देश का चयन करें:"
@@ -2523,9 +2569,6 @@ msgstr "आपके तंत्र को एक आपाचे सर्व
#~ msgid "IP number of the machine:"
#~ msgstr "मशीन का आई०पी० संख्या:"
-#~ msgid "Setup a ldap server."
-#~ msgstr "एक पीएक्सई सर्वर की स्थापना ।"
-
#~ msgid "Apic option:"
#~ msgstr "विच्च आपरेशन:"
diff --git a/po/hu.po b/po/hu.po
index dcb64beb..bf8206a7 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-hu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-09-15 00:50+0200\n"
"Last-Translator: Arpad Biro <biro_arpad@yahoo.com>\n"
"Language-Team: Hungarian\n"
@@ -48,12 +48,12 @@ msgstr "Hiba."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Gratullunk"
@@ -147,7 +147,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "Hiba."
@@ -281,8 +281,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "kikapcsolva"
@@ -291,8 +291,8 @@ msgstr "kikapcsolva"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "bekapcsolva"
@@ -308,8 +308,8 @@ msgstr "A varzsl sikeresen belltotta a kiszolgl DHCP-szolgltatsait."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "bekapcsolva"
@@ -317,8 +317,8 @@ msgstr "bekapcsolva"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -326,7 +326,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -378,7 +378,7 @@ msgstr ""
"irnytva."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -504,7 +504,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS-varzsl (bellts)"
@@ -601,7 +601,7 @@ msgstr "Levelezkiszolgl neve:"
msgid "FTP server"
msgstr "FTP-kiszolgl"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Adatbziskiszolgl"
@@ -631,7 +631,7 @@ msgstr "Hrkiszolgl"
msgid "Mandrake Install server"
msgstr "Levelezkiszolgl neve:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "NFS-kiszolgl"
@@ -880,88 +880,104 @@ msgstr ""
msgid "Install Server"
msgstr "Nyomtatkiszolgl:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Idkiszolgl-belltsok elmentve."
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Belltsvarzsl"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Adatbziskiszolgl"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Belltsvarzsl"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Felhasznli knyvtr:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Gpnv:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Gpnv:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Felhasznlnv:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Jelsz:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Felhasznli knyvtr:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -970,85 +986,85 @@ msgstr ""
msgid "Password"
msgstr "Jelsz:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Felhasznli knyvtr:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Figyelmeztets:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Megosztott knyvtr:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "A varzsl sikeresen belltotta a proxy-kiszolglt."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "A varzsl sikeresen felvette a klienst."
#: ../news_wizard/Inn.pm:33
@@ -1143,7 +1159,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1377,7 +1393,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1402,7 +1418,8 @@ msgstr "A varzsl sikeresen belltotta a Samba kiszolglt."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "A varzsl sikeresen belltotta a Samba kiszolglt."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1793,38 +1810,38 @@ msgstr "Squid"
msgid "PXE Wizard"
msgstr "FTP-varzsl"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS-kiszolgl"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP-varzsl"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Adatbziskiszolgl"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1834,7 +1851,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1845,218 +1862,223 @@ msgstr ""
"szmtgpnevekhez; a kls (nem helyi) krsek egy kls DNS-hez lesznek "
"irnytva."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Kiszolglnv:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Felhasznli knyvtr:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "A telepts nem sikerlt."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Felhasznli knyvtr:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "A varzsl sikeresen felvette a klienst."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "A varzsl sikeresen felvette a klienst."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "A varzsl sikeresen felvette a klienst."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "A varzsl sikeresen felvette a klienst."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "A varzsl sikeresen belltotta a proxy-kiszolglt."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2102,7 +2124,7 @@ msgstr ""
msgid "Workgroup"
msgstr "Munkacsoport"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Munkacsoport:"
@@ -2225,7 +2247,7 @@ msgstr ""
"elvgezhet az smbpasswd programmal."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Megosztott knyvtr:"
@@ -2275,38 +2297,36 @@ msgstr "A Samba belltsa"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"A varzsl a kvetkez, a Samba belltshoz szksges paramtereket "
"gyjttte ssze:"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "A kiszolgl lersa:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Fjlmegoszts:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Nyomtatkiszolgl:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Sajt knyvtr:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Nyomtatk:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "A varzsl sikeresen belltotta a Samba kiszolglt."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Az FTP-kiszolgl belltsa"
@@ -2600,42 +2620,6 @@ msgstr "A DNS-kiszolgl belltsa"
#~ msgid "IP number of the machine:"
#~ msgstr "A gp IP-cme:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Adatbziskiszolgl"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "A DNS-kiszolgl belltsa"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS-kiszolgl"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Hrkiszolgl"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS-kiszolgl"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Idkiszolglk"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Hrkiszolgl"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP-varzsl"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "DNS-belltsi varzsl"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "A DNS-kiszolglk cme"
diff --git a/po/id.po b/po/id.po
index b18748a8..1aed2df4 100644
--- a/po/id.po
+++ b/po/id.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard 0.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-03-13 17:14+0900\n"
"Last-Translator: Budi Rachmanto <rac@linux-mandrake.com>\n"
"Language-Team: Nusantara - Bahasa Indonesia <id@li.org>\n"
@@ -41,12 +41,12 @@ msgstr "Error Wizard."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Selamat"
@@ -133,7 +133,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "Error Wizard."
@@ -259,8 +259,8 @@ msgstr "Parameter konfigurasi layanan DHCP telah terkumpul:"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "non aktif"
@@ -269,8 +269,8 @@ msgstr "non aktif"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "aktif"
@@ -286,8 +286,8 @@ msgstr "Layanan DHCP server sukses dikonfigurasikan."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "aktif"
@@ -295,8 +295,8 @@ msgstr "aktif"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -304,7 +304,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -355,7 +355,7 @@ msgstr ""
"lokal diteruskan ke DNS luar."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -481,7 +481,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "Konfigurator DNS"
@@ -578,7 +578,7 @@ msgstr "Nama Server Mail:"
msgid "FTP server"
msgstr "Server FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Server Database"
@@ -608,7 +608,7 @@ msgstr "Server Berita"
msgid "Mandrake Install server"
msgstr "Nama Server Mail:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "Server NFS"
@@ -851,88 +851,104 @@ msgstr ""
msgid "Install Server"
msgstr "Server Cetak:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Konfigurasi server waktu telah disimpan"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Dukun Konfigurasi"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Server Database"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Dukun Konfigurasi"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Direktori pengguna:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Nama Host:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Nama Host:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Nama pengguna:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Katasandi:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Direktori pengguna:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -941,85 +957,85 @@ msgstr ""
msgid "Password"
msgstr "Katasandi:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Direktori pengguna:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Peringatan:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Direktori yg di-share:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Server proksi Anda sukses dikonfigurasikan."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Sang dukun sukses menambah klien."
#: ../news_wizard/Inn.pm:33
@@ -1109,7 +1125,7 @@ msgstr "Parameter konfigurasi Layanan Berita Internet telah terkumpul:"
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1337,7 +1353,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1362,7 +1378,8 @@ msgstr "Server Samba sukses dikonfigurasikan."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Server Samba sukses dikonfigurasikan."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1741,38 +1758,38 @@ msgstr "Konfigurator squid"
msgid "PXE Wizard"
msgstr "Konfigurator FTP"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "Server NFS"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "Konfigurator FTP"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Server Database"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1782,7 +1799,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1792,217 +1809,222 @@ msgstr ""
"memberikan layanan DNS lokal utk nama komputer lokal, dg permintaan non-"
"lokal diteruskan ke DNS luar."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Nama Server:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Direktori pengguna:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Direktori pengguna:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Sang dukun sukses menambah klien."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Sang dukun sukses menambah klien."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Sang dukun sukses menambah klien."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Sang dukun sukses menambah klien."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Server proksi Anda sukses dikonfigurasikan."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2044,7 +2066,7 @@ msgstr "Samba perlu tahu Grupkerja Mindows yg akan dilayani."
msgid "Workgroup"
msgstr "Grupkerja"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Grupkerja:"
@@ -2161,7 +2183,7 @@ msgstr ""
"Anda/mereka harus menggunakan smbpasswd utk mengeset katasandi."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Direktori yg di-share:"
@@ -2209,36 +2231,34 @@ msgstr "Konfigurasi Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr "Parameter konfigurasi Samba telah terkumpul."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Banner Server:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Pemakaian Bersama File:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Server Cetak:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Rumah:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Printer:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Server Samba sukses dikonfigurasikan."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Konfigurasi Server FTP"
@@ -2514,42 +2534,6 @@ msgstr "Konfigurasi Server DNS"
#~ msgid "IP number of the machine:"
#~ msgstr "Nomor IP mesin:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Server Database"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Konfigurasi Server DNS"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "Server NFS"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Server Berita"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "Server NFS"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Server Waktu"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Server Berita"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "Konfigurator DHCP"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "Dukun Konfigurasi DNS"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "Alamat Server DNS"
diff --git a/po/is.po b/po/is.po
index e8f1a089..f4a80f89 100644
--- a/po/is.po
+++ b/po/is.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-is\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-09-13 21:31GMT\n"
"Last-Translator: Pjetur G. Hjaltason <pjetur@pjetur.net>\n"
"Language-Team: Icelandic <kde-isl@molar.is>\n"
@@ -43,12 +43,12 @@ msgstr "Villa."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Til hamingju"
@@ -124,7 +124,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "Villa."
@@ -241,8 +241,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "óvirkt"
@@ -251,8 +251,8 @@ msgstr "óvirkt"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "virkt"
@@ -268,8 +268,8 @@ msgstr ""
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "virkt"
@@ -277,8 +277,8 @@ msgstr "virkt"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -286,7 +286,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -331,7 +331,7 @@ msgid ""
msgstr ""
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -452,7 +452,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "Stillingarálfur"
@@ -542,7 +542,7 @@ msgstr "Vefmiðlari"
msgid "FTP server"
msgstr "Vefmiðlari"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Gagnagrunnsmiðlari"
@@ -572,7 +572,7 @@ msgstr "Vefmiðlari"
msgid "Mandrake Install server"
msgstr "Vefmiðlari"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "Vefmiðlari"
@@ -805,87 +805,103 @@ msgstr ""
msgid "Install Server"
msgstr "Vefmiðlari"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Stillingarálfur"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Gagnagrunnsmiðlari"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Stillingarálfur"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Mappa:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Vélarheiti:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Vélarheiti:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Notandanafn:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Lykilorð:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Mappa:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -894,82 +910,82 @@ msgstr ""
msgid "Password"
msgstr "Lykilorð:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Mappa:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Aðvörun:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr ""
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr ""
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+msgid "The wizard successfully add entry in ldap"
msgstr ""
#: ../news_wizard/Inn.pm:33
@@ -1048,7 +1064,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1266,7 +1282,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1289,7 +1305,8 @@ msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:148
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1628,37 +1645,37 @@ msgstr ""
msgid "PXE Wizard"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "Vefmiðlari"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Gagnagrunnsmiðlari"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1668,219 +1685,223 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Vefmiðlari"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Mappa:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Mappa:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:265
+msgid "Will now remove your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
msgid "The wizard successfully removed the PXE boot image."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -1920,7 +1941,7 @@ msgstr ""
msgid "Workgroup"
msgstr "Staðarnetshópur"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Vinnuhópur:"
@@ -2022,7 +2043,7 @@ msgid ""
msgstr ""
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr ""
@@ -2067,37 +2088,35 @@ msgid "Configuring Samba"
msgstr ""
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr ""
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr ""
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
#, fuzzy
msgid "Print Server:"
msgstr "Vefmiðlari"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr ""
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr ""
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr ""
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
msgid "Configuring your Samba server..."
msgstr ""
@@ -2322,34 +2341,6 @@ msgstr "Vefmiðlari"
msgid "Configuring your system as Apache server ..."
msgstr "Vefmiðlari"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Gagnagrunnsmiðlari"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "Vefmiðlari"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Vefmiðlari"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "Vefmiðlari"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Vefmiðlari"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "Stillingarálfur"
-
-#, fuzzy
-#~ msgid "NIS+autofs configuration wizard"
-#~ msgstr "Stillingarálfur"
-
#~ msgid "Cancel"
#~ msgstr "Hætta við"
diff --git a/po/it.po b/po/it.po
index db7af707..4cebc94b 100644
--- a/po/it.po
+++ b/po/it.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-it\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-11-25 18:51+0000\n"
"Last-Translator: Marco De Vitis <mdv@spin.it>\n"
"Language-Team: Italian <timl@freelists.org>\n"
@@ -44,12 +44,12 @@ msgstr "Errore."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Congratulazioni"
@@ -142,7 +142,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Errore"
@@ -273,8 +273,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "inattivo"
@@ -283,8 +283,8 @@ msgstr "inattivo"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "attivo"
@@ -301,8 +301,8 @@ msgstr ""
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "attivo"
@@ -310,8 +310,8 @@ msgstr "attivo"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -319,7 +319,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -371,7 +371,7 @@ msgstr ""
"servizio DNS esterno."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -497,7 +497,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS (configurazione)"
@@ -591,7 +591,7 @@ msgstr "Server di posta"
msgid "FTP server"
msgstr "Server FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Server Samba"
@@ -617,7 +617,7 @@ msgstr "Server news"
msgid "Mandrake Install server"
msgstr "Server di posta"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "Server FTP"
@@ -863,88 +863,104 @@ msgstr ""
msgid "Install Server"
msgstr "Server di stampa:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Configurazione del time server salvata."
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "assistente di configurazione"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Server Samba"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "assistente di configurazione"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Directory utente:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Nome host:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Nome host:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Nome utente:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Password:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Directory utente:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -953,86 +969,86 @@ msgstr ""
msgid "Password"
msgstr "Password:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Directory utente:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Attenzione:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Directory condivisa:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr ""
"L'assistente ha completato con successo la configurazione del server proxy."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "L'assistente ha aggiunto con successo il client."
#: ../news_wizard/Inn.pm:33
@@ -1125,7 +1141,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1358,7 +1374,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1384,7 +1400,8 @@ msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr ""
"L'assistente ha completato con successo la configurazione del server Samba."
@@ -1777,38 +1794,38 @@ msgstr "Configurazione di Squid"
msgid "PXE Wizard"
msgstr "Configurazione FTP"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "Server FTP"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "Configurazione FTP"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Server Samba"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1818,7 +1835,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1829,219 +1846,224 @@ msgstr ""
"mentre le richieste di indirizzi esterni saranno reindirizzate ad un "
"servizio DNS esterno."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Nome del Server:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Directory utente:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "installazione non riuscita"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Directory utente:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "L'assistente ha aggiunto con successo il client."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "L'assistente ha aggiunto con successo il client."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "L'assistente ha aggiunto con successo il client."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "L'assistente ha aggiunto con successo il client."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr ""
"L'assistente ha completato con successo la configurazione del server proxy."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2085,7 +2107,7 @@ msgstr ""
msgid "Workgroup"
msgstr "Gruppo di lavoro"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Gruppo di lavoro:"
@@ -2206,7 +2228,7 @@ msgstr ""
"accedere alla propria directory home tramite Samba."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Directory condivisa:"
@@ -2254,39 +2276,37 @@ msgstr "Configurazione di Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"L'assistente ha ricavato i seguenti parametri\n"
"per la configurazione di Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Descrizione server:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Condivisione dei file:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Server di stampa:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Home:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Stampanti:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr ""
"L'assistente ha completato con successo la configurazione del server Samba."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Configurazione del server FTP"
@@ -2570,36 +2590,12 @@ msgstr "Configurazione del server DNS"
#~ msgid "IP number of the machine:"
#~ msgstr "Indirizzo IP del computer:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Server Samba"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Configurazione del server DNS"
-
#~ msgid "Dhcp server"
#~ msgstr "Server DHCP"
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Server news"
-
#~ msgid "Ftp server"
#~ msgstr "Server FTP"
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Time server"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Server news"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "Configurazione DHCP"
-
#~ msgid "DNS Configuration Wizard"
#~ msgstr "Configurazione DNS"
diff --git a/po/ja.po b/po/ja.po
index 85e672ff..4eeb8a02 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-11-19 03:24+0900\n"
"Last-Translator: UTUMI Hirosi <*>\n"
"Language-Team: Japanese <ja@li.org>\n"
@@ -40,12 +40,12 @@ msgstr "エラー"
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "おめでとうございます"
@@ -133,7 +133,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "エラー"
@@ -253,8 +253,8 @@ msgstr "以下の情報を集めました:"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "無効"
@@ -263,8 +263,8 @@ msgstr "無効"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "有効"
@@ -280,8 +280,8 @@ msgstr "サーバのDHCPサービスの設定が終わりました。"
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "有効"
@@ -289,8 +289,8 @@ msgstr "有効"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -298,7 +298,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -349,7 +349,7 @@ msgstr ""
"names, with non-local requests forwarded to an outside DNS."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -474,7 +474,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS設定ウィザード"
@@ -570,7 +570,7 @@ msgstr "メールサーバ名:"
msgid "FTP server"
msgstr "FTPサーバ"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "ウェブサーバ"
@@ -600,7 +600,7 @@ msgstr "ニュースサーバ"
msgid "Mandrake Install server"
msgstr "メールサーバ名:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "NFSサーバ"
@@ -842,86 +842,102 @@ msgstr ""
msgid "Install Server"
msgstr "印刷サーバ:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "タイムサーバの設定を保存しました"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "設定ウィザード"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "ウェブサーバ"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "設定ウィザード"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "ユーザのディレクトリ:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "ニュースサーバ名:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "ユーザのディレクトリ:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -929,85 +945,85 @@ msgstr ""
msgid "Password"
msgstr ""
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "ユーザのディレクトリ:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "警告:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "共有ディレクトリ:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "プロクシサーバを設定しました。"
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "クライアントを追加しました。"
#: ../news_wizard/Inn.pm:33
@@ -1098,7 +1114,7 @@ msgstr "このウィザードで以下の情報を集めました:"
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1323,7 +1339,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1348,7 +1364,8 @@ msgstr "Sambaサーバを設定しました。"
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Sambaサーバを設定しました。"
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1719,38 +1736,38 @@ msgstr "Squidプロクシウィザード"
msgid "PXE Wizard"
msgstr "FTPウィザード"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFSサーバ"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTPウィザード"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "ウェブサーバ"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1760,7 +1777,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1770,218 +1787,223 @@ msgstr ""
"This configuration will provide a local DNS service for local computers \n"
"names, with non-local requests forwarded to an outside DNS."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "サーバのバナー:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "ユーザのディレクトリ:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "インストール失敗"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "ユーザのディレクトリ:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "クライアントを追加しました。"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "クライアントを追加しました。"
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "クライアントを追加しました。"
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "クライアントを追加しました。"
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "プロクシサーバを設定しました。"
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2025,7 +2047,7 @@ msgstr ""
msgid "Workgroup"
msgstr "ワークグループ"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "ワークグループ:"
@@ -2145,7 +2167,7 @@ msgstr ""
"なりません"
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "共有ディレクトリ:"
@@ -2193,36 +2215,34 @@ msgstr "Sambaを設定"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr "このウィザードで以下の情報を集めました:"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "サーバのバナー:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "ファイル共有:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "印刷サーバ:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "ホーム:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "プリンタ:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Sambaサーバを設定しました。"
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "FTPサーバを設定"
@@ -2496,34 +2516,6 @@ msgstr "DNSサーバを設定"
#~ msgid "IP number of the machine:"
#~ msgstr "マシンのIP番号:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "ウェブサーバ"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "DNSサーバを設定"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "ニュースサーバ"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFSサーバ"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "タイムサーバ"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "ニュースサーバ"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCPウィザード"
-
#~ msgid "DNS Configuration Wizard"
#~ msgstr "DNS設定ウィザード"
diff --git a/po/ko.po b/po/ko.po
index 9b638677..1b69561e 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard 0.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2002-09-09 08:06+0900\n"
"Last-Translator: Jaegeum Cze <baedaron@hanafos.com>\n"
"Language-Team: Korean <baedaron@hanafos.com>\n"
@@ -46,12 +46,12 @@ msgstr " ."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "մϴ."
@@ -140,7 +140,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr " ."
@@ -266,8 +266,8 @@ msgstr "簡 DHCP ϴ:"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr ""
@@ -276,8 +276,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr ""
@@ -293,8 +293,8 @@ msgstr "簡 DHCP Ͽϴ."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr ""
@@ -302,8 +302,8 @@ msgstr ""
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -311,7 +311,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -362,7 +362,7 @@ msgstr ""
" ޵˴ϴ."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -487,7 +487,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS "
@@ -584,7 +584,7 @@ msgstr " ̸:"
msgid "FTP server"
msgstr "FTP "
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "ͺ̽ "
@@ -614,7 +614,7 @@ msgstr " "
msgid "Mandrake Install server"
msgstr " ̸:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "NFS "
@@ -857,88 +857,104 @@ msgstr ""
msgid "Install Server"
msgstr "Ʈ :"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "ð Ϸ"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr " "
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "ͺ̽ "
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr " "
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "丮:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "ȣƮ ̸:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "ȣƮ ̸:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "ڸ:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "ȣ:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "丮:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -947,84 +963,84 @@ msgstr ""
msgid "Password"
msgstr "ȣ:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "丮:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr ":"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr ""
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "簡 Ͽϴ."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr " Ŭ̾Ʈ ߰Ǿϴ."
#: ../news_wizard/Inn.pm:33
@@ -1114,7 +1130,7 @@ msgstr "簡 ͳ ϴ:"
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1345,7 +1361,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1370,7 +1386,8 @@ msgstr "簡 Ͽϴ."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "簡 Ͽϴ."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1741,38 +1758,38 @@ msgstr " "
msgid "PXE Wizard"
msgstr "FTP "
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS "
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP "
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "ͺ̽ "
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1782,7 +1799,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1792,217 +1809,222 @@ msgstr ""
" DNS 񽺸 ϰ մϴ. ܺ ǻͿ û ܺ DNS"
" ޵˴ϴ."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr " ̸:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "丮:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "丮:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr " Ŭ̾Ʈ ߰Ǿϴ."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr " Ŭ̾Ʈ ߰Ǿϴ."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr " Ŭ̾Ʈ ߰Ǿϴ."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr " Ŭ̾Ʈ ߰Ǿϴ."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "簡 Ͽϴ."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2045,7 +2067,7 @@ msgstr "ٴ ۾׷ ˾ƾ մϴ."
msgid "Workgroup"
msgstr "۾ ׷"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "۾ ׷:"
@@ -2151,7 +2173,7 @@ msgid ""
msgstr ""
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr ""
@@ -2197,37 +2219,35 @@ msgstr " "
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr "簡 ϴ."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr " :"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr " :"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Ʈ :"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Ȩ:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
#, fuzzy
msgid "Printers:"
msgstr "Ʈ :"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "簡 Ͽϴ."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "FTP "
@@ -2501,42 +2521,6 @@ msgstr "DNS "
#~ msgid "IP number of the machine:"
#~ msgstr "ǻ IP:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "ͺ̽ "
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "DNS "
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS "
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS "
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "ð "
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP "
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "DNS "
-
#~ msgid "DNS Server Addresses"
#~ msgstr "DNS ּ"
diff --git a/po/lv.po b/po/lv.po
index b8c93eca..d8c725e9 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2002-09-18 22:09+0200\n"
"Last-Translator: Raivo Saars <spaiks@inbox.lv>\n"
"Language-Team: ll10nt <ll10nt@listes.murds.lv>\n"
@@ -41,12 +41,12 @@ msgstr "Meistara kda."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Apsveicam"
@@ -137,7 +137,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "Meistara kda."
@@ -264,8 +264,8 @@ msgstr "Meistars apkopoja sekojous parametrus, lai konfigurtu DHCP serveri"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "aizliegts"
@@ -274,8 +274,8 @@ msgstr "aizliegts"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "atauts"
@@ -291,8 +291,8 @@ msgstr "Meistars veiksmgi nokonfigurja DHCP servisu priek Jsu servera."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "atauts"
@@ -300,8 +300,8 @@ msgstr "atauts"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -309,7 +309,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -354,7 +354,7 @@ msgid ""
msgstr ""
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -476,7 +476,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS konfiguranas meistars"
@@ -572,7 +572,7 @@ msgstr "Pasta servera nosaukums:"
msgid "FTP server"
msgstr "FTP serveris"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Datubzu serveris"
@@ -602,7 +602,7 @@ msgstr "News serveris"
msgid "Mandrake Install server"
msgstr "Pasta servera nosaukums:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "NFS serveris"
@@ -844,86 +844,102 @@ msgstr ""
msgid "Install Server"
msgstr "Intraneta FTP serveris:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Laika servera konfigurcija saglabta"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Konfigurcijas meistars"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Datubzu serveris"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Konfigurcijas meistars"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Direktorijs:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Lietotja vrds:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Parole:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Direktorijs:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -932,84 +948,84 @@ msgstr ""
msgid "Password"
msgstr "Parole:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Direktorijs:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Brdinjums:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr ""
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Meistars veiksmgi nokonfigurja proxy serveri."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Meistars veiksmgi pievienoja klientu."
#: ../news_wizard/Inn.pm:33
@@ -1095,7 +1111,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1320,7 +1336,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1345,7 +1361,8 @@ msgstr "Meistars veiksmgi nokonfigurja Samba serveri"
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Meistars veiksmgi nokonfigurja Samba serveri"
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1714,38 +1731,38 @@ msgstr "Squid meistars"
msgid "PXE Wizard"
msgstr "FTP meistars"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS serveris"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP meistars"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Datubzu serveris"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1755,223 +1772,228 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Servera nosaukums:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Direktorijs:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Direktorijs:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Meistars veiksmgi pievienoja klientu."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Meistars veiksmgi pievienoja klientu."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Meistars veiksmgi pievienoja klientu."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Meistars veiksmgi pievienoja klientu."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Meistars veiksmgi nokonfigurja proxy serveri."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2012,7 +2034,7 @@ msgstr ""
msgid "Workgroup"
msgstr ""
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr ""
@@ -2118,7 +2140,7 @@ msgid ""
msgstr ""
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr ""
@@ -2164,37 +2186,35 @@ msgstr "Tiek konfigurta Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr "Meistars apkopoja sekojous parametrus, lai konfigurtu Samba:"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr ""
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr ""
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
#, fuzzy
msgid "Print Server:"
msgstr "News serveris:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr ""
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr ""
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Meistars veiksmgi nokonfigurja Samba serveri"
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Tiek konfigurts FTP serveris"
@@ -2471,42 +2491,6 @@ msgstr "Tiek konfigurts DNS serveris"
#~ msgid "IP number of the machine:"
#~ msgstr "Datora IP adrese:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Datubzu serveris"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Tiek konfigurts DNS serveris"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS serveris"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "News serveris"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS serveris"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Laika serveri"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "News serveris"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP meistars"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "DNS konfiguranas meistars"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "DNS serveru adreses"
diff --git a/po/mk.po b/po/mk.po
index 4be57a8e..344d1585 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2002-12-07 12:44+0100\n"
"Last-Translator: Danko Ilik <danko@mindless.com>\n"
"Language-Team: Macedonian\n"
@@ -42,12 +42,12 @@ msgstr "Самовилска грешка."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Честитки"
@@ -141,7 +141,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "Самовилска грешка."
@@ -275,8 +275,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "исклучено"
@@ -285,8 +285,8 @@ msgstr "исклучено"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "вклучено"
@@ -302,8 +302,8 @@ msgstr "Самовилата успешно ги конфигурираше DHCP
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "вклучено"
@@ -311,8 +311,8 @@ msgstr "вклучено"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -320,7 +320,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -371,7 +371,7 @@ msgstr ""
"компјутери, а нелокалните барања ќе бидат проследени до надворешен DNS."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -497,7 +497,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS самовила (конфигурација)"
@@ -594,7 +594,7 @@ msgstr "Име на мејл сервер:"
msgid "FTP server"
msgstr "FTP сервер"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Database сервер"
@@ -624,7 +624,7 @@ msgstr "News сервер"
msgid "Mandrake Install server"
msgstr "Име на мејл сервер:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "NFS сервер"
@@ -869,88 +869,104 @@ msgstr ""
msgid "Install Server"
msgstr "Принтер сервер:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Поставките на временски сервер се зачувани"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Конфигурациска самовила"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Database сервер"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Конфигурациска самовила"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Споделен директориум:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Име на хост:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Име на хост:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Корисничко име:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Лозинка:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Споделен директориум:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -959,85 +975,85 @@ msgstr ""
msgid "Password"
msgstr "Лозинка:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Споделен директориум:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Предупредување:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Споделен директориум:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Самовилата успешно го конфигурираше Вашиот proxy сервер."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Самовилата успешно го додаде клиентот."
#: ../news_wizard/Inn.pm:33
@@ -1130,7 +1146,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1362,7 +1378,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1387,7 +1403,8 @@ msgstr "Самовилата успешно го конфигурираше Ва
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Самовилата успешно го конфигурираше Вашиот Samba сервер."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1780,38 +1797,38 @@ msgstr "Squid самовила"
msgid "PXE Wizard"
msgstr "FTP самовила"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS сервер"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP самовила"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Database сервер"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1821,7 +1838,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1831,217 +1848,222 @@ msgstr ""
"сервер. Оваа конфигурација ќе нуди локален DNS сервис за локалните имиња на "
"компјутери, а нелокалните барања ќе бидат проследени до надворешен DNS."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Серверско име:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Споделен директориум:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Споделен директориум:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Самовилата успешно го додаде клиентот."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Самовилата успешно го додаде клиентот."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Самовилата успешно го додаде клиентот."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Самовилата успешно го додаде клиентот."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Самовилата успешно го конфигурираше Вашиот proxy сервер."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2085,7 +2107,7 @@ msgstr "Sabma треба да ја знае Windows Workgroup-ата што ќе
msgid "Workgroup"
msgstr "Workgroup"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Workgroup:"
@@ -2204,7 +2226,7 @@ msgstr ""
"преку самба, но Вие/тие мора да го користат smbpasswd за да постават лозинка."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Споделен директориум:"
@@ -2252,37 +2274,35 @@ msgstr "Конфигурирање на Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Самовилата ги прибра следниве параметри потребни за конфигурирање на Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Серверски банер:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Споделување датотеки:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Принтер сервер:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Дома:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Принтери:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Самовилата успешно го конфигурираше Вашиот Samba сервер."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Конфигурирање на FTP серверот"
@@ -2576,26 +2596,6 @@ msgstr "Конфигурирање на DNS серверот"
#~ msgstr "IP број на машината:"
#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Database сервер"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Конфигурирање на DNS серверот"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS сервер"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "News сервер"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS сервер"
-
-#, fuzzy
#~ msgid "Pxe server"
#~ msgstr "Временски сервери"
diff --git a/po/ms.po b/po/ms.po
index f4d518e6..b92877d6 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-08-22 20:07+0800\n"
"Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>\n"
"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
@@ -43,12 +43,12 @@ msgstr "Ralat."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Tahniah"
@@ -132,7 +132,7 @@ msgstr "Amaran dalam."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "Ralat."
@@ -263,8 +263,8 @@ msgstr "DHCP:"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "dimatikan"
@@ -273,8 +273,8 @@ msgstr "dimatikan"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "dihidupkan"
@@ -291,8 +291,8 @@ msgstr "DHCP."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "dihidupkan"
@@ -300,8 +300,8 @@ msgstr "dihidupkan"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -309,7 +309,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -357,7 +357,7 @@ msgid ""
msgstr "lokal lokal lokal."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -480,7 +480,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "Konfigurasikan"
@@ -575,7 +575,7 @@ msgstr "Mel Pelayan Nama:"
msgid "FTP server"
msgstr "Pelayan FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Pelayan Web"
@@ -605,7 +605,7 @@ msgstr "Pelayan Berita"
msgid "Mandrake Install server"
msgstr "Mel Pelayan Nama:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "Pelayan FTP"
@@ -852,88 +852,104 @@ msgstr ""
msgid "Install Server"
msgstr "Cetak Pelayan:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Masa"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Konfigurasikan"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Pelayan Web"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Konfigurasikan"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Pengguna direktori:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Nama Hos:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Nama Hos:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Namapengguna:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Katalaluan:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Pengguna direktori:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -942,85 +958,85 @@ msgstr ""
msgid "Password"
msgstr "Katalaluan:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Pengguna direktori:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Amaram:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "direktori:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Internet FTP"
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "DHCP."
#: ../news_wizard/Inn.pm:33
@@ -1109,7 +1125,7 @@ msgstr "Internet Berita:"
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
#, fuzzy
msgid ""
"To accept these values, and configure your server, click the Next button or "
@@ -1340,7 +1356,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1365,7 +1381,8 @@ msgstr "Internet FTP"
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Internet Berita."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1743,38 +1760,38 @@ msgstr "Masa"
msgid "PXE Wizard"
msgstr "FTP"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "Pelayan FTP"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Pelayan Web"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1784,223 +1801,228 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
msgstr "lokal lokal lokal."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Pelayan Nama:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Pengguna direktori:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Pengguna direktori:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "DHCP."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "DHCP."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "DHCP."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Internet FTP"
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2045,7 +2067,7 @@ msgstr "Tetingkap Kumpulankerja."
msgid "Workgroup"
msgstr "Kumpulankerja"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Kumpulankerja:"
@@ -2162,7 +2184,7 @@ msgid ""
msgstr "pengguna."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
#, fuzzy
msgid "Shared directory:"
msgstr "direktori:"
@@ -2212,40 +2234,38 @@ msgstr ""
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr "FTP"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
#, fuzzy
msgid "Server Banner:"
msgstr "Pelayan:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
#, fuzzy
msgid "File Sharing:"
msgstr "Fail:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
#, fuzzy
msgid "Print Server:"
msgstr "Cetak Pelayan:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
#, fuzzy
msgid "Home:"
msgstr "Asal:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Pencetak:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr ""
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "FTP"
@@ -2515,102 +2535,6 @@ msgstr "FTP"
#~ "having its own name and IP number."
#~ msgstr "A lokal dan IP."
-#, fuzzy
-#~ msgid ""
-#~ "Note that the given IP number and client name should be unique in the "
-#~ "network."
-#~ msgstr "IP dan dalam."
-
-#, fuzzy
-#~ msgid "IP number of the machine:"
-#~ msgstr "IP:"
-
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Pelayan Web"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "Pelayan FTP"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Pelayan Berita"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "Pelayan FTP"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Masa"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Pelayan Berita"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "Konfigurasikan"
-
-#, fuzzy
-#~ msgid "DNS Server Addresses"
-#~ msgstr "Pelayan"
-
-#, fuzzy
-#~ msgid ""
-#~ "DNS will allow your network to communicate with the Internet using "
-#~ "standard internet host names. In order to configure DNS, you must "
-#~ "provide the IP address of primary and secondary DNS server; usually this "
-#~ "address are given by your Internet provider."
-#~ msgstr "Internet Masuk IP dan Internet."
-
-#, fuzzy
-#~ msgid "IP addresses are a dotted list of four numbers smaller than 256"
-#~ msgstr "IP."
-
-#, fuzzy
-#~ msgid "Primary DNS Address"
-#~ msgstr "Alamat:"
-
-#, fuzzy
-#~ msgid "Secondary DNS Address:"
-#~ msgstr "Alamat:"
-
-#, fuzzy
-#~ msgid "You have entered an empty address for the DNS server."
-#~ msgstr "kosong."
-
-#, fuzzy
-#~ msgid ""
-#~ "Your setting could be accepted, but you will not be able to identify "
-#~ "machine names outside your local network."
-#~ msgstr "lokal."
-
-#, fuzzy
-#~ msgid "Press next to leave these values empty, or back to enter a value."
-#~ msgstr "kosong."
-
-#, fuzzy
-#~ msgid "Primary DNS Address:"
-#~ msgstr "Alamat:"
-
-#, fuzzy
-#~ msgid "NIS+autofs configuration wizard"
-#~ msgstr "Konfigurasikan"
-
-#, fuzzy
-#~ msgid "Home nis:"
-#~ msgstr "Asal:"
-
-#, fuzzy
-#~ msgid "Nis directory Makefile:"
-#~ msgstr "Pengguna direktori:"
-
#~ msgid "Cancel"
#~ msgstr "Batal"
diff --git a/po/mt.po b/po/mt.po
index b5321f35..8dc197aa 100644
--- a/po/mt.po
+++ b/po/mt.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-mt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-09-10 06:34+0200\n"
"Last-Translator: Ramon Casha <rcasha@waldonet.net.mt>\n"
"Language-Team: <mt@li.org>\n"
@@ -49,12 +49,12 @@ msgstr "Problema."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Prosit!"
@@ -145,7 +145,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "Problema."
@@ -278,8 +278,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "mitfi"
@@ -288,8 +288,8 @@ msgstr "mitfi"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "attivat"
@@ -305,8 +305,8 @@ msgstr "Is-saħħar ikkonfiguralek is-servizzi DHCP tas-server."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "attivat"
@@ -314,8 +314,8 @@ msgstr "attivat"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -323,7 +323,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -374,7 +374,7 @@ msgstr ""
"lokali, filwaqt li ismijiet m'humiex lokali jiġu mgħoddija lil DNS estern."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -500,7 +500,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "Saħħar ta' konfigurazzjoni DNS"
@@ -597,7 +597,7 @@ msgstr "Isem is-server tal-imejl:"
msgid "FTP server"
msgstr "Server FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Server tad-database"
@@ -627,7 +627,7 @@ msgstr "Server \"news\":"
msgid "Mandrake Install server"
msgstr "Isem is-server tal-imejl:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "Server NFS"
@@ -873,88 +873,104 @@ msgstr ""
msgid "Install Server"
msgstr "Server tal-ipprintjar:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Konfigurazzjoni tas-server tal-ħin miktuba"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Saħħar ta' konfigurazzjoni"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Server tad-database"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Saħħar ta' konfigurazzjoni"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Direttorju tal-users:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Isem tal-kompjuter:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Isem tal-kompjuter:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Isem tal-user:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Password:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Direttorju tal-users:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -963,85 +979,85 @@ msgstr ""
msgid "Password"
msgstr "Password:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Direttorju tal-users:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Twissija:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Direttorju offrut:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Is-saħħar ikkonfiguralek is-server proxy."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Is-saħħar żied il-klijent."
#: ../news_wizard/Inn.pm:33
@@ -1134,7 +1150,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1363,7 +1379,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1388,7 +1404,8 @@ msgstr "Is-saħħar ikkonfiguralek is-server Samba."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Is-saħħar ikkonfiguralek is-server Samba."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1778,38 +1795,38 @@ msgstr "Saħħar ta' Squid"
msgid "PXE Wizard"
msgstr "Saħħar FTP"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "Server NFS"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "Saħħar FTP"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Server tad-database"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1819,7 +1836,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1829,218 +1846,223 @@ msgstr ""
"konfigurazzjoni tipprovdilek servizz DNS lokali għal ismijiet ta kompjuters "
"lokali, filwaqt li ismijiet m'humiex lokali jiġu mgħoddija lil DNS estern."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Isem is-server:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Direttorju tal-users:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "installazzjoni falliet"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Direttorju tal-users:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Is-saħħar żied il-klijent."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Is-saħħar żied il-klijent."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Is-saħħar żied il-klijent."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Is-saħħar żied il-klijent."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Is-saħħar ikkonfiguralek is-server proxy."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2083,7 +2105,7 @@ msgstr "Samba jrid ikun jaf il-workgroup tal-Windows fejn se jservi."
msgid "Workgroup"
msgstr "Workgroup"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Workgroup:"
@@ -2203,7 +2225,7 @@ msgstr ""
"tissettjaw password."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Direttorju offrut:"
@@ -2252,36 +2274,34 @@ msgstr "Qed jiġi kkonfigurat Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr "Is-saħħar ġabar dawn il-parametri meħtieġa biex jiġi konfigurat Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Deskrizzjoni tas-server:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Offerti ta' fajls:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Server tal-ipprintjar:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Direttorju personali:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Printers:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Is-saħħar ikkonfiguralek is-server Samba."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Qed jiġi kkonfigurat is-server FTP"
@@ -2564,42 +2584,6 @@ msgstr "Qed jiġi kkonfigurat is-server DNS"
#~ msgid "IP number of the machine:"
#~ msgstr "Numru IP tal-kompjuter:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Server tad-database"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Qed jiġi kkonfigurat is-server DNS"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "Server NFS"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Server \"news\":"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "Server NFS"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Servers tal-ħin"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Server \"news\":"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "Saħħar DHCP"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "Saħħar ta' konfigurazzjoni DNS"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "Indirizzi tas-servers DNS"
diff --git a/po/nb.po b/po/nb.po
index d74d4bc7..1814d11e 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-nb\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-02-06 11:57+0100\n"
"Last-Translator: Per yvind Karlsen <peroyvind@sintrax.net>\n"
"Language-Team: Norwegian Bokml <nb@li.org>\n"
@@ -45,12 +45,12 @@ msgstr "Feil."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Gratulerer"
@@ -135,7 +135,7 @@ msgstr "Du er i dhcp, tjeneren vil muligens ikke virke med din konfigurasjon."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Feil"
@@ -264,8 +264,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "sltt av"
@@ -274,8 +274,8 @@ msgstr "sltt av"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "sltt p"
@@ -291,8 +291,8 @@ msgstr "Veiviseren konfigurerte vellykket DHCP-tjenester p tjeneren din."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "sltt p"
@@ -300,8 +300,8 @@ msgstr "sltt p"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -309,7 +309,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr "Du trenger omjustere ditt vertsnavn."
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -359,7 +359,7 @@ msgstr ""
"maskinnavn, med ikke-lokale foresprsler sendt videre til en DNS p utsiden."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Hva nsker du gjre:"
@@ -498,7 +498,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr "Ok Bygger n din DNS slavekonfigurasjon"
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "med denne konfigurasjonen:"
@@ -581,7 +581,7 @@ msgstr "Eposttjener"
msgid "FTP server"
msgstr "FTP-tjener"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Samba-tjener"
@@ -605,7 +605,7 @@ msgstr "Nis-tjener autofs map"
msgid "Mandrake Install server"
msgstr "Mandrake Installasjonstjener"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "PXE-tjener"
@@ -854,88 +854,104 @@ msgstr ""
msgid "Install Server"
msgstr "Skrivertjener:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Nis-Tjener - Sett opp konfigurasjon av NIS- + Autofs(nfs)-tjener"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "konfigurasjonsveiviser"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Sett en PXE-tjener."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Hvilken operasjon p Konfigurasjonsveiviser:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Brukeromrde:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Vertsnavn:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Vertsnavn:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Brukernavn:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Passord:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Brukeromrde:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -944,85 +960,85 @@ msgstr ""
msgid "Password"
msgstr "Passord:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Brukeromrde:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Advarsel:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Delt omrde:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Veiviseren ha vellykket konfigurert prozy-tjeneren din."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Veiviseren la vellykket til en klient."
#: ../news_wizard/Inn.pm:33
@@ -1115,7 +1131,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1349,7 +1365,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1374,7 +1390,8 @@ msgstr "Veiviseren konfigurerte vellykket Samba tjeneren din."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Veiviseren konfigurerte vellykket Samba tjeneren din."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1756,39 +1773,39 @@ msgstr "Squid-veiviser"
msgid "PXE Wizard"
msgstr "PXE-veiviser"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Sett PXE-tjener"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
#, fuzzy
msgid "Add boot image in PXE"
msgstr "Legg til - Legg til imagefil i PXE"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
#, fuzzy
msgid "Remove boot image in PXE"
msgstr "fjern - fjern imagefil i PXE"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
#, fuzzy
msgid "Modify boot image in PXE"
msgstr "Modifiser - Modifiser imagefil i PXE"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
#, fuzzy
msgid "Add all.rdz image in PXE"
msgstr "Legg til - Legg til imagefil i PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "PXE-veiviser"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Sett en PXE-tjener."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1798,7 +1815,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1808,61 +1825,61 @@ msgstr ""
"konfigurasjonen vil tilby pxe-tjenester og muligheten til legge til/fjerne/"
"modifisere oppstarts-imagefiler."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "Legg til oppstartsimagefil"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
#, fuzzy
msgid "Remove a boot image"
msgstr "Fjern en oppstartsimagefil"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
#, fuzzy
msgid "Add option to boot image:"
msgstr "Legg til Valg til oppstartsimagefil"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "Vennligst velg PXE-oppstartsimagefil som skal modifiseres"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr "Installasjonskatalog: full sti til MDK installasjonstjenerkatalog"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr "Installasjonsmetode: velg nfs/http for installere via nfs/http."
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
@@ -1870,161 +1887,167 @@ msgstr ""
"Tjener-IP: IP-adresse p tjener som inneholder installasjonskatalog. Du kan "
"oppretteen med MDK tjenerinstallasjonsveiviser."
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "Tjener-IP:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "Installasjonskatalog:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Installasjonsmetode:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
#, fuzzy
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "Acpi-opsjon: Advanced Configuration and Power Interface"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr "Ramsize: juster ramsize p oppstartsdisk."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "Nettverksklientgrensesnitt:"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "Ramsize:"
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "VGA-opsjon:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
#, fuzzy
msgid "ACPI option:"
msgstr "VGA-opsjon:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
#, fuzzy
msgid "APIC option:"
msgstr "VGA-opsjon:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "VGA-opsjon:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Vi vil bruke en spesiell dhcpd.conf"
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
#, fuzzy
msgid "Please provide a bootable image..."
msgstr "Fjern en oppstartsimagefil"
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Tftp-katalog:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "Oppstartsimagesti:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr "PXE 'default'-fil:"
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr "PXE 'help'-fil:"
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Fjern en oppstartsimagefil"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr "PXE-oppfring som skal fjernes:"
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Veiviseren la vellykket til en klient."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Veiviseren la vellykket til en klient."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Veiviseren la vellykket til en klient."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "Veiviseren konfigurerte din PXE-tjener vellykket."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "Konfigurerer PXE-tjener p ditt system..."
@@ -2068,7 +2091,7 @@ msgstr "Samba m vite Windows arbeidsgruppene den skal tjene."
msgid "Workgroup"
msgstr "Arbeidsgruppe"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Arbeidsgruppe:"
@@ -2185,7 +2208,7 @@ msgstr ""
"men du/de m bruke smbpasswd for opprette et passord."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Delt omrde:"
@@ -2234,38 +2257,36 @@ msgstr "Konfigurerer Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Veiviseren samlet flgende parametere som trengs\n"
"for konfigurere Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Tjener-banner:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Fildeling:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Skrivertjener:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Hjem:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Skrivere:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Veiviseren konfigurerte vellykket Samba tjeneren din."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Konfigurerer din Postfix-tjener."
@@ -2556,20 +2577,12 @@ msgstr "Konfigurerer ditt system som en Slave DNS-tjener ..."
#~ msgid "IP number of the machine:"
#~ msgstr "IP nummeret til maskinen:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Sett en PXE-tjener."
-
#~ msgid "Acpi option:"
#~ msgstr "Acpi-opsjon:"
#~ msgid "Apic option:"
#~ msgstr "Apic-opsjon:"
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Konfigurerer DNS tjerneren"
-
#~ msgid "Dhcp server"
#~ msgstr "Dhcp-tjene"
diff --git a/po/nl.po b/po/nl.po
index 8696761e..05dd4cae 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-09-09 16:29+0100\n"
"Last-Translator: Reinout van Schouwen <reinout@cs.vu.nl>\n"
"Language-Team: Nederlands <vertaling@nl.linux.org>\n"
@@ -43,12 +43,12 @@ msgstr "Fout opgetreden."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Gefeliciteerd"
@@ -142,7 +142,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "Fout opgetreden."
@@ -277,8 +277,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "uitgezet"
@@ -287,8 +287,8 @@ msgstr "uitgezet"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "aangezet"
@@ -304,8 +304,8 @@ msgstr "De wizard heeft de DHCP service op uw server succesvol ingesteld."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "aangezet"
@@ -313,8 +313,8 @@ msgstr "aangezet"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -322,7 +322,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -373,7 +373,7 @@ msgstr ""
"terwijl niet-lokale namen worden doorgestuurd naar een externe DNS."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -499,7 +499,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS Wizard (configuratie)"
@@ -596,7 +596,7 @@ msgstr "Mail server naam:"
msgid "FTP server"
msgstr "FTP server"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Database-server"
@@ -626,7 +626,7 @@ msgstr "Newsserver"
msgid "Mandrake Install server"
msgstr "Mail server naam:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "NFS server"
@@ -874,88 +874,104 @@ msgstr ""
msgid "Install Server"
msgstr "Print server:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Tijd server configuratie bewaard"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Configuratiewizard"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Database-server"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Configuratiewizard"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Gebruikersmap:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Computernaam:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Computernaam:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Gebruikersnaam:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Wachtwoord:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Gebruikersmap:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -964,85 +980,85 @@ msgstr ""
msgid "Password"
msgstr "Wachtwoord:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Gebruikersmap:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Waarschuwing:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Gedeelde map:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "De wizard heeft uw proxy server succesvol ingesteld."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "De wizard heeft de client toegevoegd."
#: ../news_wizard/Inn.pm:33
@@ -1135,7 +1151,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1367,7 +1383,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1392,7 +1408,8 @@ msgstr "De wizard heeft uw Samba server succesvol ingesteld."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "De wizard heeft uw Samba server succesvol ingesteld."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1784,38 +1801,38 @@ msgstr "Squid wizard"
msgid "PXE Wizard"
msgstr "FTP wizard"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS server"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP wizard"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Database-server"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1825,7 +1842,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1835,218 +1852,223 @@ msgstr ""
"configuratie zal een lokale DNS service bieden voor lokale computernamen, "
"terwijl niet-lokale namen worden doorgestuurd naar een externe DNS."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Servernaam:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Gebruikersmap:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "installatie mislukt"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Gebruikersmap:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "De wizard heeft de client toegevoegd."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "De wizard heeft de client toegevoegd."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "De wizard heeft de client toegevoegd."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "De wizard heeft de client toegevoegd."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "De wizard heeft uw proxy server succesvol ingesteld."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2090,7 +2112,7 @@ msgstr "Samba wil weten welke Windows Werkgroep hij moet bedienen."
msgid "Workgroup"
msgstr "Werkgroep"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Werkgroep"
@@ -2211,7 +2233,7 @@ msgstr ""
"wachtwoord op te geven."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Gedeelde map:"
@@ -2260,37 +2282,35 @@ msgstr "Samba configureren"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"De wizard heeft de volgende gegevens verzameld om Samba te configureren."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Server banner:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Bestanden delen:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Print server:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Persoonlijke map:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Printers:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "De wizard heeft uw Samba server succesvol ingesteld."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "De FTP server instellen"
@@ -2575,42 +2595,6 @@ msgstr "De DNS server configureren"
#~ msgid "IP number of the machine:"
#~ msgstr "IP adres van de machine:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Database-server"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "De DNS server configureren"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS server"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Newsserver"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS server"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Tijdservers"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Newsserver"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP Wizard"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "DNS configuratiewizard"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "DNS server adressen"
diff --git a/po/pl.po b/po/pl.po
index b7bce3b2..bf4eec68 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard 0.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-12-10 23:46+0100\n"
"Last-Translator: Arkadiusz Lipiec <arkadiusz.lipiec@gazeta.pl>\n"
"Language-Team: Polish <pl@li.org>\n"
@@ -41,12 +41,12 @@ msgstr "Bd."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Gratulacje"
@@ -132,7 +132,7 @@ msgstr "Jeste w dhcp, serwer moe nie pracowa z t konfiguracj."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Bd"
@@ -258,8 +258,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "wyczone"
@@ -268,8 +268,8 @@ msgstr "wyczone"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "wczone"
@@ -285,8 +285,8 @@ msgstr "Druid z powodzeniem skonfigurowa usugi DHCP serwera."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "wczone"
@@ -294,8 +294,8 @@ msgstr "wczone"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -303,7 +303,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -354,7 +354,7 @@ msgstr ""
"zapytanie przesyane na zewntrz DNS."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -479,7 +479,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS (konfiguracja)"
@@ -572,7 +572,7 @@ msgstr "Serwer poczty"
msgid "FTP server"
msgstr "Serwer FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Serwer samby"
@@ -598,7 +598,7 @@ msgstr "Serwer Nis + Autofs"
msgid "Mandrake Install server"
msgstr "Serwer poczty"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "Ustaw serwer PXE"
@@ -841,86 +841,102 @@ msgstr ""
msgid "Install Server"
msgstr "Serwer wydruku:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Serwer Nis - Konfiguracja serwera NIS + Autofs(nfs)"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "druid konfiguracji"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Ustawianie serwera PXE."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Ktra operacja dla druida:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Katalog uytkownika:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Nazwa serwera grup dysk.:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Katalog uytkownika:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -928,85 +944,85 @@ msgstr ""
msgid "Password"
msgstr ""
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Katalog uytkownika:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Ostrzeenie:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Katalog wspdzielony:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Druid pomylnie skonfigurowa serwer poredniczcy."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Druid zakoczy z powodzeniem dodawanie klienta."
#: ../news_wizard/Inn.pm:33
@@ -1099,7 +1115,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1330,7 +1346,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1355,7 +1371,8 @@ msgstr "Druid pomylnie skonfigurowa serwer Samby."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Druid pomylnie skonfigurowa serwer Samby."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1744,39 +1761,39 @@ msgstr "Druid usugi Squid"
msgid "PXE Wizard"
msgstr "Druid PXE"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Ustaw serwer PXE"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
#, fuzzy
msgid "Add boot image in PXE"
msgstr "dodawanie - dodawanie obrazu w PXE"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
#, fuzzy
msgid "Remove boot image in PXE"
msgstr "usuwanie - usuwanie obrazu z PXE"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
#, fuzzy
msgid "Modify boot image in PXE"
msgstr "modyfikacja - modyfikacja obrazu w PXE"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
#, fuzzy
msgid "Add all.rdz image in PXE"
msgstr "dodawanie - dodawanie obrazu w PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "Druid PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Ustawianie serwera PXE."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1786,7 +1803,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1796,225 +1813,231 @@ msgstr ""
"lokalne usugi PXE, oraz moliwo dodawania/usuwania/modyfikacji obrazw "
"startowych."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
#, fuzzy
msgid "Add a boot image"
msgstr "Dodaj obraz startowy"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
#, fuzzy
msgid "Remove a boot image"
msgstr "Usu obraz startowy"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
#, fuzzy
msgid "Add option to boot image:"
msgstr "Dodaj opcj do obrazu startowego"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Baner serwera:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Katalog uytkownika:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "Instalacja nie powioda si"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
#, fuzzy
msgid "ACPI option:"
msgstr "Jaka operacja:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
#, fuzzy
msgid "APIC option:"
msgstr "Jaka operacja:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "Jaka operacja:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Uywamy specjalnego pliku dhcpd.conf"
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
#, fuzzy
msgid "Please provide a bootable image..."
msgstr "Usu obraz startowy"
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Katalog uytkownika:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Usu obraz startowy"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Druid zakoczy z powodzeniem dodawanie klienta."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Druid zakoczy z powodzeniem dodawanie klienta."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Druid zakoczy z powodzeniem dodawanie klienta."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Druid pomylnie skonfigurowa serwer poredniczcy."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "Configuring PXE server on your system..."
msgstr "Konfigurowanie systemu jako klient Nis ..."
@@ -2057,7 +2080,7 @@ msgstr "Samba wymaga informacji o grupie roboczej, ktr bdzie obsugiwa."
msgid "Workgroup"
msgstr "Grupa robocza"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Grupa robocza:"
@@ -2177,7 +2200,7 @@ msgstr ""
"hasa."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Katalog wspdzielony:"
@@ -2225,38 +2248,36 @@ msgstr "Konfigurowanie Samby"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Druid zebra ponisze parametry\n"
"wymagane do skonfigurowania Samby."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Baner serwera:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Wspdzielenie plikw:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Serwer wydruku:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Katalog domowy:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Drukarki:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Druid pomylnie skonfigurowa serwer Samby."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Konfigurowanie serwera FTP"
@@ -2532,25 +2553,9 @@ msgstr "Konfigurowanie systemu jako serwer Nis+Autofs(nfs) ..."
#~ msgid "IP number of the machine:"
#~ msgstr "Numer IP maszyny :"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Ustawianie serwera PXE."
-
-#, fuzzy
-#~ msgid "Apic option:"
-#~ msgstr "Jaka operacja:"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Konfigurowanie serwera DNS"
-
#~ msgid "Dhcp server"
#~ msgstr "Serwer dhcp"
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Serwer Nis:"
-
#~ msgid "Ftp server"
#~ msgstr "Serwer FTP"
diff --git a/po/pt.po b/po/pt.po
index 6ba49147..8f3bb77c 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-pt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-12-02 07:16+0000\n"
"Last-Translator: José Carlos D. S. Saraiva <jose.d.s.saraiva@clix.pt>\n"
"Language-Team: Português <pt@li.org>\n"
@@ -45,12 +45,12 @@ msgstr "Erro."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Congratulações"
@@ -139,7 +139,7 @@ msgstr "Está em dhcp, o servidor pode não funcionar com a sua configuração."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Erro"
@@ -268,8 +268,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "inactivo"
@@ -278,8 +278,8 @@ msgstr "inactivo"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "activo"
@@ -295,8 +295,8 @@ msgstr "O assistente conseguiu configurar os serviços DHCP do seu servidor."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "activo"
@@ -304,8 +304,8 @@ msgstr "activo"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -313,7 +313,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -364,7 +364,7 @@ msgstr ""
"maquinas locais, com os pedidos não locais dirigidos para um DNS exterior."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -490,7 +490,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "Assistente Dns (configuração)"
@@ -583,7 +583,7 @@ msgstr "Servidor de correio"
msgid "FTP server"
msgstr "Servidor FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Servidor Samba"
@@ -609,7 +609,7 @@ msgstr "Servidor de News"
msgid "Mandrake Install server"
msgstr "Servidor de correio"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "Servidor Ftp"
@@ -854,88 +854,104 @@ msgstr ""
msgid "Install Server"
msgstr "Servidor de Impressão :"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "A configuração do servidor de tempo foi gravada"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "assistente de configuração"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Servidor Samba"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "assistente de configuração"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Directoria do utilizador :"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Nome de anfitrião :"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Nome de anfitrião :"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Nome de utilizador :"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Senha :"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Directoria do utilizador :"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -944,85 +960,85 @@ msgstr ""
msgid "Password"
msgstr "Senha :"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Directoria do utilizador :"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Atenção :"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Directoria partilhada :"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "O assistente conseguiu configurar o seu servidor proxy."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "O assistente consegui adicionar o cliente."
#: ../news_wizard/Inn.pm:33
@@ -1115,7 +1131,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1347,7 +1363,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1372,7 +1388,8 @@ msgstr "O assistente conseguiu configurar o seu servidor Samba."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "O assistente conseguiu configurar o seu servidor Samba."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1762,38 +1779,38 @@ msgstr "Assistente Squid"
msgid "PXE Wizard"
msgstr "Assistente FTP"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "Servidor Ftp"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "Assistente FTP"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Servidor Samba"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1803,7 +1820,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1813,218 +1830,223 @@ msgstr ""
"Esta configuração vai fornecer um serviço DNS local para os nomes das "
"maquinas locais, com os pedidos não locais dirigidos para um DNS exterior."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Nome do Servidor :"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Directoria do utilizador :"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "a instalação falhou"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Directoria do utilizador :"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "O assistente consegui adicionar o cliente."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "O assistente consegui adicionar o cliente."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "O assistente consegui adicionar o cliente."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "O assistente consegui adicionar o cliente."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "O assistente conseguiu configurar o seu servidor proxy."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2067,7 +2089,7 @@ msgstr "Samba precisa de saber qual grupo de trabalho Windows ele vai servir."
msgid "Workgroup"
msgstr "Grupo de trabalho"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Grupo de trabalho :"
@@ -2184,7 +2206,7 @@ msgstr ""
"samba mas você/eles devem utilizar smbpasswd para definir uma senha."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Directoria partilhada :"
@@ -2233,38 +2255,36 @@ msgstr "A configurar o Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"O assistente recuperou os seguintes parâmetros \n"
"necessários para configurar o Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Bandeira do Servidor :"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Partilha de Ficheiros :"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Servidor de Impressão :"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Casa :"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Impressoras :"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "O assistente conseguiu configurar o seu servidor Samba."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "A configurar o Servidor FTP"
@@ -2546,21 +2566,9 @@ msgstr "A configurar o Servidor DNS"
#~ msgid "IP number of the machine:"
#~ msgstr "Numero IP da maquina :"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Servidor Samba"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "A configurar o Servidor DNS"
-
#~ msgid "Dhcp server"
#~ msgstr "Servidor Dhcp"
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Servidor de News"
-
#~ msgid "Ftp server"
#~ msgstr "Servidor Ftp"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index bdea02ee..4fa1cfa1 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-pt_BR\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-02-06 16:37-0200\n"
"Last-Translator: Tiago Cruz <tiagocruz@linuxdicas.com.br>\n"
"Language-Team: Português do Brasil <linux_pt_BR@yahoogrupos.com.br>\n"
@@ -45,12 +45,12 @@ msgstr "Erro."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Parabéns"
@@ -136,7 +136,7 @@ msgstr "Você está em dhcp; o servidor pode não funcionar com sua configuraç
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Erro."
@@ -269,8 +269,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "desabilitado"
@@ -279,8 +279,8 @@ msgstr "desabilitado"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "habilitado"
@@ -296,8 +296,8 @@ msgstr "O assistente configurou com sucesso o serviço DHCP de seu servidor."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "habilitado"
@@ -305,8 +305,8 @@ msgstr "habilitado"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -314,7 +314,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr "Você precisa reajustar seu nome de máquina (hostname)"
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -364,7 +364,7 @@ msgstr ""
"computadores locais. Requisições não locais são enviadas a um DNS externo."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "O que você gostaria de fazer:"
@@ -487,7 +487,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "com esta configuração:"
@@ -568,7 +568,7 @@ msgstr "Servidor de Mail"
msgid "FTP server"
msgstr "Servidor de FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Servidor SaMBa"
@@ -592,7 +592,7 @@ msgstr "Servidor NIS mapa autofs"
msgid "Mandrake Install server"
msgstr "Instalação de Servidores Mandrake "
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "Servidor PXE"
@@ -839,81 +839,99 @@ msgstr ""
msgid "Install Server"
msgstr "Instalação de Servidores"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "Servidor - Definir configuração do servidor LDAP"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "Assistente de configuração do LDAP"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+#, fuzzy
+msgid "Setup a ldap server."
msgstr "Configurar o servidor LDAP."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr "qual operação do LDAP:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
msgstr ""
"UID (Identificador do usuário), GUID (ident. do grupo), diretório 'home',"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Primeiro Nome:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "Último Nome:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "Nome de usuário:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Senha:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Diretório do usuário:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -921,80 +939,81 @@ msgstr ""
msgid "Password"
msgstr "Senha:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "Diretório do usuário:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr "aviso Sombra:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "Erro no diretório Home"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "O assistente configurou com sucesso seu servidor LDAP"
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+#, fuzzy
+msgid "The wizard successfully add entry in ldap"
msgstr "O assistente adicionou com sucesso a entrada no LDAP"
#: ../news_wizard/Inn.pm:33
@@ -1087,7 +1106,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1310,7 +1329,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1332,8 +1351,10 @@ msgid "The wizard successfully configured your machine to be a NIS client."
msgstr "O assistente configurou com sucesso sua máquina como um cliente de NIS"
#: ../nisautofs_wizard/Nisautofs.pm:148
+#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr ""
"O assistente configurou com sucesso sua máquina como um NIS com mapa autofs."
@@ -1710,35 +1731,35 @@ msgstr "Proxy Squid"
msgid "PXE Wizard"
msgstr "Assistente do PXE"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Definir servidor PXE"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "Assistente do PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Definir o servidor PXE."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1748,7 +1769,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
@@ -1756,61 +1777,61 @@ msgstr ""
"Este assistente ajudará você a configurar o serviço pxe, e a habilidade para "
"adicionar/ remover/modificar as imagens de boot."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "Imagem de boot a configurar:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
"Diretório de Instalação: caminho completo para instalação do servidor de "
"diretório Mandrake."
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr "Método de instalação: escolher nfs/http para instalar nfs/http."
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr "Opções para adicionar no disco de boot PXE"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
@@ -1819,61 +1840,66 @@ msgstr ""
"instalação. Você pode criar um com o assistente de instalação de servidores "
"Mandrake."
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "Imagem de boot a modificar:"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "IP do servidor:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "Diretório de instalação:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Método de instalação:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "Opção ACPI: Interface de Energia e Configuração Avançada"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
"Interface de rede cliente: Interface qual o cliente deve ser instalado."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr "Ramsize: Ajuste o tamanho da RAM no disco de boot."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr "Opção VGA: se você encontrar algum problema com o VGA, favor ajustar."
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "Interface de rede cliente:"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "Ramsize:"
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "Opção VGA:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "Opção ACPI:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "Opção ACPI:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "Opção ACPI:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
@@ -1881,96 +1907,100 @@ msgstr ""
"Isto irá configurar todas as configurações padrões necessárias para definir "
"o servidor PXE."
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Você precisa usar um dhcp.conf especial com o parâmetro PXE."
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr "Favor fornecer uma imagem bootável..."
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr "Favor escolher uma imagem para o diretório diferente de %s."
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr "Favor digitar um nome para a entrada do PXE (uma palavra)."
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
"Para adicionar/remover/modificar imagens de boot PXE, você precisa antes "
"executar o 'Definir servidor PXE'."
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr "Favor escolha outo nome de menu para o PXE"
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr "Um nome similar está sendo usado nas entradas no menu do PXE"
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+#, fuzzy
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
"Agora iremos preparar os arquivos padrões para configurar o servidor PXE"
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "Diretório TFTP:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "Caminho da imagem de boot:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr "Arquivo 'padrão' do PXE:"
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr "Arquivo de 'ajuda' do PXE:"
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+#, fuzzy
+msgid "Will now modify boot options in image"
msgstr "Agora iremos modificar suas opções de boot na imagem"
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
msgstr "Agora iremos remover sua imagem de boot PXE"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr "Entrada PXE a remover:"
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+#, fuzzy
+msgid "Will now add your PXE boot image"
msgstr "Agora iremos adicionar sua imagem de boot PXE"
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "O assistente adicionou com sucesso o servico PXE com a imagem de boot."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
msgid "The wizard successfully removed the PXE boot image."
msgstr "O assistente removeu com sucesso o servico PXE com a imagem de boot."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "O assistente modificou com sucesso a(s) imagem(ns)."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "O assistente configurou com sucesso seu servidor PXE."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "Configurando o servidor PXE no seu sistema..."
@@ -2014,7 +2044,7 @@ msgstr ""
msgid "Workgroup"
msgstr "Grupo de trabalho"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Grupo de trabalho:"
@@ -2134,7 +2164,7 @@ msgstr ""
"ajustar uma senha."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Diretório compartilhado:"
@@ -2183,38 +2213,37 @@ msgid "Configuring Samba"
msgstr "Configurando o Samba"
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+#, fuzzy
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"O assistente coletou os seguintes parâmetros \n"
"para configurar o Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Logotipo do Servidor:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Compartilhar arquivo:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Servidor de impressão"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Home:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Impressoras:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "O assistente configurou com sucesso seu servidor Samba"
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
msgid "Configuring your Samba server..."
msgstr "Configurando seu servidor SaMBA..."
@@ -2494,42 +2523,6 @@ msgstr "Configurando seu sistema como um servidor DNS escravo..."
#~ msgid "IP number of the machine:"
#~ msgstr "Número de IP da máquina:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Servidor de Banco de Dados"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Configurando o servidor DNS"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "Servidor NFS"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Servidor de Notícias"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "Servidor NFS"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Servidores de Hora"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Servidor de Notícias"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "Assistente DHCP"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "Assistente de Configuração DNS"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "Endereço do servidor DNS"
diff --git a/po/ro.po b/po/ro.po
index 13f8f56c..123f7288 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard 0.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-12-16 17:15+0200\n"
"Last-Translator: Ovidiu Constantin <ovidiu.constantin@gmx.net>\n"
"Language-Team: Romanian Translators for Free Software <rtfs-project@lists."
@@ -41,12 +41,12 @@ msgstr "Eroare."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Felicitări!"
@@ -136,7 +136,7 @@ msgstr "Sunteţi în DHCP, serverul poate nu va rula în configuraţia dvs."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Eroare"
@@ -265,8 +265,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "Dezactivat"
@@ -275,8 +275,8 @@ msgstr "Dezactivat"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "Activat"
@@ -292,8 +292,8 @@ msgstr "Asistentul a configurat cu succes serviciile DHCP al serverului dvs."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "Activat"
@@ -301,8 +301,8 @@ msgstr "Activat"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -310,7 +310,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -362,7 +362,7 @@ msgstr ""
"exterior."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -487,7 +487,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "Dns (configurare)"
@@ -579,7 +579,7 @@ msgstr "Server de email"
msgid "FTP server"
msgstr "Server FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Server Samba"
@@ -605,7 +605,7 @@ msgstr "Server de ştiri"
msgid "Mandrake Install server"
msgstr "Server de email"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "Server ftp"
@@ -851,86 +851,102 @@ msgstr ""
msgid "Install Server"
msgstr "Server de tipărire:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Configurare server de timp salvată"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "asistent de configurare"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Server Samba"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "asistent de configurare"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Director utilizator:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Nume server de ştiri:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Director utilizator:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -938,85 +954,85 @@ msgstr ""
msgid "Password"
msgstr ""
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Director utilizator:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Avertisment:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Director partajat:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Asistentul a configurat cu succes serviciul Proxy al serverului dvs."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Asistentul a adăugat clientul cu succes."
#: ../news_wizard/Inn.pm:33
@@ -1110,7 +1126,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1342,7 +1358,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1367,7 +1383,8 @@ msgstr "Asistentul a configurat cu succes serviciul Samba al serverului dvs."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Asistentul a configurat cu succes serviciul Samba al serverului dvs."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1757,38 +1774,38 @@ msgstr "Asistent SQUID"
msgid "PXE Wizard"
msgstr "Asistent FTP"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "Server ftp"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "Asistent FTP"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Server Samba"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1798,7 +1815,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1809,218 +1826,223 @@ msgstr ""
"numele calculatoarelor locale, cu cererile ne-locale transmise către un DNS "
"exterior."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Antet server:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Director utilizator:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "Instalarea a eşuat"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Director utilizator:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Asistentul a adăugat clientul cu succes."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Asistentul a adăugat clientul cu succes."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Asistentul a adăugat clientul cu succes."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Asistentul a adăugat clientul cu succes."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Asistentul a configurat cu succes serviciul Proxy al serverului dvs."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2067,7 +2089,7 @@ msgstr ""
msgid "Workgroup"
msgstr "Nume grup de lucru"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Grup de lucru:"
@@ -2190,7 +2212,7 @@ msgstr ""
"parolei."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Director partajat:"
@@ -2238,38 +2260,36 @@ msgstr "Configurez Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Asistentul a colectat următorii parametri\n"
"configurarea Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Antet server:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Partajare fişiere:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Server de tipărire:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Acasă:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Imprimante:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Asistentul a configurat cu succes serviciul Samba al serverului dvs."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Configurez serverul FTP"
@@ -2553,14 +2573,6 @@ msgstr "Configurez serverul DNS"
#~ msgid "IP number of the machine:"
#~ msgstr "Numărul IP al maşinii :"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Server Samba"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Configurez serverul DNS"
-
#~ msgid "Dhcp server"
#~ msgstr "Server Dhcp"
diff --git a/po/ru.po b/po/ru.po
index 4378b3c9..6bb9281a 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-ru\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-01-02 16:19+0200\n"
"Last-Translator: Alice Lafox <alice@lafox.net>\n"
"Language-Team: Russian <cooker-i18n@linux-mandrake.com>\n"
@@ -41,12 +41,12 @@ msgstr "Ошибка."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Поздравляем"
@@ -133,7 +133,7 @@ msgstr "Вы используете dhcp, сервер может не рабо
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Ошибка"
@@ -261,8 +261,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "отключен"
@@ -271,8 +271,8 @@ msgstr "отключен"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "включен"
@@ -288,8 +288,8 @@ msgstr "Мастер успешно настроил сервисы DHCP ваш
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "включен"
@@ -297,8 +297,8 @@ msgstr "включен"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -306,7 +306,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -357,7 +357,7 @@ msgstr ""
"имен, перенаправляемыми за пределы DNS."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -482,7 +482,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS (настройка)"
@@ -575,7 +575,7 @@ msgstr "Почтовый сервер"
msgid "FTP server"
msgstr "Сервер FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Сервер Samba"
@@ -601,7 +601,7 @@ msgstr "Nis сервер + Autofs"
msgid "Mandrake Install server"
msgstr "Почтовый сервер"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "Настроить PXE сервер"
@@ -844,86 +844,102 @@ msgstr ""
msgid "Install Server"
msgstr "Сервер печати:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Nis Сервер - Настройка конфигурации NIS + Autofs(nfs) сервер"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "мастер настройки"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Настроить PXE сервер."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Операция в мастере:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Каталог пользователя:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Имя сервера новостей"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Каталог пользователя:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -931,85 +947,85 @@ msgstr ""
msgid "Password"
msgstr ""
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Каталог пользователя:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Предупреждение:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Совместно используемый каталог:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Мастер успешно настроил ваш прокси сервер."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Мастер успешно добавил клиента."
#: ../news_wizard/Inn.pm:33
@@ -1101,7 +1117,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1331,7 +1347,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1356,7 +1372,8 @@ msgstr "Мастер успешно настроил ваш сервер Samba."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Мастер успешно настроил ваш сервер Samba."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1743,39 +1760,39 @@ msgstr "Мастер Squid"
msgid "PXE Wizard"
msgstr "PXE Мастер"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Настроить PXE сервер"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
#, fuzzy
msgid "Add boot image in PXE"
msgstr "add - Добавить образ в PXE"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
#, fuzzy
msgid "Remove boot image in PXE"
msgstr "remove - удалить образ в PXE"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
#, fuzzy
msgid "Modify boot image in PXE"
msgstr "Modify - Изменить образ в PXE"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
#, fuzzy
msgid "Add all.rdz image in PXE"
msgstr "add - Добавить образ в PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "PXE Мастер"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Настроить PXE сервер."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1785,7 +1802,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1795,225 +1812,231 @@ msgstr ""
"предоставит pxe сервисы и возможность добавлять/удалять/изменять зарузочные "
"образы."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
#, fuzzy
msgid "Add a boot image"
msgstr "Добавить загрузочный образ"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
#, fuzzy
msgid "Remove a boot image"
msgstr "Удалить загрузочный образ"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
#, fuzzy
msgid "Add option to boot image:"
msgstr "Добавить параметры к загрузочному образу"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Баннер сервера:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Каталог пользователя:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "Установка завершилась неудачей"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
#, fuzzy
msgid "ACPI option:"
msgstr "Какая операция:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
#, fuzzy
msgid "APIC option:"
msgstr "Какая операция:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "Какая операция:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Мы будем использовать особый dhcpd.conf"
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
#, fuzzy
msgid "Please provide a bootable image..."
msgstr "Удалить загрузочный образ"
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Каталог пользователя:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Удалить загрузочный образ"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Мастер успешно добавил клиента."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Мастер успешно добавил клиента."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Мастер успешно добавил клиента."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Мастер успешно настроил ваш прокси сервер."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "Configuring PXE server on your system..."
msgstr "Настройка системы в качестве клиента Nis ..."
@@ -2058,7 +2081,7 @@ msgstr ""
msgid "Workgroup"
msgstr "Рабочая группа"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Рабочая группа:"
@@ -2178,7 +2201,7 @@ msgstr ""
"помощи samba, но для установки пароля вы/они должны использовать smbpasswd."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Совместно используемый каталог:"
@@ -2228,38 +2251,36 @@ msgstr "Настраивается Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Мастер собрал следующие параметры,\n"
"необходимые для настройки Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Баннер сервера:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Общий доступ к файлам:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Сервер печати:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Домашние каталоги:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Принтеры:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Мастер успешно настроил ваш сервер Samba."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Настраивается сервер FTP"
@@ -2542,18 +2563,6 @@ msgstr "Настройка системы в качестве сервера Nis
#~ msgid "IP number of the machine:"
#~ msgstr "IP-адрес машины:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Настроить PXE сервер."
-
-#, fuzzy
-#~ msgid "Apic option:"
-#~ msgstr "Какая операция:"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Настраивается сервер DNS"
-
#~ msgid "Dhcp server"
#~ msgstr "Сервер DHCP"
diff --git a/po/sk.po b/po/sk.po
index 0151f647..97bd5a7c 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -3,7 +3,8 @@
msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-02-13 03:39+0100\n"
"Last-Translator: Tibor Pittich <Tibor.Pittich@mandrake.org>\n"
"Language-Team: Slovak <i18n@mandrake.sk>\n"
@@ -15,60 +16,37 @@ msgstr ""
msgid "configuration wizard"
msgstr "sprievodca konfiguráciou"
-#: ../Wiztemplate.pm:60
-#: ../ftp_wizard/Proftpd.pm:106
-#: ../news_wizard/Inn.pm:71
-#: ../proxy_wizard/Squid.pm:81
-#: ../proxy_wizard/Squid.pm:88
-#: ../samba_wizard/Samba.pm:147
-#: ../samba_wizard/Samba.pm:195
-#: ../time_wizard/Ntp.pm:137
-#: ../time_wizard/Ntp.pm:144
+#: ../Wiztemplate.pm:60 ../ftp_wizard/Proftpd.pm:106 ../news_wizard/Inn.pm:71
+#: ../proxy_wizard/Squid.pm:81 ../proxy_wizard/Squid.pm:88
+#: ../samba_wizard/Samba.pm:147 ../samba_wizard/Samba.pm:195
+#: ../time_wizard/Ntp.pm:137 ../time_wizard/Ntp.pm:144
#: ../web_wizard/Apache.pm:85
msgid "Warning."
msgstr "Varovanie:"
-#: ../Wiztemplate.pm:64
-#: ../dns_wizard/Bind.pm:188
-#: ../ftp_wizard/Proftpd.pm:121
-#: ../news_wizard/Inn.pm:76
-#: ../news_wizard/Inn.pm:81
-#: ../nfs_wizard/NFS.pm:83
-#: ../postfix_wizard/Postfix.pm:97
-#: ../samba_wizard/Samba.pm:87
-#: ../samba_wizard/Samba.pm:103
-#: ../samba_wizard/Samba.pm:164
-#: ../samba_wizard/Samba.pm:201
-#: ../web_wizard/Apache.pm:117
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:188 ../ftp_wizard/Proftpd.pm:121
+#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81 ../nfs_wizard/NFS.pm:83
+#: ../postfix_wizard/Postfix.pm:97 ../samba_wizard/Samba.pm:87
+#: ../samba_wizard/Samba.pm:103 ../samba_wizard/Samba.pm:164
+#: ../samba_wizard/Samba.pm:201 ../web_wizard/Apache.pm:117
#: ../web_wizard/Apache.pm:125
msgid "Error."
msgstr "Chyba."
-#: ../Wiztemplate.pm:78
-#: ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:124
-#: ../dns_wizard/Bind.pm:244
-#: ../dns_wizard/Bind.pm:254
-#: ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149
-#: ../ldap_wizard/ldap.pm:175
-#: ../news_wizard/Inn.pm:96
-#: ../nfs_wizard/NFS.pm:102
-#: ../nisautofs_wizard/Nisautofs.pm:140
-#: ../nisautofs_wizard/Nisautofs.pm:147
-#: ../postfix_wizard/Postfix.pm:147
-#: ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291
-#: ../pxe_wizard/Pxe.pm:303
-#: ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320
-#: ../samba_wizard/Samba.pm:228
+#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
+#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
+#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
+#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
+#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
+#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Gratulujem"
-#: ../client_wizard/Bind_client.pm:38
-#: ../client_wizard/Bind_client.pm:55
+#: ../client_wizard/Bind_client.pm:38 ../client_wizard/Bind_client.pm:55
msgid "DNS Client Wizard"
msgstr "Sprievodca nastavením DNS klienta"
@@ -78,80 +56,82 @@ msgstr "Musíte najskôr spustiť sprievodcu pre DNS server"
#: ../client_wizard/Bind_client.pm:55
#, fuzzy
-msgid "A client of your local network is a machine connected to the network having its own name and IP address."
-msgstr "Klient vašej lokálnej siete je počítač pripojený do siete, ktorý má vlastné meno a IP adresu."
+msgid ""
+"A client of your local network is a machine connected to the network having "
+"its own name and IP address."
+msgstr ""
+"Klient vašej lokálnej siete je počítač pripojený do siete, ktorý má vlastné "
+"meno a IP adresu."
#: ../client_wizard/Bind_client.pm:55
msgid "Press next to begin, or Cancel to leave this wizard."
msgstr "Stlačte tlačítko Ďalej, alebo Zrušiť pre ukončenie sprievodcu."
#: ../client_wizard/Bind_client.pm:55
-msgid "The server will use the informations you enter here to make the name of the client available to other machines into your network."
-msgstr "Server použije informácie, ktoré ste tu zadali, pre vytvorenie mena klienta pod ktorým bude viditeľný pre ostatné počítače vo vašej sieti."
+msgid ""
+"The server will use the informations you enter here to make the name of the "
+"client available to other machines into your network."
+msgstr ""
+"Server použije informácie, ktoré ste tu zadali, pre vytvorenie mena klienta "
+"pod ktorým bude viditeľný pre ostatné počítače vo vašej sieti."
#: ../client_wizard/Bind_client.pm:55
msgid "This wizard will help you in adding a new client in your local DNS."
-msgstr "Tento sprievodca vám pomôže pridať nového klienta do vášho lokálneho DNS."
+msgstr ""
+"Tento sprievodca vám pomôže pridať nového klienta do vášho lokálneho DNS."
-#: ../client_wizard/Bind_client.pm:61
-#: ../dns_wizard/Bind.pm:126
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:126
msgid "(you don't need to type the domain after the name)"
msgstr "(nie je potrebné zadávať doménu)"
-#: ../client_wizard/Bind_client.pm:61
-#: ../dns_wizard/Bind.pm:126
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:126
msgid "Client identification:"
msgstr "Identifikácia klienta:"
-#: ../client_wizard/Bind_client.pm:61
-#: ../dns_wizard/Bind.pm:126
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:126
#, fuzzy
-msgid "Note that the given IP address and client name should be unique in the network."
+msgid ""
+"Note that the given IP address and client name should be unique in the "
+"network."
msgstr "Uvedomte si, že IP adresa a meno počítača musia byť v sieti jedinečné."
-#: ../client_wizard/Bind_client.pm:61
-#: ../dns_wizard/Bind.pm:126
-msgid "Your client on the network will be identified by name, as in clientname.company.net. Every machine on the network must have a (unique) IP address, in the usual dotted syntax."
-msgstr "Váš klient bude v sieti identifikovaný názvom, napríklad pocitac.firma.net. Každý počítač v sieti musí mať jedinečnú IP adresu v obvyklom tvare oddelenom bodkami."
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:126
+msgid ""
+"Your client on the network will be identified by name, as in clientname."
+"company.net. Every machine on the network must have a (unique) IP address, "
+"in the usual dotted syntax."
+msgstr ""
+"Váš klient bude v sieti identifikovaný názvom, napríklad pocitac.firma.net. "
+"Každý počítač v sieti musí mať jedinečnú IP adresu v obvyklom tvare "
+"oddelenom bodkami."
-#: ../client_wizard/Bind_client.pm:67
-#: ../dns_wizard/Bind.pm:128
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:128
msgid "Name of the machine:"
msgstr "Meno počítača:"
-#: ../client_wizard/Bind_client.pm:68
-#: ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:129
#, fuzzy
msgid "IP address of the machine:"
msgstr "IP adresa počítača:"
-#: ../client_wizard/Bind_client.pm:73
-#: ../dhcp_wizard/Dhcp.pm:89
-#: ../dhcp_wizard/Dhcp.pm:99
-#: ../dns_wizard/Bind.pm:183
+#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:89
+#: ../dhcp_wizard/Dhcp.pm:99 ../dns_wizard/Bind.pm:183
msgid "Warning"
msgstr "Upozornenie"
-#: ../client_wizard/Bind_client.pm:73
-#: ../dhcp_wizard/Dhcp.pm:89
-#: ../dns_wizard/Bind.pm:183
-#: ../ftp_wizard/Proftpd.pm:106
+#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:89
+#: ../dns_wizard/Bind.pm:183 ../ftp_wizard/Proftpd.pm:106
#: ../web_wizard/Apache.pm:85
#, fuzzy
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
-"Varovanie\\n"
-"Máte nastavené dhcp, server nemusí fungovať s touto konfiguráciou."
+"Varovanie\\nMáte nastavené dhcp, server nemusí fungovať s touto "
+"konfiguráciou."
-#: ../client_wizard/Bind_client.pm:78
-#: ../client_wizard/Bind_client.pm:83
-#: ../dhcp_wizard/Dhcp.pm:94
-#: ../dhcp_wizard/Dhcp.pm:104
-#: ../drakwizard.pl:71
-#: ../drakwizard.pl:90
-#: ../drakwizard.pl:139
-#: ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
+#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
+#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Chyba"
@@ -168,12 +148,20 @@ msgid "Adding a new client to your network"
msgstr "Pridanie nového klienta do vašej siete"
#: ../client_wizard/Bind_client.pm:88
-msgid "The wizard collected the following parameters needed to add a client to your network:"
-msgstr "Sprievodca zhromaždil nasledovné parametre potrebné pre pridanie klienta do vašej siete:"
+msgid ""
+"The wizard collected the following parameters needed to add a client to your "
+"network:"
+msgstr ""
+"Sprievodca zhromaždil nasledovné parametre potrebné pre pridanie klienta do "
+"vašej siete:"
#: ../client_wizard/Bind_client.pm:88
-msgid "To accept these values, and add your client, click the Next button or use the Back button to correct them."
-msgstr "Pre akceptovanie týchto hodnôt a pridanie vášho klienta, kliknite na tlačidlo Ďalej, alebo použite tlačítko Späť pre ich úpravu."
+msgid ""
+"To accept these values, and add your client, click the Next button or use "
+"the Back button to correct them."
+msgstr ""
+"Pre akceptovanie týchto hodnôt a pridanie vášho klienta, kliknite na "
+"tlačidlo Ďalej, alebo použite tlačítko Späť pre ich úpravu."
#: ../client_wizard/Bind_client.pm:90
msgid "Client name"
@@ -187,14 +175,17 @@ msgstr "IP klienta:"
msgid "The wizard successfully added the client."
msgstr "Sprievodca úspešne pridal klienta."
-#: ../dhcp_wizard/Dhcp.pm:43
-#: ../dhcp_wizard/Dhcp.pm:58
+#: ../dhcp_wizard/Dhcp.pm:43 ../dhcp_wizard/Dhcp.pm:58
msgid "DHCP Wizard"
msgstr "Sprievodca konfiguráciou DHCP"
#: ../dhcp_wizard/Dhcp.pm:58
-msgid "DHCP is a service that automatically assigns networking addresses to your workstations."
-msgstr "DHCP je služba, ktorá automaticky prideľuje sieťové adresy vašim pracovným staniciam."
+msgid ""
+"DHCP is a service that automatically assigns networking addresses to your "
+"workstations."
+msgstr ""
+"DHCP je služba, ktorá automaticky prideľuje sieťové adresy vašim pracovným "
+"staniciam."
#: ../dhcp_wizard/Dhcp.pm:58
msgid "This wizard will help you configuring the DHCP services of your server."
@@ -210,26 +201,28 @@ msgstr "Rozsah adries používaných dhcp"
#: ../dhcp_wizard/Dhcp.pm:64
#, fuzzy
-msgid "Select the range of addresses assigned to the workstations by the DHCP service; unless you have special needs, you can safely accept the proposed values. (ie: 192.168.100.20 192.168.100.40)"
-msgstr "Vyberte si rozsah adries, ktoré budú pomocou DHCP služby prideľované pracovným staniciam; ak nemáte špeciálne požiadavky môžete bez obáv akceptovať navrhnuté hodnoty."
+msgid ""
+"Select the range of addresses assigned to the workstations by the DHCP "
+"service; unless you have special needs, you can safely accept the proposed "
+"values. (ie: 192.168.100.20 192.168.100.40)"
+msgstr ""
+"Vyberte si rozsah adries, ktoré budú pomocou DHCP služby prideľované "
+"pracovným staniciam; ak nemáte špeciálne požiadavky môžete bez obáv "
+"akceptovať navrhnuté hodnoty."
-#: ../dhcp_wizard/Dhcp.pm:71
-#: ../dhcp_wizard/Dhcp.pm:114
+#: ../dhcp_wizard/Dhcp.pm:71 ../dhcp_wizard/Dhcp.pm:114
msgid "Lowest IP Address:"
msgstr "Najnižšia IP adresa:"
-#: ../dhcp_wizard/Dhcp.pm:72
-#: ../dhcp_wizard/Dhcp.pm:115
+#: ../dhcp_wizard/Dhcp.pm:72 ../dhcp_wizard/Dhcp.pm:115
msgid "Highest IP Address:"
msgstr "Najvyššia IP adresa:"
-#: ../dhcp_wizard/Dhcp.pm:73
-#: ../dhcp_wizard/Dhcp.pm:116
+#: ../dhcp_wizard/Dhcp.pm:73 ../dhcp_wizard/Dhcp.pm:116
msgid "Gateway IP Address:"
msgstr "IP adresa brány:"
-#: ../dhcp_wizard/Dhcp.pm:74
-#: ../dhcp_wizard/Dhcp.pm:118
+#: ../dhcp_wizard/Dhcp.pm:74 ../dhcp_wizard/Dhcp.pm:118
msgid "Enable PXE:"
msgstr "Povoliť PXE:"
@@ -257,40 +250,30 @@ msgid "Configuring the DHCP Server"
msgstr "Konfigurácia DHCP servera"
#: ../dhcp_wizard/Dhcp.pm:109
-msgid "The wizard collected the following parameters needed to configure your DHCP service:"
-msgstr "Sprievodca potrebuje vedieť nasledovné parametre pre nakonfigurovanie DHCP služby:"
-
-#: ../dhcp_wizard/Dhcp.pm:111
-#: ../ftp_wizard/Proftpd.pm:129
-#: ../ftp_wizard/Proftpd.pm:130
-#: ../ftp_wizard/Proftpd.pm:131
-#: ../ftp_wizard/Proftpd.pm:132
-#: ../ftp_wizard/Proftpd.pm:133
-#: ../ftp_wizard/Proftpd.pm:134
-#: ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86
-#: ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212
-#: ../samba_wizard/Samba.pm:213
-#: ../web_wizard/Apache.pm:133
-#: ../web_wizard/Apache.pm:134
+msgid ""
+"The wizard collected the following parameters needed to configure your DHCP "
+"service:"
+msgstr ""
+"Sprievodca potrebuje vedieť nasledovné parametre pre nakonfigurovanie DHCP "
+"služby:"
+
+#: ../dhcp_wizard/Dhcp.pm:111 ../ftp_wizard/Proftpd.pm:129
+#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
+#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
+#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
+#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "zakázané"
-#: ../dhcp_wizard/Dhcp.pm:111
-#: ../ftp_wizard/Proftpd.pm:129
-#: ../ftp_wizard/Proftpd.pm:130
-#: ../ftp_wizard/Proftpd.pm:131
-#: ../ftp_wizard/Proftpd.pm:132
-#: ../ftp_wizard/Proftpd.pm:133
-#: ../ftp_wizard/Proftpd.pm:134
-#: ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86
-#: ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212
-#: ../samba_wizard/Samba.pm:213
-#: ../web_wizard/Apache.pm:133
-#: ../web_wizard/Apache.pm:134
+#: ../dhcp_wizard/Dhcp.pm:111 ../ftp_wizard/Proftpd.pm:129
+#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
+#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
+#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
+#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "povolené"
@@ -302,29 +285,19 @@ msgstr "Rozhranie:"
msgid "The wizard successfully configured the DHCP services of your server."
msgstr "Sprievodca úspešne nakonfiguroval DHCP službu na vašom serveri."
-#: ../dhcp_wizard/Dhcp.pm:129
-#: ../dns_wizard/Bind.pm:268
-#: ../ftp_wizard/Proftpd.pm:155
-#: ../nfs_wizard/NFS.pm:107
-#: ../nisautofs_wizard/Nisautofs.pm:154
-#: ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177
-#: ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233
-#: ../web_wizard/Apache.pm:152
+#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
+#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
+#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr "Zlyhalo"
-#: ../dhcp_wizard/Dhcp.pm:130
-#: ../dns_wizard/Bind.pm:269
-#: ../ftp_wizard/Proftpd.pm:156
-#: ../nfs_wizard/NFS.pm:108
-#: ../nisautofs_wizard/Nisautofs.pm:155
-#: ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178
-#: ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234
-#: ../web_wizard/Apache.pm:153
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
+#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Znovuspustiť drakwizard a skúsiť zmeniť niektoré nastavenia."
@@ -332,18 +305,18 @@ msgstr "Znovuspustiť drakwizard a skúsiť zmeniť niektoré nastavenia."
msgid "You need to readjust your hostname."
msgstr "Je potrebné zmeniť vaše meno počítača."
-#: ../dns_wizard/Bind.pm:77
-#: ../pxe_wizard/Pxe.pm:76
-msgid "You need to readjust your domainname. For a DNS server you need a correct domainname, not equal to localdomain or none. Launch drakconnect to adjust it."
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
+msgid ""
+"You need to readjust your domainname. For a DNS server you need a correct "
+"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
+"it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84
-#: ../dns_wizard/Bind.pm:691
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:691
msgid "Master DNS server"
msgstr "Master DNS server"
-#: ../dns_wizard/Bind.pm:85
-#: ../dns_wizard/Bind.pm:143
+#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:143
#: ../dns_wizard/Bind.pm:705
msgid "Slave DNS server"
msgstr "Slave DNS server"
@@ -357,20 +330,29 @@ msgid "Remove host in DNS"
msgstr "Odstrániť adresu z DNS"
#: ../dns_wizard/Bind.pm:106
-msgid "DNS (Domain Name Server) is the service that maps an IP address of a machine with an internet host name."
-msgstr "DNS (server doménových mien) je služba ktorá spája počítač s jeho internetovým menom."
+msgid ""
+"DNS (Domain Name Server) is the service that maps an IP address of a machine "
+"with an internet host name."
+msgstr ""
+"DNS (server doménových mien) je služba ktorá spája počítač s jeho "
+"internetovým menom."
#: ../dns_wizard/Bind.pm:106
msgid "DNS Master configuration wizard"
msgstr "Sprievodca konfiguráciou master DNS"
#: ../dns_wizard/Bind.pm:106
-msgid "This wizard will help you configuring the DNS services of your server. This configuration will provide a local DNS service for local computers names, with non-local requests forwarded to an outside DNS."
-msgstr "Sprievodca vám pomôže nastaviť DNS službu na vašom serveri. Táto konfigurácia poskytne lokálne DNS služby pre lokálne mená počítačov, externé požiadavky budú posunuté na vonkajší DNS server."
+msgid ""
+"This wizard will help you configuring the DNS services of your server. This "
+"configuration will provide a local DNS service for local computers names, "
+"with non-local requests forwarded to an outside DNS."
+msgstr ""
+"Sprievodca vám pomôže nastaviť DNS službu na vašom serveri. Táto "
+"konfigurácia poskytne lokálne DNS služby pre lokálne mená počítačov, externé "
+"požiadavky budú posunuté na vonkajší DNS server."
-#: ../dns_wizard/Bind.pm:121
-#: ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Čo si želáte spraviť:"
@@ -391,16 +373,20 @@ msgid "Computer Name:"
msgstr "Meno počítača:"
#: ../dns_wizard/Bind.pm:143
-msgid "A slave name server will take some of the burden away from your primary name server, and will also function as a backup server, in case your master server is unreachable."
+msgid ""
+"A slave name server will take some of the burden away from your primary name "
+"server, and will also function as a backup server, in case your master "
+"server is unreachable."
msgstr ""
-#: ../dns_wizard/Bind.pm:145
-#: ../dns_wizard/Bind.pm:210
+#: ../dns_wizard/Bind.pm:145 ../dns_wizard/Bind.pm:210
msgid "IP Address of the master DNS server:"
msgstr "IP adresa master DNS servera:"
#: ../dns_wizard/Bind.pm:152
-msgid "Forwarding occurs on only those queries for which the server is not authoritative and does not have the answer in its cache."
+msgid ""
+"Forwarding occurs on only those queries for which the server is not "
+"authoritative and does not have the answer in its cache."
msgstr ""
#: ../dns_wizard/Bind.pm:152
@@ -408,11 +394,12 @@ msgid "IP of your forwarder"
msgstr "IP adresa pre forwarder"
#: ../dns_wizard/Bind.pm:152
-msgid "If you need it and know your IP forwarder enter IP address of it, if you dont know leave it blank"
+msgid ""
+"If you need it and know your IP forwarder enter IP address of it, if you "
+"dont know leave it blank"
msgstr ""
-#: ../dns_wizard/Bind.pm:154
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:154 ../dns_wizard/Bind.pm:237
msgid "External DNS:"
msgstr "Externé DNS:"
@@ -421,56 +408,79 @@ msgid "Add search domain"
msgstr "Pridať doménu na vyhľadávanie"
#: ../dns_wizard/Bind.pm:160
-msgid "Domainname of this server is automatically added, and you dont need to add it here."
+msgid ""
+"Domainname of this server is automatically added, and you dont need to add "
+"it here."
msgstr ""
#: ../dns_wizard/Bind.pm:160
-msgid "Search list for host-name lookup. The search list is normally determined from the local domain name; by default, it contains only the local domain name. This may be changed by listing the desired domain search path following the search keyword"
+msgid ""
+"Search list for host-name lookup. The search list is normally determined "
+"from the local domain name; by default, it contains only the local domain "
+"name. This may be changed by listing the desired domain search path "
+"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:163
-#: ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:163 ../dns_wizard/Bind.pm:238
msgid "Default domain name to search:"
msgstr "Predvolená doména na vyhľadávanie:"
#: ../dns_wizard/Bind.pm:168
-msgid "This is not a valid IP address for your forwarder... press next to continue"
-msgstr "Toto nie je korektná IP adresa pre forwarder... kliknite na Ďalej pre pokračovanie"
+msgid ""
+"This is not a valid IP address for your forwarder... press next to continue"
+msgstr ""
+"Toto nie je korektná IP adresa pre forwarder... kliknite na Ďalej pre "
+"pokračovanie"
#: ../dns_wizard/Bind.pm:173
msgid "This is not a valid Master DNS IP address... press next to continue"
-msgstr "Toto nie je korektná IP adresa pre master DNS... kliknite na Ďalej pre pokračovanie"
+msgstr ""
+"Toto nie je korektná IP adresa pre master DNS... kliknite na Ďalej pre "
+"pokračovanie"
#: ../dns_wizard/Bind.pm:178
msgid "This is not a valid IP address... press next to continue"
msgstr "Toto nie je korektná IP adresa... kliknite na Ďalej pre pokračovanie"
#: ../dns_wizard/Bind.pm:188
-msgid "It seems that host is already in your DNS configuration... press next to continue"
-msgstr "Zdá sa, že tento názov už je vo vašej konfigurácii DNS... kliknite na Pokračovať pre pokračovanie"
+msgid ""
+"It seems that host is already in your DNS configuration... press next to "
+"continue"
+msgstr ""
+"Zdá sa, že tento názov už je vo vašej konfigurácii DNS... kliknite na "
+"Pokračovať pre pokračovanie"
#: ../dns_wizard/Bind.pm:193
msgid "Error:"
msgstr "Chyba:"
#: ../dns_wizard/Bind.pm:193
-msgid "It seems that this is not present in your DNS configuration... press next to continue"
-msgstr "Zdá sa, že nie je v súčastnosti súčasťou vašej DNS konfigurácie... kliknite na Ďalej pre pokračovanie"
+msgid ""
+"It seems that this is not present in your DNS configuration... press next to "
+"continue"
+msgstr ""
+"Zdá sa, že nie je v súčastnosti súčasťou vašej DNS konfigurácie... kliknite "
+"na Ďalej pre pokračovanie"
#: ../dns_wizard/Bind.pm:198
-msgid "It seems that no DNS server has been set through wizard. Please run DNS wizard: Master DNS server."
-msgstr "Zdá sa, že nebol sprievodcom nastavený žiaden DNS server. Spustite prosím DNS sprievodcu: Master DNS server."
+msgid ""
+"It seems that no DNS server has been set through wizard. Please run DNS "
+"wizard: Master DNS server."
+msgstr ""
+"Zdá sa, že nebol sprievodcom nastavený žiaden DNS server. Spustite prosím "
+"DNS sprievodcu: Master DNS server."
#: ../dns_wizard/Bind.pm:203
-msgid "It seems that your are not a master DNS server, but just a slave one. So I can't add/remove host."
+msgid ""
+"It seems that your are not a master DNS server, but just a slave one. So I "
+"can't add/remove host."
msgstr ""
#: ../dns_wizard/Bind.pm:208
msgid "Ok Now building your DNS slave configuration"
msgstr "Ok, teraz sa vytvára konfigurácia pre slave DNS"
-#: ../dns_wizard/Bind.pm:208
-#: ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "s touto konfiguráciou:"
@@ -478,8 +488,7 @@ msgstr "s touto konfiguráciou:"
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:218
-#: ../dns_wizard/Bind.pm:227
+#: ../dns_wizard/Bind.pm:218 ../dns_wizard/Bind.pm:227
msgid "Computer name:"
msgstr "Meno počítača:"
@@ -492,7 +501,8 @@ msgid "Client with this identification will be removed from your DNS"
msgstr ""
#: ../dns_wizard/Bind.pm:233
-msgid "The DNS server is about to be configured with the following configuration"
+msgid ""
+"The DNS server is about to be configured with the following configuration"
msgstr ""
#: ../dns_wizard/Bind.pm:235
@@ -553,8 +563,7 @@ msgstr "Poštový systém"
msgid "FTP server"
msgstr "FTP server"
-#: ../drakwizard.pl:47
-#: ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Samba server"
@@ -578,8 +587,7 @@ msgstr "Autofs mapa NIS servera"
msgid "Mandrake Install server"
msgstr "Mandrake inštalačný server"
-#: ../drakwizard.pl:53
-#: ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "PXE server"
@@ -625,8 +633,12 @@ msgid "Select the kind of FTP service you want to activate:"
msgstr "Vyberte si typ FTP služby, ktorú chcete aktivovať:"
#: ../ftp_wizard/Proftpd.pm:79
-msgid "Your server can act as an FTP Server toward your internal network (intranet) and as an FTP Server for the Internet."
-msgstr "Váš server môže poskytovať FTP služby pre vašu internú sieť (intranet) a rovnako aj vrámci siete Internet."
+msgid ""
+"Your server can act as an FTP Server toward your internal network (intranet) "
+"and as an FTP Server for the Internet."
+msgstr ""
+"Váš server môže poskytovať FTP služby pre vašu internú sieť (intranet) a "
+"rovnako aj vrámci siete Internet."
#: ../ftp_wizard/Proftpd.pm:81
msgid "Enable the FTP Server for the Intranet"
@@ -642,7 +654,9 @@ msgstr "Admin Email: email adresa správcu FTP."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Allow FTP resume: allow resume upload or download on FTP server."
-msgstr "Povoliť opakovanie FTP: povoliť dokončenie získavania alebo posielania údajov na FTP server."
+msgstr ""
+"Povoliť opakovanie FTP: povoliť dokončenie získavania alebo posielania "
+"údajov na FTP server."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Allow FXP: allow file transfer via other FTP."
@@ -650,7 +664,9 @@ msgstr "Povoliť FXP: povoliť prenos súborov cez iné FTP."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Chroot Home user: the users will only see their home directory."
-msgstr "Chroot domovského adresára: používatelia môžu vidiet iba svoje domovské adresáre."
+msgstr ""
+"Chroot domovského adresára: používatelia môžu vidiet iba svoje domovské "
+"adresáre."
#: ../ftp_wizard/Proftpd.pm:88
msgid "FTP Proftpd server options"
@@ -681,7 +697,9 @@ msgid "Allow FXP:"
msgstr "Povoliť FXP:"
#: ../ftp_wizard/Proftpd.pm:111
-msgid "Please choose whether to allow a connection to FTP server from internal or external hosts."
+msgid ""
+"Please choose whether to allow a connection to FTP server from internal or "
+"external hosts."
msgstr ""
#: ../ftp_wizard/Proftpd.pm:115
@@ -701,12 +719,18 @@ msgstr "Konfigurácia FTP servera"
msgid ""
"The wizard collected the following parameters\n"
"needed to configure your FTP Server"
-msgstr "Sprievodca zozbieral nasledovné parametre potrebné pre konfiguráciu vášho FTP servera"
+msgstr ""
+"Sprievodca zozbieral nasledovné parametre potrebné pre konfiguráciu vášho "
+"FTP servera"
#: ../ftp_wizard/Proftpd.pm:127
#, fuzzy
-msgid "To accept these values, and configure your server, click the Next button or use the Back button to correct them"
-msgstr "Pre akceptovanie týchto hodnôt a nakonfigurovanie vášho servera, kliknite na tlačidlo Ďalej, alebo použite tlačítko Späť pre ich úpravu."
+msgid ""
+"To accept these values, and configure your server, click the Next button or "
+"use the Back button to correct them"
+msgstr ""
+"Pre akceptovanie týchto hodnôt a nakonfigurovanie vášho servera, kliknite na "
+"tlačidlo Ďalej, alebo použite tlačítko Späť pre ich úpravu."
#: ../ftp_wizard/Proftpd.pm:137
msgid "Intranet FTP Server:"
@@ -745,7 +769,9 @@ msgid "Configure a MDK install server (via NFS and http)"
msgstr "Nastaviť inštalačný server pre MDK (pomocou NFS alebo http)"
#: ../installsrv_wizard/Installsrv.pm:51
-msgid "Easily configure a Mandrake server installation directory, with NFS and HTTP access."
+msgid ""
+"Easily configure a Mandrake server installation directory, with NFS and HTTP "
+"access."
msgstr ""
#: ../installsrv_wizard/Installsrv.pm:56
@@ -758,8 +784,12 @@ msgid "Install server configuration"
msgstr "Konfigurácia času je uložená"
#: ../installsrv_wizard/Installsrv.pm:56
-msgid "Path to data: specify your source directory, should be base of an Mandrake installation."
-msgstr "Cesta k údajom: špecifikujte váš zdrojový adresár, môže byť koreň Mandrake inštalácie."
+msgid ""
+"Path to data: specify your source directory, should be base of an Mandrake "
+"installation."
+msgstr ""
+"Cesta k údajom: špecifikujte váš zdrojový adresár, môže byť koreň Mandrake "
+"inštalácie."
#: ../installsrv_wizard/Installsrv.pm:71
msgid "Destination directory could not be '/var/install/'"
@@ -770,7 +800,9 @@ msgid "ie use: /var/install/mdk-release"
msgstr "alebo použite: /var/install/mdk-release"
#: ../installsrv_wizard/Installsrv.pm:75
-msgid "Error, source directory must be a directory with full Mandrake installation directory."
+msgid ""
+"Error, source directory must be a directory with full Mandrake installation "
+"directory."
msgstr ""
#: ../installsrv_wizard/Installsrv.pm:79
@@ -803,93 +835,100 @@ msgstr ""
msgid "Install Server"
msgstr "Inštalačný server"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "Server - nastaviť konfiguráciu LDAP servera"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr "Pridať - pridať záznam do LDAP servera"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "Sprievodca konfigáciou LDAP"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+#, fuzzy
+msgid "Setup a ldap server."
msgstr "Nakonfigurovať LDAP server."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Sprievodca konfiguráciou"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr "Pridať údaje do LDAP"
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
msgstr "UID, GID, domovský adresár,"
-#: ../ldap_wizard/ldap.pm:79
-#: ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Krstné meno:"
-#: ../ldap_wizard/ldap.pm:81
-#: ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "Priezvisko:"
-#: ../ldap_wizard/ldap.pm:83
-#: ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "Používateľské meno:"
-#: ../ldap_wizard/ldap.pm:85
-#: ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Heslo:"
-#: ../ldap_wizard/ldap.pm:87
-#: ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Domovský adresár:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr "Prihlasovací interpreter:"
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
-msgstr "UID číslo:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
+msgstr "uid číslo:"
-#: ../ldap_wizard/ldap.pm:91
-#: ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "Skupinové ID:"
-#: ../ldap_wizard/ldap.pm:93
-#: ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+#, fuzzy
+msgid "LDAP RootDSE"
+msgstr "RootDSE"
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "RootDN is the manager of your ldap server."
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
msgstr ""
-"LDAP RootDSE\n"
-"Príklad: \"firma.domena.sk\" môže byť \"dc=firma,dc=domena,dc=sk\" v LDAP konfigurácii.\n"
-"\n"
-"RootDN je správca vášho LDAP servera."
-#: ../ldap_wizard/ldap.pm:104
-#: ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr "RootDSE"
-#: ../ldap_wizard/ldap.pm:105
-#: ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr "RootDN"
@@ -897,80 +936,82 @@ msgstr "RootDN"
msgid "Password"
msgstr "Heslo"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr "Default OU"
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr "Ok, pridať záznam do LDAP"
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "Domovský adresár:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
-msgstr "uid číslo:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
+msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr "shadow varovanie:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr "Ok, teraz sa pripravuje LDAP konfigurácia"
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "Chyba v domovskom adresári"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr "Chyba v prihlasovacom interpreteri"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "Zvoľte si prosím koretkný"
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr "Malo by byť číslo"
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "Sprievodca úspešne nakonfiguroval LDAP."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+#, fuzzy
+msgid "Successfully add data"
msgstr "Údaje boli úspešne pridané"
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+#, fuzzy
+msgid "The wizard successfully add entry in ldap"
msgstr "Sprievodca úspešne pridal záznam do LDAP"
#: ../news_wizard/Inn.pm:33
@@ -978,7 +1019,9 @@ msgid "News Wizard"
msgstr "Sprievodca nastavením news servera"
#: ../news_wizard/Inn.pm:44
-msgid "This wizard will help you configuring the Internet News services for your network."
+msgid ""
+"This wizard will help you configuring the Internet News services for your "
+"network."
msgstr "Tento sprievodca vám pomôže nakonfigurovať službu News pre vašu sieť."
#: ../news_wizard/Inn.pm:44
@@ -986,32 +1029,51 @@ msgid "Welcome to the News Wizard"
msgstr "Vitajte v sprievodcovi News služby"
#: ../news_wizard/Inn.pm:49
-msgid "Internet host names must be in the form \"host.domain.domaintype\"; for example, if your provider is \"provider.com\", the internet news server is usually \"news.provider.com\"."
-msgstr "Názvy počítačov musia byť vo formáte \"pocitac.domena.typdomeny\"; napríklad, ak váš provider má adresu \"provider.sk\", news server bude pravdepodobne \"news.provider.sk\"."
+msgid ""
+"Internet host names must be in the form \"host.domain.domaintype\"; for "
+"example, if your provider is \"provider.com\", the internet news server is "
+"usually \"news.provider.com\"."
+msgstr ""
+"Názvy počítačov musia byť vo formáte \"pocitac.domena.typdomeny\"; "
+"napríklad, ak váš provider má adresu \"provider.sk\", news server bude "
+"pravdepodobne \"news.provider.sk\"."
#: ../news_wizard/Inn.pm:49
msgid "News Server"
msgstr "Server správ"
#: ../news_wizard/Inn.pm:49
-msgid "The news server name is the name of the host providing the Internet news to your network; the name is usually provided by your provider."
-msgstr "Meno news servera je meno počítača, ktorý poskytuje newsy pre vašu sieť; meno vám spravidla poskytne váš Internet provider."
+msgid ""
+"The news server name is the name of the host providing the Internet news to "
+"your network; the name is usually provided by your provider."
+msgstr ""
+"Meno news servera je meno počítača, ktorý poskytuje newsy pre vašu sieť; "
+"meno vám spravidla poskytne váš Internet provider."
#: ../news_wizard/Inn.pm:54
msgid "News Server Name:"
msgstr "Meno News servera:"
#: ../news_wizard/Inn.pm:60
-msgid "Depending on the kind of internet connection you have, an appropriate polling period can change between 6 and 24 hours."
-msgstr "V závislosti na tom, aký typ pripojenia do Internetu máte, primeraný interval aktualizácie by mal byť medzi 6 až 24 hodinami."
+msgid ""
+"Depending on the kind of internet connection you have, an appropriate "
+"polling period can change between 6 and 24 hours."
+msgstr ""
+"V závislosti na tom, aký typ pripojenia do Internetu máte, primeraný "
+"interval aktualizácie by mal byť medzi 6 až 24 hodinami."
#: ../news_wizard/Inn.pm:60
msgid "Polling Period"
msgstr "Interval aktualizácie"
#: ../news_wizard/Inn.pm:60
-msgid "Your server will regularly poll the News Server for obtaning the latest Internet News; the polling period set the interval between two consecutive polling."
-msgstr "Váš server bude pravidelne sťahovať najnovšie Newsy; interval aktualizácie nastavuje rozmedzie medzi dvomi po sebe nasledujúcimi dotazmi."
+msgid ""
+"Your server will regularly poll the News Server for obtaning the latest "
+"Internet News; the polling period set the interval between two consecutive "
+"polling."
+msgstr ""
+"Váš server bude pravidelne sťahovať najnovšie Newsy; interval aktualizácie "
+"nastavuje rozmedzie medzi dvomi po sebe nasledujúcimi dotazmi."
#: ../news_wizard/Inn.pm:65
msgid "Polling Period (Hours):"
@@ -1037,14 +1099,15 @@ msgstr ""
"Sprievodca získal nasledovné parametre\n"
"potrebné pre konfiguráciu vašej News služby:"
-#: ../news_wizard/Inn.pm:87
-#: ../postfix_wizard/Postfix.pm:132
-#: ../proxy_wizard/Squid.pm:148
-#: ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208
-#: ../web_wizard/Apache.pm:131
-msgid "To accept these values, and configure your server, click the Next button or use the Back button to correct them."
-msgstr "Pre akceptovanie týchto hodnôt a nakonfigurovanie vášho servera, kliknite na tlačidlo Ďalej, alebo použite tlačítko Späť pre ich úpravu."
+#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
+#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
+msgid ""
+"To accept these values, and configure your server, click the Next button or "
+"use the Back button to correct them."
+msgstr ""
+"Pre akceptovanie týchto hodnôt a nakonfigurovanie vášho servera, kliknite na "
+"tlačidlo Ďalej, alebo použite tlačítko Späť pre ich úpravu."
#: ../news_wizard/Inn.pm:89
msgid "News Server:"
@@ -1055,21 +1118,20 @@ msgid "Polling Interval:"
msgstr "Interval aktualizácie:"
#: ../news_wizard/Inn.pm:96
-msgid "The wizard successfully configured your Internet News service of your server."
+msgid ""
+"The wizard successfully configured your Internet News service of your server."
msgstr "Sprievodca úspešne nakonfiguroval váš News systém na vašom serveri."
#: ../nfs_wizard/NFS.pm:34
msgid "NFS Wizard"
msgstr "Sprievodca konfiguráciou NFS"
-#: ../nfs_wizard/NFS.pm:45
-#: ../proxy_wizard/Squid.pm:37
+#: ../nfs_wizard/NFS.pm:45 ../proxy_wizard/Squid.pm:37
#: ../samba_wizard/Samba.pm:65
msgid "All - No access restriction"
msgstr "Všetci - žiadne prístupové reštrikcie"
-#: ../nfs_wizard/NFS.pm:46
-#: ../proxy_wizard/Squid.pm:38
+#: ../nfs_wizard/NFS.pm:46 ../proxy_wizard/Squid.pm:38
msgid "Local Network - access for local network (recommended)"
msgstr "Lokálna sieť - prístup do lokálnej siete (odporúčané)"
@@ -1089,37 +1151,41 @@ msgstr "NFS server"
msgid "Directory:"
msgstr "Adresár:"
-#: ../nfs_wizard/NFS.pm:64
-#: ../proxy_wizard/Squid.pm:104
+#: ../nfs_wizard/NFS.pm:64 ../proxy_wizard/Squid.pm:104
msgid "Access Control"
msgstr "Kontrola prístupu"
-#: ../nfs_wizard/NFS.pm:64
-#: ../proxy_wizard/Squid.pm:104
-msgid "Choose the level that suits your needs. If you don't know, the Local Network level is usually the most appropriate. Beware that the All level may be not secure."
-msgstr "Vyberte si úroveň, ktorá zodpovedá vašim potrebám. Ak neviete, je pre vás úroveň Lokálna sieť najvhodnejšia. Uvedomte si, že úroveň Všetci nie je príliš bezpečná."
+#: ../nfs_wizard/NFS.pm:64 ../proxy_wizard/Squid.pm:104
+msgid ""
+"Choose the level that suits your needs. If you don't know, the Local Network "
+"level is usually the most appropriate. Beware that the All level may be not "
+"secure."
+msgstr ""
+"Vyberte si úroveň, ktorá zodpovedá vašim potrebám. Ak neviete, je pre vás "
+"úroveň Lokálna sieť najvhodnejšia. Uvedomte si, že úroveň Všetci nie je "
+"príliš bezpečná."
#: ../nfs_wizard/NFS.pm:64
msgid "NFS can be restricted to a certain ip class"
msgstr "NFS môže byť obmedzené podľa ip rozsahu"
-#: ../nfs_wizard/NFS.pm:75
-#: ../proxy_wizard/Squid.pm:117
-msgid "Access will be allowed for hosts on the network. Here is the information found about your current local network, you can modify it if needed."
-msgstr "Prístup bude povolený pre počítače v sieti. Tu sú informácie o vašom aktuálnom nastavení lokálnej siete, môžete ich zmeniť ak potrebujete."
+#: ../nfs_wizard/NFS.pm:75 ../proxy_wizard/Squid.pm:117
+msgid ""
+"Access will be allowed for hosts on the network. Here is the information "
+"found about your current local network, you can modify it if needed."
+msgstr ""
+"Prístup bude povolený pre počítače v sieti. Tu sú informácie o vašom "
+"aktuálnom nastavení lokálnej siete, môžete ich zmeniť ak potrebujete."
-#: ../nfs_wizard/NFS.pm:75
-#: ../proxy_wizard/Squid.pm:117
+#: ../nfs_wizard/NFS.pm:75 ../proxy_wizard/Squid.pm:117
msgid "Grant access on local network"
msgstr "Povoliť prístup do lokálnej siete"
-#: ../nfs_wizard/NFS.pm:77
-#: ../proxy_wizard/Squid.pm:122
+#: ../nfs_wizard/NFS.pm:77 ../proxy_wizard/Squid.pm:122
msgid "Authorized network:"
msgstr "Oprávnená sieť:"
-#: ../nfs_wizard/NFS.pm:83
-#: ../samba_wizard/Samba.pm:164
+#: ../nfs_wizard/NFS.pm:83 ../samba_wizard/Samba.pm:164
#: ../web_wizard/Apache.pm:119
msgid "The path you entered does not exist."
msgstr "Cesta, ktorú ste zadali neexistuje."
@@ -1145,7 +1211,11 @@ msgid "The wizard successfully configured your NFS Server"
msgstr "Sprievodca úspešne nakonfiguroval váš NFS server"
#: ../nisautofs_wizard/Nisautofs.pm:63
-msgid "You need to readjust your NIS domainname. For a NIS server you need a correct NIS domainname, not equal to localdomain or none. Add NISDOMAIN=your_nis_domain in /etc/sysconfig/network file, and do a: nisdomainname your_nis_domain."
+msgid ""
+"You need to readjust your NIS domainname. For a NIS server you need a "
+"correct NIS domainname, not equal to localdomain or none. Add "
+"NISDOMAIN=your_nis_domain in /etc/sysconfig/network file, and do a: "
+"nisdomainname your_nis_domain."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:70
@@ -1158,11 +1228,12 @@ msgid "NIS Client"
msgstr "NIS klient"
#: ../nisautofs_wizard/Nisautofs.pm:76
-msgid "Client can automatically mount their home directory when they log on a NIS client computer network."
+msgid ""
+"Client can automatically mount their home directory when they log on a NIS "
+"client computer network."
msgstr ""
-#: ../nisautofs_wizard/Nisautofs.pm:76
-#: ../nisautofs_wizard/Nisautofs.pm:97
+#: ../nisautofs_wizard/Nisautofs.pm:76 ../nisautofs_wizard/Nisautofs.pm:97
#, fuzzy
msgid "NIS server with autofs map"
msgstr "Server správ"
@@ -1192,8 +1263,12 @@ msgid "NIS Domain:"
msgstr "NIS doména:"
#: ../nisautofs_wizard/Nisautofs.pm:97
-msgid "Home NIS: home directory for users on NIS server. This directory will be export through NFS server."
-msgstr "Domovský adresár NIS: domovský adresár pre používateľov na NIS servery. Tento adresár by mal byť exportovaný cez NFS server."
+msgid ""
+"Home NIS: home directory for users on NIS server. This directory will be "
+"export through NFS server."
+msgstr ""
+"Domovský adresár NIS: domovský adresár pre používateľov na NIS servery. "
+"Tento adresár by mal byť exportovaný cez NFS server."
#: ../nisautofs_wizard/Nisautofs.pm:97
msgid "NIS domain: NIS domain for your NIS server."
@@ -1203,19 +1278,16 @@ msgstr "NIS doména: NIS doména pre váš NIS server."
msgid "NIS server: name of your computer."
msgstr "NIS server: meno vášho počítača."
-#: ../nisautofs_wizard/Nisautofs.pm:99
-#: ../nisautofs_wizard/Nisautofs.pm:109
+#: ../nisautofs_wizard/Nisautofs.pm:99 ../nisautofs_wizard/Nisautofs.pm:109
#: ../nisautofs_wizard/Nisautofs.pm:124
msgid "NIS server:"
msgstr "NIS server:"
-#: ../nisautofs_wizard/Nisautofs.pm:100
-#: ../nisautofs_wizard/Nisautofs.pm:110
+#: ../nisautofs_wizard/Nisautofs.pm:100 ../nisautofs_wizard/Nisautofs.pm:110
msgid "Home NIS:"
msgstr "Domovský NIS:"
-#: ../nisautofs_wizard/Nisautofs.pm:101
-#: ../nisautofs_wizard/Nisautofs.pm:111
+#: ../nisautofs_wizard/Nisautofs.pm:101 ../nisautofs_wizard/Nisautofs.pm:111
#: ../nisautofs_wizard/Nisautofs.pm:125
msgid "NIS domainname:"
msgstr "NIS doménové meno:"
@@ -1253,8 +1325,8 @@ msgid "NIS server: hostname of the nisserver."
msgstr "NIS server: doménové meno nis servera"
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
-msgstr "Nastaví váš počítač aby bol NIS klient."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
+msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
msgid "Error should be a directory"
@@ -1265,7 +1337,9 @@ msgid "Error nisdomainame should be correct (not none or localdomain)"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:135
-msgid "Please adjust with domainname command or in /etc/sysconfig/network file (NISDOMAIN=yournisdomain)"
+msgid ""
+"Please adjust with domainname command or in /etc/sysconfig/network file "
+"(NISDOMAIN=yournisdomain)"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:141
@@ -1273,8 +1347,13 @@ msgid "The wizard successfully configured your machine to be a NIS client."
msgstr "Sprievodca úspešne nakonfiguroval váš systém ako klienta NIS."
#: ../nisautofs_wizard/Nisautofs.pm:148
-msgid "The wizard successfully configured your machine to be a NIS with autofs map."
-msgstr "Sprievodca úspešne nakonfiguroval váš systém aby používal NIS s autofs mapovaním."
+#, fuzzy
+msgid ""
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
+msgstr ""
+"Sprievodca úspešne nakonfiguroval váš systém aby používal NIS s autofs "
+"mapovaním."
#: ../nisautofs_wizard/Nisautofs.pm:309
msgid "Configuring your system to be a NIS server with Autofs map..."
@@ -1314,20 +1393,32 @@ msgstr "Sprievodca konfiguráciou internetovej pošty"
#: ../postfix_wizard/Postfix.pm:66
#, fuzzy
-msgid "This wizard will help you configuring the Internet Mail services for your network, or configure an Internet Mail server."
-msgstr "Tento sprievodca vám pomôže nakonfigurovať systém Internetovej elektronickej pošty pre vašu sieť."
+msgid ""
+"This wizard will help you configuring the Internet Mail services for your "
+"network, or configure an Internet Mail server."
+msgstr ""
+"Tento sprievodca vám pomôže nakonfigurovať systém Internetovej elektronickej "
+"pošty pre vašu sieť."
#: ../postfix_wizard/Postfix.pm:82
msgid "Outgoing Mail Address"
msgstr "Adresa odchodzej pošty"
#: ../postfix_wizard/Postfix.pm:82
-msgid "This should be chosen consistently with the address you use for incoming mail."
-msgstr "Toto by malo byť zvolené v súlade s adresou, ktorú používate pre príchodziu poštu."
+msgid ""
+"This should be chosen consistently with the address you use for incoming "
+"mail."
+msgstr ""
+"Toto by malo byť zvolené v súlade s adresou, ktorú používate pre príchodziu "
+"poštu."
#: ../postfix_wizard/Postfix.pm:82
-msgid "You can select the kind of address that outgoing mail will show in the \"From:\" and \"Reply-to\" field."
-msgstr "Môžete si nastaviť adresy, ktoré budú mať odchodzie emaily v hlavičkách \"From:\" a \"Reply-to\"."
+msgid ""
+"You can select the kind of address that outgoing mail will show in the "
+"\"From:\" and \"Reply-to\" field."
+msgstr ""
+"Môžete si nastaviť adresy, ktoré budú mať odchodzie emaily v hlavičkách "
+"\"From:\" a \"Reply-to\"."
#: ../postfix_wizard/Postfix.pm:88
msgid "Masquerade domain name:"
@@ -1342,29 +1433,45 @@ msgid "You entered an empty address for the mail gateway."
msgstr "Vložili ste prázdnu adresu poštovej brány."
#: ../postfix_wizard/Postfix.pm:93
-msgid "Your choice can be accepted, but this will not allow you to send mail outside your local network. Press next to continue, or back to enter a value."
-msgstr "Vaša voľba môže byť akceptovaná, ale nebude možné posielať poštu mimo vašej lokálnej siete. Stlačte Ďalej pre pokračovanie, alebo sa vráťte späť a zadajte potrebné hodnoty."
+msgid ""
+"Your choice can be accepted, but this will not allow you to send mail "
+"outside your local network. Press next to continue, or back to enter a value."
+msgstr ""
+"Vaša voľba môže byť akceptovaná, ale nebude možné posielať poštu mimo vašej "
+"lokálnej siete. Stlačte Ďalej pre pokračovanie, alebo sa vráťte späť a "
+"zadajte potrebné hodnoty."
#: ../postfix_wizard/Postfix.pm:97
msgid "Masquerade not good!"
msgstr "Maškaráda nie je moc dobrá!"
#: ../postfix_wizard/Postfix.pm:101
-msgid "Error, sendmail is installed, please remove it before install and configure Postfix"
+msgid ""
+"Error, sendmail is installed, please remove it before install and configure "
+"Postfix"
msgstr ""
-#: ../postfix_wizard/Postfix.pm:107
-#: ../postfix_wizard/Postfix.pm:134
+#: ../postfix_wizard/Postfix.pm:107 ../postfix_wizard/Postfix.pm:134
msgid "Internet Mail Gateway"
msgstr "Internetová poštová brána"
#: ../postfix_wizard/Postfix.pm:107
-msgid "Internet host names must be in the form \"host.domain.domaintype\"; for example, if your provider is \"provider.com\", the internet mail server is usually \"smtp.provider.com\"."
-msgstr "Internetové názvy počítačov musia byť vo formáte \"pocitac.domena.typdomeny\"; napríklad ak váš provider je \"provider.sk\" internetový mail server bude zrejme \"smtp.provider.sk\"."
+msgid ""
+"Internet host names must be in the form \"host.domain.domaintype\"; for "
+"example, if your provider is \"provider.com\", the internet mail server is "
+"usually \"smtp.provider.com\"."
+msgstr ""
+"Internetové názvy počítačov musia byť vo formáte \"pocitac.domena.typdomeny"
+"\"; napríklad ak váš provider je \"provider.sk\" internetový mail server "
+"bude zrejme \"smtp.provider.sk\"."
#: ../postfix_wizard/Postfix.pm:107
-msgid "Your server will send the outgoing through a mail gateway, that will take care of the final delivery."
-msgstr "Váš server pošle odchodziu poštu cez mail bránu, ktorá vykoná konečné doručenie."
+msgid ""
+"Your server will send the outgoing through a mail gateway, that will take "
+"care of the final delivery."
+msgstr ""
+"Váš server pošle odchodziu poštu cez mail bránu, ktorá vykoná konečné "
+"doručenie."
#: ../postfix_wizard/Postfix.pm:113
msgid "Mail Server Name:"
@@ -1375,8 +1482,12 @@ msgid "The default is to append myhostname which is fine for small sites."
msgstr "Obyčajne sa iba pridá myhostname, čo je dostatočné pre malé siete."
#: ../postfix_wizard/Postfix.pm:118
-msgid "The myorigin parameter specifies the domain that locally-posted mail appears to come from"
-msgstr "Myorigin parameter špecifikuje doménu, ktorá bude priradená pre lokálne odoslané maily."
+msgid ""
+"The myorigin parameter specifies the domain that locally-posted mail appears "
+"to come from"
+msgstr ""
+"Myorigin parameter špecifikuje doménu, ktorá bude priradená pre lokálne "
+"odoslané maily."
#: ../postfix_wizard/Postfix.pm:123
msgid "myorigin:"
@@ -1387,8 +1498,12 @@ msgid "Configuring the Internet Mail"
msgstr "Konfigurácia emailu"
#: ../postfix_wizard/Postfix.pm:132
-msgid "The wizard collected the following parameters needed to configure your Internet Mail Service:"
-msgstr "Sprievodca zozbieral nasledovné parametre potrebné pre konfiguráciu poštového systému:"
+msgid ""
+"The wizard collected the following parameters needed to configure your "
+"Internet Mail Service:"
+msgstr ""
+"Sprievodca zozbieral nasledovné parametre potrebné pre konfiguráciu "
+"poštového systému:"
#: ../postfix_wizard/Postfix.pm:135
msgid "Form of the Address"
@@ -1403,21 +1518,23 @@ msgid "Configuring the Internal Mail Server"
msgstr "Konfigurácia interného mail servera"
#: ../postfix_wizard/Postfix.pm:147
-msgid "The wizard successfully configured your Internet Mail service of your server."
-msgstr "Sprievodca úspešne nakonfiguroval Internetový poštový systém na vašom serveri."
+msgid ""
+"The wizard successfully configured your Internet Mail service of your server."
+msgstr ""
+"Sprievodca úspešne nakonfiguroval Internetový poštový systém na vašom "
+"serveri."
#: ../postfix_wizard/Postfix.pm:169
msgid "Check if sendmail is installed, to avoid conflict...."
-msgstr "Skontrolujte či je nainštalovaný sendmail, aby ste predišli konfliktom..."
+msgstr ""
+"Skontrolujte či je nainštalovaný sendmail, aby ste predišli konfliktom..."
-#: ../postfix_wizard/Postfix.pm:169
-#: ../postfix_wizard/Postfix.pm:233
+#: ../postfix_wizard/Postfix.pm:169 ../postfix_wizard/Postfix.pm:233
#: ../postfix_wizard/Postfix.pm:261
msgid "Postfix Server"
msgstr "Postfix server"
-#: ../postfix_wizard/Postfix.pm:233
-#: ../postfix_wizard/Postfix.pm:261
+#: ../postfix_wizard/Postfix.pm:233 ../postfix_wizard/Postfix.pm:261
msgid "Configuring your Postfix server....."
msgstr "Konfigurácia vášho Postfix servera...."
@@ -1442,8 +1559,12 @@ msgid "Proxy Configuration Wizard"
msgstr "Sprievodca konfiguráciou proxy"
#: ../proxy_wizard/Squid.pm:65
-msgid "Squid is a web caching proxy server, it allows faster web access for your local network."
-msgstr "Squid je kešovací server pre web, umožňuje rýchlejší prístup z vašej lokálnej siete."
+msgid ""
+"Squid is a web caching proxy server, it allows faster web access for your "
+"local network."
+msgstr ""
+"Squid je kešovací server pre web, umožňuje rýchlejší prístup z vašej "
+"lokálnej siete."
#: ../proxy_wizard/Squid.pm:65
msgid "This wizard will help you in configuring your proxy server."
@@ -1454,16 +1575,25 @@ msgid "Proxy Port"
msgstr "Proxy Port"
#: ../proxy_wizard/Squid.pm:70
-msgid "Proxy port value sets what port the proxy server will listen on for http requests. Default is 3128, other common value can be 8080, the port value needs to be greater than 1024."
-msgstr "Číslo portu pre proxy určuje, na akom porte bude proxy server očakávať http požiadavky. Štandardne je to 3128, iné tradičné nastavenie je 8080, hodnota portu musí byť väčšia ako 1024."
+msgid ""
+"Proxy port value sets what port the proxy server will listen on for http "
+"requests. Default is 3128, other common value can be 8080, the port value "
+"needs to be greater than 1024."
+msgstr ""
+"Číslo portu pre proxy určuje, na akom porte bude proxy server očakávať http "
+"požiadavky. Štandardne je to 3128, iné tradičné nastavenie je 8080, hodnota "
+"portu musí byť väčšia ako 1024."
#: ../proxy_wizard/Squid.pm:76
msgid "Proxy port:"
msgstr "Proxy port:"
#: ../proxy_wizard/Squid.pm:81
-msgid "Press Next if you want to keep this value, or Back to correct your choice."
-msgstr "Stlačte Ďalej ak chcete zachovať tieto hodnoty, alebo Späť pre úpravu vašej voľby."
+msgid ""
+"Press Next if you want to keep this value, or Back to correct your choice."
+msgstr ""
+"Stlačte Ďalej ak chcete zachovať tieto hodnoty, alebo Späť pre úpravu vašej "
+"voľby."
#: ../proxy_wizard/Squid.pm:81
msgid "You have entered a port that may be useful for this service:"
@@ -1478,29 +1608,34 @@ msgid "You must choose a port greater than 1024 and lower than 65535"
msgstr "Musíte zvoliť port väčší než 1024 a menší než 65535"
#: ../proxy_wizard/Squid.pm:92
-msgid "Disk Cache is the amount of disk space that can be used for caching on disk."
-msgstr "Vyrovnávacia pamäť na disku určuje veľkosť, ktorá môže byť použitá pre vyrovnávanie na disku."
+msgid ""
+"Disk Cache is the amount of disk space that can be used for caching on disk."
+msgstr ""
+"Vyrovnávacia pamäť na disku určuje veľkosť, ktorá môže byť použitá pre "
+"vyrovnávanie na disku."
#: ../proxy_wizard/Squid.pm:92
msgid "For your information, here is /var/spool/squid space on disk:"
msgstr "Pre informáciu, tu je /var/spool/squid miesto na disku:"
#: ../proxy_wizard/Squid.pm:92
-msgid "Memory Cache is the amount of RAM dedicated to cache memory operations (note that actual memory usage of the whole squid process is bigger)."
-msgstr "Vyrovnávacia pamäť je množstvo RAM vyhradenej pre operácie vo vyrovnávacej pamäti (takže skutočná veľkosť použitej pamäti pre squid je väčšia)."
+msgid ""
+"Memory Cache is the amount of RAM dedicated to cache memory operations (note "
+"that actual memory usage of the whole squid process is bigger)."
+msgstr ""
+"Vyrovnávacia pamäť je množstvo RAM vyhradenej pre operácie vo vyrovnávacej "
+"pamäti (takže skutočná veľkosť použitej pamäti pre squid je väčšia)."
#: ../proxy_wizard/Squid.pm:92
msgid "Proxy Cache Size"
msgstr "Veľkosť dočasnej pamäte proxy"
-#: ../proxy_wizard/Squid.pm:98
-#: ../proxy_wizard/Squid.pm:151
+#: ../proxy_wizard/Squid.pm:98 ../proxy_wizard/Squid.pm:151
#: ../proxy_wizard/Squid.pm:164
msgid "Memory cache (MB):"
msgstr "Dočasná pamäť (MB):"
-#: ../proxy_wizard/Squid.pm:99
-#: ../proxy_wizard/Squid.pm:152
+#: ../proxy_wizard/Squid.pm:99 ../proxy_wizard/Squid.pm:152
#: ../proxy_wizard/Squid.pm:165
msgid "Disk space (MB):"
msgstr "Diskový priestor (MB):"
@@ -1511,58 +1646,75 @@ msgid "The proxy can be configured to use different access control levels"
msgstr "Proxy môže byť nastavená tak, aby používala rôzne úrovne prístupu."
#: ../proxy_wizard/Squid.pm:117
-msgid "You can use either a numeric format like \"192.168.1.0/255.255.255.0\" or a text format like \".domain.net\""
-msgstr "Môžete použiť číselný formát \"192.168.1.0/255.255.255.0\" alebo textový \".domena.sk\""
+msgid ""
+"You can use either a numeric format like \"192.168.1.0/255.255.255.0\" or a "
+"text format like \".domain.net\""
+msgstr ""
+"Môžete použiť číselný formát \"192.168.1.0/255.255.255.0\" alebo textový \"."
+"domena.sk\""
#: ../proxy_wizard/Squid.pm:122
#, fuzzy
-msgid "Use numeric format like \"192.168.1.0/255.255.255.0\" or a text format like \".domain.net\""
-msgstr "Môžete použiť číselný formát \"192.168.1.0/255.255.255.0\" alebo textový \".domena.sk\""
+msgid ""
+"Use numeric format like \"192.168.1.0/255.255.255.0\" or a text format like "
+"\".domain.net\""
+msgstr ""
+"Môžete použiť číselný formát \"192.168.1.0/255.255.255.0\" alebo textový \"."
+"domena.sk\""
#: ../proxy_wizard/Squid.pm:127
-msgid "As an option, Squid can be configured in proxy cascading. You can add a new upper level proxy by specifying its hostname and port."
-msgstr "Voliteľne môže byť Squid nakonfigurovaný pre použitie v hierarchii proxy serverov. Pridaním vyššej úrovne, špecifikovaním mena a čísla portu nadradeného proxy servera."
+msgid ""
+"As an option, Squid can be configured in proxy cascading. You can add a new "
+"upper level proxy by specifying its hostname and port."
+msgstr ""
+"Voliteľne môže byť Squid nakonfigurovaný pre použitie v hierarchii proxy "
+"serverov. Pridaním vyššej úrovne, špecifikovaním mena a čísla portu "
+"nadradeného proxy servera."
-#: ../proxy_wizard/Squid.pm:127
-#: ../proxy_wizard/Squid.pm:140
+#: ../proxy_wizard/Squid.pm:127 ../proxy_wizard/Squid.pm:140
msgid "Cache hierarchy"
msgstr "Hierarchia dočasnej pamäte"
#: ../proxy_wizard/Squid.pm:127
-msgid "You can safely select \"No upper level proxy\" if you don't need this feature."
-msgstr "Môžete bez obáv zvoliť \"Bez nadradenej proxy\" ak nepotrebujete túto vlastnosť."
+msgid ""
+"You can safely select \"No upper level proxy\" if you don't need this "
+"feature."
+msgstr ""
+"Môžete bez obáv zvoliť \"Bez nadradenej proxy\" ak nepotrebujete túto "
+"vlastnosť."
#: ../proxy_wizard/Squid.pm:140
-msgid "Enter the qualified hostname (like \"cache.domain.net\") and the port of the proxy to use."
-msgstr "Vložte celé doménové meno (napríklad: \"proxy.domena.net\") a číslo portu proxy servera, ktorý má byť použitý."
+msgid ""
+"Enter the qualified hostname (like \"cache.domain.net\") and the port of the "
+"proxy to use."
+msgstr ""
+"Vložte celé doménové meno (napríklad: \"proxy.domena.net\") a číslo portu "
+"proxy servera, ktorý má byť použitý."
-#: ../proxy_wizard/Squid.pm:142
-#: ../proxy_wizard/Squid.pm:154
+#: ../proxy_wizard/Squid.pm:142 ../proxy_wizard/Squid.pm:154
msgid "Upper level proxy hostname:"
msgstr "Meno nadradeného proxy servera:"
-#: ../proxy_wizard/Squid.pm:143
-#: ../proxy_wizard/Squid.pm:155
+#: ../proxy_wizard/Squid.pm:143 ../proxy_wizard/Squid.pm:155
msgid "Upper level proxy port:"
msgstr "Proxy port nadradeného proxy servera:"
-#: ../proxy_wizard/Squid.pm:148
-#: ../proxy_wizard/Squid.pm:161
+#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
msgid "Configuring the Proxy"
msgstr "Konfigurácia proxy"
-#: ../proxy_wizard/Squid.pm:148
-#: ../proxy_wizard/Squid.pm:161
-msgid "The wizard collected the following parameters needed to configure your proxy:"
-msgstr "Sprievodca zhromaždil nasledovné parametre potrebné pre nakonfigurovanie vašej proxy:"
+#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
+msgid ""
+"The wizard collected the following parameters needed to configure your proxy:"
+msgstr ""
+"Sprievodca zhromaždil nasledovné parametre potrebné pre nakonfigurovanie "
+"vašej proxy:"
-#: ../proxy_wizard/Squid.pm:150
-#: ../proxy_wizard/Squid.pm:163
+#: ../proxy_wizard/Squid.pm:150 ../proxy_wizard/Squid.pm:163
msgid "Port:"
msgstr "Port:"
-#: ../proxy_wizard/Squid.pm:153
-#: ../proxy_wizard/Squid.pm:166
+#: ../proxy_wizard/Squid.pm:153 ../proxy_wizard/Squid.pm:166
msgid "Access Control:"
msgstr "Kontrola prístupu:"
@@ -1584,259 +1736,276 @@ msgstr "Squid proxy"
msgid "PXE Wizard"
msgstr "PXE sprievodca"
-#: ../pxe_wizard/Pxe.pm:83
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Nastaviť PXE server"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr "Pridať spúšťací obraz do PXE"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr "Odstrániť spúšťací obraz z PXE"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr "Modifikovať spúšťací obraz z PXE"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr "Všetky "
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "PXE sprievodca"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Nastaviť PXE server."
-#: ../pxe_wizard/Pxe.pm:110
-msgid "This wizard will help you configuring the PXE server. PXE (Pre-boot Execution Environment) is a protocol designed by Intel that allows computers to boot through the network. PXE is stored in the ROM of new generation network cards. When the computer boots up, the BIOS loads the PXE ROM in the memory and executes it. A menu is displayed, allowing the computer to boot an operating system loaded through the network."
-msgstr "Tento sprievodca vám pomôže nastaviť PXE server. PXE (Pred-spustiteľné prostredie) je protokol navrhnutý firmou Intel pre umožnienie spúšťania pomocou siete. PXE je uložené v ROM pamäti novej generácie sieťových adries. Keď sa počítač spúšťa, BIOS zavedie obsah PXE ROM do pamäte a spustí ho. Bude zobrazené menu umožňujúce spustiť operačný systém načítaný skrz sieť."
+#: ../pxe_wizard/Pxe.pm:111
+msgid ""
+"This wizard will help you configuring the PXE server. PXE (Pre-boot "
+"Execution Environment) is a protocol designed by Intel that allows computers "
+"to boot through the network. PXE is stored in the ROM of new generation "
+"network cards. When the computer boots up, the BIOS loads the PXE ROM in the "
+"memory and executes it. A menu is displayed, allowing the computer to boot "
+"an operating system loaded through the network."
+msgstr ""
+"Tento sprievodca vám pomôže nastaviť PXE server. PXE (Pred-spustiteľné "
+"prostredie) je protokol navrhnutý firmou Intel pre umožnienie spúšťania "
+"pomocou siete. PXE je uložené v ROM pamäti novej generácie sieťových adries. "
+"Keď sa počítač spúšťa, BIOS zavedie obsah PXE ROM do pamäte a spustí ho. "
+"Bude zobrazené menu umožňujúce spustiť operačný systém načítaný skrz sieť."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
-msgid "This wizard will provide a pxe service, and ability to add/remove/modify boot images."
-msgstr "Sprievodca vám pomôže nastaviť DNS službu na vašom serveri. Táto konfigurácia poskytne lokálne DNS služby pre lokálne mená počítačov, externé požiadavky budú posunuté na vonkajší DNS server."
+msgid ""
+"This wizard will provide a pxe service, and ability to add/remove/modify "
+"boot images."
+msgstr ""
+"Sprievodca vám pomôže nastaviť DNS službu na vašom serveri. Táto "
+"konfigurácia poskytne lokálne DNS služby pre lokálne mená počítačov, externé "
+"požiadavky budú posunuté na vonkajší DNS server."
-#: ../pxe_wizard/Pxe.pm:133
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "Pridať spúšťací obraz"
-#: ../pxe_wizard/Pxe.pm:133
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr "Vybrať PXE spúšťací obraz ktorý chcete odstrániť z PXE servera."
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr "Odstrániť spúšťací obraz"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr "Spúšťací obraz na odstránenie:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr "Pridať nastavenie k spúšťaciemu obrazu:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "Zvoľte si prosím PXE spúšťací obraz pre úpravu"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "Spúšťací obraz na nastavenie:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
-msgstr "Inštalačný adresár: plná cesta k inštalačnému adresáru pre MDK inštalačný server"
+msgstr ""
+"Inštalačný adresár: plná cesta k inštalačnému adresáru pre MDK inštalačný "
+"server"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr "Metóda inštalácie: vyberte si nfs alebo http metódu pre inštaláciu."
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr "Nastavenia pre pridanie PXE spúšťacieho obrazu"
-#: ../pxe_wizard/Pxe.pm:169
-msgid "Server IP: IP address of server which contain installation directory. You can create one with MDK install server wizard."
-msgstr "IP adresa servera: IP adresa servera ktorý obsahuje inštalačný adresár. Môžete ho vytvoriť pomocou sprievodcu pre inštalačný server MDK."
+#: ../pxe_wizard/Pxe.pm:170
+msgid ""
+"Server IP: IP address of server which contain installation directory. You "
+"can create one with MDK install server wizard."
+msgstr ""
+"IP adresa servera: IP adresa servera ktorý obsahuje inštalačný adresár. "
+"Môžete ho vytvoriť pomocou sprievodcu pre inštalačný server MDK."
-#: ../pxe_wizard/Pxe.pm:171
-#: ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "Spúšťací obraz na úpravu:"
-#: ../pxe_wizard/Pxe.pm:172
-#: ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "IP servera:"
-#: ../pxe_wizard/Pxe.pm:173
-#: ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Použivateľov priečinok:"
-#: ../pxe_wizard/Pxe.pm:174
-#: ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Inštalačná metóda:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "ACPI nastavenie: rozšírená konfigurácia a šetrenie spotreby"
-#: ../pxe_wizard/Pxe.pm:179
-msgid "Network client interface: through which interface client should be installed."
-msgstr "Rozhranie pre sieťového klienta: skrz aké rozhranie bude klient inštalovaný."
+#: ../pxe_wizard/Pxe.pm:180
+msgid ""
+"Network client interface: through which interface client should be installed."
+msgstr ""
+"Rozhranie pre sieťového klienta: skrz aké rozhranie bude klient inštalovaný."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr "Veľkosť RAM: nastaviť veľkosť ram pre spúšťací disk."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr "VGA nastavenie: ak ste zistili problém s VGA, upravte toto nastavenie."
-#: ../pxe_wizard/Pxe.pm:181
-#: ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "Rozhranie sieťového klienta:"
-#: ../pxe_wizard/Pxe.pm:182
-#: ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "Veľkosť RAM:"
-#: ../pxe_wizard/Pxe.pm:183
-#: ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "VGA nastavenie:"
-#: ../pxe_wizard/Pxe.pm:184
-#: ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "ACPI nastavenie:"
-#: ../pxe_wizard/Pxe.pm:185
-#: ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "APIC nastavenie:"
-#: ../pxe_wizard/Pxe.pm:190
-msgid "This will configure all needed default configurations files to set a PXE server."
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "APIC nastavenie:"
+
+#: ../pxe_wizard/Pxe.pm:192
+msgid ""
+"This will configure all needed default configurations files to set a PXE "
+"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194
-#: ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr "Zadajte prosím spúšťací obraz..."
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr "Je potrebný obraz. Pridajte prosím aspoň jeden."
-#: ../pxe_wizard/Pxe.pm:210
-#: ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
-msgid "To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
+#: ../pxe_wizard/Pxe.pm:224
+msgid ""
+"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227
-#: ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227
-#: ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "TFTP adresár:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "Cesta k spúšťaciemu obrazu:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Odstrániť spúšťací obraz"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270
-#: ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+#, fuzzy
+msgid "Will now add your PXE boot image"
+msgstr "Nastavenia pre pridanie PXE spúšťacieho obrazu"
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "Sprievodca úspešne pridal PXE spúšťací obraz."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
msgid "The wizard successfully removed the PXE boot image."
msgstr "Sprievodca úspešne odstránil PXE spúšťací obraz."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "Sprievodca úspešne upravil obraz(y)."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "Sprievodca úspešne nakonfiguroval váš PXE server."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -1844,8 +2013,7 @@ msgstr ""
msgid "Samba wizard"
msgstr "Sprievodca konfiguráciou samby"
-#: ../samba_wizard/Samba.pm:59
-#: ../web_wizard/Apache.pm:62
+#: ../samba_wizard/Samba.pm:59 ../web_wizard/Apache.pm:62
#, perl-format
msgid "%s does not exist."
msgstr "%s neexistuje"
@@ -1859,23 +2027,29 @@ msgid "Samba Configuration Wizard"
msgstr "Sprievodca konfiguráciou samby"
#: ../samba_wizard/Samba.pm:71
-msgid "Samba allows your server to behave as a file and print server for workstations running non-Linux systems."
-msgstr "Samba umožňuje vášmu serveru poskytovať služby súborového a tlačového servera pre neLinuxové pracovné stanice."
+msgid ""
+"Samba allows your server to behave as a file and print server for "
+"workstations running non-Linux systems."
+msgstr ""
+"Samba umožňuje vášmu serveru poskytovať služby súborového a tlačového "
+"servera pre neLinuxové pracovné stanice."
#: ../samba_wizard/Samba.pm:71
-msgid "This wizard will help you configuring the Samba services of your server."
-msgstr "Tento sprievodca vám pomôže nakonfigurovať službu Samba na vašom serveri."
+msgid ""
+"This wizard will help you configuring the Samba services of your server."
+msgstr ""
+"Tento sprievodca vám pomôže nakonfigurovať službu Samba na vašom serveri."
#: ../samba_wizard/Samba.pm:76
msgid "Samba needs to know the Windows Workgroup it will serve."
-msgstr "Samba potrebuje vedieť meno Windows pracovnej skupiny ktorú bude obsluhovať."
+msgstr ""
+"Samba potrebuje vedieť meno Windows pracovnej skupiny ktorú bude obsluhovať."
#: ../samba_wizard/Samba.pm:76
msgid "Workgroup"
msgstr "Skupina"
-#: ../samba_wizard/Samba.pm:81
-#: ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Pracovná skupina:"
@@ -1888,8 +2062,11 @@ msgid "Server Banner."
msgstr "Banner servera."
#: ../samba_wizard/Samba.pm:92
-msgid "The banner is the way this server will be described in the Windows workstations."
-msgstr "Banner je možnosť ako tento server zviditeľniť na pracovnej stanici Windows."
+msgid ""
+"The banner is the way this server will be described in the Windows "
+"workstations."
+msgstr ""
+"Banner je možnosť ako tento server zviditeľniť na pracovnej stanici Windows."
#: ../samba_wizard/Samba.pm:98
msgid "Banner:"
@@ -1899,8 +2076,7 @@ msgstr "Banner:"
msgid "The Server Banner is incorrect"
msgstr "Banner servera nie je správne"
-#: ../samba_wizard/Samba.pm:108
-#: ../samba_wizard/Samba.pm:119
+#: ../samba_wizard/Samba.pm:108 ../samba_wizard/Samba.pm:119
msgid "Access control"
msgstr "Kontrola prístupu"
@@ -1914,8 +2090,8 @@ msgid ""
"* Example 1: allow all IPs in 150.203.*.*; except one\n"
"hosts allow = 150.203. EXCEPT 150.203.6.66"
msgstr ""
-"* Ukážka 1: povoliť všetky IP z 150.203.*.*; okrem jednej\\n"
-"hosts allow = 150.203. EXCEPT 150.203.6.66"
+"* Ukážka 1: povoliť všetky IP z 150.203.*.*; okrem jednej\\nhosts allow = "
+"150.203. EXCEPT 150.203.6.66"
#: ../samba_wizard/Samba.pm:119
#, fuzzy
@@ -1923,8 +2099,8 @@ msgid ""
"* Example 2: allow hosts that match the given network/netmask\n"
"hosts allow = 150.203.15.0/255.255.255.0"
msgstr ""
-"* Ukážka 2: povoliť hostiteľov so súhlasiacou sieťou/sieťovou maskou\\n"
-"hosts allow = 150.203.15.0/255.255.255.0"
+"* Ukážka 2: povoliť hostiteľov so súhlasiacou sieťou/sieťovou maskou\\nhosts "
+"allow = 150.203.15.0/255.255.255.0"
#: ../samba_wizard/Samba.pm:119
#, fuzzy
@@ -1932,19 +2108,18 @@ msgid ""
"* Example 3: allow a couple of hosts\n"
"hosts allow = lapland, arvidsjaur"
msgstr ""
-"* Ukážka 3: povoliť niekoľko hostiteľov\\n"
-"hosts allow = lapland, arvidsjaur"
+"* Ukážka 3: povoliť niekoľko hostiteľov\\nhosts allow = lapland, arvidsjaur"
#: ../samba_wizard/Samba.pm:119
#, fuzzy
msgid ""
-"* Example 4: allow only hosts in NIS netgroup \"foonet\", but deny access from one particular host\n"
+"* Example 4: allow only hosts in NIS netgroup \"foonet\", but deny access "
+"from one particular host\n"
"hosts allow = @foonet\n"
"hosts deny = pirate"
msgstr ""
-"* Ukážka 4: povoliť len hostiteľov len z NIS skupiny \"foonet\", ale zakáž prístup z jedného znich\\n"
-"hosts allow = @foonet\\n"
-"hosts deny = pirate"
+"* Ukážka 4: povoliť len hostiteľov len z NIS skupiny \"foonet\", ale zakáž "
+"prístup z jedného znich\\nhosts allow = @foonet\\nhosts deny = pirate"
#: ../samba_wizard/Samba.pm:119
msgid "Note that access still requires suitable user-level passwords."
@@ -1963,8 +2138,13 @@ msgid "Enabled Samba Services"
msgstr "Povoliť samba služby"
#: ../samba_wizard/Samba.pm:132
-msgid "Samba can provide a common file sharing area to your Windows workstation, and can also provide printer sharing for the printers connected to your server."
-msgstr "Samba môže poskytovať zdieľanú oblasť pre vaše Windows pracovné stanice a tiež môže poskytovať zdieľanie tlačiarní pripojených k tomuto serveru."
+msgid ""
+"Samba can provide a common file sharing area to your Windows workstation, "
+"and can also provide printer sharing for the printers connected to your "
+"server."
+msgstr ""
+"Samba môže poskytovať zdieľanú oblasť pre vaše Windows pracovné stanice a "
+"tiež môže poskytovať zdieľanie tlačiarní pripojených k tomuto serveru."
#: ../samba_wizard/Samba.pm:140
msgid "Enable file sharing area"
@@ -1979,12 +2159,15 @@ msgid "Make home directories available for their owners"
msgstr "Sprístupniť domovské adresáre ich vlastníkom"
#: ../samba_wizard/Samba.pm:147
-msgid "You have selected to allow user access their home directories via samba but you/they must use smbpasswd to set a password."
-msgstr "Nastavili ste prístup pre používateľov k ich domovským adresárom cez sambu, ale je potrebné aby si nastavili/ste im nastavili heslá."
+msgid ""
+"You have selected to allow user access their home directories via samba but "
+"you/they must use smbpasswd to set a password."
+msgstr ""
+"Nastavili ste prístup pre používateľov k ich domovským adresárom cez sambu, "
+"ale je potrebné aby si nastavili/ste im nastavili heslá."
-#: ../samba_wizard/Samba.pm:153
-#: ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Zdieľaný adresár:"
@@ -1999,18 +2182,18 @@ msgstr "Práva súborov"
#: ../samba_wizard/Samba.pm:169
#, fuzzy
msgid ""
-"Type users or group separated by a comma (groups must be preceded by a '@') like this :\n"
+"Type users or group separated by a comma (groups must be preceded by a '@') "
+"like this :\n"
"root, fred, @users, @wheel for each kind of permission."
msgstr ""
-"Zoznam používateľov a skupín oddelený čiarkou (skupiny musia začínať znakom \\'@\\'), napríklad:\\n"
-"root, fred, @users, @wheel pre každý typ práv."
+"Zoznam používateľov a skupín oddelený čiarkou (skupiny musia začínať znakom "
+"\\'@\\'), napríklad:\\nroot, fred, @users, @wheel pre každý typ práv."
#: ../samba_wizard/Samba.pm:176
msgid "read list:"
msgstr "zoznam pre čítanie:"
-#: ../samba_wizard/Samba.pm:176
-#: ../samba_wizard/Samba.pm:177
+#: ../samba_wizard/Samba.pm:176 ../samba_wizard/Samba.pm:177
msgid "root, fred, @users, @wheel"
msgstr "root, fred, @users, @wheel"
@@ -2032,36 +2215,36 @@ msgstr "Konfigurácia samby"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
-msgstr "Tento sprievodca zozbieral nasledovné parametre potrebné pre nastavenie Samba."
+msgid "The wizard collected the following parameters to configure Samba."
+msgstr ""
+"Tento sprievodca zozbieral nasledovné parametre potrebné pre nastavenie "
+"Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Banner servera:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Zdieľanie súborov:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Tlačový server:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Domov:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Tlačiarne:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Sprievodca úspešne nakonfiguroval váš Samba server."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
msgid "Configuring your Samba server..."
msgstr "Konfigurovať váš Samba server..."
@@ -2078,8 +2261,12 @@ msgid "Save config without test"
msgstr "Uložiť konfiguráciu bez otestovania"
#: ../time_wizard/Ntp.pm:82
-msgid "This wizard will help you to set the time of your server synchronized with an external time server."
-msgstr "Tento sprievodca vám pomôže nastaviť čas na vašom serveri, ktorý bude zosynchronizovaný s externým časovým serverom."
+msgid ""
+"This wizard will help you to set the time of your server synchronized with "
+"an external time server."
+msgstr ""
+"Tento sprievodca vám pomôže nastaviť čas na vašom serveri, ktorý bude "
+"zosynchronizovaný s externým časovým serverom."
#: ../time_wizard/Ntp.pm:82
msgid "Thus your server will be the local time server for your network."
@@ -2090,7 +2277,9 @@ msgid "press next to begin, or cancel to leave this wizard"
msgstr "stlačte Ďalej pre začatie, alebo Zrušiť pre ukončenie tohto sprievodcu"
#: ../time_wizard/Ntp.pm:87
-msgid "(we recommend using the server pool.ntp.org twice as this server randomly points to available time servers)"
+msgid ""
+"(we recommend using the server pool.ntp.org twice as this server randomly "
+"points to available time servers)"
msgstr ""
#: ../time_wizard/Ntp.pm:87
@@ -2101,18 +2290,15 @@ msgstr "Vyberte si primárny a sekundárny server zo zoznamu:"
msgid "Time Servers"
msgstr "Časové servre"
-#: ../time_wizard/Ntp.pm:93
-#: ../time_wizard/Ntp.pm:130
+#: ../time_wizard/Ntp.pm:93 ../time_wizard/Ntp.pm:130
msgid "Primary Time Server:"
msgstr "Primárny časový server:"
-#: ../time_wizard/Ntp.pm:94
-#: ../time_wizard/Ntp.pm:131
+#: ../time_wizard/Ntp.pm:94 ../time_wizard/Ntp.pm:131
msgid "Secondary Time Server:"
msgstr "Sekundárny časový server:"
-#: ../time_wizard/Ntp.pm:99
-#: ../time_wizard/Ntp.pm:114
+#: ../time_wizard/Ntp.pm:99 ../time_wizard/Ntp.pm:114
msgid "Choose a timezone"
msgstr "Zvoľte si časovú zónu"
@@ -2125,8 +2311,12 @@ msgid "Choose a city:"
msgstr "Zvoľte si mesto:"
#: ../time_wizard/Ntp.pm:124
-msgid "If the time server is not immediately available (network or other reason), there will be about a 30 second delay."
-msgstr "Ak nie je časový server okamžite dostupný (sieťové, alebo iné dôvody), môžete počkať zhruba 30 sekúnd."
+msgid ""
+"If the time server is not immediately available (network or other reason), "
+"there will be about a 30 second delay."
+msgstr ""
+"Ak nie je časový server okamžite dostupný (sieťové, alebo iné dôvody), "
+"môžete počkať zhruba 30 sekúnd."
#: ../time_wizard/Ntp.pm:124
msgid "Press next to start the time servers test."
@@ -2157,8 +2347,12 @@ msgid "- other reasons..."
msgstr "- iné dôvody..."
#: ../time_wizard/Ntp.pm:149
-msgid "- You can try again to contact time servers, or save configuration without actually setting time."
-msgstr "- Môžete znovu vyskúšať spojenie s časovým serverom alebo uložiť konfiguráciu bez aktuálneho nastaveného času."
+msgid ""
+"- You can try again to contact time servers, or save configuration without "
+"actually setting time."
+msgstr ""
+"- Môžete znovu vyskúšať spojenie s časovým serverom alebo uložiť "
+"konfiguráciu bez aktuálneho nastaveného času."
#: ../time_wizard/Ntp.pm:165
msgid "Time server configuration saved"
@@ -2166,7 +2360,8 @@ msgstr "Konfigurácia času je uložená"
#: ../time_wizard/Ntp.pm:165
msgid "Your server can now act as a time server for your local network."
-msgstr "Váš server môže odteraz fungovať ako časový server vo vašej lokálnej sieti."
+msgstr ""
+"Váš server môže odteraz fungovať ako časový server vo vašej lokálnej sieti."
#: ../web_wizard/Apache.pm:39
msgid "Web wizard"
@@ -2193,8 +2388,12 @@ msgid "Web Server"
msgstr "Web Server"
#: ../web_wizard/Apache.pm:77
-msgid "Your server can act as a Web Server toward your internal network (intranet) and as a Web Server for the Internet."
-msgstr "Váš server môže plniť funkciu Web servera pre vašu internú sieť (intranet) alebo byť Web server pre Internet."
+msgid ""
+"Your server can act as a Web Server toward your internal network (intranet) "
+"and as a Web Server for the Internet."
+msgstr ""
+"Váš server môže plniť funkciu Web servera pre vašu internú sieť (intranet) "
+"alebo byť Web server pre Internet."
#: ../web_wizard/Apache.pm:79
msgid "Enable the Web Server for the Intranet"
@@ -2205,8 +2404,14 @@ msgid "Enable the Web Server for the Internet"
msgstr "Povoliť web server pre Internet"
#: ../web_wizard/Apache.pm:90
-msgid "* User module : allows users to have a directory in their home directories available on your http server via http://www.yourserver.com/~user, you will be asked for the name of this directory afterward."
-msgstr "* Modul pre používateľov : umožňuje použiť jeden adresár v ich domovských adresároch, ktorý bude dostupný pomocou http servera ako http://www.server.sk/~používateľ, meno tohto adresára zadáte neskôr."
+msgid ""
+"* User module : allows users to have a directory in their home directories "
+"available on your http server via http://www.yourserver.com/~user, you will "
+"be asked for the name of this directory afterward."
+msgstr ""
+"* Modul pre používateľov : umožňuje použiť jeden adresár v ich domovských "
+"adresároch, ktorý bude dostupný pomocou http servera ako http://www.server."
+"sk/~používateľ, meno tohto adresára zadáte neskôr."
#: ../web_wizard/Apache.pm:90
msgid "Modules :"
@@ -2220,10 +2425,13 @@ msgstr ""
"Povoliť používať používateľom adresár v ich domovských adresároch\n"
"ktorý je viditeľný pomocou http server ako http://www.server.sk/~pouzivatel."
-#: ../web_wizard/Apache.pm:100
-#: ../web_wizard/Apache.pm:103
-msgid "Type the name of the directory users should create in their homes (whitout ~/) to get it available via http://www.yourserver.com/~user"
-msgstr "Napíšte meno adresára, kde si používatelia môžu uložiť svoje dokumenty (bez ~/) a budú dostupné cez http://www.server.sk/~používateľ"
+#: ../web_wizard/Apache.pm:100 ../web_wizard/Apache.pm:103
+msgid ""
+"Type the name of the directory users should create in their homes (whitout "
+"~/) to get it available via http://www.yourserver.com/~user"
+msgstr ""
+"Napíšte meno adresára, kde si používatelia môžu uložiť svoje dokumenty (bez "
+"~/) a budú dostupné cez http://www.server.sk/~používateľ"
#: ../web_wizard/Apache.pm:103
msgid "user http sub-directory : ~/"
@@ -2231,7 +2439,8 @@ msgstr "používateľský http podadresár: ~/"
#: ../web_wizard/Apache.pm:108
msgid "Type the path of the directory you want being the document root."
-msgstr "Zadajte cestu k adresáru kde si želáte mať hlavný adresár s dokumentami."
+msgstr ""
+"Zadajte cestu k adresáru kde si želáte mať hlavný adresár s dokumentami."
#: ../web_wizard/Apache.pm:111
msgid "Document Root:"
@@ -2242,8 +2451,12 @@ msgid "Configuring the Web Server"
msgstr "Konfigurácia web servera"
#: ../web_wizard/Apache.pm:131
-msgid "The wizard collected the following parameters needed to configure your Web Server"
-msgstr "Sprievodca zozbieral nasledovné parametre potrebné pre nakonfigurovanie vášho web servera."
+msgid ""
+"The wizard collected the following parameters needed to configure your Web "
+"Server"
+msgstr ""
+"Sprievodca zozbieral nasledovné parametre potrebné pre nakonfigurovanie "
+"vášho web servera."
#: ../web_wizard/Apache.pm:137
msgid "Intranet web server:"
@@ -2273,3 +2486,21 @@ msgstr "Apache server"
msgid "Configuring your system as Apache server ..."
msgstr "Nastaviť váš systém ako Apache server ..."
+#~ msgid "UID number:"
+#~ msgstr "UID číslo:"
+
+#~ msgid ""
+#~ "LDAP RootDSE\n"
+#~ "Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
+#~ "config.\n"
+#~ "\n"
+#~ "RootDN is the manager of your LDAP server."
+#~ msgstr ""
+#~ "LDAP RootDSE\n"
+#~ "Príklad: \"firma.domena.sk\" môže byť \"dc=firma,dc=domena,dc=sk\" v LDAP "
+#~ "konfigurácii.\n"
+#~ "\n"
+#~ "RootDN je správca vášho LDAP servera."
+
+#~ msgid "Will set your computer has a NIS client."
+#~ msgstr "Nastaví váš počítač aby bol NIS klient."
diff --git a/po/sl.po b/po/sl.po
index 3ddaaa28..ab4963ff 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-02-05 12:23+0100\n"
"Last-Translator: Daniel Žalar <danizmax@email.si>\n"
"Language-Team: Slovenian <prevajanje@mandrakeprinas.org>\n"
@@ -42,12 +42,12 @@ msgstr "Napaka."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Čestitke"
@@ -134,7 +134,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Napaka"
@@ -260,8 +260,8 @@ msgstr "Čarovnik je zbral podatke, potrebne za nastavitev vaših DHCP servisov:
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "onemogoči"
@@ -270,8 +270,8 @@ msgstr "onemogoči"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "Omogočeno"
@@ -287,8 +287,8 @@ msgstr "Čarovnik je uspešno nastavil servise DHCP vašega strežnika."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "Omogočeno"
@@ -296,8 +296,8 @@ msgstr "Omogočeno"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -305,7 +305,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -355,7 +355,7 @@ msgstr ""
"zahtevami, posredovane zunanjim DNS."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Kaj želite narediti:"
@@ -478,7 +478,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "s to nastavitvijo."
@@ -568,7 +568,7 @@ msgstr "Poštni strežnik"
msgid "FTP server"
msgstr "FTP strežnik"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Samba strežnik"
@@ -595,7 +595,7 @@ msgstr ""
msgid "Mandrake Install server"
msgstr ""
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "Strežnik FTP"
@@ -839,82 +839,100 @@ msgstr ""
msgid "Install Server"
msgstr "Instalacijski strežnik"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Nastavitev časovnega strežnika shranjena"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Čarovnik za nastavitev DHCP"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
-msgstr ""
+#: ../ldap_wizard/ldap.pm:67
+#, fuzzy
+msgid "Setup a ldap server."
+msgstr "Nastavi PXE strežnik."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
-msgstr ""
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
+msgstr "Napaka v domačem imeniku"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Ime:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "Priimek:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "Uporabniško ime:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Geslo:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Domači imenik:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
-msgstr "UID številka:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
+msgstr "uid številka:"
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -922,83 +940,83 @@ msgstr ""
msgid "Password"
msgstr "Geslo"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "Domači imenik:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
-msgstr "uid številka:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
+msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Opozorilo:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "Napaka v domačem imeniku"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "Prosim izberite pravega"
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Čarovnik je uspešno nastavil strežnik NFS"
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
-msgstr ""
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
+msgstr "Uspešno sem dodal podatke"
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Čarovnik je uspešno dodal odjemalec."
#: ../news_wizard/Inn.pm:33
@@ -1093,7 +1111,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1319,7 +1337,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1344,7 +1362,8 @@ msgstr "Čarovnik je uspešno nastavil strežnik samba"
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Čarovnik je uspešno nastavil strežnik samba"
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1727,35 +1746,35 @@ msgstr "Čarovnik za Squid"
msgid "PXE Wizard"
msgstr "PXE čarovnik"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "PXE čarovnik"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Nastavi PXE strežnik."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1765,222 +1784,230 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "Strežnikov IP:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "Instalacijski imenik:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Instalacijska metoda:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
#, fuzzy
msgid "Network client interface:"
msgstr "Omrežna naprava"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "VGA opcija:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "ACPI opcija:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "APIC opcija:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "APIC opcija:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
"To bo nastavilo vse potrebne začetne datoteke za nastavitev PXE strežnika."
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr "Prosim, vpišite pravilno ime, vnos v PXE (ena beseda)."
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+#, fuzzy
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
+"To bo nastavilo vse potrebne začetne datoteke za nastavitev PXE strežnika."
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Uporabniški imenik:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Čarovnik je uspešno dodal odjemalec."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Čarovnik je uspešno dodal odjemalec."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Čarovnik je uspešno dodal odjemalec."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Čarovnik je uspešno dodal odjemalec."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "Čarovnik je uspešno nastavil vaš PXE strežnik."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "Nastavljam PXE strežnik na vašem sistemu..."
@@ -2023,7 +2050,7 @@ msgstr "Samba potrebuje ime omrežne skupine (Workgroup)."
msgid "Workgroup"
msgstr "Omrežna skupina"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Omrežna skupina (Workgroup):"
@@ -2144,7 +2171,7 @@ msgstr ""
"imenikov preko sambe, vendar morajo uporabiti smbpasswd za nastavitev gesla."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Souporaben imenik:"
@@ -2193,38 +2220,36 @@ msgstr "Nastavljam Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr "Čarovnik je zbral podatke, potrebne za nastavitev sambe"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Opis strežnika samba:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Datotečna souporaba:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
#, fuzzy
msgid "Print Server:"
msgstr "Strežnik FTP"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Domov:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
#, fuzzy
msgid "Printers:"
msgstr "Seznam uporabnikov z dovoljenjem za pisanje:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Čarovnik je uspešno nastavil strežnik samba"
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Nastavljam Sambo"
@@ -2473,8 +2498,8 @@ msgstr "Spletni strežnik za notranje omrežje (intranet):"
msgid "Configuring your system as Apache server ..."
msgstr "Nastavljam strežnik DNS"
+#~ msgid "UID number:"
+#~ msgstr "UID številka:"
+
#~ msgid "Choose a country:"
#~ msgstr "Izberite državo:"
-
-#~ msgid "Successfully add data"
-#~ msgstr "Uspešno sem dodal podatke"
diff --git a/po/sq.po b/po/sq.po
index 1b68e704..bf3dee23 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drackwizard-sq\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2002-03-29 19:23+0100\n"
"Last-Translator: Naim Daka <naim70@freesurf.ch>\n"
"Language-Team: Albanian <LL@li.org>\n"
@@ -42,12 +42,12 @@ msgstr "Gabim."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Urime"
@@ -141,7 +141,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "Gabim."
@@ -276,8 +276,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "jo-aktiv"
@@ -286,8 +286,8 @@ msgstr "jo-aktiv"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "aktiv"
@@ -304,8 +304,8 @@ msgstr ""
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "aktiv"
@@ -313,8 +313,8 @@ msgstr "aktiv"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -322,7 +322,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -374,7 +374,7 @@ msgstr ""
"DNS t jashtm."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -500,7 +500,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "Asistenti DNS (konfigurimi)"
@@ -597,7 +597,7 @@ msgstr "Emri i Serverit Mail:"
msgid "FTP server"
msgstr "Server FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Server i Bazs s t Dhnave"
@@ -627,7 +627,7 @@ msgstr "Server i Lajmeve"
msgid "Mandrake Install server"
msgstr "Emri i Serverit Mail:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "Server NFS"
@@ -875,88 +875,104 @@ msgstr ""
msgid "Install Server"
msgstr "Server Stampimi:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Konfigurimi i Serverit t kohs sht regjistruar"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Asistenti Konfigurues"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Server i Bazs s t Dhnave"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Asistenti Konfigurues"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Repertori i prdoruesit:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Emri i Ftuesit:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Emri i Ftuesit:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Emri i prdoruesit:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Parulla:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Repertori i prdoruesit:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -965,85 +981,85 @@ msgstr ""
msgid "Password"
msgstr "Parulla:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Repertori i prdoruesit:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Kujdes:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Repertor i Shprndar:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Asistenti e ka konfiguruar me sukses serverin proxy."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Asistenti e ka shtuar nj klient me sukses."
#: ../news_wizard/Inn.pm:33
@@ -1137,7 +1153,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1370,7 +1386,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1395,7 +1411,8 @@ msgstr "Asistenti e ka konfiguruar me sukses serverin tuaj Samba."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Asistenti e ka konfiguruar me sukses serverin tuaj Samba."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1788,38 +1805,38 @@ msgstr "Asistenti Squid"
msgid "PXE Wizard"
msgstr "Asistenti FTP"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "Server NFS"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "Asistenti FTP"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Server i Bazs s t Dhnave"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1829,7 +1846,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1840,218 +1857,223 @@ msgstr ""
"lokal, me rikthimin e krkesave tjera e jo vetm lokale, n drejtim t nj "
"DNS t jashtm."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Emri i Serverit:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Repertori i prdoruesit:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "instalimi dshtoi"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Repertori i prdoruesit:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Asistenti e ka shtuar nj klient me sukses."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Asistenti e ka shtuar nj klient me sukses."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Asistenti e ka shtuar nj klient me sukses."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Asistenti e ka shtuar nj klient me sukses."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Asistenti e ka konfiguruar me sukses serverin proxy."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2095,7 +2117,7 @@ msgstr "Samba ka nevoj t njoh grupin punues t shrbuer nga Windows."
msgid "Workgroup"
msgstr "Grupi Punues"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Grupi Punues:"
@@ -2218,7 +2240,7 @@ msgstr ""
"ju duhet t prdorni smbpasswd, pr ta regjistruar nj parull samba."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Repertor i Shprndar:"
@@ -2267,38 +2289,36 @@ msgstr "Konfigurimi Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Asistenti i ka prmbledhur parametrat vijues q nevojiten n konfigurimin e "
"Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Banderol e Serverit:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Shprndarja e Skedareve:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Server Stampimi:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Home:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Stampuesit:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Asistenti e ka konfiguruar me sukses serverin tuaj Samba."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Konfigurimi i Serverit FTP"
@@ -2594,42 +2614,6 @@ msgstr "Konfigurimi i Serverit DNS"
#~ msgid "IP number of the machine:"
#~ msgstr "Adresa IP e makins:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Server i Bazs s t Dhnave"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Konfigurimi i Serverit DNS"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "Server NFS"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Server i Lajmeve"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "Server NFS"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Servera t Kohs"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Server i Lajmeve"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "Aistenti DHCP"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "Asistenti Konfigurues DNS"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "Adresa e Serverave DNS"
diff --git a/po/sr.po b/po/sr.po
index 57994b63..6962a945 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-02-28 22:08+0100\n"
"Last-Translator: Toma Jankovic <tomaja@net.yu>\n"
"Language-Team: Serbian <i18n@mandrake.co.yu>\n"
@@ -42,12 +42,12 @@ msgstr "Грешка у чаробњаку."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Честитке"
@@ -136,7 +136,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "Грешка у чаробњаку."
@@ -265,8 +265,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "искључен"
@@ -275,8 +275,8 @@ msgstr "искључен"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "укључен"
@@ -292,8 +292,8 @@ msgstr "Чаробњак је успешно подесио DHCP сервисе
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "укључен"
@@ -301,8 +301,8 @@ msgstr "укључен"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -310,7 +310,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -361,7 +361,7 @@ msgstr ""
"локалним захтевима који се шаљу ван DNS-а."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -487,7 +487,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS чаробњак (подешавање)"
@@ -584,7 +584,7 @@ msgstr "Име сервера поште:"
msgid "FTP server"
msgstr "FTP сервер"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Сервер бази података"
@@ -614,7 +614,7 @@ msgstr "News сервер"
msgid "Mandrake Install server"
msgstr "Име сервера поште:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "NFS сервер"
@@ -857,88 +857,104 @@ msgstr ""
msgid "Install Server"
msgstr "Сервер за штампање:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Сачувао сам подешавања временског сервера"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Чаробњак за подешавање"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Сервер бази података"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Чаробњак за подешавање"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "КОриснички директоријум:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Име домаћина:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Име домаћина:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Корисничко име:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Лозинка:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "КОриснички директоријум:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -947,85 +963,85 @@ msgstr ""
msgid "Password"
msgstr "Лозинка:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "КОриснички директоријум:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Упозорење:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Дељени директоријум:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Чаробњак је успешно подесио ваш прокси сервер."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Чаробњак је успешно додао клијента."
#: ../news_wizard/Inn.pm:33
@@ -1118,7 +1134,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1346,7 +1362,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1371,7 +1387,8 @@ msgstr "Овај чаробњак је успешно подесио Samba се
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Овај чаробњак је успешно подесио Samba сервер."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1759,38 +1776,38 @@ msgstr "Squid чаробњак"
msgid "PXE Wizard"
msgstr "FTP чаробњак"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS сервер"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP чаробњак"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Сервер бази података"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1800,7 +1817,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1810,217 +1827,222 @@ msgstr ""
"подешавања ће пружити локални DNS сервис за локална имена рачунара, са не-"
"локалним захтевима који се шаљу ван DNS-а."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Име сервера:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "КОриснички директоријум:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "КОриснички директоријум:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Чаробњак је успешно додао клијента."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Чаробњак је успешно додао клијента."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Чаробњак је успешно додао клијента."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Чаробњак је успешно додао клијента."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Чаробњак је успешно подесио ваш прокси сервер."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2063,7 +2085,7 @@ msgstr "Samba мора да зна за Windows радну групу коју
msgid "Workgroup"
msgstr "Радна група"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Радна група:"
@@ -2183,7 +2205,7 @@ msgstr ""
"лозинку."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Дељени директоријум:"
@@ -2234,37 +2256,35 @@ msgstr "Подешавање Samba-е"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Чаробњак је сакупио следеће податке који су потребни да би се подесила Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Серверов банер:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Дељење датотека:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Сервер за штампање:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Кућни дир:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Штампачи:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Овај чаробњак је успешно подесио Samba сервер."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Подешавање FTP сервера"
@@ -2549,42 +2569,6 @@ msgstr "Подешавање DNS сервера"
#~ msgid "IP number of the machine:"
#~ msgstr "IP адреса рачунара:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Сервер бази података"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Подешавање DNS сервера"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS сервер"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "News сервер"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS сервер"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Временски сервери"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "News сервер"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP чаробњак"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "Чаробњак за подешавање DNS-а"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "Адресе DNS сервера"
diff --git a/po/sr@Latn.po b/po/sr@Latn.po
index ed4528a2..a9ca705e 100644
--- a/po/sr@Latn.po
+++ b/po/sr@Latn.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-02-28 22:08+0100\n"
"Last-Translator: Toma Jankovic_<tomaja@net.yu>\n"
"Language-Team: Serbian <i18n@mandrake.co.yu>\n"
@@ -42,12 +42,12 @@ msgstr "Greška u čarobnjaku."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Čestitke"
@@ -137,7 +137,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "Greška u čarobnjaku."
@@ -267,8 +267,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "isključen"
@@ -277,8 +277,8 @@ msgstr "isključen"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "uključen"
@@ -294,8 +294,8 @@ msgstr "Čarobnjak je uspešno podesio DHCP servise Vašeg servera."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "uključen"
@@ -303,8 +303,8 @@ msgstr "uključen"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -312,7 +312,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -363,7 +363,7 @@ msgstr ""
"lokalnim zahtevima koji se šalju van DNS-a."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -489,7 +489,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS čarobnjak (podešavanje)"
@@ -586,7 +586,7 @@ msgstr "Ime servera pošte:"
msgid "FTP server"
msgstr "FTP server"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Server bazi podataka"
@@ -616,7 +616,7 @@ msgstr "News server"
msgid "Mandrake Install server"
msgstr "Ime servera pošte:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "NFS server"
@@ -859,88 +859,104 @@ msgstr ""
msgid "Install Server"
msgstr "Server za štampanje:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Sačuvao sam podešavanja vremenskog servera"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Čarobnjak za podešavanje"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Server bazi podataka"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Čarobnjak za podešavanje"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "KOrisnički direktorijum:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Ime domaćina:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Ime domaćina:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Korisničko ime:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Lozinka:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "KOrisnički direktorijum:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -949,85 +965,85 @@ msgstr ""
msgid "Password"
msgstr "Lozinka:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "KOrisnički direktorijum:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Upozorenje:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Deljeni direktorijum:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Čarobnjak je uspešno podesio vaš proksi server."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Čarobnjak je uspešno dodao klijenta."
#: ../news_wizard/Inn.pm:33
@@ -1120,7 +1136,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1348,7 +1364,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1373,7 +1389,8 @@ msgstr "Ovaj čarobnjak je uspešno podesio Samba server."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Ovaj čarobnjak je uspešno podesio Samba server."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1762,38 +1779,38 @@ msgstr "Squid čarobnjak"
msgid "PXE Wizard"
msgstr "FTP čarobnjak"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS server"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP čarobnjak"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Server bazi podataka"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1803,7 +1820,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1813,217 +1830,222 @@ msgstr ""
"podešavanja će pružiti lokalni DNS servis za lokalna imena računara, sa ne-"
"lokalnim zahtevima koji se šalju van DNS-a."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Ime servera:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "KOrisnički direktorijum:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "KOrisnički direktorijum:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Čarobnjak je uspešno dodao klijenta."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Čarobnjak je uspešno dodao klijenta."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Čarobnjak je uspešno dodao klijenta."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Čarobnjak je uspešno dodao klijenta."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Čarobnjak je uspešno podesio vaš proksi server."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2066,7 +2088,7 @@ msgstr "Samba mora da zna za Windows radnu grupu koju će da opslužuje."
msgid "Workgroup"
msgstr "Radna grupa"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Radna grupa:"
@@ -2186,7 +2208,7 @@ msgstr ""
"lozinku."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Deljeni direktorijum:"
@@ -2237,38 +2259,36 @@ msgstr "Podešavanje Samba-e"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Čarobnjak je sakupio sledeće podatke koji su potrebni da bi se podesila "
"Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Serverov baner:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Deljenje datoteka:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Server za štampanje:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Kućni dir:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Štampači:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Ovaj čarobnjak je uspešno podesio Samba server."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Podešavanje FTP servera"
@@ -2555,42 +2575,6 @@ msgstr "Podešavanje DNS servera"
#~ msgid "IP number of the machine:"
#~ msgstr "IP adresa računara:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Server bazi podataka"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Podešavanje DNS servera"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS server"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "News server"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS server"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Vremenski serveri"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "News server"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP čarobnjak"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "Čarobnjak za podešavanje DNS-a"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "Adrese DNS servera"
diff --git a/po/sv.po b/po/sv.po
index 63366044..4545ee79 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-sv\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-01-23 21:20+0100\n"
"Last-Translator: Mattias Newzella <newzella@linux.nu>\n"
"Language-Team: Svenska <sv@li.org>\n"
@@ -46,12 +46,12 @@ msgstr "Fel."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Gratulerar"
@@ -136,7 +136,7 @@ msgstr "Du är i DHCP, servern kanske inte fungerar med din konfiguration."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Fel"
@@ -263,8 +263,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "inaktiverad"
@@ -273,8 +273,8 @@ msgstr "inaktiverad"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "aktiverad"
@@ -290,8 +290,8 @@ msgstr "Guiden lyckades med att konfigurera DHCP-tjänsterna på servern."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "aktiverad"
@@ -299,8 +299,8 @@ msgstr "aktiverad"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -308,7 +308,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -355,7 +355,7 @@ msgstr ""
"datornamn. Icke-lokala förfrågningar vidarebefordras till en DNS på utsidan."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Vad vill du göra:"
@@ -477,7 +477,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "Konfigurationsguide för DNS"
@@ -565,7 +565,7 @@ msgstr "E-postserver"
msgid "FTP server"
msgstr "FTP-server"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Samba-server"
@@ -592,7 +592,7 @@ msgstr "Diskussionsgruppserver"
msgid "Mandrake Install server"
msgstr "Namn på e-postserver:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "PXE-server"
@@ -836,85 +836,101 @@ msgstr ""
msgid "Install Server"
msgstr "Skrivarserver:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Konfigurationsguide för tidsserver"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Konfigurationsguide"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Databasserver"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Konfigurationsguide"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Användarkatalog:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Förnamn:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "Efternamn:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "Användarnamn:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Lösenord:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Hemkatalog:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr "Inloggningsskal:"
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "Grupp-ID:"
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
-msgstr "Behållare:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
+msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -922,84 +938,84 @@ msgstr ""
msgid "Password"
msgstr "Lösenord"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "Hemkatalog:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
-msgstr ""
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
+msgstr "Behållare:"
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Varning:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Utdelad katalog:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Guiden lyckades med att konfigurera proxyservern."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Guiden lyckades med att lägga till klienten."
#: ../news_wizard/Inn.pm:33
@@ -1095,7 +1111,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1320,7 +1336,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1345,7 +1361,8 @@ msgstr "Guiden lyckades med att konfigurera Samba-servern."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Guiden lyckades med att konfigurera Samba-servern."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1731,37 +1748,37 @@ msgstr "Proxy för Squid"
msgid "PXE Wizard"
msgstr "PXE-guide"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS-server"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "PXE-guide"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Databasserver"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1771,7 +1788,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1781,216 +1798,221 @@ msgstr ""
"här konfigurationen tillhandahåller en lokal DNS-tjänst för lokala "
"datornamn. Icke-lokala förfrågningar vidarebefordras till en DNS på utsidan."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Servernamn:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Användarkatalog:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Installationsmetod:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "TFTP-katalog:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Guiden lyckades med att lägga till klienten."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Guiden lyckades med att lägga till klienten."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Guiden lyckades med att lägga till klienten."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Guiden lyckades med att lägga till klienten."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Guiden lyckades med att konfigurera proxyservern."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2032,7 +2054,7 @@ msgstr "Samba behöver känna till vilken Windows-arbetsgrupp den ska tjäna."
msgid "Workgroup"
msgstr "Arbetsgrupp"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Arbetsgrupp:"
@@ -2151,7 +2173,7 @@ msgstr ""
"du/dem måste använda smbpasswd för att ange ett lösenord."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Utdelad katalog:"
@@ -2200,38 +2222,36 @@ msgstr "Konfigurerar Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Guiden samlade in följande parametrar som\n"
"behövs för att konfigurera Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Serverrubrik:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Filutdelning:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Skrivarserver:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Hem:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Skrivare:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Guiden lyckades med att konfigurera Samba-servern."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Konfigurerar FTP-servern"
diff --git a/po/ta.po b/po/ta.po
index 8cc786c5..5c2953b2 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard 1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2002-09-06 00:50+0800\n"
"Last-Translator: prabu<prabu_anand2000@yahoo.com>\n"
"Language-Team: Tamil <ta@li.org>\n"
@@ -42,12 +42,12 @@ msgstr "மாயாவியில் பிழை நேர்ந்துள
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "வாழ்த்துக்கள்"
@@ -137,7 +137,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "மாயாவியில் பிழை நேர்ந்துள்ளது"
@@ -266,8 +266,8 @@ msgstr "உங்கள் DHCP சேவைகளை வடிவமைக்
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "முடமாக்கப்பட்டுள்ளது"
@@ -276,8 +276,8 @@ msgstr "முடமாக்கப்பட்டுள்ளது"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "செயல்படுத்தப்பட்டுள்ளது"
@@ -293,8 +293,8 @@ msgstr "இந்த மாயாவி உங்கள் DHCP சேவைக
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "செயல்படுத்தப்பட்டுள்ளது"
@@ -302,8 +302,8 @@ msgstr "செயல்படுத்தப்பட்டுள்ளது"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -311,7 +311,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -362,7 +362,7 @@ msgstr ""
"பற்றிய DNS வினாக்களுக்கு வெளியிலுள்ள DNS சேவையகத்துக்குச் செல்லும்"
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -488,7 +488,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS மாயாவி (வடிவமைப்பு)"
@@ -585,7 +585,7 @@ msgstr "மின்னஞ்சல் சேவையகத்தின் ப
msgid "FTP server"
msgstr "FTP சேவையகம்"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "தரவுத்தளச் சேவையகம்"
@@ -615,7 +615,7 @@ msgstr "செய்தியஞ்சல் சேவையகம்"
msgid "Mandrake Install server"
msgstr "மின்னஞ்சல் சேவையகத்தின் பெயர்:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "NFS சேவையகம்"
@@ -860,88 +860,104 @@ msgstr ""
msgid "Install Server"
msgstr "அச்சு சேவையகம்:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "நேரச் சேவையக வடிவமைப்பு மாயாவி"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "வடிவமைப்பு மாயாவி"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "தரவுத்தளச் சேவையகம்"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "வடிவமைப்பு மாயாவி"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "பயனர் அடைவு:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "கணினிப்ெபயர்"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "கணினிப்ெபயர்"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "பயனரின்ெபயர்:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "கடவுச்ெசால்:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "பயனர் அடைவு:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -950,86 +966,86 @@ msgstr ""
msgid "Password"
msgstr "கடவுச்ெசால்:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "பயனர் அடைவு:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "எச்சரிக்ைக:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "பகிர்ந்துள்ள அைடவு"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr ""
"இந்த மாயாவி பினாமிச் சேவையை உங்கள் வலையமைப்புக்கு ஏற்றவாறு வெற்றிகரமாக வடிவமைத்தது"
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "மாயாவி உங்கள் வேண்டியை வெற்றிகரமாகச் சேர்த்துவிட்டது"
#: ../news_wizard/Inn.pm:33
@@ -1119,7 +1135,7 @@ msgstr "உங்கள் செய்தியஞ்சல் சேவைய
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1350,7 +1366,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1375,7 +1391,8 @@ msgstr "இந்த மாயாவி சம்பா சேவையை உ
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "இந்த மாயாவி சம்பா சேவையை உங்கள் வலையமைப்புக்கு ஏற்றவாறு வடிவமைத்தது."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1750,38 +1767,38 @@ msgstr "சுகுயிட் மாயாவி"
msgid "PXE Wizard"
msgstr "FTP மாயாவி"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS சேவையகம்"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP மாயாவி"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "தரவுத்தளச் சேவையகம்"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1791,7 +1808,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1801,218 +1818,223 @@ msgstr ""
"வலையமைப்பகத்தில் உள்ள கணினிகளுக்கு DNS சேவைகளை வழங்கும். வெளியில் உள்ள வலையமைப்புகளைப் "
"பற்றிய DNS வினாக்களுக்கு வெளியிலுள்ள DNS சேவையகத்துக்குச் செல்லும்"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "கணினியின் பெயர்:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "பயனர் அடைவு:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "பயனர் அடைவு:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "மாயாவி உங்கள் வேண்டியை வெற்றிகரமாகச் சேர்த்துவிட்டது"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "மாயாவி உங்கள் வேண்டியை வெற்றிகரமாகச் சேர்த்துவிட்டது"
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "மாயாவி உங்கள் வேண்டியை வெற்றிகரமாகச் சேர்த்துவிட்டது"
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "மாயாவி உங்கள் வேண்டியை வெற்றிகரமாகச் சேர்த்துவிட்டது"
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr ""
"இந்த மாயாவி பினாமிச் சேவையை உங்கள் வலையமைப்புக்கு ஏற்றவாறு வெற்றிகரமாக வடிவமைத்தது"
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2054,7 +2076,7 @@ msgstr "சம்பாவிற்கு தான் பரிமாறப்
msgid "Workgroup"
msgstr "பணிக்குழு"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "பணிக்குழு:"
@@ -2170,7 +2192,7 @@ msgstr ""
"கட்டளை மூலம் கடவுச்ெசால்ைல உருவாக்க வேண்டும்"
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "பகிர்ந்துள்ள அைடவு"
@@ -2218,36 +2240,34 @@ msgstr "சம்பா வடிவமைக்கப்படுகிறத
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr "உங்கள் சம்பா சேவையகளை வடிவமைக்க மாயாவி கீழுள்ள விவரங்களை சேகரித்துள்ளது"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "சேவையகத்தின் பட்டப்ெபயர்:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "பகிர்தல்"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "அச்சு சேவையகம்:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "இல்லம்:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "அச்சுப்ெபாறிகள்:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "இந்த மாயாவி சம்பா சேவையை உங்கள் வலையமைப்புக்கு ஏற்றவாறு வடிவமைத்தது."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "FTP சேவையகம் வடிவமைக்கப்படுகிறது"
@@ -2529,42 +2549,6 @@ msgstr "DNS சேவையகம் வடிவமைக்கப்படு
#~ msgid "IP number of the machine:"
#~ msgstr "இயக்கத்தின் IP முகவரி"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "தரவுத்தளச் சேவையகம்"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "DNS சேவையகம் வடிவமைக்கப்படுகிறது"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS சேவையகம்"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "செய்தியஞ்சல் சேவையகம்"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS சேவையகம்"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "நேரச் சேவையகங்கள்"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "செய்தியஞ்சல் சேவையகம்"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP மாயாவி"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "DNS வடிவமைப்பு மாயாவி"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "DNS சேவையக முகவரி"
diff --git a/po/tg.po b/po/tg.po
index 76fd84af..a1f761e3 100644
--- a/po/tg.po
+++ b/po/tg.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-tg\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-11-23 02:35+0500\n"
"Last-Translator: Dilshod A. Marupov <kct_tj@yahoo.co.uk>\n"
"Language-Team: Tajik <kct_tj@yahoo.co.uk>\n"
@@ -43,12 +43,12 @@ msgstr "Хатогӣ."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Табрик мекунем"
@@ -137,7 +137,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Хатогӣ"
@@ -264,8 +264,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "хомўш"
@@ -274,8 +274,8 @@ msgstr "хомўш"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "дар гиронида"
@@ -291,8 +291,8 @@ msgstr "Манъаи DHCP серверо устод бомуввафақият
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "дар гиронида"
@@ -300,8 +300,8 @@ msgstr "дар гиронида"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -309,7 +309,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -360,7 +360,7 @@ msgstr ""
"кампютератонбарои қабул кардани DNS-ни беруни"
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -486,7 +486,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "Dns (ба танзимдарорӣ)"
@@ -579,7 +579,7 @@ msgstr "Хидматрасонро фиристодан"
msgid "FTP server"
msgstr "Хидматрасони FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Хидматрасони Samba"
@@ -605,7 +605,7 @@ msgstr "Хидматрасони нав"
msgid "Mandrake Install server"
msgstr "Хидматрасонро фиристодан"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "хидматрасони Ftp"
@@ -855,88 +855,104 @@ msgstr ""
msgid "Install Server"
msgstr "Хидматрасони Чопӣ:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Танзимдарории хидматрасони вакт нигох дошта шуд"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "устоди ба танзимдарорӣ"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Хидматрасони Samba"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "устоди ба танзимдарорӣ"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Феҳристи корванд"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Номи Соҳиб:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Номи Соҳиб:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "номи корванд"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "гузарвожа"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Феҳристи корванд"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -945,85 +961,85 @@ msgstr ""
msgid "Password"
msgstr "гузарвожа"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Феҳристи корванд"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Диққат"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Феҳристи тақсим карда:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Устод бомуваффақатона хидматрасони proxy Шуморо ба танзим даровард."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Устод боммувофикият мизоҷро дохил кард."
#: ../news_wizard/Inn.pm:33
@@ -1115,7 +1131,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1343,7 +1359,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1368,7 +1384,8 @@ msgstr "Устод Samba хидматрасони Шуморо муваффақ
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Устод Samba хидматрасони Шуморо муваффақатан танзим дод."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1754,38 +1771,38 @@ msgstr "Устоди Squid"
msgid "PXE Wizard"
msgstr "Устоди FTP"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "хидматрасони Ftp"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "Устоди FTP"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Хидматрасони Samba"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1795,7 +1812,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1805,218 +1822,223 @@ msgstr ""
"шабака. Ин танзим дарори ба танзим даровардани шабакаи DNS барои номи "
"кампютератонбарои қабул кардани DNS-ни беруни"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Номи Хидматрасон:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Феҳристи корванд"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "коргузорӣ амалӣ нагардид"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Феҳристи корванд"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Устод боммувофикият мизоҷро дохил кард."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Устод боммувофикият мизоҷро дохил кард."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Устод боммувофикият мизоҷро дохил кард."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Устод боммувофикият мизоҷро дохил кард."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Устод бомуваффақатона хидматрасони proxy Шуморо ба танзим даровард."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2059,7 +2081,7 @@ msgstr "Samba бояд Гурўҳи кории Windowsе, ки ба он хид
msgid "Workgroup"
msgstr "Гурўҳи корӣ"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Гурўҳи корӣ:"
@@ -2180,7 +2202,7 @@ msgstr ""
"истифода баранд."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Феҳристи тақсим карда:"
@@ -2230,38 +2252,36 @@ msgstr "Танзими Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Устод параметрҳои зеринро барои ба танзим\n"
"даровардани Samba ҷамъ намуд."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Сарлавҳаи Хидматрасон:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Тақсими файл:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Хидматрасони Чопӣ:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Хона:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Чопгарҳо:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Устод Samba хидматрасони Шуморо муваффақатан танзим дод."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Ба танзим даровардани хидматрасони FTP"
@@ -2550,36 +2570,12 @@ msgstr "Ба танзим даровардани шабакаи DNS"
#~ msgid "IP number of the machine:"
#~ msgstr "IP рақами мошина"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Хидматрасони Samba"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Ба танзим даровардани шабакаи DNS"
-
#~ msgid "Dhcp server"
#~ msgstr "Хидматрасони Dhcp"
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Хидматрасони нав"
-
#~ msgid "Ftp server"
#~ msgstr "хидматрасони Ftp"
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Хидмарасони вақт"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Хабарҳои хидматрасон"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "Устоди DHCP"
-
#~ msgid "DNS Configuration Wizard"
#~ msgstr "Ба танзим даровардани устоди DNS"
diff --git a/po/tr.po b/po/tr.po
index bf8f7e6b..cd38cafb 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-tr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-01-28 01:18+0200\n"
"Last-Translator: Cengizhan Kaptan <kaptan@kablonet.com.tr>\n"
"Language-Team: Turkish <cooker-i18n@linux-mandrake.com>\n"
@@ -45,12 +45,12 @@ msgstr "Hata."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Tebrikler"
@@ -135,7 +135,7 @@ msgstr "dhcp kullanıyorsunuz, sunucu bu yapılandırmanızla çalışmayabilir.
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Hata"
@@ -260,8 +260,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "Pasif"
@@ -270,8 +270,8 @@ msgstr "Pasif"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "Etkin"
@@ -288,8 +288,8 @@ msgstr ""
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "Etkin"
@@ -297,8 +297,8 @@ msgstr "Etkin"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -306,7 +306,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr "Makine adınızı yeniden düzenlemeniz gerekiyor."
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -357,7 +357,7 @@ msgstr ""
"sağlayacak."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Ne yapmak istiyorsunuz:"
@@ -500,7 +500,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr "Tamam. Şimdi ikincil DNS yapılandırmanız gerçekleştiriliyor"
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "bu yapılandırma ile:"
@@ -583,7 +583,7 @@ msgstr "Posta sunucusu"
msgid "FTP server"
msgstr "FTP sunucusu"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Samba sunucusu"
@@ -608,7 +608,7 @@ msgstr "NIS sunucusu autofs"
msgid "Mandrake Install server"
msgstr "Mandrake Kurulum sunucusu"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "PXE sunucusu"
@@ -852,87 +852,103 @@ msgstr "Veri hedef dizine kopyalanıyor, bu işlem bir müddet sürebilir..."
msgid "Install Server"
msgstr "Kurulum sunucusu:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Zaman sunucusu yapılandırması kaydedildi"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr "Ekle - LDAP sunucusuna veri ekle"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "LDAP yapılandırma sihirbazı"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Veritabanı Sunucusu"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Yapılandırma Sihirbazı"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Kullanıcı dizini:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Bilgisayar Adı:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Bilgisayar Adı:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Kullanıcı Adı:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Parola:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Kullanıcı dizini:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -941,85 +957,85 @@ msgstr ""
msgid "Password"
msgstr "Parola:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Kullanıcı dizini:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Uyarı:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr "Tamam, şimdi LDAP yapılandırmanızı inşa ediyorum"
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Paylaşılmış Dizin:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr "Hata, parola boş olamaz"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr "Kabuğa girişte hata"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "Lütfen doğru bir tanesini seçiniz"
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr "Bir numara olmadı"
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Sihirbaz, vekil sunucunuzu başarılı bir şekilde yapılandırdı."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Sihirbaz, istemciyi başarılı bir şekilde ekledi."
#: ../news_wizard/Inn.pm:33
@@ -1112,7 +1128,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1345,7 +1361,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1370,7 +1386,8 @@ msgstr "Sihirbaz, Samba sunucunuzu başarılı bir şekilde yapılandırdı."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Sihirbaz, Samba sunucunuzu başarılı bir şekilde yapılandırdı."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1753,38 +1770,38 @@ msgstr "Squid sihirbazı"
msgid "PXE Wizard"
msgstr "FTP sihirbazı"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS Sunucusu"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP sihirbazı"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Veritabanı Sunucusu"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1794,7 +1811,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1805,218 +1822,224 @@ msgstr ""
"yönlendirme ile yerel bilgisayar isimleri için yerel bir DNS hizmeti "
"sağlayacak."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "Düzenlenecek Açılış imajı:"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Sunucu İsmi:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Kullanıcı dizini:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr "kurulum başarısız"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "ACPI seçeneği: Geçişmiş Yapılandırma ve Güç Arabirimi"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "APIC seçeneği:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "APIC seçeneği:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Kullanıcı dizini:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Sihirbaz, istemciyi başarılı bir şekilde ekledi."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Sihirbaz, istemciyi başarılı bir şekilde ekledi."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Sihirbaz, istemciyi başarılı bir şekilde ekledi."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Sihirbaz, istemciyi başarılı bir şekilde ekledi."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Sihirbaz, vekil sunucunuzu başarılı bir şekilde yapılandırdı."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2059,7 +2082,7 @@ msgstr "Samba, sunum yapacağı Windows Çalışmagrubunu bilmek zorunda."
msgid "Workgroup"
msgstr "Çalışma Grubu"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Çalışma Grubu:"
@@ -2180,7 +2203,7 @@ msgstr ""
"ama sizin/onların smbpassword ile bir parola belirlemesi gerekli."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Paylaşılmış Dizin:"
@@ -2230,38 +2253,36 @@ msgstr "Samba Yapılandırılıyor"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Samba'yı yapılandırmak için gereken parametreleri sihirbaz şu şekilde "
"belirledi:"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Sunucu Başlığı:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Dosya Paylaşımı:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Yazıcı Sunucusu:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Ev:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Yazıcılar:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Sihirbaz, Samba sunucunuzu başarılı bir şekilde yapılandırdı."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "Postfix sunucunuz yapılandırılıyor....."
@@ -2582,10 +2603,6 @@ msgstr "Sisteminiz ikincil DNS Sunucusu olarak yapılandırılıyor ..."
#~ msgid "The wizard successfully configured your proxy server."
#~ msgstr "Sihirbaz, vekil sunucunuzu başarılı bir şekilde yapılandırdı."
-#, fuzzy
-#~ msgid "The wizard successfully remove a PXE boot image."
-#~ msgstr "Sihirbaz, istemciyi başarılı bir şekilde ekledi."
-
#~ msgid ""
#~ "A client of your local network is a machine connected to the network "
#~ "having its own name and IP number."
@@ -2602,42 +2619,6 @@ msgstr "Sisteminiz ikincil DNS Sunucusu olarak yapılandırılıyor ..."
#~ msgid "IP number of the machine:"
#~ msgstr "Bİlgisayarın IP numarası:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Veritabanı Sunucusu"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "DNS Sunucusu yapılandırılıyor"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS Sunucusu"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Haber Sunucusu"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS Sunucusu"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Zaman Sunucuları"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Haber Sunucusu"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP Sihirbazı"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "DNS Yapılandırma Sihirbazı"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "DNS Sunucusu Adresleri"
diff --git a/po/uk.po b/po/uk.po
index cf01d18f..3496d548 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-uk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-09-09 09:04+0300\n"
"Last-Translator: Taras Boychuk <btr1@torba.com>\n"
"Language-Team: ukrainian <uk@li.org>\n"
@@ -43,12 +43,12 @@ msgstr "."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Ѥ"
@@ -137,7 +137,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
#, fuzzy
msgid "Error"
msgstr "."
@@ -269,8 +269,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr ""
@@ -279,8 +279,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "צ"
@@ -296,8 +296,8 @@ msgstr "ͦ Ц צ DHCP Ҧ."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "צ"
@@ -305,8 +305,8 @@ msgstr "צ"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -314,7 +314,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -364,7 +364,7 @@ msgstr ""
"Φ צĦ Φ DNS."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -490,7 +490,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "ͦ DNS"
@@ -587,7 +587,7 @@ msgstr " :"
msgid "FTP server"
msgstr " FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr " "
@@ -617,7 +617,7 @@ msgstr " "
msgid "Mandrake Install server"
msgstr " :"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr " NFS"
@@ -863,88 +863,104 @@ msgstr ""
msgid "Install Server"
msgstr " :"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "Ʀæ "
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr " ͦ"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr " "
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr " ͦ"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr " :"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr " :"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr " :"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "' :"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr ":"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr " :"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -953,85 +969,85 @@ msgstr ""
msgid "Password"
msgstr ":"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr " :"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr ":"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Ц :"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "ͦ Ц Ӧ-."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "ͦ Ц ̦."
#: ../news_wizard/Inn.pm:33
@@ -1124,7 +1140,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1353,7 +1369,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1378,7 +1394,8 @@ msgstr "ͦ Ц Samba."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "ͦ Ц Samba."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1764,38 +1781,38 @@ msgstr "ͦ Squit"
msgid "PXE Wizard"
msgstr "ͦ FTP"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr " NFS"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "ͦ FTP"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr " "
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1805,7 +1822,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
@@ -1815,218 +1832,223 @@ msgstr ""
"Ʀæ צ DNS 'Ҧ, "
"Φ צĦ Φ DNS."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr " :"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr " :"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
#, fuzzy
msgid "Installation method:"
msgstr " "
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr " :"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "ͦ Ц ̦."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "ͦ Ц ̦."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "ͦ Ц ̦."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "ͦ Ц ̦."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "ͦ Ц Ӧ-."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2069,7 +2091,7 @@ msgstr ""
msgid "Workgroup"
msgstr " "
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr " :"
@@ -2190,7 +2212,7 @@ msgstr ""
"/ Φ smbpasswd, ."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Ц :"
@@ -2240,37 +2262,35 @@ msgstr " Samba"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"ͦ ڦ Φ , ˦ ҦΦ Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr " :"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Ц :"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr " :"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "ͦ:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr ":"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "ͦ Ц Samba."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr " FTP"
@@ -2551,42 +2571,6 @@ msgstr " DNS-"
#~ msgid "IP number of the machine:"
#~ msgstr "IP- :"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr " DNS-"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr " NFS"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr " NFS"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "צ "
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "ͦ DHCP"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "ͦ DNS"
-
#~ msgid "DNS Server Addresses"
#~ msgstr " DNS-"
diff --git a/po/uz.po b/po/uz.po
index 4639a485..c1b1a623 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-uz@Cyrl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-11-16 11:30+0100\n"
"Last-Translator: Mashrab Kuvatov <kmashrab@uni-bremen.de>\n"
"Language-Team: Uzbek <uz-li@yahoogroups.com>\n"
@@ -46,12 +46,12 @@ msgstr "Хато."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Табриклаймиз"
@@ -138,7 +138,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Хато"
@@ -262,8 +262,8 @@ msgstr "DHCP хизматини мослаш учун ёрдамчи қуйид
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr ""
@@ -272,8 +272,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr ""
@@ -289,16 +289,16 @@ msgstr "Ёрдамчи серверингизнинг DHCP хизматлари
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr ""
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -306,7 +306,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -351,7 +351,7 @@ msgid ""
msgstr ""
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -473,7 +473,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS ёрдамчиси (мослаш)"
@@ -571,7 +571,7 @@ msgstr "Хат-хабар серверининг номи:"
msgid "FTP server"
msgstr "FTP сервери"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Маълумот база сервери"
@@ -601,7 +601,7 @@ msgstr "Янгиликлар сервери"
msgid "Mandrake Install server"
msgstr "Хат-хабар серверининг номи:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "NFS сервери"
@@ -842,89 +842,105 @@ msgstr ""
msgid "Install Server"
msgstr "Босиб чиқариш сервери:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "FTP серверини мослаш учун ёрдамчи"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Мослаш учун ёрдамчи"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Маълумот база сервери"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Мослаш учун ёрдамчи"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Фойдаланувчининг директорияси:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Компютернинг номи:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Компютернинг номи:"
# M:
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Фойдаланувчи:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Махфий сўз:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Фойдаланувчининг директорияси:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -933,86 +949,86 @@ msgstr ""
msgid "Password"
msgstr "Махфий сўз:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Фойдаланувчининг директорияси:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Диққат:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Директория:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Ёрдамчи Прокси серверингизни муваффақиятли мослади."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
# M:
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Ёрдамчи клиентни муваффақиятли қўшди."
#: ../news_wizard/Inn.pm:33
@@ -1095,7 +1111,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1323,7 +1339,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1348,7 +1364,8 @@ msgstr "Ёрдамчи Самба серверингизни муваффақи
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Ёрдамчи Самба серверингизни муваффақиятли мослади."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1710,38 +1727,38 @@ msgstr "Squid ёрдамчиси"
msgid "PXE Wizard"
msgstr "FTP ёрдамчи"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS сервери"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP ёрдамчи"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Маълумот база сервери"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1751,226 +1768,232 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Сервернинг номи:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Фойдаланувчининг директорияси:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Фойдаланувчининг директорияси:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+# M:
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Ёрдамчи клиентни муваффақиятли қўшди."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
# M:
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Ёрдамчи клиентни муваффақиятли қўшди."
# M:
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Ёрдамчи клиентни муваффақиятли қўшди."
# M:
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Ёрдамчи клиентни муваффақиятли қўшди."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Ёрдамчи Прокси серверингизни муваффақиятли мослади."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2011,7 +2034,7 @@ msgstr ""
msgid "Workgroup"
msgstr "Ишчи гуруҳ"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Ишчи гуруҳ:"
@@ -2113,7 +2136,7 @@ msgid ""
msgstr ""
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
#, fuzzy
msgid "Shared directory:"
msgstr "Директория:"
@@ -2160,38 +2183,36 @@ msgstr "Самба серверини мослаяпман"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Самба серверингизни мослаш учун ёрдамчи\n"
"қуйидаги параметрларни аниқлади"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr ""
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr ""
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Босиб чиқариш сервери:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Уй:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Принтерлар:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Ёрдамчи Самба серверингизни муваффақиятли мослади."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "FTP серверини мослаяпман"
@@ -2445,42 +2466,6 @@ msgstr "DNS серверини мослаяпман"
#~ msgid "IP number of the machine:"
#~ msgstr "Компютернинг IP рақами:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Маълумот база сервери"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "DNS серверини мослаяпман"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS сервери"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Янгиликлар сервери"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS сервери"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Вақт серверлари"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Янгиликлар сервери"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP ёрдамчиси"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "DNS хизматини мослаш учун ёрдамчи"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "DNS сервернинг манзиллари"
diff --git a/po/uz@Latn.po b/po/uz@Latn.po
index dd687e45..9f50242d 100644
--- a/po/uz@Latn.po
+++ b/po/uz@Latn.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-uz@Cyrl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2003-11-16 11:30+0100\n"
"Last-Translator: Mashrab Kuvatov <kmashrab@uni-bremen.de>\n"
"Language-Team: Uzbek <uz-li@yahoogroups.com>\n"
@@ -46,12 +46,12 @@ msgstr "Xato."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Tabriklaymiz"
@@ -139,7 +139,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Xato"
@@ -267,8 +267,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr ""
@@ -277,8 +277,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr ""
@@ -294,16 +294,16 @@ msgstr "Yordamchi serveringizning DHCP xizmatlarini muvaffaqiyatli mosladi."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr ""
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -311,7 +311,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -356,7 +356,7 @@ msgid ""
msgstr ""
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr ""
@@ -478,7 +478,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
#, fuzzy
msgid "with this configuration:"
msgstr "DNS yordamchisi (moslash)"
@@ -576,7 +576,7 @@ msgstr "Xat-xabar serverining nomi:"
msgid "FTP server"
msgstr "FTP serveri"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Samba server"
msgstr "Ma'lumot baza serveri"
@@ -606,7 +606,7 @@ msgstr "Yangiliklar serveri"
msgid "Mandrake Install server"
msgstr "Xat-xabar serverining nomi:"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
#, fuzzy
msgid "PXE server"
msgstr "NFS serveri"
@@ -848,89 +848,105 @@ msgstr ""
msgid "Install Server"
msgstr "Bosib chiqarish serveri:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
#, fuzzy
msgid "Server - Set configuration of LDAP server"
msgstr "FTP serverini moslash uchun yordamchi"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
msgid "LDAP configuration wizard"
msgstr "Moslash uchun yordamchi"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
#, fuzzy
-msgid "Setup a LDAP server."
+msgid "Setup a ldap server."
msgstr "Ma'lumot baza serveri"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
#, fuzzy
msgid "which operation on LDAP:"
msgstr "Moslash uchun yordamchi"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
#, fuzzy
-msgid "UID, GUID, home directory, "
+msgid "uid, guid, home directory, "
msgstr "Foydalanuvchining direktoriyasi:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
#, fuzzy
msgid "First Name:"
msgstr "Kompyuterning nomi:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
#, fuzzy
msgid "Last Name:"
msgstr "Kompyuterning nomi:"
# M:
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
#, fuzzy
msgid "User Name:"
msgstr "Foydalanuvchi:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Maxfiy so'z:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Foydalanuvchining direktoriyasi:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -939,86 +955,86 @@ msgstr ""
msgid "Password"
msgstr "Maxfiy so'z:"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
#, fuzzy
msgid "Home directory:"
msgstr "Foydalanuvchining direktoriyasi:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
#, fuzzy
msgid "shadowWarning:"
msgstr "Diqqat:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
#, fuzzy
msgid "Error in Home directory"
msgstr "Direktoriya:"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Yordamchi Proksi serveringizni muvaffaqiyatli mosladi."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
# M:
-#: ../ldap_wizard/ldap.pm:183
+#: ../ldap_wizard/ldap.pm:171
#, fuzzy
-msgid "The wizard successfully add entry in LDAP"
+msgid "The wizard successfully add entry in ldap"
msgstr "Yordamchi klientni muvaffaqiyatli qo'shdi."
#: ../news_wizard/Inn.pm:33
@@ -1101,7 +1117,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1332,7 +1348,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1357,7 +1373,8 @@ msgstr "Yordamchi Samba serveringizni muvaffaqiyatli mosladi."
#: ../nisautofs_wizard/Nisautofs.pm:148
#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "Yordamchi Samba serveringizni muvaffaqiyatli mosladi."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1721,38 +1738,38 @@ msgstr "Squid yordamchisi"
msgid "PXE Wizard"
msgstr "FTP yordamchi"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
#, fuzzy
msgid "Set PXE server"
msgstr "NFS serveri"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "PXE wizard"
msgstr "FTP yordamchi"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
#, fuzzy
msgid "Set a PXE server."
msgstr "Ma'lumot baza serveri"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1762,226 +1779,232 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
#, fuzzy
msgid "Server IP:"
msgstr "Serverning nomi:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
#, fuzzy
msgid "Install directory:"
msgstr "Foydalanuvchining direktoriyasi:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
msgid "TFTP directory:"
msgstr "Foydalanuvchining direktoriyasi:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+# M:
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "Yordamchi klientni muvaffaqiyatli qo'shdi."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
# M:
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
#, fuzzy
msgid "The wizard successfully add a PXE boot image."
msgstr "Yordamchi klientni muvaffaqiyatli qo'shdi."
# M:
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "Yordamchi klientni muvaffaqiyatli qo'shdi."
# M:
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
#, fuzzy
msgid "The wizard successfully modify image(s)."
msgstr "Yordamchi klientni muvaffaqiyatli qo'shdi."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
#, fuzzy
msgid "The wizard successfully configured your PXE server."
msgstr "Yordamchi Proksi serveringizni muvaffaqiyatli mosladi."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -2023,7 +2046,7 @@ msgstr ""
msgid "Workgroup"
msgstr "Ishchi guruh"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Ishchi guruh:"
@@ -2125,7 +2148,7 @@ msgid ""
msgstr ""
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
#, fuzzy
msgid "Shared directory:"
msgstr "Direktoriya:"
@@ -2172,38 +2195,36 @@ msgstr "Samba serverini moslayapman"
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Samba serveringizni moslash uchun yordamchi\n"
"quyidagi parametrlarni aniqladi"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr ""
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr ""
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Bosib chiqarish serveri:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Uy:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Printerlar:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Yordamchi Samba serveringizni muvaffaqiyatli mosladi."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "FTP serverini moslayapman"
@@ -2460,42 +2481,6 @@ msgstr "DNS serverini moslayapman"
#~ msgid "IP number of the machine:"
#~ msgstr "Kompyuterning IP raqami:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Ma'lumot baza serveri"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "DNS serverini moslayapman"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "NFS serveri"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Yangiliklar serveri"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS serveri"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Vaqt serverlari"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Yangiliklar serveri"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "DHCP yordamchisi"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "DNS xizmatini moslash uchun yordamchi"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "DNS serverning manzillari"
diff --git a/po/vi.po b/po/vi.po
index 778e736b..882de6d3 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-vi\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-02-04 12:31+0700\n"
"Last-Translator: Trinh Minh Thanh <tmthanh@yahoo.com>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
@@ -44,12 +44,12 @@ msgstr "Lỗi."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Chúc mừng"
@@ -135,7 +135,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Lỗi"
@@ -263,8 +263,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "Tắt"
@@ -273,8 +273,8 @@ msgstr "Tắt"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "bật"
@@ -290,8 +290,8 @@ msgstr "Đồ thuật đã cấu hình thành công các dịch vụ DHCP cho m
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
#, fuzzy
msgid "Failed"
msgstr "bật"
@@ -299,8 +299,8 @@ msgstr "bật"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
@@ -308,7 +308,7 @@ msgstr ""
msgid "You need to readjust your hostname."
msgstr "Bạn cần hiệu chỉnh lại hostname của bạn."
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -358,7 +358,7 @@ msgstr ""
"ngoài được chuyển tiếp đến một DNS bên ngoài."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Cái bạn muốn làm là:"
@@ -490,7 +490,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr "OK, bây giờ hãy cấu hình DNS phụ của bạn"
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "với cấu hình này:"
@@ -571,7 +571,7 @@ msgstr "Máy chủ Mail"
msgid "FTP server"
msgstr "Máy chủ FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Máy chủ Samba"
@@ -595,7 +595,7 @@ msgstr "NIS server autofs map"
msgid "Mandrake Install server"
msgstr "Máy chủ cài đặt Mandrake"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "Máy chủ PXE"
@@ -837,85 +837,99 @@ msgstr "Đang sao chép dữ liệu đến thư mục đích, hãy chờ một l
msgid "Install Server"
msgstr "Máy chủ cài đặt"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "Máy chủ - Lập cấu hình máy chủ LDAP"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr "Thêm - thêm mục nhập trong máy chủ LDAP"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "Đồ thuật cấu hình LDAP"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+#, fuzzy
+msgid "Setup a ldap server."
msgstr "Thiết lập máy chủ LDAP."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr "chức năng cho LDAP:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr "Thêm dữ liệu vào LDAP"
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
msgstr "UID, GUID, thư mục home, "
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Tên:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "Họ:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "Tên người dùng:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Mật khẩu:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "Thư mục home:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr "Shell đăng nhập:"
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
-msgstr "Số UID:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
+msgstr "số uid:"
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "ID nhóm:"
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
-msgstr "Container:"
+#: ../ldap_wizard/ldap.pm:99
+#, fuzzy
+msgid "LDAP RootDSE"
+msgstr "RootDSE"
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
msgstr ""
-"LDAP RootDSE\n"
-"Ví dụ: \"obelx.nux.com\" sẽ là \"dc=obelx,dc=nux,dc=com\" trong LDAP "
-"config.\n"
-"\n"
-"RootDN là nhà quản trị máy chủ LDAP."
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr "RootDSE"
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr "RootDN"
@@ -923,80 +937,82 @@ msgstr "RootDN"
msgid "Password"
msgstr "Mật khẩu"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr "OU mặc định"
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr "OK, bây giờ hãy thêm mục nhập trong LDAP"
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "Thư mục home:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
-msgstr "số uid:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
+msgstr "Container:"
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr "shadowMax:"
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr "shadowMin:"
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr "shadowWarning:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr "shadowInactive:"
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr "shadowExpire:"
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr "objectClass:"
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr "OK, bây giờ tạo cấu hình LDAP của bạn"
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "Lỗi trong thư mục home"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr "Lỗi, mật khẩu không được để trống"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr "Lỗi trong shell đăng nhập"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "Hãy chọn một cái đúng"
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr "Nên là số"
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "Đồ thuật hoàn thành cấu hình LDAP."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+#, fuzzy
+msgid "Successfully add data"
msgstr "Hoàn thành việc thêm dữ liệu"
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+#, fuzzy
+msgid "The wizard successfully add entry in ldap"
msgstr "Đồ thuật hoàn thành việc thêm mục nhập trong LDAP"
#: ../news_wizard/Inn.pm:33
@@ -1086,7 +1102,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1310,8 +1326,8 @@ msgid "NIS server: hostname of the nisserver."
msgstr "Máy chủ NIS: hostname của nisserver."
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
-msgstr "Sẽ lập cho máy của bạn có máy khách NIS."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
+msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
msgid "Error should be a directory"
@@ -1334,8 +1350,10 @@ msgid "The wizard successfully configured your machine to be a NIS client."
msgstr "Đồ thuật hoàn thành cấu hình máy tính của bạn thành máy khách NIS."
#: ../nisautofs_wizard/Nisautofs.pm:148
+#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr ""
"Đồ thuật hoàn thành cấu hình máy tính của bạn làm một NIS với autofs map."
@@ -1710,36 +1728,36 @@ msgstr "Squid proxy"
msgid "PXE Wizard"
msgstr "Đồ thuật PXE"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Lập máy chủ PXE"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr "Thêm ảnh khởi động vào PXE"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr "Bỏ ảnh khởi động khỏi PXE"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr "Thay đổi ảnh khởi động trong PXE"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
#, fuzzy
msgid "Add all.rdz image in PXE"
msgstr "Thêm ảnh khởi động vào PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "Đồ thuật PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Lập máy chủ PXE."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1749,7 +1767,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
@@ -1757,61 +1775,61 @@ msgstr ""
"Đồ thuật này cung cấp dịch vụ PXE và cho phép thêm/bỏ/thay đổi các ảnh khởi "
"động."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "Thêm ảnh khởi động"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr "Tên PXE: tên trong PXE menu (một từ/số, và không có dấu cách)"
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr "Đường dẫn của ảnh: đường dẫn đầy đủ (cần ảnh khởi động mạng)"
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
#, fuzzy
msgid "Path to all.rdz: full path to all.rdz image"
msgstr "Đường dẫn của ảnh: đường dẫn đầy đủ (cần ảnh khởi động mạng)"
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr "Chọn ảnh khởi động PXE mà bạn muốn bỏ khỏi máy chủ PXE."
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr "Bỏ ảnh khởi động"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr "Ảnh khởi động sẽ bỏ:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr "Thêm tùy chọn cho ảnh khởi động:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "Hãy chọn ảnh khởi động PXE để thay đổi"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "Ảnh khởi động sẽ cấu hình:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
"Thư mục cài đặt: đường dẫn đầy đủ tới thư mục của máy chủ cài đặt Mandrake"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr "Phương thức cài đặt: chọn nfs/http để cài đặt qua via nfs/http."
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr "Tùy chọn sẽ thêm vào đĩa khởi động PXE"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
@@ -1819,155 +1837,164 @@ msgstr ""
"IP máy chủ: địa chỉ IP có chứa thư mục cài đặt. Bạn có thể tạo ra bằng đồ "
"thuật máy chủ cài đặt Mandrake."
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "Ảnh khởi động sẽ thay đổi:"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "IP máy chủ:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "Thư mục cài đặt:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Phương thức cài đặt:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "Tùy chọn ACPI: Advanced Configuration and Power Interface"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr "Giao diện máy chủ mạng: qua đó để cài đặt máy khách."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr "Ramsize: đặt đúng ramsize lên đĩa khởi động."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
#, fuzzy
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr "Tùy chọn VGA: nếu bạn gặp trục trặc với VGA, hãy hiệu chỉnh. "
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "Giao diện máy khách mạng:"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "Ramsize:"
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "Tùy chọn VGA:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "Tùy chọn ACPI:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "Tùy chọn APIC:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "Tùy chọn APIC:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
"Nó sẽ cấu hình mọi tập tin cấu hình mặc định cần thiết để lập máy chủ PXE."
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "Cần dùng một dhcpd.conf riêng biệt với tham số của PXE."
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr "Hãy cung cấp ảnh khởi động..."
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr "Hãy chọn ảnh từ một thư mục khác với %s."
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr "Hãy cung cấp một tên chính xác trong mục PXE (một từ)."
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
"Để thêm/bỏ/thay đổi ảnh khởi động PXE, bạn cần chạy 'Lập máy chủ PXE' trước."
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr "Hãy cung cấp tên khác cho menu PXE"
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr "Tên tương tự đã được dùng trong mục menu PXE rồi"
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+#, fuzzy
+msgid "Will now prepare all default files to set the PXE server"
msgstr "Bây giờ sẽ chuẩn bị mọi tập tin mặc định để lập máy chủ PXE"
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "Thư mục TFTP:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "Đường dẫn ảnh khởi động:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr "Tập tin PXE 'mặc định' :"
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr "Tập tin PXE 'trợ giúp' :"
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+#, fuzzy
+msgid "Will now modify boot options in image"
msgstr "Bây giờ sẽ thay đổi các tùy chọn khởi động trong ảnh"
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
msgstr "Bây giờ sẽ bỏ ảnh khởi động PXE của bạn"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr "Mục PXE sẽ bỏ:"
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+#, fuzzy
+msgid "Will now add your PXE boot image"
msgstr "Bây giờ sẽ thêm ảnh khởi động PXE của bạn"
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "Đồ thuật bổ sung thành công ảnh khởi động PXE."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
msgid "The wizard successfully removed the PXE boot image."
msgstr "Đồ thuật gỡ bỏ thành công ảnh khởi động PXE."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "Đồ thuật thay đổi thành công (các) ảnh."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "Đồ thuật hoàn thành cấu hình máy chủ PXE của bạn."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "Đang cấu hình máy chủ PXE ...."
@@ -2009,7 +2036,7 @@ msgstr "Samba cần biết về Nhóm Làm Việc của Windows mà nó phục v
msgid "Workgroup"
msgstr "Nhóm làm việc"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Nhóm làm việc:"
@@ -2127,7 +2154,7 @@ msgstr ""
"Samba nhưng bạn và họ phải sử dụng smbpasswd để lập mật khẩu."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "Thư mục chia sẻ:"
@@ -2174,38 +2201,37 @@ msgid "Configuring Samba"
msgstr "Cấu hình Samba"
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+#, fuzzy
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"Đồ thuật đã thu thập các tham số sau đây\n"
"cấu hình Samba."
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Banner máy chủ:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Chia sẻ tập tin:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Máy chủ in:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Home:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Máy in :"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Đồ thuật đã hoàn thành cấu hình máy chủ Samba của bạn."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
msgid "Configuring your Samba server..."
msgstr "Đang cấu hình máy chủ Samba..."
@@ -2449,6 +2475,25 @@ msgstr "Máy chủ web Apache"
msgid "Configuring your system as Apache server ..."
msgstr "Cấu hình hệ thống làm máy chủ DNS phụ..."
+#~ msgid "UID number:"
+#~ msgstr "Số UID:"
+
+#~ msgid ""
+#~ "LDAP RootDSE\n"
+#~ "Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
+#~ "config.\n"
+#~ "\n"
+#~ "RootDN is the manager of your LDAP server."
+#~ msgstr ""
+#~ "LDAP RootDSE\n"
+#~ "Ví dụ: \"obelx.nux.com\" sẽ là \"dc=obelx,dc=nux,dc=com\" trong LDAP "
+#~ "config.\n"
+#~ "\n"
+#~ "RootDN là nhà quản trị máy chủ LDAP."
+
+#~ msgid "Will set your computer has a NIS client."
+#~ msgstr "Sẽ lập cho máy của bạn có máy khách NIS."
+
#~ msgid "Choose a country:"
#~ msgstr "Chọn quốc gia:"
@@ -2484,42 +2529,6 @@ msgstr "Cấu hình hệ thống làm máy chủ DNS phụ..."
#~ msgid "IP number of the machine:"
#~ msgstr "Số IP của máy tính :"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "Máy Chủ Cơ Sở Dữ Liệu"
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "Cấu hình Máy Chủ DNS"
-
-#, fuzzy
-#~ msgid "Dhcp server"
-#~ msgstr "Máy Chủ NFS"
-
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Máy Chủ Tin Tức"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "Máy Chủ NFS"
-
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "Máy Chủ Thời Gian"
-
-#, fuzzy
-#~ msgid "Nis+autofs Server"
-#~ msgstr "Máy Chủ Tin Tức"
-
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "Đồ Thuật DHCP"
-
-#, fuzzy
-#~ msgid "DNS Configuration Wizard"
-#~ msgstr "Đồ Thuật Cấu Hình DNS"
-
#~ msgid "DNS Server Addresses"
#~ msgstr "Địa Chỉ Máy Chủ DNS"
diff --git a/po/wa.po b/po/wa.po
index 5fe5e386..b881a88d 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-01-30 16:04+0100\n"
"Last-Translator: Pablo Saratxaga <pablo@walon.org>\n"
"Language-Team: Walloon <linux-wa@walon.org>\n"
@@ -45,12 +45,12 @@ msgstr "Aroke."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Complumints"
@@ -138,7 +138,7 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "Aroke"
@@ -270,8 +270,8 @@ msgstr ""
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "dismetou"
@@ -280,8 +280,8 @@ msgstr "dismetou"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "en alaedje"
@@ -298,16 +298,16 @@ msgstr ""
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr "Berwete"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Renondez l' macrea, et s' sayîz d' candjî kékes parametes."
@@ -315,7 +315,7 @@ msgstr "Renondez l' macrea, et s' sayîz d' candjî kékes parametes."
msgid "You need to readjust your hostname."
msgstr "Vos dvoz coridjî vosse no d' lodjoe."
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -366,7 +366,7 @@ msgstr ""
"redjiblêyes viè on sierveu DNS å dfoû."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "Cwè voloz vs fé:"
@@ -499,7 +499,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "avou cist apontiaedje ci:"
@@ -580,7 +580,7 @@ msgstr "Sierveu d' emilaedje"
msgid "FTP server"
msgstr "Sierveu FTP"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Sierveu Samba"
@@ -604,7 +604,7 @@ msgstr "Mape autofs pol sierveu NIS"
msgid "Mandrake Install server"
msgstr "Sierveu d' astalaedje di Mandrake"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "Sierveu PXE"
@@ -844,80 +844,95 @@ msgstr ""
msgid "Install Server"
msgstr "Sierveu d' astalaedje:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "Sierveu - Defini l' apontiaedje do sierveu LDAP"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr "Radjouter - radjouter ene intrêye å sierveu LDAP"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "Macrea d' apontiaedje LDAP"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+msgid "Setup a ldap server."
msgstr "Apontyî on sierveu LDAP."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr "kéne operåcion po LDAP:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr "Radjouter des dnêyes po LDAP"
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
-msgstr "UID, GID, ridant måjhon, "
+#: ../ldap_wizard/ldap.pm:84
+msgid "uid, guid, home directory, "
+msgstr "uid, gid, ridant måjhon, "
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Pitit No:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "No d' famile:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "No d' elodjaedje:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "Sicret:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+msgid "Home Directory:"
+msgstr "Ridant måjhon:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr "Shell d' elodjaedje:"
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
-msgstr "Idintifiant d' uzeu (UID):"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
+msgstr "limero uid:"
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "Idintifiant di groupe (GID):"
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -925,80 +940,80 @@ msgstr ""
msgid "Password"
msgstr "Sicret"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr "'l est bon. Asteure radjouter l' intrêye po LDAP"
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "Ridant måjhon:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
-msgstr "limero uid:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
+msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr "I va; asteure dji fwait l' apontiaedje di vosse LDAP"
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "Åk n' a nén stî avou l' ridant måjhon"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr "Aroke, li scret èn pout nén esse vude"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr "Åk ni va nén avou l' shell d' elodjaedje"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "S' i vs plait, tchoezixhoz è onk k' est corek"
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr "S' i vs plait, ça doet esse on limero"
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "Li macrea a-st apontyî comifåt li LDAP."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr "Les dnêyes ont stî radjoutêyes comifåt"
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+msgid "The wizard successfully add entry in ldap"
msgstr "Li macrea a radjouté comifåt l' intrêye po LDAP."
#: ../news_wizard/Inn.pm:33
@@ -1084,7 +1099,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1304,7 +1319,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1328,10 +1343,11 @@ msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:148
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr ""
-"Li macrea a-st apontyî comifåt vosse copiutrece po-z esse on cliyint NIS "
-"eployant autofs."
+"Li macrea a-st apontyî comifåt vosse copiutrece po-z esse on sierveu NIS "
+"eployant l' mapaedje autofs."
#: ../nisautofs_wizard/Nisautofs.pm:309
msgid "Configuring your system to be a NIS server with Autofs map..."
@@ -1700,35 +1716,35 @@ msgstr "Procsi Squid"
msgid "PXE Wizard"
msgstr "Macrea PXE"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "Defini sierveu PXE"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr "Radjouter ene imådje d' enondaedje e PXE"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr "Oister ene imådje d' enondaedje e PXE"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr "Candjî ene imådje d' enondaedje e PXE"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr "Radjouter ene imådje all.rdz e PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "Macrea PXE"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "Defini on sierveu PXE."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1738,7 +1754,7 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
@@ -1747,65 +1763,65 @@ msgstr ""
"fornirè des siervice PXE, eyet li possibilité di radjouter/oister/candjî des "
"imådjes d' enondaedje."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "Radjouter ene imådje d' enondaedje"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr "No do PXE: li no el menu PXE (on mot/limero, pont d' blancs)"
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
"Tchimin po l' imådje: tchimin en etir disk' a l' imådje (imådje "
"d' enondaedje rantoele)"
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr "Tchimin po all.rdz: tchimin en etir disk' a l' imådje all.rdz"
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
"Tchoezixhoz l' imådje d' enondaedje PXE ki vos vloz oister foû do sierveu "
"PXE."
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr "Oister ene imådje d' enondaedje"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr "Imådje d' enondaedje a oister:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr "Radjouter ene tchuze a l' imådje d' enondaedje:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "Tchoezixhoz l' imådje d' enondaedje PXE a candjî"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "Imådje d' enondaedje a-z apontyî:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
"Ridant d' astalaedje: tchimin en etir disk' å ridant do sierveu "
"d' astalaedje MDK"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr "Metôde d' astalaedje: tchoezixhoz nfs/http po-z astaler viè nfs/http."
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr "Tchuzes a radjouter al plakete d' enondaedje PXE"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
@@ -1813,157 +1829,168 @@ msgstr ""
"IP do sierveu: adresse IP do sierveu k' a l' ridant d' astalaedje. Vos ndè "
"ploz askepyî onk avou l' macrea do sierveu d' astalaedje MDK."
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "Imådje d' enondaedje a candjî:"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "Adresse IP do sierveu:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "Ridant d' astalaedje:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Metôde d' astalaedje:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
"Tchuze ACPI: Eterface d' apontiaedje avancî eyet manaedjmint d' enerdjeye"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
"Eterface cliyint rantoele: åd triviè di kéne eterface rantoele li cliyint "
"doet i esse astalé."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
"Memwere: coridjî li grandeu del memwere (ramsize) sol plakete d' enondaedje."
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
"Môde VGA: si vos avoz des rujhes avou l' môde VGA, vos l' poloz candjî chal."
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "Eterface cliyint rantoele:"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "Memwere:"
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "Môde VGA:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "Tchuze ACPI:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "Tchuze APIC:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr "Tchuze da vosse:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
+"Çouchail aponteyrè totes les prémetous fitchîs d' apontiaedje k' i fåt "
+"polsierveu PXE."
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
+"I gn a mezåjhe d' eployî on dhcpd.conf sipeciå avou l' paramete po PXE."
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
-msgstr ""
+msgstr "Dinez ene enondåve imådje s' i vs plait..."
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr "Dj' a mezåjhe d' ene imådje. Radjoutez è ene s' i vs plait."
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
-msgstr ""
+msgstr "Tchoezixhoz ene imådje d' on ridant diferindi %s s' i vs plait."
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
-msgstr ""
+msgstr "Dinez on no corek dins l' intrêye PXE (on seu mot)."
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
+"Po radjouter/oister/candjî l' imådje PXE, vos dvoz d' aprume enonder «Defini "
+"sierveu PXE»."
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
-msgstr ""
+msgstr "Dinez èn ôte no d' menu PXE s' i vs plait"
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
-msgstr ""
+msgstr "On no rshonnant est ddja en alaedje come intrêye di menu PXE"
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
+"Asteure, dji va preparer tos les prémetous fitchîs k' end a mezåjhe pol "
+"sierveu PXE"
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "Ridant TFTP:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "Tchimin po l' imådje d' enondaedje:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
-msgstr ""
+msgstr "Prémetou fitchî PXE «default»:"
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
-msgstr ""
+msgstr "Fitchî d' aidance PXE «help»:"
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
+msgstr "Asteure, dji va candjî les tchuzes d' enondaedje di l' imådje"
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+msgid "Will now remove your PXE boot image"
+msgstr "Asteure, dji va oister voste imådje d' enondaedje PXE"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
-msgstr ""
+msgstr "Intrêye PXE a oister:"
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
+msgstr "Asteure, dji va radjouter voste imådje d' enondaedje PXE"
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "Li macrea a radjouté comifåt ene imådje d' enondaedje PXE."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
msgid "The wizard successfully removed the PXE boot image."
msgstr "Li macrea a oisté comifåt l' imådje d' enondaedje PXE."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "Li macrea a candjî comifåt li(les) imådje(s)."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "Li macrea a-st apontyî comifåt vosse sierveu PXE."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "Apontiaedje do sierveu PXE so vosse sistinme..."
@@ -2005,7 +2032,7 @@ msgstr "Samba a mezåjhe di cnoxhe li groupe d' ovraedje Windows a siervi."
msgid "Workgroup"
msgstr "Groupe d' ovraedje"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "Groupe d' ovraedje:"
@@ -2109,7 +2136,7 @@ msgid ""
msgstr ""
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr ""
@@ -2157,38 +2184,36 @@ msgid "Configuring Samba"
msgstr "Apontiaedje di Samba"
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
-"Li macrea a ramexhné les parametes shuvants,\n"
-"k' end a mezåjhe po-z apontyî Samba"
+"Li macrea a ramexhné les parametes shuvants, k' end a mezåjhe po-z apontyî "
+"Samba"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "Messaedje do sierveu:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "Pårtaedje di fitchîs:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "Sierveu d' imprimaedje:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "Måjhon:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "Sicrireces:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "Li macrea a-st apontyî comifåt vosse sierveu Samba."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
msgid "Configuring your Samba server..."
msgstr "Apontiaedje do sierveu Samba da vosse..."
@@ -2432,10 +2457,15 @@ msgstr "Sierveu waibe apache"
msgid "Configuring your system as Apache server ..."
msgstr "Apontiaedje di vosse sistinme come sierveu waibe Apache..."
-#~ msgid "Choose a country:"
-#~ msgstr "Tchoezixhoz on payis:"
+#~ msgid "UID number:"
+#~ msgstr "Idintifiant d' uzeu (UID):"
-#~ msgid "The wizard collected the following parameters configure Samba."
+#~ msgid ""
+#~ "The wizard collected the following parameters\n"
+#~ "configure Samba."
#~ msgstr ""
#~ "Li macrea a ramexhné les parametes shuvants,\n"
#~ "k' end a mezåjhe po-z apontyî Samba"
+
+#~ msgid "Choose a country:"
+#~ msgstr "Tchoezixhoz on payis:"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 167eb968..6e931f3e 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard 10.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-02-12 18:13+0800\n"
"Last-Translator: Funda Wang <fundawang@linux.net.cn>\n"
"Language-Team: Mandrake Simplified Chinese <mandrake@en2china.com>\n"
@@ -46,12 +46,12 @@ msgstr "出错。"
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "恭喜"
@@ -130,7 +130,7 @@ msgstr "您在使用 dhcp,服务器可能无法按照您的配置工作。"
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "出错"
@@ -249,8 +249,8 @@ msgstr "为了配置 DHCP 服务,向导收集了下列需要的参数:"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "已禁用"
@@ -259,8 +259,8 @@ msgstr "已禁用"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "已启用"
@@ -276,16 +276,16 @@ msgstr "向导成功地为您的服务器配置了 DHCP 服务。"
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr "失败"
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "重新调用配置向导,然后试着更新一些参数。"
@@ -293,7 +293,7 @@ msgstr "重新调用配置向导,然后试着更新一些参数。"
msgid "You need to readjust your hostname."
msgstr "您需要重新调整您的主机名。"
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -340,7 +340,7 @@ msgstr ""
"的计算机名字,非本地的请求将被转发给外部的 DNS。"
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "您想要执行何种操作:"
@@ -468,7 +468,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr "好的,现在正在创建您的从 DNS 服务器配置"
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "使用这个配置:"
@@ -549,7 +549,7 @@ msgstr "邮件服务器"
msgid "FTP server"
msgstr "FTP 服务器"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Samba 服务器"
@@ -573,7 +573,7 @@ msgstr "NIS 服务器 Autofs 映射"
msgid "Mandrake Install server"
msgstr "Mandrake 安装服务器"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "PXE 服务器"
@@ -808,84 +808,99 @@ msgstr "正在复制数据到目的文件夹,这将需要几分钟时间...."
msgid "Install Server"
msgstr "安装服务器"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "服务器 - 设置 LDAP 服务器的配置"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr "添加 - 添加 LDAP 服务器的入口"
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "LDAP 配置向导"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+#, fuzzy
+msgid "Setup a ldap server."
msgstr "设置 LDAP 服务器。"
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr "在 LDAP 中进行什么操作:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr "往 LDAP 中添加数据"
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
msgstr "UID,GUID,home 目录,"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "名:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "姓:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "用户名:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "密码:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "用户目录:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr "登录 shell 环境:"
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr "UID 号:"
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr "组 IP(GID):"
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
-msgstr "容器:"
+#: ../ldap_wizard/ldap.pm:99
+#, fuzzy
+msgid "LDAP RootDSE"
+msgstr "RootDSE"
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
msgstr ""
-"LDAP RootDSE\n"
-"例如:\"obelx.nux.com\"应该是\"dc=obelx,dc=nux,dc=com\" 在 LDAP 配置中。\n"
-"\n"
-"RootDN 是您的 LDAP 服务器的管理器。"
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr "RootDSE"
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr "RootDN"
@@ -893,80 +908,82 @@ msgstr "RootDN"
msgid "Password"
msgstr "密码"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr "默认 OU"
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr "好的,现在在 LDAP 中添加入口"
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "用户目录:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
-msgstr "UID 号:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
+msgstr "容器:"
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr "shadowMax:"
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr "shadowMin:"
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr "shadowWarning:"
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr "shadowInactive:"
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr "shadowExpire:"
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr "objectClass:"
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr "好的,现在正在创建您的 LDAP 配置"
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr "Home 目录中有错"
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr "错误,pass 不能为空"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr "Login shell 中有错"
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr "请选择正确的项"
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr "应该是一个数字"
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "向导成功地配置了 LDAP。"
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+#, fuzzy
+msgid "Successfully add data"
msgstr "成功地添加了数据"
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+#, fuzzy
+msgid "The wizard successfully add entry in ldap"
msgstr "向导成功地在 LDAP 中添加了项"
#: ../news_wizard/Inn.pm:33
@@ -1051,7 +1068,7 @@ msgstr "为了配置 Internet 新闻组服务,向导收集了下列需要的
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1273,8 +1290,8 @@ msgid "NIS server: hostname of the nisserver."
msgstr "NIS 服务器:NIS 服务器的主机名。"
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
-msgstr "将要设置您的计算机拥有一个 NIS 客户端。"
+msgid "The ypbind daemon binds NIS client to a NIS domain"
+msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
msgid "Error should be a directory"
@@ -1297,8 +1314,10 @@ msgid "The wizard successfully configured your machine to be a NIS client."
msgstr "向导成功地将您的计算机配置为 NIS 客户。"
#: ../nisautofs_wizard/Nisautofs.pm:148
+#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "向导成功地将您的计算机配置为带 autofs 映射的 NIS。"
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1646,35 +1665,35 @@ msgstr "Squid 代理服务器"
msgid "PXE Wizard"
msgstr "PXE 向导"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "设置 PXE 服务器"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr "在 PXE 中添加启动映像"
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr "在 PXE 中删除启动映像"
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr "修改 PXE 中的启动映像"
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr "在 PXE 中添加 all.fdz 映像"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "PXE 向导"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "设置 PXE 服务器。"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1688,65 +1707,65 @@ msgstr ""
"PXE 保存在其 ROM 中。当计算机启动时,BIOS 装载 PXE ROM 到内存中,并且执行。一"
"个菜单将会显示出来,允许计算机从网络中启动操作系统。"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
msgstr "此向导将提供一个 PXE 服务,以及添加/删除/修改启动映像的能力。"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr "添加启动映像"
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr "PXE 名称:PXE 菜单中的名称(一个单词或数字,无空格)"
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr "映像的路径:映像的完整路径(需要网络启动映像)"
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr "all.rdz 的路径:all.rdz 映像的完整路径"
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr "选择您想要从 PXE 服务器上删除的 PXE 启动映像。"
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr "删除引导映像"
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr "要删除的引导映像:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr "将选项添加到引导映像:"
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr "请选择要修改的 PXE 引导映像"
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr "要配置的引导映像:"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr "安装文件夹:完整的 MDK 安装服务器文件夹路径"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr "安装方式:若用 nfs/http 方式安装,选择 nfs/http。"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr "添加 PXE 启动映像的选项"
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
@@ -1754,152 +1773,161 @@ msgstr ""
"服务器 IP:包含安装文件夹的服务器的 IP 地址。您能够通过 MDK 安装服务器向导来"
"创建。"
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "要修改的启动映像:"
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "服务器 IP:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "安装目录:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "安装方式:"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "ACPI 选项:高级配置和电源接口"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr "网卡:通过哪块网卡安装。"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr "内存大小:在启动盘上调整内存大小。"
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr "VGA 选项:如果您遇到了一些 VGA 上的问题,请调整。"
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "网卡:"
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "内存大小:"
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "VGA 选项:"
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "ACPI 选项:"
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "APIC 选项:"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+#, fuzzy
+msgid "Custom option:"
+msgstr "APIC 选项:"
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr "这将会配置所有的默认配置文件,已设置 PXE 服务器。"
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr "我们需要使用带 PXE 参数的特殊 dhcpd.conf。"
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr "请提供可引导的映像..."
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr "需要映像。请先添加。"
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr "请从不同于 %s 文件夹的文件夹中选择一个映像文件。"
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr "请在 PXE 入口中提供一个正确的名字(一个单词)。"
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr "要添加、删除或修改 PXE 启动映像,您需要先运行“设置 PXE 服务器”。"
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr "请提供另外的 PXE 菜单名"
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr "相似的名字已经在 PXE 菜单入口中用过了"
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+#, fuzzy
+msgid "Will now prepare all default files to set the PXE server"
msgstr "现在将要准备所有的默认文件,以设置 PXE 服务器"
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "TFTP 目录:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr "启动映像路径:"
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr "PXE“默认”文件:"
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr "PXE“帮助”文件:"
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+#, fuzzy
+msgid "Will now modify boot options in image"
msgstr "现在即将修改映像中的引导选项"
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
msgstr "现在即将删除您的 PXE 引导映像"
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr "要删除的 PXE 项:"
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+#, fuzzy
+msgid "Will now add your PXE boot image"
msgstr "现在将添加您的 PXE 引导映像"
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "向导成功地添加了 PXE 引导映像。"
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
msgid "The wizard successfully removed the PXE boot image."
msgstr "向导成功地删除了 PXE 引导映像。"
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "向导成功地修改了映像。"
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "向导成功地配置了您的 PXE 服务器。"
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr "正在您的系统中配置 PXE 服务器..."
@@ -1940,7 +1968,7 @@ msgstr "Samba 要服务的 Windows 工作组。"
msgid "Workgroup"
msgstr "工作组"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "工作组:"
@@ -2055,7 +2083,7 @@ msgstr ""
"设置一个密码。"
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr "共享目录:"
@@ -2101,36 +2129,35 @@ msgid "Configuring Samba"
msgstr "配置 Samba"
#: ../samba_wizard/Samba.pm:207
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+#, fuzzy
+msgid "The wizard collected the following parameters to configure Samba."
msgstr "为了配置 Samba,向导收集了下列需要的参数。"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "服务器标语:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "文件共享:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "打印服务器:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "主目录:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "打印机:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "向导成功地配置了您的 Samba 服务器。"
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
msgid "Configuring your Samba server..."
msgstr "正在配置您的 Postfix 服务器..."
@@ -2364,5 +2391,23 @@ msgstr "Apache 服务器"
msgid "Configuring your system as Apache server ..."
msgstr "正在将您的系统配置为 Apache 服务器..."
+#~ msgid "UID number:"
+#~ msgstr "UID 号:"
+
+#~ msgid ""
+#~ "LDAP RootDSE\n"
+#~ "Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
+#~ "config.\n"
+#~ "\n"
+#~ "RootDN is the manager of your LDAP server."
+#~ msgstr ""
+#~ "LDAP RootDSE\n"
+#~ "例如:\"obelx.nux.com\"应该是\"dc=obelx,dc=nux,dc=com\" 在 LDAP 配置中。\n"
+#~ "\n"
+#~ "RootDN 是您的 LDAP 服务器的管理器。"
+
+#~ msgid "Will set your computer has a NIS client."
+#~ msgstr "将要设置您的计算机拥有一个 NIS 客户端。"
+
#~ msgid "Choose a country:"
#~ msgstr "选择一个国家/地区:"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 07e09cdf..c6f4065e 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: zh_TW\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-11 13:21+0100\n"
+"POT-Creation-Date: 2004-02-13 09:10+0100\n"
"PO-Revision-Date: 2004-02-08 21:11+0800\n"
"Last-Translator: Hilbert <h@mandrake.org>\n"
"Language-Team: Chinese Traditional <zh@li.org>\n"
@@ -41,12 +41,12 @@ msgstr "~."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
#: ../dhcp_wizard/Dhcp.pm:124 ../dns_wizard/Bind.pm:244
#: ../dns_wizard/Bind.pm:254 ../dns_wizard/Bind.pm:261
-#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:175
+#: ../ftp_wizard/Proftpd.pm:149 ../ldap_wizard/ldap.pm:163
#: ../news_wizard/Inn.pm:96 ../nfs_wizard/NFS.pm:102
#: ../nisautofs_wizard/Nisautofs.pm:140 ../nisautofs_wizard/Nisautofs.pm:147
#: ../postfix_wizard/Postfix.pm:147 ../proxy_wizard/Squid.pm:172
-#: ../pxe_wizard/Pxe.pm:291 ../pxe_wizard/Pxe.pm:303 ../pxe_wizard/Pxe.pm:315
-#: ../pxe_wizard/Pxe.pm:320 ../samba_wizard/Samba.pm:228
+#: ../pxe_wizard/Pxe.pm:294 ../pxe_wizard/Pxe.pm:306 ../pxe_wizard/Pxe.pm:318
+#: ../pxe_wizard/Pxe.pm:323 ../samba_wizard/Samba.pm:227
#: ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr ""
@@ -126,7 +126,7 @@ msgstr "zb dncp , AiणPz]wB@."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:94 ../dhcp_wizard/Dhcp.pm:104 ../drakwizard.pl:71
#: ../drakwizard.pl:90 ../drakwizard.pl:139 ../drakwizard.pl:143
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Error"
msgstr "~"
@@ -243,8 +243,8 @@ msgstr "FHUݭn]wz DHCP AȪѼ:"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "w"
@@ -253,8 +253,8 @@ msgstr "w"
#: ../ftp_wizard/Proftpd.pm:130 ../ftp_wizard/Proftpd.pm:131
#: ../ftp_wizard/Proftpd.pm:132 ../ftp_wizard/Proftpd.pm:133
#: ../ftp_wizard/Proftpd.pm:134 ../installsrv_wizard/Installsrv.pm:85
-#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:211
-#: ../samba_wizard/Samba.pm:212 ../samba_wizard/Samba.pm:213
+#: ../installsrv_wizard/Installsrv.pm:86 ../samba_wizard/Samba.pm:210
+#: ../samba_wizard/Samba.pm:211 ../samba_wizard/Samba.pm:212
#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "wҥ"
@@ -270,16 +270,16 @@ msgstr "oF\zA]w DHCP A."
#: ../dhcp_wizard/Dhcp.pm:129 ../dns_wizard/Bind.pm:268
#: ../ftp_wizard/Proftpd.pm:155 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:154 ../postfix_wizard/Postfix.pm:152
-#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:327
-#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:152
+#: ../proxy_wizard/Squid.pm:177 ../pxe_wizard/Pxe.pm:330
+#: ../samba_wizard/Samba.pm:232 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr ""
#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
#: ../ftp_wizard/Proftpd.pm:156 ../nfs_wizard/NFS.pm:108
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:328
-#: ../samba_wizard/Samba.pm:234 ../web_wizard/Apache.pm:153
+#: ../proxy_wizard/Squid.pm:178 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:233 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "so drakwizard, BէܬYǰѼ."
@@ -287,7 +287,7 @@ msgstr "so drakwizard, BէܬYǰѼ."
msgid "You need to readjust your hostname."
msgstr "znsվzDW."
-#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:76
+#: ../dns_wizard/Bind.pm:77 ../pxe_wizard/Pxe.pm:77
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
@@ -334,7 +334,7 @@ msgstr ""
"aݹqW, öǰeDaݩʭnD~ DNS."
#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
-#: ../pxe_wizard/Pxe.pm:127
+#: ../pxe_wizard/Pxe.pm:128
msgid "What do you want to do:"
msgstr "zQn:"
@@ -460,7 +460,7 @@ msgstr ""
msgid "Ok Now building your DNS slave configuration"
msgstr "OK {bغcz DNS պA]w"
-#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:150
+#: ../dns_wizard/Bind.pm:208 ../ldap_wizard/ldap.pm:136
msgid "with this configuration:"
msgstr "oӲպA]w:"
@@ -541,7 +541,7 @@ msgstr "qlA"
msgid "FTP server"
msgstr "FTP A"
-#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:474
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:473
msgid "Samba server"
msgstr "Samba A"
@@ -565,7 +565,7 @@ msgstr "NIS A autofs a"
msgid "Mandrake Install server"
msgstr "Mandrake w˦A"
-#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:620
+#: ../drakwizard.pl:53 ../pxe_wizard/Pxe.pm:623
msgid "PXE server"
msgstr "PXE A"
@@ -796,80 +796,98 @@ msgstr ""
msgid "Install Server"
msgstr "w˦A:"
-#: ../ldap_wizard/ldap.pm:56
+#: ../ldap_wizard/ldap.pm:59
msgid "Server - Set configuration of LDAP server"
msgstr "A - ]w LDAP AպA"
-#: ../ldap_wizard/ldap.pm:57
+#: ../ldap_wizard/ldap.pm:60
msgid "Add - add entry in LDAP server"
msgstr ""
-#: ../ldap_wizard/ldap.pm:62
+#: ../ldap_wizard/ldap.pm:67
msgid "LDAP configuration wizard"
msgstr "LDAP պA]wF"
-#: ../ldap_wizard/ldap.pm:62
-msgid "Setup a LDAP server."
+#: ../ldap_wizard/ldap.pm:67
+#, fuzzy
+msgid "Setup a ldap server."
msgstr "]w@ LDAP A."
-#: ../ldap_wizard/ldap.pm:71
+#: ../ldap_wizard/ldap.pm:79
msgid "which operation on LDAP:"
msgstr " LDAP ާ@:"
-#: ../ldap_wizard/ldap.pm:76
+#: ../ldap_wizard/ldap.pm:84
msgid "Add data in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:76
-msgid "UID, GUID, home directory, "
+#: ../ldap_wizard/ldap.pm:84
+#, fuzzy
+msgid "uid, guid, home directory, "
msgstr "UID, GUID, aؿ:"
-#: ../ldap_wizard/ldap.pm:79 ../ldap_wizard/ldap.pm:116
+#: ../ldap_wizard/ldap.pm:86 ../ldap_wizard/ldap.pm:116
msgid "First Name:"
msgstr "Wl:"
-#: ../ldap_wizard/ldap.pm:81 ../ldap_wizard/ldap.pm:118
+#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:117
msgid "Last Name:"
msgstr "m:"
-#: ../ldap_wizard/ldap.pm:83 ../ldap_wizard/ldap.pm:120
+#: ../ldap_wizard/ldap.pm:88 ../ldap_wizard/ldap.pm:118
msgid "User Name:"
msgstr "ϥΪ̦W:"
-#: ../ldap_wizard/ldap.pm:85 ../ldap_wizard/ldap.pm:122
+#: ../ldap_wizard/ldap.pm:89 ../ldap_wizard/ldap.pm:119
msgid "Password:"
msgstr "KX:"
-#: ../ldap_wizard/ldap.pm:87 ../ldap_wizard/ldap.pm:126
+#: ../ldap_wizard/ldap.pm:90
+#, fuzzy
+msgid "Home Directory:"
+msgstr "aؿ:"
+
+#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:121
msgid "Login shell:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:89
-msgid "UID number:"
+#: ../ldap_wizard/ldap.pm:92 ../ldap_wizard/ldap.pm:122
+msgid "uid number:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:91 ../ldap_wizard/ldap.pm:130
+#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:123
msgid "Group ID:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:93 ../ldap_wizard/ldap.pm:132
-msgid "Container:"
+#: ../ldap_wizard/ldap.pm:99
+msgid "LDAP RootDSE"
msgstr ""
#: ../ldap_wizard/ldap.pm:99
-msgid ""
-"LDAP RootDSE\n"
-"Example: \"obelx.nux.com\" will be \"dc=obelx,dc=nux,dc=com\" in LDAP "
-"config.\n"
-"\n"
-"RootDN is the manager of your LDAP server."
+msgid "RootDN is the manager of your ldap server."
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "dc=obelx,dc=nux,dc=com"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "example:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:99
+msgid "obelx.nux.com"
msgstr ""
-#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:152
+#: ../ldap_wizard/ldap.pm:99
+msgid "will be in ldap config:"
+msgstr ""
+
+#: ../ldap_wizard/ldap.pm:102 ../ldap_wizard/ldap.pm:139
msgid "RootDSE"
msgstr ""
-#: ../ldap_wizard/ldap.pm:105 ../ldap_wizard/ldap.pm:153
+#: ../ldap_wizard/ldap.pm:104 ../ldap_wizard/ldap.pm:141
msgid "RootDN"
msgstr ""
@@ -877,80 +895,81 @@ msgstr ""
msgid "Password"
msgstr "KX"
-#: ../ldap_wizard/ldap.pm:107
+#: ../ldap_wizard/ldap.pm:108
msgid "Default OU"
msgstr ""
-#: ../ldap_wizard/ldap.pm:113
+#: ../ldap_wizard/ldap.pm:114
msgid "Ok Now add entry in LDAP"
msgstr ""
-#: ../ldap_wizard/ldap.pm:124
+#: ../ldap_wizard/ldap.pm:120
msgid "Home directory:"
msgstr "aؿ:"
-#: ../ldap_wizard/ldap.pm:128
-msgid "uid number:"
+#: ../ldap_wizard/ldap.pm:124
+msgid "Container:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:134
+#: ../ldap_wizard/ldap.pm:125
msgid "shadowMax:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:136
+#: ../ldap_wizard/ldap.pm:126
msgid "shadowMin:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:138
+#: ../ldap_wizard/ldap.pm:127
msgid "shadowWarning:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:140
+#: ../ldap_wizard/ldap.pm:128
msgid "shadowInactive:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:142
+#: ../ldap_wizard/ldap.pm:129
msgid "shadowExpire:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:144
+#: ../ldap_wizard/ldap.pm:130
msgid "objectClass:"
msgstr ""
-#: ../ldap_wizard/ldap.pm:150
+#: ../ldap_wizard/ldap.pm:136
msgid "Ok Now building your LDAP configuration"
msgstr ""
-#: ../ldap_wizard/ldap.pm:159
+#: ../ldap_wizard/ldap.pm:147
msgid "Error in Home directory"
msgstr ""
-#: ../ldap_wizard/ldap.pm:163
+#: ../ldap_wizard/ldap.pm:151
msgid "Error, pass could not be empty"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Error in Login shell"
msgstr ""
-#: ../ldap_wizard/ldap.pm:167
+#: ../ldap_wizard/ldap.pm:155
msgid "Please choose a correct one"
msgstr ""
-#: ../ldap_wizard/ldap.pm:171
+#: ../ldap_wizard/ldap.pm:159
msgid "Please Should be a number"
msgstr ""
-#: ../ldap_wizard/ldap.pm:176
+#: ../ldap_wizard/ldap.pm:164
msgid "The wizard successfully configured the LDAP."
msgstr "F\a]w LDAP."
-#: ../ldap_wizard/ldap.pm:182
-msgid "Data Successfully added"
+#: ../ldap_wizard/ldap.pm:170
+msgid "Successfully add data"
msgstr ""
-#: ../ldap_wizard/ldap.pm:183
-msgid "The wizard successfully add entry in LDAP"
+#: ../ldap_wizard/ldap.pm:171
+#, fuzzy
+msgid "The wizard successfully add entry in ldap"
msgstr "F\a[J LDAP n."
#: ../news_wizard/Inn.pm:33
@@ -1037,7 +1056,7 @@ msgstr ""
#: ../news_wizard/Inn.pm:87 ../postfix_wizard/Postfix.pm:132
#: ../proxy_wizard/Squid.pm:148 ../proxy_wizard/Squid.pm:161
-#: ../samba_wizard/Samba.pm:208 ../web_wizard/Apache.pm:131
+#: ../samba_wizard/Samba.pm:207 ../web_wizard/Apache.pm:131
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
@@ -1254,7 +1273,7 @@ msgid "NIS server: hostname of the nisserver."
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:122
-msgid "Will set your computer has a NIS client."
+msgid "The ypbind daemon binds NIS client to a NIS domain"
msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:131
@@ -1276,8 +1295,10 @@ msgid "The wizard successfully configured your machine to be a NIS client."
msgstr "F\a]wz@ NIS Ȥ."
#: ../nisautofs_wizard/Nisautofs.pm:148
+#, fuzzy
msgid ""
-"The wizard successfully configured your machine to be a NIS with autofs map."
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
msgstr "F\a]wz@Ӧ autofs aϪ NIS."
#: ../nisautofs_wizard/Nisautofs.pm:309
@@ -1629,35 +1650,35 @@ msgstr "Squid NzA"
msgid "PXE Wizard"
msgstr "PXE F"
-#: ../pxe_wizard/Pxe.pm:83 ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:84 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "]w PXE A"
-#: ../pxe_wizard/Pxe.pm:84
+#: ../pxe_wizard/Pxe.pm:85
msgid "Add boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:85
+#: ../pxe_wizard/Pxe.pm:86
msgid "Remove boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:86
+#: ../pxe_wizard/Pxe.pm:87
msgid "Modify boot image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:87
+#: ../pxe_wizard/Pxe.pm:88
msgid "Add all.rdz image in PXE"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "PXE wizard"
msgstr "PXE F"
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid "Set a PXE server."
msgstr "]w PXE A."
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will help you configuring the PXE server. PXE (Pre-boot "
"Execution Environment) is a protocol designed by Intel that allows computers "
@@ -1667,217 +1688,222 @@ msgid ""
"an operating system loaded through the network."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:110
+#: ../pxe_wizard/Pxe.pm:111
msgid ""
"This wizard will provide a pxe service, and ability to add/remove/modify "
"boot images."
msgstr "oӺFN|Ѥ@ pxe A, P sW//ק}v O."
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "Add a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133 ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:134 ../pxe_wizard/Pxe.pm:144
msgid "PXE name: name in PXE menu (one word/number, no space please)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:133
+#: ../pxe_wizard/Pxe.pm:134
msgid "Path to image: full path to image (need network boot image)"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:143
+#: ../pxe_wizard/Pxe.pm:144
msgid "Path to all.rdz: full path to all.rdz image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Choose PXE boot image you want to remove from PXE server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:154
+#: ../pxe_wizard/Pxe.pm:155
msgid "Remove a boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:156
+#: ../pxe_wizard/Pxe.pm:157
msgid "Boot image to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Add option to boot image:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:161
+#: ../pxe_wizard/Pxe.pm:162
msgid "Please choose PXE boot image to modify"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:163
+#: ../pxe_wizard/Pxe.pm:164
msgid "Boot image to configure:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Install directory: full path to MDK install server directory"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose nfs/http to install via nfs/http."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid "Options to add to PXE boot disk"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:169
+#: ../pxe_wizard/Pxe.pm:170
msgid ""
"Server IP: IP address of server which contain installation directory. You "
"can create one with MDK install server wizard."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:171 ../pxe_wizard/Pxe.pm:248
+#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:249
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "A IP:"
-#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "w˥ؿ:"
-#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid ""
"Network client interface: through which interface client should be installed."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust ramsize on boot disk."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:179
+#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem whith VGA, please adjust. "
msgstr ""
-#: ../pxe_wizard/Pxe.pm:181 ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
+msgid "Custom option:"
+msgstr ""
+
+#: ../pxe_wizard/Pxe.pm:192
msgid ""
"This will configure all needed default configurations files to set a PXE "
"server."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:190
+#: ../pxe_wizard/Pxe.pm:192
msgid "We need to use a special dhcpd.conf with PXE parameter."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:194 ../pxe_wizard/Pxe.pm:206
+#: ../pxe_wizard/Pxe.pm:196 ../pxe_wizard/Pxe.pm:208
msgid "Please provide a bootable image..."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:198
+#: ../pxe_wizard/Pxe.pm:200
msgid "Need an image. Please add one."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:210 ../pxe_wizard/Pxe.pm:214
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:218
+#: ../pxe_wizard/Pxe.pm:220
msgid "Please provide a correct name in PXE entry (one word)."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:222
+#: ../pxe_wizard/Pxe.pm:224
msgid ""
"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another PXE Menu name"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:227 ../pxe_wizard/Pxe.pm:231
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Similar name is already used in PXE menu entry"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:235
-msgid "Now will prepare all default files to set the PXE server"
+#: ../pxe_wizard/Pxe.pm:237
+msgid "Will now prepare all default files to set the PXE server"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:237
+#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
msgstr "TFTP ؿ:"
-#: ../pxe_wizard/Pxe.pm:238
+#: ../pxe_wizard/Pxe.pm:240
msgid "Boot image path:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:239
+#: ../pxe_wizard/Pxe.pm:241
msgid "PXE 'default' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:240
+#: ../pxe_wizard/Pxe.pm:242
msgid "PXE 'help' file:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:246
-msgid "Now will modify boot options in image"
+#: ../pxe_wizard/Pxe.pm:248
+msgid "Will now modify boot options in image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:262
-msgid "Now will remove your PXE boot image"
-msgstr ""
+#: ../pxe_wizard/Pxe.pm:265
+#, fuzzy
+msgid "Will now remove your PXE boot image"
+msgstr "F\a@ PXE }v."
-#: ../pxe_wizard/Pxe.pm:264
+#: ../pxe_wizard/Pxe.pm:267
msgid "PXE entry to remove:"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:270 ../pxe_wizard/Pxe.pm:280
-msgid "Now will add your PXE boot image"
+#: ../pxe_wizard/Pxe.pm:273 ../pxe_wizard/Pxe.pm:283
+msgid "Will now add your PXE boot image"
msgstr ""
-#: ../pxe_wizard/Pxe.pm:292
+#: ../pxe_wizard/Pxe.pm:295
msgid "The wizard successfully add a PXE boot image."
msgstr "F\a[J@ PXE }v."
-#: ../pxe_wizard/Pxe.pm:304
+#: ../pxe_wizard/Pxe.pm:307
#, fuzzy
msgid "The wizard successfully removed the PXE boot image."
msgstr "F\a@ PXE }v."
-#: ../pxe_wizard/Pxe.pm:316
+#: ../pxe_wizard/Pxe.pm:319
msgid "The wizard successfully modify image(s)."
msgstr "F\av."
-#: ../pxe_wizard/Pxe.pm:321
+#: ../pxe_wizard/Pxe.pm:324
msgid "The wizard successfully configured your PXE server."
msgstr "F\a]wz PXE A."
-#: ../pxe_wizard/Pxe.pm:620
+#: ../pxe_wizard/Pxe.pm:623
msgid "Configuring PXE server on your system..."
msgstr ""
@@ -1919,7 +1945,7 @@ msgstr "Samba ݭnDҪAȪu@s."
msgid "Workgroup"
msgstr "u@s"
-#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:216
+#: ../samba_wizard/Samba.pm:81 ../samba_wizard/Samba.pm:215
msgid "Workgroup:"
msgstr "u@s:"
@@ -2025,7 +2051,7 @@ msgstr ""
"h]wKX."
#: ../samba_wizard/Samba.pm:153 ../samba_wizard/Samba.pm:159
-#: ../samba_wizard/Samba.pm:219
+#: ../samba_wizard/Samba.pm:218
msgid "Shared directory:"
msgstr ""
@@ -2070,38 +2096,36 @@ msgstr "b]w Samba "
#: ../samba_wizard/Samba.pm:207
#, fuzzy
-msgid ""
-"The wizard collected the following parameters\n"
-"configure Samba."
+msgid "The wizard collected the following parameters to configure Samba."
msgstr ""
"FHUݭn]w Samba\n"
"Ѽ:"
-#: ../samba_wizard/Samba.pm:217
+#: ../samba_wizard/Samba.pm:216
msgid "Server Banner:"
msgstr "AT:"
-#: ../samba_wizard/Samba.pm:218
+#: ../samba_wizard/Samba.pm:217
msgid "File Sharing:"
msgstr "ɮפ:"
-#: ../samba_wizard/Samba.pm:220
+#: ../samba_wizard/Samba.pm:219
msgid "Print Server:"
msgstr "CLA:"
-#: ../samba_wizard/Samba.pm:221
+#: ../samba_wizard/Samba.pm:220
msgid "Home:"
msgstr "aؿ:"
-#: ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:221
msgid "Printers:"
msgstr "CL:"
-#: ../samba_wizard/Samba.pm:228
+#: ../samba_wizard/Samba.pm:227
msgid "The wizard successfully configured your Samba server."
msgstr "oF\]wz Samba A."
-#: ../samba_wizard/Samba.pm:474
+#: ../samba_wizard/Samba.pm:473
#, fuzzy
msgid "Configuring your Samba server..."
msgstr "b]wz Postfix A."
@@ -2353,35 +2377,15 @@ msgstr "b]wztΦn DNS A ..."
#~ msgid "IP number of the machine:"
#~ msgstr " IP X:"
-#, fuzzy
-#~ msgid "Setup a ldap server."
-#~ msgstr "]w PXE A."
-
-#, fuzzy
-#~ msgid "Ip of master DNS server:"
-#~ msgstr "]w DNS A"
-
#~ msgid "Dhcp server"
#~ msgstr "Dhcp A"
-#, fuzzy
-#~ msgid "Dns server"
-#~ msgstr "Nis A:"
-
#~ msgid "Ftp server"
#~ msgstr "Ftp A"
-#, fuzzy
-#~ msgid "Pxe server"
-#~ msgstr "ɶA"
-
#~ msgid "Nis+autofs Server"
#~ msgstr "Nis+autofs A"
-#, fuzzy
-#~ msgid "PXE Wizard (devel)"
-#~ msgstr "PXE F"
-
#~ msgid "DNS Configuration Wizard"
#~ msgstr " DNS ]wF"
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index f64eb9cf..259b2a34 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -141,7 +141,7 @@ $o->{pages} = {
next => 'summaryadd',
},
addimgrdz => {
- name => N("Add a boot image") . "\n\n" . N("Path to all.rdz: full path to all.rdz image") . "\n\n" . N("PXE name: name in PXE menu (one wo\rd/number, no space please)"),
+ name => N("Add a boot image") . "\n\n" . N("Path to all.rdz: full path to all.rdz image") . "\n\n" . N("PXE name: name in PXE menu (one word/number, no space please)"),
data => [
{ label => "PXE name:", val => \$o->{var}{PXENAME} },
{ label => "PXE description:", val => \$o->{var}{DESCR} },